/* Koncept A Precision. Rules are intentionally isolated until a page uses Precision content. */

body.az-precision-theme {
	--az-precision-line: rgb(246 247 249 / 0.18);
	--az-precision-dark-line: rgb(15 23 38 / 0.16);
	--az-precision-radius: 6px;
	--az-precision-reading: 720px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: var(--az-paper);
	color: var(--az-ink);
	font-family: "Montserrat", Arial, sans-serif;
	line-height: 1.6;
}

body.az-precision-theme .az-container {
	--az-precision-gutter: clamp(20px, calc(8.1081vw - 36.7568px), 80px);
	position: relative;
	left: calc((100vw - 100%) / 2);
	width: min(1280px, calc(100vw - var(--az-precision-gutter) - var(--az-precision-gutter)));
	max-width: none;
}

body.az-precision-theme :where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--az-signal-blue);
	outline-offset: 3px;
}

body.az-precision-theme :where(h1, h2, h3, p) {
	margin-top: 0;
}

body.az-precision-theme :where(h1, h2, h3) {
	color: inherit;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.08;
}

body.az-precision-theme .az-main {
	flex: 1 0 auto;
	background: var(--az-paper);
	overflow: clip;
}

body.az-precision-theme .az-eyebrow,
body.az-precision-theme .az-home-eyebrow {
	margin-bottom: 18px;
	color: var(--az-brass-deep);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.az-precision-theme .az-eyebrow::before,
body.az-precision-theme .az-home-eyebrow::before {
	background: currentcolor;
}

body.az-precision-theme .az-precision-section,
body.az-precision-theme .az-section {
	padding-block: 112px;
}

body.az-precision-theme .az-precision-heading {
	max-width: var(--az-precision-reading);
	margin-bottom: 52px;
}

body.az-precision-theme .az-precision-heading h2,
body.az-precision-theme .az-license-features h2,
body.az-precision-theme .az-pricing-support-copy h2,
body.az-precision-theme .az-license-calculator-heading h2 {
	margin-bottom: 20px;
	font-size: clamp(2rem, 3.2vw, 3.5rem);
}

body.az-precision-theme .az-precision-body,
body.az-precision-theme .az-precision-heading p,
body.az-precision-theme .az-license-calculator-heading > p {
	max-width: 640px;
	color: var(--az-slate);
	font-size: 1rem;
}

body.az-precision-theme .az-button {
	min-height: 48px;
	border-radius: 2px;
	box-shadow: none;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

body.az-precision-theme .az-button--primary,
body.az-precision-theme .az-button--dark {
	border-color: var(--az-brass);
	background: var(--az-brass);
	color: var(--az-midnight);
}

body.az-precision-theme .az-button--primary:hover,
body.az-precision-theme .az-button--primary:focus-visible,
body.az-precision-theme .az-button--dark:hover,
body.az-precision-theme .az-button--dark:focus-visible {
	border-color: #d9ae63;
	background: #d9ae63;
	color: var(--az-midnight);
}

body.az-precision-theme .az-button--secondary,
body.az-precision-theme .az-button--light {
	border-color: var(--az-precision-line);
	background: transparent;
	color: var(--az-paper);
}

body.az-precision-theme .az-form-field-error {
	display: block;
	margin-top: 7px;
	color: #f5b4a9;
	font-size: 0.8rem;
	font-weight: 600;
}

body.az-precision-theme .az-text-link,
body.az-precision-theme .az-inline-link {
	border-bottom: 1px solid currentcolor;
	color: inherit;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

body.az-precision-theme .az-text-link:hover,
body.az-precision-theme .az-inline-link:hover {
	color: var(--az-brass-deep);
}

/* Global chrome */
body.az-precision-theme .az-site-header,
body.az-precision-theme .az-site-header.is-scrolled,
body.az-precision-theme.home .az-site-header:not(.is-scrolled),
body.az-precision-theme.front-page .az-site-header:not(.is-scrolled) {
	position: sticky;
	top: 0;
	z-index: 30;
	min-height: 88px;
	border-bottom: 1px solid var(--az-precision-line);
	background: var(--az-midnight);
	box-shadow: none;
	backdrop-filter: none;
}

body.az-precision-theme .az-header-inner {
	min-height: 88px;
	gap: 28px;
}

body.az-precision-theme .az-wordmark,
body.az-precision-theme .custom-logo-link {
	color: var(--az-paper);
}

body.az-precision-theme .az-brand .custom-logo {
	max-height: 34px;
	width: auto;
}

body.az-precision-theme .az-precision-logo-link {
	display: flex;
	min-height: 44px;
	align-items: center;
	line-height: 0;
}

body.az-precision-theme .az-precision-logo {
	display: block;
	width: 126px;
	max-width: 100%;
	height: auto;
}

body.az-precision-theme .az-primary-navigation--desktop {
	margin-left: auto;
}

body.az-precision-theme .az-primary-navigation .az-menu {
	align-items: center;
	gap: clamp(15px, 1.65vw, 27px);
}

body.az-precision-theme .az-primary-navigation .az-menu a {
	position: relative;
	display: inline-block;
	padding-bottom: 7px;
	color: rgb(246 247 249 / 0.82);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

body.az-precision-theme .az-primary-navigation .az-menu .current-menu-item > a,
body.az-precision-theme .az-primary-navigation .az-menu a:hover {
	color: var(--az-brass);
}

body.az-precision-theme .az-primary-navigation .az-menu .current-menu-item > a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentcolor;
	content: "";
}

body.az-precision-theme .az-header-cta {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 10px 16px;
	border-color: var(--az-paper);
	background: var(--az-paper);
	color: var(--az-ink);
	letter-spacing: 0;
	text-transform: none;
}

body.az-precision-theme .az-header-cta:hover,
body.az-precision-theme .az-header-cta:focus-visible {
	border-color: var(--az-sand);
	background: var(--az-sand);
	color: var(--az-ink);
}

body.az-precision-theme .az-header-inner > .az-language-switcher {
	display: flex;
	gap: 6px;
}

body.az-precision-theme .az-header-inner > .az-language-switcher .az-language-link {
	min-width: 28px;
	min-height: 40px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 0;
}

body.az-precision-theme .az-header-inner > .az-language-switcher .az-language-link.is-current {
	border-color: transparent transparent var(--az-brass);
	background: transparent;
}

body.az-precision-theme .az-language-switcher .az-language-link img {
	display: block;
	width: 22px;
	height: auto;
}

body.az-precision-theme .az-language-switcher a,
body.az-precision-theme .az-language-switcher button,
body.az-precision-theme .az-language-switcher span {
	color: var(--az-paper);
}

body.az-precision-theme .az-mobile-menu summary {
	align-items: center;
	gap: 8px;
	min-height: 40px;
	color: var(--az-paper);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

body.az-precision-theme .az-mobile-menu-icon,
body.az-precision-theme .az-mobile-menu-icon::before,
body.az-precision-theme .az-mobile-menu-icon::after {
	background: var(--az-paper);
}

body.az-precision-theme .az-mobile-menu-panel {
	border: 1px solid var(--az-precision-line);
	border-radius: 0;
	background: var(--az-midnight);
	box-shadow: var(--az-shadow-lg);
}

body.az-precision-theme .az-mobile-menu-panel .az-menu a {
	color: var(--az-paper);
}

/* Hero and adapted legacy sections */
body.az-precision-theme .az-hero--precision-home,
body.az-precision-theme .az-hero--precision-internal,
body.az-precision-theme .az-hero--precision-legal {
	position: relative;
	padding-block: 96px 112px;
	background: var(--az-midnight);
	color: var(--az-paper);
}

body.az-precision-theme .az-hero--precision-home .az-hero-grid,
body.az-precision-theme .az-hero--precision-internal .az-hero-grid {
	align-items: center;
	min-height: 480px;
}

body.az-precision-theme .az-hero--precision-internal .az-hero-grid {
	grid-template-columns: 1fr;
	min-height: 0;
}

body.az-precision-theme .az-hero--precision-internal::before,
body.az-precision-theme .az-hero--precision-internal::after {
	display: none;
	content: none;
}

body.az-precision-theme .az-main--page .az-hero--precision-internal {
	min-height: 0;
	background: var(--az-midnight);
}

body.az-precision-theme .az-main--page .az-hero--precision-internal .az-hero-content {
	padding-block: 0;
}

body.az-precision-theme .az-main--page .az-hero--precision-internal .az-hero-content::before {
	display: none;
}

body.az-precision-theme .az-hero--precision-internal .az-hero-content {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.6fr);
	gap: clamp(42px, 10vw, 170px);
	align-items: end;
}

body.az-precision-theme .az-hero-internal-heading,
body.az-precision-theme .az-hero-internal-lead {
	min-width: 0;
}

body.az-precision-theme .az-hero--precision-home .az-hero-title {
	max-width: 700px;
	font-size: clamp(2.8rem, 5.1vw, 5.4rem);
	font-weight: 600;
}

body.az-precision-theme .az-hero--precision-internal .az-hero-title {
	max-width: 620px;
	font-size: clamp(2.8rem, 4.3vw, 4.25rem);
	font-weight: 600;
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--page .az-hero--precision-internal {
		padding-block: 64px;
	}
}

body.az-precision-theme .az-main--page .az-hero--programs.az-hero--precision-internal {
	background: var(--az-midnight);
}

body.az-precision-theme .az-main--page .az-hero--about.az-hero--precision-internal {
	background: var(--az-midnight);
}

body.az-precision-theme .az-main--page .az-hero--faq.az-hero--precision-internal {
	background: var(--az-midnight);
}

@media (min-width: 981px) {
	body.az-precision-theme .az-main--page .az-hero--precision-internal .az-hero-content {
		grid-template-columns: 1.65fr 1fr;
		gap: 0;
	}

	body.az-precision-theme .az-main--page .az-hero--precision-internal .az-hero-lead {
		font-size: 16px;
		line-height: 28px;
	}

	body.az-precision-theme .az-main--page .az-hero--programs.az-hero--precision-internal .az-hero-title {
		max-width: none;
	}
}

body.az-precision-theme .az-hero--precision-legal .az-hero-title {
	max-width: 620px;
	font-size: clamp(2.4rem, 3.8vw, 3.5rem);
	font-weight: 600;
}

body.az-precision-theme .az-hero--precision-home .az-hero-title span,
body.az-precision-theme .az-hero--precision-internal .az-hero-title span,
body.az-precision-theme .az-hero--precision-legal .az-hero-title span {
	color: var(--az-brass);
}

body.az-precision-theme .az-main--page .az-hero--precision-internal .az-hero-title span,
body.az-precision-theme .az-main--page .az-hero--precision-legal .az-hero-title span {
	color: var(--az-paper);
}

body.az-precision-theme .az-hero--precision-home .az-hero-lead,
body.az-precision-theme .az-hero--precision-internal .az-hero-lead,
body.az-precision-theme .az-hero--precision-legal .az-hero-lead {
	max-width: 600px;
	color: rgb(246 247 249 / 0.75);
}

body.az-precision-theme .az-hero--precision-home .az-proof,
body.az-precision-theme .az-hero--precision-internal .az-proof,
body.az-precision-theme .az-hero--precision-legal .az-proof {
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-hero--precision-home .az-proof span,
body.az-precision-theme .az-hero--precision-internal .az-proof span,
body.az-precision-theme .az-hero--precision-legal .az-proof span {
	color: var(--az-brass);
}

body.az-precision-theme .az-hero--precision-legal .az-hero-grid {
	grid-template-columns: minmax(0, 760px);
	min-height: 280px;
}

body.az-precision-theme .az-hero--precision-legal .az-hero-visual {
	display: none;
}

body.az-precision-theme .az-hero--precision-internal .az-hero-visual {
	display: none;
}

body.az-precision-theme .az-hero--precision-home .az-product-frame,
body.az-precision-theme .az-hero--precision-internal .az-product-frame,
body.az-precision-theme .az-product-frame {
	border: 1px solid rgb(246 247 249 / 0.2);
	border-radius: var(--az-precision-radius);
	box-shadow: 0 28px 70px rgb(0 0 0 / 0.32);
}

body.az-precision-theme .az-hero--precision-home .az-browser-bar,
body.az-precision-theme .az-hero--precision-internal .az-browser-bar,
body.az-precision-theme .az-product-frame-bar {
	border-bottom-color: rgb(15 23 38 / 0.12);
	background: var(--az-sand);
}

body.az-precision-theme .az-content-split--precision-paper,
body.az-precision-theme .az-faq-section--precision-paper {
	background: var(--az-paper);
}

body.az-precision-theme .az-content-split--precision-dark,
body.az-precision-theme .az-workflow--precision-dark,
body.az-precision-theme .az-manifesto--precision-editorial,
body.az-precision-theme .az-cta-section--precision-dark {
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-content-split--precision-dark .az-content-split-body,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-body,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-intro,
body.az-precision-theme .az-manifesto--precision-editorial .az-manifesto-body {
	color: rgb(246 247 249 / 0.74);
}

body.az-precision-theme .az-content-split--precision-paper .az-content-split-media {
	margin: 0;
	border-radius: var(--az-precision-radius);
	overflow: hidden;
}

body.az-precision-theme .az-content-split--precision-paper .az-content-split-media img {
	display: block;
	width: 100%;
	height: auto;
}

body.az-precision-theme .az-content-split--precision-paper .az-button--secondary {
	border-color: var(--az-ink);
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-content-split--precision-paper .az-button--secondary:hover,
body.az-precision-theme .az-content-split--precision-paper .az-button--secondary:focus-visible {
	border-color: var(--az-ink-elevated);
	background: var(--az-ink-elevated);
	color: var(--az-paper);
}

body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps li {
	border-color: var(--az-precision-line);
	background: transparent;
}

body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-section-title {
	color: var(--az-paper);
}

body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision {
	border: 0;
	border-top: 1px solid var(--az-precision-line);
	background: transparent;
}

body.az-precision-theme .az-workflow--precision-dark .az-step-number {
	color: var(--az-brass);
}

body.az-precision-theme .az-main--page .az-feature-grid-section--precision-programs {
	padding: 80px 0 88px;
	background: var(--az-sand);
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-section-heading {
	max-width: none;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-section-heading::after {
	display: none;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-section-title {
	max-width: none;
	font-size: 2.75rem;
	line-height: 1.08;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-section-lead {
	position: absolute;
	top: 47px;
	right: 0;
	width: 340px;
	max-width: 340px;
	margin: 0;
	color: var(--az-slate);
	font-size: 0.875rem;
	line-height: 1.7;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 40px;
	border: 0;
	background: transparent;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card {
	min-height: 258px;
	padding: 32px 32px 36px;
	border: 1px solid #d5d4cf;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card:nth-child(-n + 2) {
	min-height: 280px;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card::before,
body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card::after {
	display: none;
	content: none;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card:hover {
	transform: none;
	box-shadow: none;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-number {
	display: none;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card h3 {
	margin: 18px 0 0;
	color: var(--az-ink);
	font-size: 2.5rem;
	line-height: 1.08;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-result {
	margin: 16px 0 14px;
	padding: 0;
	border: 0;
	color: var(--az-brass-deep);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card > p:not(.az-feature-card-eyebrow):not(.az-feature-result) {
	margin: 0;
	color: var(--az-slate);
	font-size: 0.875rem;
	line-height: 1.7;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-inline-link {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 20px;
	border-bottom-color: #c9cdd5;
	color: var(--az-ink);
	font-size: 0.8125rem;
	line-height: 1.25;
}

body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card-eyebrow,
body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card-eyebrow {
	margin: 0;
	color: var(--az-brass-deep);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.az-precision-theme .az-integrations--precision-name-band {
	padding-block: 72px;
	border-block: 1px solid var(--az-precision-line);
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-integrations--precision-name-band .az-integrations-copy {
	max-width: 620px;
	margin: 0 0 38px;
	text-align: left;
}

body.az-precision-theme .az-integrations--precision-name-band .az-integrations-media {
	display: none;
}

body.az-precision-theme .az-integrations--precision-name-band .az-eyebrow {
	justify-content: flex-start;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--az-brass);
}

body.az-precision-theme .az-integrations--precision-name-band .az-section-title,
body.az-precision-theme .az-integrations--precision-name-band .az-section-title span {
	color: var(--az-paper);
	font-size: clamp(2rem, 3.2vw, 3.5rem);
}

body.az-precision-theme .az-integrations--precision-name-band .az-section-lead {
	display: none;
}

body.az-precision-theme .az-integrations--precision-name-band .az-inline-link {
	display: inline-flex;
	margin-top: 24px;
	color: var(--az-paper);
}

body.az-precision-theme .az-integrations--precision-name-band .az-inline-link:hover {
	color: var(--az-brass);
}

body.az-precision-theme .az-integrations--precision-name-band .az-integrations-logos {
	padding-top: 28px;
	border-top: 1px solid var(--az-precision-line);
}

body.az-precision-theme .az-integrations--precision-name-band .az-logo-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	margin-top: 0;
	border: 0;
}

body.az-precision-theme .az-integrations--precision-name-band .az-logo-item {
	min-height: 64px;
	padding: 0 12px;
	border: 0;
	background: transparent;
}

body.az-precision-theme .az-integrations--precision-name-band .az-logo-wordmark {
	color: rgb(246 247 249 / 0.84);
	font-size: 0.82rem;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--front .az-integrations--precision-name-band {
		padding: 72px 0 88px;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-integrations-inner {
		display: block;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-integrations-copy {
		margin: 0 0 46px;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-section-title {
		margin-inline: 0;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-integrations-copy::after {
		display: none;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-integrations-logos {
		padding-top: 0;
		border-top: 0;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-logo-grid {
		border-block: 1px solid var(--az-precision-line);
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-logo-item {
		min-height: 78px;
	}
}

/* Product frames and accessible role/AI components */
body.az-precision-theme [data-az-tab-panel][hidden] {
	display: none;
}

body.az-precision-theme .az-product-frame {
	margin: 0;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: var(--az-precision-radius);
	background: var(--az-paper);
	overflow: hidden;
}

body.az-precision-theme .az-product-frame-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	padding: 0 14px;
	border-bottom: 1px solid var(--az-precision-dark-line);
	color: var(--az-slate);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.az-precision-theme .az-product-frame-dots {
	display: flex;
	gap: 5px;
}

body.az-precision-theme .az-product-frame-dots i {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--az-mist);
}

body.az-precision-theme .az-product-frame img {
	display: block;
	width: 100%;
	height: auto;
}

body.az-precision-theme .az-product-frame figcaption {
	padding: 12px 14px;
	border-top: 1px solid var(--az-precision-dark-line);
	color: var(--az-slate);
	font-size: 0.78rem;
}

body.az-precision-theme .az-role-tabs {
	padding: 35px 0 93px;
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-role-tab-list {
	display: flex;
	gap: 8px;
	padding-bottom: 16px;
	margin-bottom: 26px;
	border-bottom: 1px solid var(--az-precision-line);
	overflow-x: auto;
}

body.az-precision-theme .az-role-tab {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid var(--az-precision-line);
	border-radius: 4px;
	background: transparent;
	color: rgb(246 247 249 / 0.6);
	font: inherit;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
}

body.az-precision-theme .az-role-tab:first-child {
	min-width: 100px;
	padding-left: 18px;
}

body.az-precision-theme .az-role-tab:nth-child(2) {
	min-width: 88px;
	padding-inline: 20px;
}

body.az-precision-theme .az-role-tab:last-child {
	min-width: 100px;
}

body.az-precision-theme .az-role-tab[aria-selected="true"] {
	border-color: var(--az-paper);
	background: var(--az-paper);
	color: var(--az-ink);
}

body.az-precision-theme .az-role-tab-panel {
	display: grid;
	grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(40px, 7vw, 110px);
	align-items: center;
}

body.az-precision-theme .az-role-tab-copy h2,
body.az-precision-theme .az-ai-workflow-copy h2 {
	margin-bottom: 22px;
	font-size: clamp(2rem, 3.35vw, 3.5rem);
}

body.az-precision-theme .az-role-tab-copy .az-precision-body,
body.az-precision-theme .az-ai-workflow-copy .az-precision-body {
	margin-bottom: 30px;
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-role-tab-copy .az-button {
	min-height: 46px;
	padding-inline: 32px;
}

body.az-precision-theme .az-role-tab-copy .az-button--light {
	border-color: var(--az-paper);
	background: var(--az-paper);
	color: var(--az-ink);
}

body.az-precision-theme .az-role-tab-copy .az-button--light:hover,
body.az-precision-theme .az-role-tab-copy .az-button--light:focus-visible {
	border-color: var(--az-sand);
	background: var(--az-sand);
	color: var(--az-ink);
}

body.az-precision-theme .az-role-tab-media .az-product-frame {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	filter: drop-shadow(0 20px 38px rgb(0 0 0 / 0.18));
	overflow: visible;
}

body.az-precision-theme .az-role-tab-media .az-product-frame::before,
body.az-precision-theme .az-role-tab-media .az-product-frame::after {
	display: none;
	content: none;
}

body.az-precision-theme .az-role-tab-media .az-product-frame-bar {
	min-height: 44px;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: 12px 12px 0 0;
	background: var(--az-paper);
}

body.az-precision-theme .az-role-tab-media .az-product-frame-image {
	border: 1px solid var(--az-precision-dark-line);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	background: var(--az-paper);
	overflow: hidden;
}

body.az-precision-theme .az-role-tab-media .az-product-frame figcaption {
	padding: 14px 0 0;
	border: 0;
	background: transparent;
	color: rgb(246 247 249 / 0.64);
	font-size: 0.625rem;
	line-height: 1.5;
}

body.az-precision-theme .az-ai-workflow {
	background: var(--az-midnight);
	color: var(--az-paper);
}

body.az-precision-theme .az-ai-workflow .az-eyebrow {
	color: var(--az-brass);
}

body.az-precision-theme .az-ai-workflow-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(40px, 8vw, 136px);
	align-items: start;
}

body.az-precision-theme .az-ai-workflow-card {
	border: 1px solid var(--az-precision-dark-line);
	border-radius: var(--az-precision-radius);
	background: var(--az-paper);
	box-shadow: var(--az-shadow-sm);
	overflow: hidden;
}

body.az-precision-theme .az-ai-workflow-card.is-enhanced {
	display: grid;
	grid-template-columns: minmax(150px, 0.36fr) minmax(0, 1fr);
	align-items: stretch;
}

body.az-precision-theme .az-ai-workflow-tabs {
	display: none;
}

body.az-precision-theme .az-ai-workflow-card.is-enhanced .az-ai-workflow-tabs {
	display: flex;
	flex-direction: column;
	border-right: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-ai-workflow-tab {
	display: flex;
	flex: 1 1 0;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	min-height: 64px;
	padding: 18px;
	border: 0;
	border-bottom: 1px solid var(--az-precision-dark-line);
	background: var(--az-paper);
	color: var(--az-slate);
	font: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

body.az-precision-theme .az-ai-workflow-tab:last-child {
	border-bottom: 0;
}

body.az-precision-theme .az-ai-workflow-tab span {
	color: var(--az-brass-deep);
}

body.az-precision-theme .az-ai-workflow-tab[aria-selected="true"] {
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-ai-workflow-panel {
	min-height: 270px;
	padding: clamp(28px, 4vw, 52px);
}

body.az-precision-theme .az-ai-workflow-panel + .az-ai-workflow-panel {
	border-top: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-ai-workflow-card.is-enhanced .az-ai-workflow-panel {
	grid-column: 2;
	grid-row: 1;
}

body.az-precision-theme .az-ai-workflow-card.is-enhanced .az-ai-workflow-panel + .az-ai-workflow-panel {
	border-top: 0;
}

body.az-precision-theme .az-ai-workflow-panel h3 {
	margin-bottom: 16px;
	font-size: clamp(1.45rem, 2.2vw, 2.15rem);
}

body.az-precision-theme .az-ai-workflow-panel > div {
	max-width: 540px;
	color: var(--az-slate);
}

body.az-precision-theme .az-ai-workflow-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 26px 0 0;
	list-style: none;
}

body.az-precision-theme .az-ai-workflow-tags li {
	padding: 6px 9px;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: 999px;
	color: var(--az-slate);
	font-size: 0.73rem;
	font-weight: 600;
}

body.az-precision-theme .az-illustration-caption {
	margin-top: 18px;
	color: var(--az-slate);
	font-size: 0.8rem;
}

body.az-precision-theme .az-ai-workflow .az-illustration-caption {
	color: rgb(246 247 249 / 0.64);
}

/* Product AI workflow */
@media (min-width: 701px) {
	body.az-precision-theme .az-main--page .az-ai-workflow {
		padding: 88px 0 61px;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-grid {
		gap: 80px;
		align-items: center;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-copy h2 {
		font-size: 44px;
		line-height: 1.08;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-card.is-enhanced {
		grid-template-columns: 236px minmax(0, 1fr);
		gap: 30px;
		min-height: 322px;
		padding: 26px;
		border-radius: 12px;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-card.is-enhanced .az-ai-workflow-tabs {
		align-self: center;
		gap: 10px;
		border: 0;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-tab {
		flex: 0 0 50px;
		min-height: 50px;
		padding: 0 18px;
		border: 1px solid var(--az-precision-dark-line);
		border-radius: var(--az-precision-radius);
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-tab:last-child {
		border-bottom: 1px solid var(--az-precision-dark-line);
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-panel {
		min-height: 268px;
		padding: 34px 26px;
		border: 1px solid var(--az-precision-dark-line);
		border-radius: var(--az-precision-radius);
		background: #fff;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-panel h3 {
		font-size: 1.875rem;
		line-height: 1.08;
	}
}

/* Integration directory */
body.az-precision-theme .az-integration-directory {
	background: var(--az-paper);
}

body.az-precision-theme .az-integration-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
}

body.az-precision-theme .az-integration-filter {
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: 999px;
	background: transparent;
	color: var(--az-ink);
	font: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	cursor: pointer;
}

body.az-precision-theme .az-integration-filter[aria-pressed="true"] {
	border-color: var(--az-ink);
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-integration-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--az-precision-dark-line);
	background: var(--az-precision-dark-line);
}

body.az-precision-theme .az-integration-card {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 30px;
	background: var(--az-paper);
}

body.az-precision-theme .az-integration-logo {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 30px;
	place-items: center;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: var(--az-precision-radius);
	background: #fff;
	overflow: hidden;
}

body.az-precision-theme .az-integration-logo img {
	max-width: 42px;
	max-height: 42px;
	object-fit: contain;
}

body.az-precision-theme .az-integration-level {
	margin-bottom: 10px;
	color: var(--az-brass-deep);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.az-precision-theme .az-integration-card h3 {
	margin-bottom: 12px;
	font-size: 1.35rem;
}

body.az-precision-theme .az-integration-copy {
	color: var(--az-slate);
	font-size: 0.92rem;
}

body.az-precision-theme .az-integration-card footer {
	display: flex;
	gap: 14px;
	align-items: end;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 24px;
	color: var(--az-slate);
	font-size: 0.74rem;
}

body.az-precision-theme .az-integration-empty {
	margin: 28px 0 0;
	color: var(--az-slate);
}

body.az-precision-theme .az-integration-note {
	margin: 22px 0 0;
	color: var(--az-slate);
	font-size: 0.84rem;
}

/* Pricing */
body.az-precision-theme .az-license-pricing {
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-license-pricing-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(40px, 8vw, 130px);
	align-items: center;
}

body.az-precision-theme .az-license-price-card {
	padding: clamp(32px, 4vw, 52px);
	border-radius: var(--az-precision-radius);
	background: var(--az-paper);
	color: var(--az-ink);
}

body.az-precision-theme .az-license-price-card .az-eyebrow {
	display: flex;
	margin-bottom: 28px;
	color: var(--az-brass);
}

body.az-precision-theme .az-license-price-card .az-eyebrow::before {
	width: 20px;
}

body.az-precision-theme .az-license-price {
	display: flex;
	gap: 10px;
	align-items: baseline;
	margin-bottom: 42px;
}

body.az-precision-theme .az-license-price strong {
	font-size: clamp(3.8rem, 6vw, 6rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.95;
}

body.az-precision-theme .az-license-price span {
	font-size: 1.3rem;
	font-weight: 700;
}

body.az-precision-theme .az-license-period {
	margin-bottom: 3px;
	font-size: 1rem;
	font-weight: 600;
}

body.az-precision-theme .az-license-tax {
	color: var(--az-slate);
	font-size: 0.8rem;
}

body.az-precision-theme .az-license-note {
	margin-bottom: 0;
	color: var(--az-slate);
	font-size: 0.625rem;
	line-height: 1.8;
}

body.az-precision-theme .az-license-cta {
	display: flex;
	width: 100%;
	min-height: 45px;
	padding-block: 10px;
	margin: 27px 0 18px;
	border-color: var(--az-ink);
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-license-cta:hover,
body.az-precision-theme .az-license-cta:focus-visible {
	border-color: var(--az-ink-elevated);
	background: var(--az-ink-elevated);
	color: var(--az-paper);
}

body.az-precision-theme .az-license-features h2 {
	max-width: 340px;
	font-size: 2rem;
}

body.az-precision-theme .az-license-features ul {
	display: block;
	padding: 0;
	margin: 34px 0 0;
	border-top: 1px solid #303847;
	list-style: none;
}

body.az-precision-theme .az-license-features li {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 13px 0 12px;
	border-bottom: 1px solid #303847;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 20px;
}

body.az-precision-theme .az-license-features li:last-child {
	border-bottom: 0;
}

body.az-precision-theme .az-license-features li span {
	color: var(--az-brass-deep);
	font-weight: 700;
}

body.az-precision-theme .az-license-confirmation {
	margin: 24px 0 0;
	color: rgb(246 247 249 / 0.65);
	font-size: 0.85rem;
}

@media (min-width: 981px) {
	body.az-precision-theme .az-license-pricing {
		padding: 35px 0 88px;
	}

	body.az-precision-theme .az-license-pricing-grid {
		grid-template-columns: 550px minmax(0, 1fr);
		gap: 50px;
	}

	body.az-precision-theme .az-license-price-card {
		box-sizing: border-box;
		padding: 45px 46px;
		min-height: 488px;
	}

	body.az-precision-theme .az-license-price-card .az-eyebrow {
		margin-bottom: 35px;
	}

	body.az-precision-theme .az-license-price {
		margin-bottom: 34px;
	}

	body.az-precision-theme .az-license-cta {
		min-height: 46px;
		margin-top: 29px;
	}
}

body.az-precision-theme .az-license-calculator {
	background: var(--az-midnight);
	color: var(--az-paper);
}

body.az-precision-theme .az-license-calculator-heading {
	max-width: 620px;
	margin-bottom: 42px;
}

body.az-precision-theme .az-license-calculator-heading > .az-eyebrow {
	display: flex;
	gap: 11px;
	margin: 0;
	color: var(--az-brass);
	font-size: 0.72rem;
	line-height: 1.3;
}

body.az-precision-theme .az-license-calculator-heading > .az-eyebrow::before {
	width: 20px;
}

body.az-precision-theme .az-license-calculator-heading > p:not(.az-eyebrow) {
	color: rgb(246 247 249 / 0.7);
}

body.az-precision-theme .az-license-calculator-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
	gap: 48px;
	align-items: center;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid #2b3039;
	border-radius: 12px;
	background: transparent;
	color: var(--az-paper);
}

body.az-precision-theme .az-license-calculator-control label {
	display: block;
	margin-bottom: 12px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 20px;
}

body.az-precision-theme .az-license-calculator-control output {
	color: inherit;
}

body.az-precision-theme .az-license-calculator-control input {
	width: 100%;
	accent-color: var(--az-signal-blue);
}

body.az-precision-theme .az-license-calculator-control p,
body.az-precision-theme .az-license-calculator-note {
	margin: 7px 0 0;
	color: rgb(246 247 249 / 0.68);
	font-size: 0.75rem;
	line-height: 18px;
}

body.az-precision-theme .az-license-calculator-total {
	display: flex;
	min-height: 0;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	border: 0;
}

body.az-precision-theme .az-license-calculator-total output {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}

body.az-precision-theme .az-license-calculator-total span {
	margin-top: 7px;
	color: rgb(246 247 249 / 0.68);
	font-size: 0.75rem;
	line-height: 18px;
}

body.az-precision-theme .az-license-calculator-note {
	margin-top: 24px;
}

@media (min-width: 981px) {
	body.az-precision-theme .az-license-calculator {
		padding: 85px 0 90px;
	}

	body.az-precision-theme .az-license-calculator-heading {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 340px;
		column-gap: 80px;
		row-gap: 28px;
		max-width: none;
		margin-bottom: 40px;
	}

	body.az-precision-theme .az-license-calculator-heading > .az-eyebrow {
		grid-column: 1 / -1;
	}

	body.az-precision-theme .az-license-calculator-heading h2 {
		max-width: 410px;
		margin: 0;
		font-size: 2.625rem;
	}

	body.az-precision-theme .az-license-calculator-heading > p:not(.az-eyebrow) {
		grid-column: 2;
		align-self: end;
		max-width: none;
		margin: 0;
		font-size: 1rem;
	}

	body.az-precision-theme .az-license-calculator-shell {
		grid-template-columns: minmax(0, 1fr) 160px;
		gap: 55px;
		box-sizing: border-box;
		height: 141px;
		min-height: 141px;
		padding: 28px 30px;
	}

	body.az-precision-theme .az-license-calculator-total output {
		font-size: 2.625rem;
	}
}

body.az-precision-theme .az-pricing-support {
	background: var(--az-paper);
	color: var(--az-ink);
}

body.az-precision-theme .az-pricing-support-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(44px, 10vw, 160px);
}

body.az-precision-theme .az-pricing-support-copy .az-precision-body {
	margin-bottom: 30px;
	color: var(--az-slate);
}

body.az-precision-theme .az-pricing-support-items {
	border-top: 1px solid #cdd3dc;
}

body.az-precision-theme .az-pricing-support-item {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 20px;
	padding: 27px 0;
	border-bottom: 1px solid #cdd3dc;
}

body.az-precision-theme .az-pricing-support-number {
	color: var(--az-brass);
	font-size: 0.78rem;
	font-weight: 700;
}

body.az-precision-theme .az-pricing-support-item h3 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.2;
}

body.az-precision-theme .az-pricing-support-item p {
	margin: 0;
	color: var(--az-slate);
	font-size: 0.875rem;
	line-height: 1.6;
}

body.az-precision-theme .az-pricing-support-item .az-text-link {
	color: var(--az-slate);
}

@media (min-width: 981px) {
	body.az-precision-theme .az-pricing-support {
		padding: 85px 0 88px;
	}

	body.az-precision-theme .az-pricing-support-grid {
		grid-template-columns: 440px minmax(0, 1fr);
		gap: 117px;
	}

	body.az-precision-theme .az-pricing-support-copy .az-eyebrow {
		display: flex;
		margin: 0 0 28px;
		color: var(--az-brass);
		font-size: 0.72rem;
		line-height: 1.3;
	}

	body.az-precision-theme .az-pricing-support-copy .az-eyebrow::before {
		width: 20px;
	}

	body.az-precision-theme .az-pricing-support-copy h2 {
		max-width: 440px;
		margin-bottom: 26px;
		font-size: 2.625rem;
	}

	body.az-precision-theme .az-pricing-support-copy .az-precision-body {
		margin-bottom: 30px;
	}

	body.az-precision-theme .az-pricing-support-copy > .az-button {
		min-height: 46px;
		padding: 10px 26px;
		border-color: var(--az-ink);
		background: var(--az-ink);
		color: var(--az-paper);
	}

	body.az-precision-theme .az-pricing-support-items {
		margin-top: 24px;
	}

	body.az-precision-theme .az-pricing-support-item {
		grid-template-columns: 60px minmax(0, 1fr);
		gap: 30px;
		padding: 27px 0 57px;
	}

	body.az-precision-theme .az-pricing-support-item > div {
		display: grid;
		grid-template-columns: 292px minmax(0, 1fr);
		column-gap: 30px;
		align-items: start;
	}

	body.az-precision-theme .az-pricing-support-item h3 {
		grid-column: 1;
		grid-row: 1;
	}

	body.az-precision-theme .az-pricing-support-item p,
	body.az-precision-theme .az-pricing-support-item .az-text-link {
		grid-column: 2;
		grid-row: 1;
	}
}

/* About and legal */
body.az-precision-theme .az-timeline-section {
	background: var(--az-paper);
}

body.az-precision-theme .az-timeline-section--precision-about {
	background: var(--az-sand);
}

body.az-precision-theme .az-timeline-section--precision-about .az-precision-heading {
	max-width: 640px;
}

body.az-precision-theme .az-timeline-section--precision-about .az-timeline-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
}

body.az-precision-theme .az-timeline-section--precision-about .az-timeline-list li {
	display: block;
	padding: 27px 0 0;
	border-bottom: 0;
}

body.az-precision-theme .az-timeline-section--precision-about .az-timeline-year {
	margin-bottom: 24px;
	color: var(--az-ink);
	font-size: clamp(2rem, 3vw, 2.6rem);
	font-weight: 500;
}

body.az-precision-theme .az-timeline-section--precision-about .az-timeline-list h3 {
	margin-bottom: 12px;
}

body.az-precision-theme .az-timeline-list {
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--az-precision-dark-line);
	list-style: none;
}

body.az-precision-theme .az-timeline-list li {
	display: grid;
	grid-template-columns: minmax(120px, 0.25fr) minmax(180px, 0.5fr) minmax(0, 1fr);
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-timeline-year {
	margin: 0;
	color: var(--az-brass-deep);
	font-size: 1.1rem;
	font-weight: 700;
}

body.az-precision-theme .az-timeline-list h3 {
	margin: 0;
	font-size: 1.2rem;
}

body.az-precision-theme .az-timeline-list li > p:last-child {
	margin: 0;
	color: var(--az-slate);
}

body.az-precision-theme .az-legal-document-section {
	background: var(--az-paper);
}

body.az-precision-theme .az-legal-document-grid {
	display: grid;
	grid-template-columns: minmax(180px, 0.28fr) minmax(0, var(--az-precision-reading));
	gap: clamp(48px, 10vw, 160px);
	align-items: start;
}

body.az-precision-theme .az-legal-toc {
	position: sticky;
	top: 30px;
	border-top: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-legal-toc > p {
	margin: 16px 0 14px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.az-precision-theme .az-legal-toc ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

body.az-precision-theme .az-legal-toc a {
	color: var(--az-slate);
	font-size: 0.84rem;
	text-decoration: none;
}

body.az-precision-theme .az-legal-toc a:hover {
	color: var(--az-ink);
}

body.az-precision-theme .az-legal-toc-h3 {
	padding-left: 14px;
}

body.az-precision-theme .az-legal-document-content {
	max-width: var(--az-precision-reading);
}

body.az-precision-theme .az-main--page .az-rich-text > h1:first-child {
	max-width: 18ch;
	margin: 0 0 22px;
	font-size: clamp(34px, 3.4vw, 54px);
	line-height: 1.08;
}

body.az-precision-theme .az-legal-document-meta {
	display: flex;
	gap: 16px;
	margin-bottom: 36px;
	color: var(--az-slate);
	font-size: 0.78rem;
}

body.az-precision-theme .az-legal-document-content h2 {
	margin: 48px 0 18px;
	font-size: clamp(1.7rem, 2.6vw, 2.35rem);
	scroll-margin-top: 32px;
}

body.az-precision-theme .az-legal-document-content h3 {
	margin: 32px 0 14px;
	font-size: 1.25rem;
	scroll-margin-top: 32px;
}

body.az-precision-theme .az-legal-document-content p,
body.az-precision-theme .az-legal-document-content li {
	color: #334156;
}

body.az-precision-theme .az-legal-document-content a:not(.az-text-link) {
	color: var(--az-signal-blue);
}

body.az-precision-theme .az-legal-document-content ul,
body.az-precision-theme .az-legal-document-content ol {
	padding-left: 1.25rem;
}

body.az-precision-theme .az-legal-suppliers {
	margin-top: 54px;
}

body.az-precision-theme .az-legal-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-legal-table-wrap table {
	width: 100%;
	min-width: 620px;
	border-collapse: collapse;
	font-size: 0.84rem;
}

body.az-precision-theme .az-legal-table-wrap th,
body.az-precision-theme .az-legal-table-wrap td {
	padding: 14px;
	border-bottom: 1px solid var(--az-precision-dark-line);
	text-align: left;
	vertical-align: top;
}

body.az-precision-theme .az-legal-table-wrap th {
	background: var(--az-sand);
	font-weight: 700;
}

/* Demo and trial forms */
body.az-precision-theme .az-form-section--precision {
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-form-section--precision .az-form-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.78fr);
	gap: clamp(42px, 9vw, 150px);
	align-items: start;
}

body.az-precision-theme .az-form-section--precision .az-form-intro .az-section-title {
	margin-bottom: 22px;
	font-size: clamp(2.3rem, 4vw, 4.25rem);
}

body.az-precision-theme .az-form-section--precision .az-content-split-body,
body.az-precision-theme .az-form-section--precision .az-content-split-body p,
body.az-precision-theme .az-precision-form-note {
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-precision-form-steps {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 34px 0 0;
	border-top: 1px solid var(--az-precision-line);
	list-style: none;
}

body.az-precision-theme .az-precision-form-steps li {
	display: flex;
	gap: 13px;
	align-items: baseline;
	padding: 16px 0;
	border-bottom: 1px solid var(--az-precision-line);
	font-size: 0.9rem;
}

body.az-precision-theme .az-precision-form-steps span {
	color: var(--az-brass);
	font-size: 0.75rem;
	font-weight: 700;
}

body.az-precision-theme .az-precision-form-note {
	margin: 28px 0 0;
	font-size: 0.8rem;
}

body.az-precision-theme .az-form-section--precision .az-form-shell {
	padding: clamp(26px, 4vw, 46px);
	border: 1px solid var(--az-precision-line);
	border-radius: var(--az-precision-radius);
	background: var(--az-paper);
	box-shadow: none;
	color: var(--az-ink);
}

body.az-precision-theme .az-form-card-title {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

body.az-precision-theme .az-form-card-body {
	margin-bottom: 26px;
	color: var(--az-slate);
	font-size: 0.9rem;
}

body.az-precision-theme .az-form-section--precision .az-native-form {
	display: grid;
	gap: 0;
}

body.az-precision-theme .az-form-section--precision .az-native-form > p:not(.az-form-honeypot):not(.az-form-privacy) {
	margin: 0 0 17px;
}

body.az-precision-theme .az-form-section--precision .az-native-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 0.78rem;
	font-weight: 700;
}

body.az-precision-theme .az-form-section--precision .az-native-form label span {
	color: var(--az-brass-deep);
}

body.az-precision-theme .az-form-section--precision .az-native-form input,
body.az-precision-theme .az-form-section--precision .az-native-form textarea {
	width: 100%;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: 2px;
	background: #fff;
	color: var(--az-ink);
	font: inherit;
}

body.az-precision-theme .az-form-section--precision .az-native-form input {
	min-height: 47px;
	padding: 10px 12px;
}

body.az-precision-theme .az-form-section--precision .az-native-form textarea {
	min-height: 110px;
	padding: 12px;
	resize: vertical;
}

body.az-precision-theme .az-form-section--precision .az-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body.az-precision-theme .az-form-section--precision .az-native-form button {
	width: 100%;
	margin-top: 8px;
	border-color: var(--az-ink);
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-form-section--precision .az-native-form button:hover,
body.az-precision-theme .az-form-section--precision .az-native-form button:focus-visible {
	border-color: var(--az-ink-elevated);
	background: var(--az-ink-elevated);
	color: var(--az-paper);
}

body.az-precision-theme .az-form-section--precision .az-form-privacy {
	margin: 19px 0 0;
	font-size: 0.76rem;
}

body.az-precision-theme .az-form-section--precision .az-form-privacy a {
	color: var(--az-slate);
}

body.az-precision-theme .az-form-section--precision .az-form-status {
	padding: 12px;
	border-radius: 2px;
	font-size: 0.85rem;
}

body.az-precision-theme .az-form-section--precision .az-form-status--success {
	border: 1px solid rgb(31 122 90 / 0.38);
	background: rgb(31 122 90 / 0.1);
	color: #135d43;
}

body.az-precision-theme .az-form-section--precision .az-form-status--error {
	border: 1px solid rgb(180 35 24 / 0.38);
	background: rgb(180 35 24 / 0.08);
	color: #8e1c14;
}

/* Footer */
body.az-precision-theme .az-site-footer {
	padding: 50px 0 0;
	border: 0;
	background: var(--az-midnight);
	color: var(--az-paper);
}

body.az-precision-theme .az-footer-shell {
	padding: 0;
}

body.az-precision-theme .az-footer-top {
	display: grid;
	grid-template-columns: minmax(230px, 1.35fr) repeat(3, minmax(140px, 0.65fr));
	gap: 36px;
	padding-bottom: 71px;
	border-bottom: 1px solid var(--az-precision-line);
}

body.az-precision-theme .az-footer-brand .az-wordmark {
	font-size: 2rem;
}

body.az-precision-theme .az-footer-summary {
	max-width: 290px;
	margin: 20px 0 0;
	color: rgb(246 247 249 / 0.7);
	font-size: 0.75rem;
	line-height: 1.45;
	white-space: pre-line;
}

body.az-precision-theme .az-footer-label,
body.az-precision-theme .az-footer-contact-label {
	margin-bottom: 17px;
	color: var(--az-brass);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 15px;
	text-transform: uppercase;
}

body.az-precision-theme .az-footer-menu {
	display: grid;
	gap: 7px;
	padding: 0;
	margin: 0;
	list-style: none;
}

body.az-precision-theme .az-footer-menu li {
	font-size: 0.84rem;
	line-height: 20px;
}

body.az-precision-theme .az-footer-menu a,
body.az-precision-theme .az-footer-contact-link,
body.az-precision-theme .az-footer-address {
	min-height: 0;
	padding: 0;
	color: rgb(246 247 249 / 0.75);
	font-size: 0.84rem;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}

body.az-precision-theme .az-footer-menu a,
body.az-precision-theme .az-footer-contact-link {
	display: inline-flex;
}

body.az-precision-theme .az-footer-address {
	display: block;
}

body.az-precision-theme .az-footer-menu a:hover,
body.az-precision-theme .az-footer-contact-link:hover {
	color: var(--az-paper);
}

body.az-precision-theme .az-footer-contact {
	display: grid;
	gap: 7px;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.az-precision-theme .az-footer-contact-label {
	min-height: 0;
	margin-bottom: 10px;
}

body.az-precision-theme .az-footer-contact-link span,
body.az-precision-theme .az-footer-address span {
	display: block;
	margin-bottom: 2px;
	color: rgb(246 247 249 / 0.48);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.az-precision-theme .az-footer-contact-link span,
body.az-precision-theme .az-footer-address span {
	display: none;
}

body.az-precision-theme .az-footer-contact-link .az-footer-contact-arrow {
	display: inline;
	margin: 0 0 0 3px;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: normal;
	text-transform: none;
}

body.az-precision-theme .az-footer-bottom {
	padding: 18px 0;
}

body.az-precision-theme .az-footer-language {
	display: none;
}

body.az-precision-theme .az-footer-copy,
body.az-precision-theme .az-footer-group,
body.az-precision-theme .az-footer-language {
	margin: 0;
	color: rgb(246 247 249 / 0.55);
	font-size: 0.75rem;
}

/* Precision variants backed by established flexible-content layouts */
body.az-precision-theme .az-home-roles--precision-home {
	padding-block: 0;
	border-block: 1px solid var(--az-precision-line);
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-home-roles--precision-home .az-home-roles-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 0;
	border-radius: 0;
	background: var(--az-precision-line);
}

body.az-precision-theme .az-home-roles--precision-home .az-home-role-card,
body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:first-child,
body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:nth-child(2),
body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:nth-child(3) {
	grid-column: auto;
	min-height: 0;
	padding: 36px 32px;
	border: 0;
	border-radius: 0;
	background: var(--az-ink);
	box-shadow: none;
}

body.az-precision-theme .az-home-roles--precision-home .az-home-role-card h3 {
	margin-bottom: 12px;
	color: var(--az-paper);
	font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}

body.az-precision-theme .az-home-roles--precision-home .az-home-role-label {
	margin-bottom: 24px;
	color: var(--az-brass);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.az-precision-theme .az-home-roles--precision-home .az-home-role-card p:not(.az-home-role-label) {
	color: rgb(246 247 249 / 0.72);
	font-size: 0.84rem;
}

body.az-precision-theme .az-home-roles--precision-home .az-home-role-card::after {
	display: none;
}

body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:hover {
	transform: none;
	box-shadow: none;
}

@media (min-width: 701px) {
	body.az-precision-theme .az-home-roles--precision-home {
		padding: 44px 0 48px;
	}

	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card,
	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:first-child,
	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:nth-child(2),
	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:nth-child(3) {
		padding: 31px 30px;
	}

	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:first-child {
		padding-left: 0;
	}
}

body.az-precision-theme .az-workflow--precision-paper {
	background: var(--az-paper);
}

body.az-precision-theme .az-workflow--precision-dark {
	background: var(--az-midnight);
}

body.az-precision-theme .az-workflow--precision-paper .az-workflow-grid,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-grid {
	grid-template-columns: 1fr;
	gap: clamp(42px, 6vw, 76px);
}

body.az-precision-theme .az-workflow--precision-paper .az-workflow-copy,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-copy {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.5fr);
	gap: clamp(38px, 9vw, 150px);
	max-width: none;
}

body.az-precision-theme .az-workflow-heading,
body.az-precision-theme .az-workflow-summary {
	min-width: 0;
}

body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps {
	margin-top: 36px;
}

body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps--precision {
	width: 100%;
	max-width: none;
	margin: 0;
	border-top: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps li,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps li {
	padding: 19px 0;
	border-radius: 0;
	box-shadow: none;
}

body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision li,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps--precision li {
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 20px;
	padding: 26px 0;
}

body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision .az-step-number,
body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps--precision .az-step-number {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps--precision h3 {
	color: var(--az-paper);
}

body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps--precision p {
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps li {
	border-color: var(--az-precision-dark-line);
	background: transparent;
}

@media (min-width: 701px) {
	body.az-precision-theme .az-workflow--precision-paper {
		padding: 80px 0 91px;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-grid {
		gap: 42px;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-section-title {
		font-size: 44px;
		line-height: 1.08;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision li {
		grid-template-columns: 60px minmax(0, 1fr);
		gap: 30px;
		padding: 28px 0;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision li > div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		align-items: start;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision h3 {
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.2;
	}
}

body.az-precision-theme .az-content-split--theme-ink {
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-content-split--theme-ink .az-content-split-body {
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-content-split--precision-paper .az-content-split-copy,
body.az-precision-theme .az-content-split--precision-dark .az-content-split-copy {
	max-width: 530px;
}

body.az-precision-theme .az-feature-grid-section--precision-decision {
	padding: 35px 0 89px;
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-section-heading {
	display: none;
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-section-heading,
body.az-precision-theme .az-feature-grid-section--precision-decision .az-section-lead {
	max-width: 680px;
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 0;
	border-block: 1px solid var(--az-precision-line);
	border-inline: 0;
	border-radius: 0;
	background: var(--az-precision-line);
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card {
	min-height: 184px;
	padding: 28px 30px;
	border: 0;
	border-radius: 0;
	background: var(--az-ink);
	color: var(--az-paper);
	box-shadow: none;
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card:first-child {
	padding-left: 0;
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card:hover {
	transform: none;
	box-shadow: none;
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card::before,
body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card::after {
	display: none;
	content: none;
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card h3 {
	margin: 22px 0 18px;
	font-size: 1.25rem;
	line-height: 1.2;
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card p {
	color: rgb(246 247 249 / 0.68);
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card p:not(.az-feature-card-eyebrow) {
	font-size: 0.8125rem;
	line-height: 1.75;
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-number {
	display: none;
}

body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card-eyebrow {
	color: var(--az-brass);
}

body.az-precision-theme .az-home-experience--precision-dark,
body.az-precision-theme .az-home-experience--precision-editorial,
body.az-precision-theme .az-home-manifesto--precision-dark,
body.az-precision-theme .az-home-manifesto--precision-editorial {
	padding-block: 112px;
	background: var(--az-midnight);
	color: var(--az-paper);
}

body.az-precision-theme .az-home-experience--precision-dark::before,
body.az-precision-theme .az-home-experience--precision-editorial::before,
body.az-precision-theme .az-home-manifesto--precision-dark::before,
body.az-precision-theme .az-home-manifesto--precision-editorial::before {
	display: none;
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-experience-grid,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-experience-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(42px, 9vw, 150px);
	align-items: center;
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-year-card,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-year-card {
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid var(--az-precision-line);
	border-radius: var(--az-precision-radius);
	background: transparent;
	box-shadow: none;
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-year-value,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-year-value {
	color: var(--az-brass);
	font-size: clamp(4rem, 8vw, 7.2rem);
	line-height: 0.9;
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-title,
body.az-precision-theme .az-home-experience--precision-dark .az-home-title span,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-title,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-title span,
body.az-precision-theme .az-home-manifesto--precision-dark .az-home-title,
body.az-precision-theme .az-home-manifesto--precision-dark .az-home-title span,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-title,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-title span {
	color: var(--az-paper);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-title span,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-title span,
body.az-precision-theme .az-home-manifesto--precision-dark .az-home-title span,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-title span {
	color: var(--az-brass);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-body,
body.az-precision-theme .az-home-experience--precision-dark .az-home-body p,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-body,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-body p,
body.az-precision-theme .az-home-manifesto--precision-dark .az-home-body,
body.az-precision-theme .az-home-manifesto--precision-dark .az-home-body p,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-body,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-body p {
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-timeline {
	border-top-color: var(--az-precision-line);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline-item,
body.az-precision-theme .az-home-experience--precision-editorial .az-home-timeline-item {
	border-bottom-color: var(--az-precision-line);
}

body.az-precision-theme .az-home-experience--precision-paper,
body.az-precision-theme .az-home-experience--precision-dark {
	position: relative;
	isolation: isolate;
	padding-block: 112px;
}

body.az-precision-theme .az-home-experience--precision-paper {
	background: var(--az-sand);
	color: var(--az-ink);
}

body.az-precision-theme .az-home-experience--precision-dark {
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-home-experience--precision-paper::before,
body.az-precision-theme .az-home-experience--precision-dark::before {
	display: none;
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-experience-grid,
body.az-precision-theme .az-home-experience--precision-dark .az-home-experience-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(42px, 9vw, 150px);
	align-items: center;
	border: 0;
	background: transparent;
	backdrop-filter: none;
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-year-card,
body.az-precision-theme .az-home-experience--precision-dark .az-home-year-card,
body.az-precision-theme .az-home-experience--precision-paper .az-home-copy,
body.az-precision-theme .az-home-experience--precision-dark .az-home-copy {
	display: block;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-year-kicker,
body.az-precision-theme .az-home-experience--precision-paper .az-home-year-badge,
body.az-precision-theme .az-home-experience--precision-paper .az-home-timeline-item p {
	color: var(--az-slate);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-year-kicker,
body.az-precision-theme .az-home-experience--precision-dark .az-home-year-badge,
body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline-item p,
body.az-precision-theme .az-home-experience--precision-dark .az-home-body,
body.az-precision-theme .az-home-experience--precision-dark .az-home-body p,
body.az-precision-theme .az-home-experience--precision-dark .az-home-lead {
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-lead {
	color: var(--az-ink);
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-year-value {
	color: var(--az-brass-deep);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-year-value {
	color: var(--az-brass);
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-year-value,
body.az-precision-theme .az-home-experience--precision-dark .az-home-year-value {
	font-size: clamp(5rem, 9vw, 8.6rem);
	line-height: 0.86;
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-year-badge,
body.az-precision-theme .az-home-experience--precision-dark .az-home-year-badge {
	display: inline-flex;
	align-items: center;
	width: auto;
	gap: 8px;
	margin-top: 24px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.az-precision-theme .az-home-year-arrow {
	color: var(--az-brass);
	font-size: 1rem;
	letter-spacing: 0;
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-timeline,
body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline {
	margin-top: 38px;
	padding-left: 0;
	border-top: 1px solid var(--az-precision-dark-line);
	border-left: 0;
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline {
	border-top-color: var(--az-precision-line);
}

body.az-precision-theme .az-home-experience--history .az-home-timeline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

body.az-precision-theme .az-home-experience--history .az-home-timeline-item:nth-child(even) {
	text-align: right;
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-timeline-item,
body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline-item {
	padding: 15px 0;
	border-bottom: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline-item {
	border-bottom-color: var(--az-precision-line);
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-timeline-item::before,
body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline-item::before {
	display: none;
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-timeline-item strong {
	color: var(--az-ink);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-timeline-item strong,
body.az-precision-theme .az-home-experience--precision-dark .az-home-title,
body.az-precision-theme .az-home-experience--precision-dark .az-home-title span {
	color: var(--az-paper);
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-title,
body.az-precision-theme .az-home-experience--precision-paper .az-home-title span {
	color: var(--az-ink);
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-eyebrow {
	color: var(--az-brass-deep);
}

body.az-precision-theme .az-home-experience--precision-dark .az-home-eyebrow {
	color: var(--az-brass);
}

body.az-precision-theme .az-home-experience--precision-paper .az-home-actions,
body.az-precision-theme .az-home-experience--precision-dark .az-home-actions {
	margin-top: 30px;
}

body.az-precision-theme .az-home-experience--precision-dark .az-text-link {
	color: var(--az-paper);
}

body.az-precision-theme .az-home-experience--precision-dark .az-text-link:hover {
	color: var(--az-brass);
}

body.az-precision-theme .az-home-manifesto--precision-dark .az-home-manifesto-grid,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-manifesto-grid {
	display: grid;
	grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(42px, 9vw, 150px);
}

body.az-precision-theme .az-home-manifesto--precision-dark .az-home-manifesto-panel,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-manifesto-panel {
	padding: 0 0 30px;
	border: 0;
	border-bottom: 1px solid var(--az-precision-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.az-precision-theme .az-home-manifesto--precision-dark .az-home-manifesto-panel + .az-home-manifesto-panel,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-manifesto-panel + .az-home-manifesto-panel {
	margin-top: 28px;
}

body.az-precision-theme .az-home-manifesto--precision-dark .az-home-manifesto-panel-label,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-manifesto-panel-label {
	color: var(--az-brass);
}

body.az-precision-theme .az-home-manifesto--has-statement .az-home-manifesto-heading .az-home-title {
	max-width: 180px;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.45;
}

body.az-precision-theme .az-home-manifesto--has-statement .az-home-manifesto-statement {
	margin: 0 0 30px;
	color: var(--az-paper);
	font-size: clamp(2.1rem, 3.6vw, 3.8rem);
	font-weight: 400;
	line-height: 1.08;
}

body.az-precision-theme .az-home-manifesto--has-statement .az-home-manifesto-panel--body {
	padding-bottom: 0;
	border-bottom: 0;
}

body.az-precision-theme .az-home-manifesto--precision-dark .az-home-quote p:last-child,
body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-quote p:last-child {
	color: var(--az-paper);
	font-size: clamp(1.45rem, 2.3vw, 2.1rem);
	line-height: 1.25;
}

body.az-precision-theme .az-home-manifesto--programs {
	padding: 92px 0 62px;
	background: var(--az-midnight);
}

body.az-precision-theme .az-home-manifesto--programs .az-home-manifesto-grid {
	grid-template-columns: 280px minmax(0, 1fr);
	column-gap: 92px;
	row-gap: 22px;
}

body.az-precision-theme .az-home-manifesto--programs .az-home-manifesto-heading {
	display: contents;
}

body.az-precision-theme .az-home-manifesto--programs .az-home-eyebrow {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	margin: 0;
	color: var(--az-brass);
}

body.az-precision-theme .az-home-manifesto--programs .az-home-title {
	grid-column: 2;
	grid-row: 1;
	max-width: 600px;
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.08;
}

body.az-precision-theme .az-home-manifesto--programs .az-home-manifesto-copy {
	grid-column: 2;
	grid-row: 2;
	max-width: 760px;
	margin-top: 22px;
}

body.az-precision-theme .az-home-manifesto--programs .az-home-manifesto-panel {
	padding: 0;
	border: 0;
}

body.az-precision-theme .az-home-manifesto--programs .az-home-body,
body.az-precision-theme .az-home-manifesto--programs .az-home-body p {
	max-width: none;
	color: rgb(246 247 249 / 0.72);
	font-size: 1rem;
	line-height: 1.75;
}

body.az-precision-theme .az-cta-section--precision-dark {
	padding-block: 96px;
	background: var(--az-midnight);
	color: var(--az-paper);
}

body.az-precision-theme .az-cta-section--precision-dark .az-cta-inner {
	display: grid;
	grid-template-areas:
		"eyebrow actions"
		"title actions"
		"lead actions";
	grid-template-columns: minmax(0, 0.92fr) auto;
	column-gap: clamp(42px, 8vw, 132px);
	text-align: left;
}

body.az-precision-theme .az-cta-inner--precision-dark .az-eyebrow {
	grid-area: eyebrow;
	align-self: end;
	justify-content: flex-start;
}

body.az-precision-theme .az-cta-inner--precision-dark .az-section-title {
	grid-area: title;
}

body.az-precision-theme .az-cta-inner--precision-dark .az-section-lead {
	grid-area: lead;
	max-width: 600px;
	margin: 20px 0 0;
}

body.az-precision-theme .az-actions--precision-dark {
	grid-area: actions;
	align-self: center;
	justify-content: flex-end;
	margin: 0;
	flex-wrap: nowrap;
}

body.az-precision-theme .az-cta-section--precision-dark .az-section-title {
	font-size: clamp(2.35rem, 4vw, 4.4rem);
}

body.az-precision-theme .az-cta-section--precision-dark .az-section-lead {
	color: rgb(246 247 249 / 0.72);
}

body.az-precision-theme .az-main--page .az-cta-section--precision-programs {
	background: var(--az-ink);
}

body.az-precision-theme .az-main--page .az-cta-section--precision-about {
	background: var(--az-ink);
}

body.az-precision-theme .az-main--page .az-cta-section--precision-faq {
	background: var(--az-ink);
}

body.az-precision-theme .az-main--front .az-cta-section--precision-dark,
body.az-precision-theme .az-main--page .az-cta-section--precision-product,
body.az-precision-theme .az-main--page .az-cta-section--precision-pricing,
body.az-precision-theme .az-main--page .az-cta-section--precision-programs,
body.az-precision-theme .az-main--page .az-cta-section--precision-about,
body.az-precision-theme .az-main--page .az-cta-section--precision-faq {
	border-top-color: transparent;
	background: var(--az-ink);
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--page .az-cta-section--precision-product,
	body.az-precision-theme .az-main--page .az-cta-section--precision-pricing,
	body.az-precision-theme .az-main--page .az-cta-section--precision-programs,
	body.az-precision-theme .az-main--page .az-cta-section--precision-about,
	body.az-precision-theme .az-main--page .az-cta-section--precision-faq {
		padding: 50px 0;
	}

	body.az-precision-theme .az-main--page .az-cta-section--precision-product .az-section-title,
	body.az-precision-theme .az-main--page .az-cta-section--precision-pricing .az-section-title,
	body.az-precision-theme .az-main--page .az-cta-section--precision-programs .az-section-title,
	body.az-precision-theme .az-main--page .az-cta-section--precision-about .az-section-title,
	body.az-precision-theme .az-main--page .az-cta-section--precision-faq .az-section-title {
		max-width: none;
		font-size: 2.5rem;
		line-height: 1.08;
		overflow-wrap: normal;
	}
}

body.az-precision-theme .az-cta-section--precision-paper {
	border-block: 1px solid var(--az-precision-dark-line);
	background: var(--az-sand);
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
	gap: clamp(42px, 9vw, 150px);
	align-items: start;
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-intro {
	position: sticky;
	top: 30px;
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-intro-body {
	margin-top: 18px;
	color: var(--az-slate);
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-intro-body p:last-child {
	margin-bottom: 0;
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-actions {
	margin-top: 26px;
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-actions .az-button--secondary {
	border-color: var(--az-ink);
	background: var(--az-ink);
	color: var(--az-paper);
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-actions .az-button--secondary:hover,
body.az-precision-theme .az-faq-section--precision-paper .az-faq-actions .az-button--secondary:focus-visible {
	border-color: var(--az-ink-elevated);
	background: var(--az-ink-elevated);
	color: var(--az-paper);
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-search {
	margin-top: 30px;
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-search label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.78rem;
	font-weight: 700;
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-search input {
	width: 100%;
	min-height: 44px;
	padding: 8px 11px;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: 2px;
	background: #fff;
	font: inherit;
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-list {
	border-top: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-list details {
	border-bottom: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-list summary {
	padding: 22px 34px 22px 0;
	color: var(--az-ink);
	font-size: 1.04rem;
	font-weight: 600;
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-list summary span {
	color: var(--az-brass-deep);
}

body.az-precision-theme .az-faq-section--precision-paper .az-faq-list details > div {
	padding: 0 34px 22px 0;
	color: var(--az-slate);
}

body.az-precision-theme .az-faq-empty {
	padding: 24px 0;
	margin: 0;
	color: var(--az-slate);
}

@media (max-width: 980px) {
	body.az-precision-theme .az-primary-navigation .az-menu {
		gap: 14px;
	}

	body.az-precision-theme .az-hero--precision-home .az-hero-grid,
	body.az-precision-theme .az-hero--precision-internal .az-hero-grid,
	body.az-precision-theme .az-role-tab-panel,
	body.az-precision-theme .az-ai-workflow-grid,
	body.az-precision-theme .az-license-pricing-grid,
	body.az-precision-theme .az-pricing-support-grid {
		grid-template-columns: 1fr;
	}

	body.az-precision-theme .az-hero--precision-home .az-hero-visual,
	body.az-precision-theme .az-hero--precision-internal .az-hero-visual {
		max-width: 820px;
	}

	body.az-precision-theme .az-hero--precision-internal .az-hero-content {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.az-precision-theme .az-role-tab-panel {
		gap: 34px;
	}

	body.az-precision-theme .az-integration-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.az-precision-theme .az-license-calculator-shell {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.az-precision-theme .az-license-calculator-total {
		min-height: 0;
		padding: 28px 0 0;
		border-top: 1px solid var(--az-precision-dark-line);
		border-left: 0;
	}

	body.az-precision-theme .az-legal-document-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	body.az-precision-theme .az-form-section--precision .az-form-grid {
		grid-template-columns: 1fr;
	}

	body.az-precision-theme .az-legal-toc {
		position: static;
	}

	body.az-precision-theme .az-footer-top {
		grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(140px, 1fr));
	}

	body.az-precision-theme .az-footer-brand {
		grid-column: 1 / -1;
	}

	body.az-precision-theme .az-home-experience--precision-paper .az-home-experience-grid,
	body.az-precision-theme .az-home-experience--precision-dark .az-home-experience-grid,
	body.az-precision-theme .az-home-experience--precision-editorial .az-home-experience-grid,
	body.az-precision-theme .az-home-manifesto--precision-dark .az-home-manifesto-grid,
	body.az-precision-theme .az-home-manifesto--precision-editorial .az-home-manifesto-grid,
	body.az-precision-theme .az-faq-section--precision-paper .az-faq-grid {
		grid-template-columns: 1fr;
	}

	body.az-precision-theme .az-faq-section--precision-paper .az-faq-intro {
		position: static;
	}
}

@media (max-width: 860px) {
	body.az-precision-theme.home .az-site-header:not(.is-scrolled),
	body.az-precision-theme.front-page .az-site-header:not(.is-scrolled) {
		min-height: 76px;
	}

	body.az-precision-theme .az-site-header,
	body.az-precision-theme .az-header-inner {
		min-height: 76px;
	}

	body.az-precision-theme .az-header-inner {
		grid-template-columns: minmax(0, 1fr) auto auto auto;
		gap: 8px;
		align-items: center;
	}

	body.az-precision-theme .az-brand .az-precision-logo {
		width: 104px;
	}

	body.az-precision-theme .az-primary-navigation--desktop {
		display: none;
	}

	body.az-precision-theme .az-header-inner > .az-language-switcher {
		display: flex;
		gap: 0;
	}

	body.az-precision-theme .az-header-inner > .az-language-switcher .az-language-link {
		display: none;
		min-width: 38px;
		min-height: 42px;
		padding: 0;
	}

	body.az-precision-theme .az-header-inner > .az-language-switcher .az-language-link:not(.is-current) {
		display: inline-flex;
	}

	body.az-precision-theme .az-header-inner > .az-language-switcher .az-language-link.is-current {
		border-color: transparent;
	}

	body.az-precision-theme .az-header-cta {
		display: inline-flex;
		min-height: 42px;
		padding: 9px 12px;
		font-size: 0.72rem;
		line-height: 1;
		white-space: nowrap;
	}

	body.az-precision-theme.home .az-site-header:not(.is-scrolled) .az-header-cta,
	body.az-precision-theme.front-page .az-site-header:not(.is-scrolled) .az-header-cta {
		border-color: var(--az-paper);
		background: var(--az-paper);
		color: var(--az-ink);
	}

	body.az-precision-theme.home .az-site-header:not(.is-scrolled) .az-mobile-menu > summary,
	body.az-precision-theme.front-page .az-site-header:not(.is-scrolled) .az-mobile-menu > summary {
		border-color: var(--az-paper);
		color: var(--az-paper);
	}

	body.az-precision-theme.home .az-site-header:not(.is-scrolled) .az-mobile-menu-icon,
	body.az-precision-theme.home .az-site-header:not(.is-scrolled) .az-mobile-menu-icon::before,
	body.az-precision-theme.home .az-site-header:not(.is-scrolled) .az-mobile-menu-icon::after,
	body.az-precision-theme.front-page .az-site-header:not(.is-scrolled) .az-mobile-menu-icon,
	body.az-precision-theme.front-page .az-site-header:not(.is-scrolled) .az-mobile-menu-icon::before,
	body.az-precision-theme.front-page .az-site-header:not(.is-scrolled) .az-mobile-menu-icon::after {
		background: var(--az-paper);
	}

	body.az-precision-theme.home .az-site-header:not(.is-scrolled) .az-mobile-menu[open] .az-mobile-menu-icon,
	body.az-precision-theme.front-page .az-site-header:not(.is-scrolled) .az-mobile-menu[open] .az-mobile-menu-icon {
		background: transparent;
	}

	body.az-precision-theme .az-mobile-menu > summary {
		display: grid;
		width: 42px;
		height: 42px;
		min-height: 42px;
		padding: 0;
		place-items: center;
		border: 1px solid var(--az-precision-line);
		border-radius: 4px;
		background: transparent;
	}

	body.az-precision-theme .az-mobile-menu-icon {
		display: block;
	}

	body.az-precision-theme .az-mobile-menu-label {
		display: none;
	}

	body.az-precision-theme .az-mobile-menu[open] > summary {
		border-color: var(--az-paper);
		background: var(--az-paper);
	}

	body.az-precision-theme .az-mobile-menu[open] .az-mobile-menu-icon {
		background: transparent;
	}

	body.az-precision-theme .az-site-header .az-mobile-menu[open] .az-mobile-menu-icon::before,
	body.az-precision-theme .az-site-header .az-mobile-menu[open] .az-mobile-menu-icon::after {
		background: var(--az-ink);
	}

	body.az-precision-theme .az-site-header .az-mobile-menu > .az-mobile-menu-panel {
		top: calc(100% + 30px);
		width: min(360px, calc(100vw - 32px));
		padding: 12px 16px 16px;
		border-radius: 6px;
		background: var(--az-midnight);
		box-shadow: 0 22px 52px rgb(0 0 0 / 0.3);
	}

	body.az-precision-theme .az-mobile-menu[open] .az-mobile-menu-panel {
		animation: az-precision-menu-in 180ms ease-out both;
	}

	body.az-precision-theme .az-site-header .az-mobile-menu-panel .az-menu {
		display: grid;
		width: 100%;
		gap: 0;
		align-items: stretch;
		justify-content: stretch;
	}

	body.az-precision-theme .az-site-header .az-mobile-menu-panel .az-menu li {
		width: 100%;
		border-bottom: 1px solid var(--az-precision-line);
	}

	body.az-precision-theme .az-site-header .az-mobile-menu-panel .az-menu a {
		display: flex;
		width: 100%;
		min-height: 52px;
		align-items: center;
		padding: 0;
		color: rgb(246 247 249 / 0.9);
		font-size: 0.94rem;
	}

	body.az-precision-theme .az-site-header .az-mobile-menu-panel .az-menu .current-menu-item > a {
		color: var(--az-brass);
	}

	body.az-precision-theme .az-mobile-menu-panel .az-mobile-menu-cta {
		display: flex;
		width: 100%;
		min-height: 48px;
		margin: 18px 0 0;
		padding-inline: 16px;
	}

	body.az-precision-theme .az-mobile-menu-panel .az-language-switcher {
		display: flex;
		gap: 8px;
		margin: 18px 0 0;
		padding-top: 16px;
		border-top: 1px solid var(--az-precision-line);
	}

	body.az-precision-theme .az-mobile-menu-panel .az-language-link {
		display: inline-flex;
		min-width: 42px;
		min-height: 40px;
		padding: 0;
		border: 1px solid var(--az-precision-line);
		border-radius: 4px;
	}

	body.az-precision-theme .az-mobile-menu-panel .az-language-link.is-current {
		border-color: var(--az-brass);
		background: transparent;
	}
}

@keyframes az-precision-menu-in {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 359px) {
	body.az-precision-theme .az-header-inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 6px;
	}

	body.az-precision-theme .az-brand .az-precision-logo {
		width: 92px;
	}

	body.az-precision-theme .az-header-cta {
		display: none;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-container {
		width: min(1280px, calc(100vw - var(--az-precision-gutter) - var(--az-precision-gutter)));
	}

	body.az-precision-theme .az-precision-section,
	body.az-precision-theme .az-section {
		padding-block: 72px;
	}

	body.az-precision-theme .az-hero--precision-home,
	body.az-precision-theme .az-hero--precision-internal,
	body.az-precision-theme .az-hero--precision-legal {
		padding-block: 62px 72px;
	}

	body.az-precision-theme .az-main--page .az-hero--precision-internal {
		padding-bottom: 47px;
	}

	body.az-precision-theme .az-main--page .az-hero--faq.az-hero--precision-internal {
		padding-bottom: 48px;
	}

	body.az-precision-theme .az-main--page .az-hero--pricing.az-hero--precision-internal {
		padding: 38px 0 59px;
	}

	body.az-precision-theme .az-main--page .az-hero--programs.az-hero--precision-internal {
		padding-bottom: 51px;
	}

	body.az-precision-theme .az-main--page .az-hero--programs.az-hero--precision-internal .az-hero-content {
		gap: 36px;
	}

	body.az-precision-theme .az-main--page .az-hero--programs.az-hero--precision-internal .az-eyebrow {
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		white-space: nowrap;
		transform: translateY(-13px);
	}

	body.az-precision-theme .az-main--page .az-hero--programs.az-hero--precision-internal .az-hero-lead {
		font-size: 0.875rem;
		line-height: 1.8;
	}

	body.az-precision-theme .az-form-section--precision .az-precision-form-steps {
		display: none;
	}

	body.az-precision-theme .az-hero--precision-home .az-hero-title,
	body.az-precision-theme .az-hero--precision-internal .az-hero-title,
	body.az-precision-theme .az-hero--precision-legal .az-hero-title {
		font-size: clamp(2.3rem, 11vw, 3.35rem);
	}

	body.az-precision-theme .az-cta-section--precision-dark .az-cta-inner {
		grid-template-areas:
			"eyebrow"
			"title"
			"lead"
			"actions";
		grid-template-columns: 1fr;
	}

	body.az-precision-theme .az-actions--precision-dark {
		justify-content: flex-start;
		margin-top: 30px;
	}

	body.az-precision-theme .az-main--page .az-cta-section--precision-product,
	body.az-precision-theme .az-main--page .az-cta-section--precision-pricing,
	body.az-precision-theme .az-main--page .az-cta-section--precision-programs,
	body.az-precision-theme .az-main--page .az-cta-section--precision-about,
	body.az-precision-theme .az-main--page .az-cta-section--precision-faq {
		padding: 30px 0 29px;
	}

	body.az-precision-theme .az-main--page .az-cta-section--precision-product .az-section-title,
	body.az-precision-theme .az-main--page .az-cta-section--precision-pricing .az-section-title,
	body.az-precision-theme .az-main--page .az-cta-section--precision-programs .az-section-title,
	body.az-precision-theme .az-main--page .az-cta-section--precision-about .az-section-title,
	body.az-precision-theme .az-main--page .az-cta-section--precision-faq .az-section-title {
		max-width: none;
		font-size: 2rem;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--page .az-cta-section--precision-about .az-section-title {
		font-size: 1.875rem;
	}

	body.az-precision-theme .az-main--page .az-cta-section--precision-product .az-actions--precision-dark,
	body.az-precision-theme .az-main--page .az-cta-section--precision-pricing .az-actions--precision-dark,
	body.az-precision-theme .az-main--page .az-cta-section--precision-programs .az-actions--precision-dark,
	body.az-precision-theme .az-main--page .az-cta-section--precision-about .az-actions--precision-dark,
	body.az-precision-theme .az-main--page .az-cta-section--precision-faq .az-actions--precision-dark {
		margin-top: 25px;
	}

	body.az-precision-theme .az-main--page .az-cta-section--precision-about .az-actions--precision-dark {
		margin-top: 29.6px;
	}

	body.az-precision-theme .az-main--page .az-cta-section--precision-product .az-button,
	body.az-precision-theme .az-main--page .az-cta-section--precision-pricing .az-button,
	body.az-precision-theme .az-main--page .az-cta-section--precision-programs .az-button,
	body.az-precision-theme .az-main--page .az-cta-section--precision-about .az-button,
	body.az-precision-theme .az-main--page .az-cta-section--precision-faq .az-button {
		min-height: 45px;
		padding-block: 10px;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-copy,
	body.az-precision-theme .az-workflow--precision-dark .az-workflow-copy {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision li,
	body.az-precision-theme .az-workflow--precision-dark .az-workflow-steps--precision li {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
		padding: 20px 0;
	}

	body.az-precision-theme .az-workflow--precision-paper {
		padding: 45px 0 52px;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-grid {
		gap: 20px;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-section-title {
		font-size: 32px;
		line-height: 1.08;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-intro {
		margin-top: 0;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision li {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 14px;
		padding: 25px 0;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision li > div {
		display: block;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision h3 {
		margin: 0 0 6px;
		font-size: 1.5rem;
		line-height: 1.2;
	}

	body.az-precision-theme .az-workflow--precision-paper .az-workflow-steps--precision p {
		font-size: 0.875rem;
		line-height: 1.7142857;
	}

	body.az-precision-theme .az-integrations--precision-name-band .az-logo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.az-precision-theme .az-integrations--precision-name-band .az-logo-item {
		min-height: 54px;
		padding: 0 6px;
	}

	body.az-precision-theme .az-integrations--precision-name-band .az-logo-wordmark {
		font-size: 0.74rem;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band {
		padding: 40px 0 53px;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-integrations-inner {
		display: block;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-integrations-copy {
		min-height: 141px;
		margin: 0 0 31px;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-section-title {
		margin-inline: 0;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-integrations-copy::after {
		display: none;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-integrations-logos {
		padding-top: 0;
		border-top: 0;
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-logo-grid {
		border-block: 1px solid var(--az-precision-line);
	}

	body.az-precision-theme .az-main--front .az-integrations--precision-name-band .az-logo-item {
		min-height: 52px;
	}

	body.az-precision-theme .az-role-tab-list {
		gap: 6px;
		padding-bottom: 15px;
		margin-bottom: 16px;
	}

	body.az-precision-theme .az-role-tab {
		min-height: 35px;
		padding: 0 10px;
		font-size: 0.625rem;
		font-weight: 500;
	}

	body.az-precision-theme .az-role-tabs {
		padding: 52px 0 52px;
	}

	body.az-precision-theme .az-role-tab:first-child,
	body.az-precision-theme .az-role-tab:last-child {
		min-width: 73px;
		padding-left: 10px;
	}

	body.az-precision-theme .az-role-tab:nth-child(2) {
		min-width: 62px;
		padding-inline: 10px;
	}

	body.az-precision-theme .az-role-tab-media .az-product-frame-bar {
		min-height: 33px;
	}

	body.az-precision-theme .az-role-tab-copy .az-precision-body {
		margin-bottom: 24px;
		font-size: 0.875rem;
		line-height: 1.78;
	}

	body.az-precision-theme .az-role-tab-copy .az-button {
		width: auto;
		min-height: 45px;
		padding-inline: 18px;
	}

	body.az-precision-theme .az-ai-workflow-card {
		display: block;
	}

	body.az-precision-theme .az-ai-workflow-card.is-enhanced .az-ai-workflow-tabs {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		border-right: 0;
		border-bottom: 1px solid var(--az-precision-dark-line);
		overflow: visible;
	}

	body.az-precision-theme .az-ai-workflow-tab {
		min-width: 0;
		padding: 10px 5px;
		border-right: 1px solid var(--az-precision-dark-line);
		border-bottom: 0;
		justify-content: center;
		font-size: 0.68rem;
		line-height: 1.2;
		text-align: center;
	}

	body.az-precision-theme .az-ai-workflow-tab:last-child {
		border-right: 0;
	}

	body.az-precision-theme .az-ai-workflow-panel {
		min-height: 0;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow {
		padding: 52px 0 39px;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-grid {
		gap: 40px;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-copy h2 {
		font-size: 1.9375rem;
		line-height: 1.08;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-card.is-enhanced {
		display: block;
		padding: 20px 16px 16px;
		border-radius: 12px;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-card.is-enhanced .az-ai-workflow-tabs {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		border: 0;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-tab {
		min-width: 0;
		min-height: 48px;
		padding: 6px 8px;
		border: 1px solid var(--az-precision-dark-line);
		border-radius: var(--az-precision-radius);
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 2px;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-tab:last-child {
		border-bottom: 1px solid var(--az-precision-dark-line);
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-panel {
		min-height: 242px;
		padding: 24px 18px;
		border: 1px solid var(--az-precision-dark-line);
		border-radius: var(--az-precision-radius);
		background: #fff;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-panel h3 {
		font-size: 1.4375rem;
		line-height: 1.08;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow-panel:not([hidden]) {
		margin-top: 16px;
	}

	body.az-precision-theme .az-main--page .az-ai-workflow .az-illustration-caption {
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-integration-grid,
	body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-grid {
		grid-template-columns: 1fr;
	}

	body.az-precision-theme .az-main--page .az-feature-grid-section--precision-programs {
		padding: 45px 0 52px;
	}

	body.az-precision-theme .az-feature-grid-section--precision-programs .az-section-title {
		font-size: 2rem;
		line-height: 1.08;
	}

	body.az-precision-theme .az-feature-grid-section--precision-programs .az-section-lead {
		position: static;
		width: auto;
		max-width: none;
		margin-top: 14px;
	}

	body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-grid {
		gap: 20px;
		margin-top: 26px;
	}

	body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card,
	body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card:nth-child(-n + 2) {
		min-height: 264px;
		padding: 26px 26px 32px;
	}

	body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card h3 {
		margin-top: 16px;
		font-size: 2.25rem;
	}

	body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card > p:not(.az-feature-card-eyebrow):not(.az-feature-result) {
		font-size: 0.75rem;
		line-height: 1.7;
	}

	body.az-precision-theme .az-feature-grid-section--precision-programs .az-feature-card:nth-child(2) > p:not(.az-feature-card-eyebrow):not(.az-feature-result) {
		margin-right: -16px;
	}

	body.az-precision-theme .az-home-manifesto--programs {
		padding: 52px 0 36px;
	}

	body.az-precision-theme .az-home-manifesto--programs .az-home-manifesto-grid {
		display: block;
	}

	body.az-precision-theme .az-home-manifesto--programs .az-home-manifesto-heading {
		display: block;
	}

	body.az-precision-theme .az-home-manifesto--programs .az-home-eyebrow {
		margin: 0 0 43px;
	}

	body.az-precision-theme .az-home-manifesto--programs .az-home-title {
		max-width: none;
		font-size: 2rem;
		line-height: 1.08;
	}

	body.az-precision-theme .az-home-manifesto--programs .az-home-manifesto-copy {
		max-width: none;
		margin-top: 31px;
	}

	body.az-precision-theme .az-home-manifesto--programs .az-home-body,
	body.az-precision-theme .az-home-manifesto--programs .az-home-body p {
		font-size: 0.875rem;
		line-height: 2;
	}

	body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-grid,
	body.az-precision-theme .az-home-roles--precision-home .az-home-roles-grid {
		grid-template-columns: 1fr;
	}

	body.az-precision-theme .az-feature-grid-section--precision-decision {
		padding: 53px 0;
	}

	body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card {
		min-height: 0;
		padding: 26px 0 27px;
	}

	body.az-precision-theme .az-feature-grid-section--precision-decision .az-feature-card h3 {
		margin: 10px 0 16px;
	}

	body.az-precision-theme .az-home-roles--precision-home {
		padding: 44px 0 50px;
	}

	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card,
	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:first-child,
	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:nth-child(2),
	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card:nth-child(3) {
		padding: 28px 0;
	}

	body.az-precision-theme .az-home-roles--precision-home .az-home-role-label {
		margin-bottom: 9px;
	}

	body.az-precision-theme .az-home-roles--precision-home .az-home-role-card h3 {
		font-size: 1.375rem;
		line-height: 1.1;
	}

	body.az-precision-theme .az-home-roles--precision-home .az-home-section-heading {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.az-precision-theme .az-integration-card {
		min-height: 260px;
		padding: 24px;
	}

	body.az-precision-theme .az-license-price-card,
	body.az-precision-theme .az-license-calculator-shell {
		padding: 28px;
	}

	body.az-precision-theme .az-license-pricing {
		padding: 53px 0 56px;
	}

	body.az-precision-theme .az-license-price-card {
		min-height: 377px;
	}

	body.az-precision-theme .az-license-features h2 {
		font-size: 1.75rem;
	}

	body.az-precision-theme .az-license-note {
		font-size: 9.4px;
		line-height: 18px;
	}

	body.az-precision-theme .az-license-calculator {
		padding: 50px 0 56px;
	}

	body.az-precision-theme .az-license-calculator-heading {
		max-width: none;
		margin-bottom: 20px;
	}

	body.az-precision-theme .az-license-calculator-heading > .az-eyebrow {
		margin-bottom: 20px;
	}

	body.az-precision-theme .az-license-calculator-heading h2 {
		margin-bottom: 23px;
		font-size: 2rem;
	}

	body.az-precision-theme .az-license-calculator-heading > p:not(.az-eyebrow) {
		margin-bottom: 0;
		font-size: 1rem;
	}

	body.az-precision-theme .az-license-calculator-shell {
		display: block;
		box-sizing: border-box;
		height: 223px;
		min-height: 223px;
		padding: 24px;
	}

	body.az-precision-theme .az-license-calculator-total {
		margin-top: 24px;
		padding: 0;
		border: 0;
	}

	body.az-precision-theme .az-pricing-support {
		padding: 50px 0 53px;
	}

	body.az-precision-theme .az-pricing-support-grid {
		gap: 33px;
	}

	body.az-precision-theme .az-pricing-support-copy .az-eyebrow {
		display: flex;
		margin: 0 0 20px;
		color: var(--az-brass);
		font-size: 0.72rem;
		line-height: 1.3;
	}

	body.az-precision-theme .az-pricing-support-copy .az-eyebrow::before {
		width: 20px;
	}

	body.az-precision-theme .az-pricing-support-copy h2 {
		margin-bottom: 26px;
		font-size: 2rem;
	}

	body.az-precision-theme .az-pricing-support-copy .az-precision-body {
		margin-bottom: 15px;
	}

	body.az-precision-theme .az-pricing-support-copy > .az-button {
		width: auto;
		min-height: 45px;
		padding: 10px 23px;
		border-color: var(--az-ink);
		background: var(--az-ink);
		color: var(--az-paper);
		font-size: 0.75rem;
	}

	body.az-precision-theme .az-pricing-support-items {
		margin-top: 0;
	}

	body.az-precision-theme .az-pricing-support-item {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 14px;
		padding: 22px 0 48px;
	}

	body.az-precision-theme .az-pricing-support-item > div {
		display: block;
	}

	body.az-precision-theme .az-pricing-support-item h3 {
		margin-bottom: 10px;
	}

	body.az-precision-theme .az-pricing-support-item .az-text-link {
		display: inline-flex;
		margin-top: 4px;
	}

	body.az-precision-theme .az-pricing-support-item:last-child {
		padding-bottom: 51px;
	}

	body.az-precision-theme .az-timeline-list li {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	body.az-precision-theme .az-timeline-section--precision-about .az-timeline-list {
		display: block;
	}

	body.az-precision-theme .az-timeline-section--precision-about .az-timeline-list li {
		padding: 24px 0;
		border-bottom: 1px solid var(--az-precision-dark-line);
	}

	body.az-precision-theme .az-legal-toc ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 18px;
	}

	body.az-precision-theme .az-legal-toc-h3 {
		padding-left: 0;
	}

	body.az-precision-theme .az-site-footer {
		padding-top: 43px;
	}

	body.az-precision-theme .az-footer-top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 22px;
		padding-bottom: 27px;
	}

	body.az-precision-theme .az-footer-brand,
	body.az-precision-theme .az-footer-information {
		grid-column: 1 / -1;
	}

	body.az-precision-theme .az-site-footer .az-precision-logo {
		width: 74px;
	}

	body.az-precision-theme .az-footer-label {
		margin-bottom: 12px;
	}

	body.az-precision-theme .az-footer-contact-label {
		margin-bottom: 5px;
	}

	body.az-precision-theme .az-footer-menu {
		gap: 7px;
	}

	body.az-precision-theme .az-footer-menu li,
	body.az-precision-theme .az-footer-menu a,
	body.az-precision-theme .az-footer-contact-link,
	body.az-precision-theme .az-footer-address {
		font-size: 0.75rem;
		line-height: 18px;
	}

	body.az-precision-theme .az-footer-contact-link {
		height: 18px;
	}

	body.az-precision-theme .az-footer-information {
		margin-top: 20px;
	}

	body.az-precision-theme .az-footer-bottom {
		gap: 0;
		padding: 20px 0 26px;
	}

	body.az-precision-theme .az-footer-copy,
	body.az-precision-theme .az-footer-group {
		font-size: 0.7rem;
		line-height: 1.45;
	}
}

@media (max-width: 360px) {
	body.az-precision-theme .az-container {
		--az-precision-gutter: 16px;
		width: min(1280px, calc(100vw - var(--az-precision-gutter) - var(--az-precision-gutter)));
	}

	body.az-precision-theme .az-actions--precision-dark {
		flex-wrap: wrap;
	}

	body.az-precision-theme .az-legal-toc ul {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.az-precision-theme *,
	body.az-precision-theme *::before,
	body.az-precision-theme *::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
	}
}

/* Public home projection: neutralise legacy front-page chrome. */
body.az-precision-theme.home .az-site-header .az-container,
body.az-precision-theme.front-page .az-site-header .az-container,
body.az-precision-theme .az-main--front .az-hero--precision-home .az-container {
	width: min(1280px, calc(100vw - var(--az-precision-gutter) - var(--az-precision-gutter)));
	max-width: none;
}

body.az-precision-theme .az-main--front .az-hero--precision-home {
	min-height: 0;
	margin-top: 0;
	padding-block: 64px 110px;
	background: var(--az-midnight);
}

body.az-precision-theme .az-main--front .az-hero--precision-home::before,
body.az-precision-theme .az-main--front .az-hero--precision-home::after,
body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-content::before,
body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-visual::before {
	display: none;
	content: none;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(42px, 7vw, 104px);
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-content {
	max-width: none;
	padding-block: 0;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-eyebrow {
	color: var(--az-brass);
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-eyebrow::before {
	width: 20px;
	height: 1px;
	border-radius: 0;
	background: currentcolor;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-title {
	max-width: 700px;
	font-size: clamp(2.8rem, 5.1vw, 5.4rem);
	font-weight: 600;
	line-height: 1.04;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-title span {
	display: inline;
	color: var(--az-brass);
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-title .az-hero-highlight--accent-last {
	color: inherit;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-title .az-hero-highlight-accent {
	color: var(--az-brass);
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-lead,
body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-lead p {
	color: rgb(246 247 249 / 0.75);
	font-size: 1rem;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-actions .az-button {
	min-height: 48px;
	border-radius: 2px;
	padding-inline: 18px;
	font-size: 0.85rem;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-button--primary {
	border-color: var(--az-paper);
	background: var(--az-paper);
	color: var(--az-midnight);
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-button--secondary {
	border-color: var(--az-precision-line);
	background: transparent;
	color: var(--az-paper);
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-proof {
	border-top-color: var(--az-precision-line);
	color: rgb(246 247 249 / 0.65);
	font-size: 0.75rem;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-proof span {
	display: none;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin: 22px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--az-precision-line);
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-facts div {
	min-width: 0;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-facts dt {
	color: var(--az-paper);
	font-size: 0.75rem;
	line-height: 1.35;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-facts dd {
	margin: 7px 0 0;
	color: rgb(246 247 249 / 0.6);
	font-size: 0.68rem;
	line-height: 1.4;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-visual {
	justify-self: stretch;
	width: 100%;
	max-width: none;
	padding: 0;
	transform: none;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-product-figure {
	margin: 0;
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-product-figure {
		transform: translateY(16px);
	}
}

@media (min-width: 1061px) {
	body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-grid {
		grid-template-columns: minmax(0, 528px) minmax(0, 1fr);
		gap: 76px;
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-product-figure {
		transform: translateY(43px);
	}
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-product-frame {
	border-color: rgb(246 247 249 / 0.2);
	border-radius: var(--az-precision-radius);
	background: var(--az-paper);
	box-shadow: 0 28px 70px rgb(0 0 0 / 0.32);
	transform: none;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-browser-bar {
	display: flex;
	justify-content: space-between;
	min-height: 40px;
	padding-inline: 17px;
	border-bottom-color: var(--az-precision-dark-line);
	background: var(--az-sand);
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-browser-bar-title {
	color: var(--az-slate);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-browser-bar-dots {
	display: flex;
	flex: 0 0 auto;
	gap: 5px;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-product-frame img {
	aspect-ratio: auto;
	background: transparent;
	object-fit: contain;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-visual-caption {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin: 16px 0 0;
	color: rgb(246 247 249 / 0.65);
	font-size: 0.68rem;
	line-height: 1.4;
}

body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-visual-caption-label {
	white-space: nowrap;
}

body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-content-split-copy {
	max-width: none;
}

body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-content-split-media {
	aspect-ratio: auto;
	overflow: visible;
}

body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame {
	overflow: visible;
	transform: none;
}

body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame::before {
	display: none;
	content: none;
}

body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame-image {
	padding: 0 14px 13px;
}

body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame img {
	aspect-ratio: 695 / 424;
	height: auto;
	object-fit: contain;
}

body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame-caption {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin: 16px 0 0;
	color: var(--az-slate);
	font-size: 0.68rem;
	line-height: 1.4;
}

body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame-caption-label {
	margin-left: auto;
	white-space: nowrap;
}

@media (min-width: 1061px) {
	body.az-precision-theme .az-main--front .az-content-split--precision-paper {
		padding: 106px 0 107px;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-content-split-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 724px);
		gap: 112px;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-content-split-media {
		transform: translateY(16px);
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame-bar {
		min-height: 45px;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-section-title {
		max-width: none;
		font-size: 44px;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-content-split-body {
		font-size: 1rem;
		line-height: 1.7;
	}
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--front .az-workflow--precision-dark {
		padding: 80px 0 87px;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-grid {
		gap: 23px;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-copy {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
		gap: clamp(42px, 9vw, 128px);
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-summary {
		padding-top: 32px;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-section-title {
		max-width: none;
		font-size: 44px;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-intro {
		font-size: 1rem;
		line-height: 1.7;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision {
		grid-template-columns: 1fr;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision li {
		grid-template-columns: 60px minmax(0, 1fr);
		gap: 30px;
		padding: 28px 0;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision li > div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		align-items: start;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision .az-step-number {
		margin-bottom: 0;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision h3 {
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.2;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision p {
		font-size: 0.875rem;
		line-height: 1.7142857;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme.home .az-site-header .az-container,
	body.az-precision-theme.front-page .az-site-header .az-container,
	body.az-precision-theme .az-main--front .az-hero--precision-home .az-container {
		width: min(1280px, calc(100vw - var(--az-precision-gutter) - var(--az-precision-gutter)));
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home {
		padding-block: 38px 42px;
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-visual-caption-label {
		display: none;
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-product-frame::before {
		display: none;
		content: none;
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-browser-bar {
		min-height: 34px;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper {
		padding: 43px 0 53px;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-content-split-grid {
		gap: 34px;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame-image {
		padding: 0 9px 8px;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame-bar {
		min-height: 33px;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-product-frame-caption-label {
		display: none;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-section-title {
		max-width: none;
		font-size: 2rem;
		line-height: 1.1;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--front .az-content-split--precision-paper .az-content-split-body {
		font-size: 0.875rem;
		line-height: 1.7;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark {
		padding: 43px 0 54px;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-grid {
		gap: 13px;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-copy {
		gap: 0;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-section-title {
		max-width: none;
		font-size: 2rem;
		line-height: 1.1;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision li {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 14px;
		padding: 24px 0 25px;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision .az-step-number {
		margin-bottom: 0;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision h3 {
		margin: 0 0 6px;
		font-size: 1.5rem;
		line-height: 1.2;
	}

	body.az-precision-theme .az-main--front .az-workflow--precision-dark .az-workflow-steps--precision p {
		font-size: 0.875rem;
		line-height: 1.7142857;
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-title {
		font-size: clamp(2.3rem, 11vw, 3.35rem);
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-hero-facts {
		gap: 14px;
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.az-precision-theme .az-main--front .az-hero--precision-home .az-actions .az-button {
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--front .az-home-experience--precision-paper {
		padding: 80px 0 86px;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-experience-grid {
		grid-template-columns: minmax(0, 571px) minmax(0, 1fr);
		gap: 80px;
		align-items: center;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-year-card {
		position: relative;
		padding-top: 35px;
		border-top: 0;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-year-card::before {
		position: absolute;
		top: 4px;
		right: 0;
		left: 0;
		height: 1px;
		background: var(--az-precision-dark-line);
		content: "";
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-year-value::after {
		margin-left: 16px;
		color: var(--az-ink);
		font-size: 1rem;
		font-weight: 400;
		vertical-align: middle;
		content: "\2197";
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-timeline {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 20px;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-timeline-item {
		padding: 16.5px 0;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-timeline-item:nth-child(even) {
		text-align: right;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-title {
		max-width: none;
		font-size: 44px;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-lead {
		max-width: none;
		font-size: 1rem;
		line-height: 1.7;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-main--front .az-home-experience--precision-paper {
		padding: 53px 0 54px;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-experience-grid {
		gap: 27px;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-year-card {
		padding-top: 28px;
		border-top: 1px solid var(--az-precision-dark-line);
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-year-value::after {
		margin-left: 12px;
		color: var(--az-ink);
		font-size: 0.875rem;
		font-weight: 400;
		vertical-align: middle;
		content: "\2197";
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-timeline {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 43px;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-timeline-item {
		padding: 16px 0;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-timeline-item:nth-child(even) {
		text-align: right;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-title {
		max-width: none;
		font-size: 2rem;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-lead {
		font-size: 1rem;
		line-height: 1.7;
	}

	body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-actions {
		margin-top: 24px;
	}
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--front .az-cta-section--precision-dark {
		padding: 63px 0 75px;
	}

	body.az-precision-theme .az-main--front .az-cta-section--precision-dark .az-cta-inner {
		width: calc(100% - 144px);
		max-width: 1280px;
		margin: 0 auto;
		padding: 0;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 80px;
	}

	body.az-precision-theme .az-main--front .az-cta-section--precision-dark .az-section-title {
		max-width: 30rem;
		font-size: 2.5rem;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--front .az-cta-section--precision-dark .az-actions--precision-dark {
		gap: 14px;
	}

	body.az-precision-theme .az-main--front .az-cta-section--precision-dark .az-button {
		min-height: 46px;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-main--front .az-cta-section--precision-dark {
		padding: 40px 0 18px;
	}

	body.az-precision-theme .az-main--front .az-cta-section--precision-dark .az-cta-inner {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 0;
	}

	body.az-precision-theme .az-main--front .az-cta-section--precision-dark .az-section-title {
		max-width: 22rem;
		font-size: 2rem;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--front .az-cta-section--precision-dark .az-actions--precision-dark {
		gap: 10px;
		margin-top: 24px;
	}

	body.az-precision-theme .az-main--front .az-cta-section--precision-dark .az-button {
		min-height: 45px;
		padding-inline: 18px;
	}
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--page .az-home-experience--history {
		padding: 35px 0 88px;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-experience-grid {
		grid-template-columns: minmax(0, 571px) minmax(0, 1fr);
		gap: 80px;
		align-items: center;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-year-card {
		position: relative;
		padding-top: 29px;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-year-card::before {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 1px;
		background: var(--az-precision-line);
		content: "";
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-year-kicker {
		margin: 0 0 16px;
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-year-value {
		margin: 0 0 38px;
		font-size: 108px;
		line-height: 0.86;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-title {
		max-width: none;
		font-size: 44px;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-body {
		font-size: 1rem;
		line-height: 1.7;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-main--page .az-home-experience--history {
		padding: 53px 0 54px;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-experience-grid {
		gap: 34px;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-year-card {
		position: relative;
		padding-top: 29px;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-year-card::before {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 1px;
		background: var(--az-precision-line);
		content: "";
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-year-kicker {
		margin: 0 0 16px;
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-year-value {
		margin: 0 0 38px;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-title {
		max-width: none;
		font-size: 31.5px;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-body,
	body.az-precision-theme .az-main--page .az-home-experience--history .az-home-body p {
		font-size: 14.5px;
		line-height: 1.7;
	}
}

	@media (min-width: 701px) and (max-width: 1060px) {
		body.az-precision-theme .az-main--front .az-home-experience--precision-paper .az-home-experience-grid,
		body.az-precision-theme .az-main--page .az-home-experience--history .az-home-experience-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: clamp(32px, 6vw, 48px);
		}
	}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--page .az-timeline-section--precision-about {
		padding: 88px 0;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-precision-heading {
		margin-bottom: 37.5px;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-eyebrow {
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-precision-heading h2 {
		font-size: 44px;
		line-height: 1.08;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-timeline-year {
		line-height: 1.2;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-timeline-list li > p:last-child {
		font-size: 12.8px;
		line-height: 1.7;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-main--page .az-timeline-section--precision-about {
		padding: 44px 0 49px;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-precision-heading {
		margin-bottom: 29px;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-eyebrow {
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-timeline-year {
		line-height: 1.2;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-timeline-list li {
		padding: 24px 0 13px;
	}

	body.az-precision-theme .az-main--page .az-timeline-section--precision-about .az-timeline-list li > p:last-child {
		font-size: 12.5px;
		line-height: 1.7;
	}
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--page .az-home-manifesto--about {
		padding: 90px 0 86.5px;
	}

	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-manifesto-grid {
		grid-template-columns: 280px minmax(0, 1fr);
		gap: 86px;
	}

	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-manifesto-statement {
		max-width: 580px;
		font-size: 44px;
		line-height: 1.16;
	}

	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-manifesto-panel--body,
	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-body,
	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-body p {
		max-width: 880px;
		margin: 0;
		font-size: 1rem;
		line-height: 1.7;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-main--page .az-home-manifesto--about {
		padding: 53px 0 49.4px;
	}

	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-manifesto-grid {
		display: grid;
		gap: 9px;
	}

	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-manifesto-statement {
		width: calc(100% + 16px);
		max-width: none;
		font-size: 27.5px;
		line-height: 1.33;
	}

	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-manifesto-panel--body,
	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-body,
	body.az-precision-theme .az-main--page .az-home-manifesto--about .az-home-body p {
		margin: 0;
		font-size: 14px;
		line-height: 2.1;
	}
}

body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-media {
	aspect-ratio: auto;
	min-height: 0;
	overflow: visible;
}

body.az-precision-theme .az-main--page .az-content-split--about .az-product-frame {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	filter: drop-shadow(0 20px 38px rgb(15 23 38 / 0.12));
	overflow: visible;
}

body.az-precision-theme .az-main--page .az-content-split--about .az-product-frame::before,
body.az-precision-theme .az-main--page .az-content-split--about .az-product-frame::after {
	display: none;
}

body.az-precision-theme .az-main--page .az-content-split--about .az-product-frame-bar {
	min-height: 40px;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: 12px 12px 0 0;
	background: var(--az-paper);
}

body.az-precision-theme .az-main--page .az-content-split--about .az-product-frame-image {
	border: 1px solid var(--az-precision-dark-line);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	background: var(--az-paper);
	overflow: hidden;
}

body.az-precision-theme .az-main--page .az-content-split--about .az-product-frame img {
	aspect-ratio: 695 / 424;
	height: auto;
	object-fit: contain;
}

body.az-precision-theme .az-main--page .az-content-split--about .az-product-frame figcaption {
	padding: 14px 0 0;
	border: 0;
	background: transparent;
	font-size: 0.625rem;
	line-height: 1.4;
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--page .az-content-split--about {
		padding: 89px 0 93.7px;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-grid {
		grid-template-columns: 446px minmax(0, 1fr);
		gap: 112px;
		align-items: center;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-copy {
		max-width: none;
		min-height: 0;
		padding: 0;
		border: 0;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-eyebrow {
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-section-title {
		max-width: 405px;
		font-size: 44px;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-body {
		width: calc(100% + 16px);
		max-width: 462px;
		font-size: 1rem;
		line-height: 1.7;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-body p {
		margin: 0;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-main--page .az-content-split--about {
		padding: 53px 0 53.4px;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-grid {
		gap: 52px;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-copy {
		max-width: none;
		min-height: 0;
		padding: 0;
		border: 0;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-eyebrow {
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-section-title {
		max-width: 295px;
		font-size: 2rem;
		line-height: 1.1;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-body {
		width: calc(100% + 16px);
		max-width: none;
		font-size: 0.875rem;
		line-height: 1.8;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-body p {
		margin: 0;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-actions {
		align-items: center;
		flex-wrap: nowrap;
		gap: 10px;
		margin-top: 22px;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-button {
		width: auto;
		min-height: 45px;
		padding-inline: 18px;
		font-size: 0.75rem;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-text-link {
		font-size: 0.75rem;
		white-space: nowrap;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-content-split-media {
		width: 100%;
		max-width: none;
	}

	body.az-precision-theme .az-main--page .az-content-split--about .az-product-frame-bar {
		min-height: 33px;
	}
}

body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-list {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-search {
	margin: 0 0 25px;
}

body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-search input {
	min-height: 52px;
}

body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-list details,
body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-list details[open] {
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--az-precision-dark-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-list details:first-of-type {
	border-top: 1px solid var(--az-precision-dark-line);
}

body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-list summary {
	padding-right: 0;
}

body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-list details > div {
	max-width: 680px;
	padding: 0 0 14px;
	font-size: 14px;
	line-height: 1.7;
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--page .az-faq-section--precision-faq {
		padding: 89px 0 132px;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-grid {
		grid-template-columns: 340px minmax(0, 1fr);
		gap: 84px;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-intro .az-section-title {
		font-size: 24px;
		line-height: 1.2;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-intro-body {
		font-size: 14px;
		line-height: 1.7;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-actions .az-button {
		min-height: 46px;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-main--page .az-faq-section--precision-faq {
		padding: 56px 0 116px;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-grid {
		gap: 29px;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-intro .az-section-title {
		font-size: 24px;
		line-height: 1.2;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-intro-body {
		font-size: 14px;
		line-height: 1.7;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-actions .az-button {
		min-height: 45px;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-actions {
		margin-top: 15px;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-list summary {
		gap: 4px;
		font-size: 14px;
		font-weight: 400;
		line-height: 28px;
	}

	body.az-precision-theme .az-main--page .az-faq-section--precision-faq .az-faq-list summary span {
		width: 12px;
		height: 16px;
		font-size: 18px;
	}
}

body.az-precision-theme .az-main--page .az-form-section--demo {
	background: var(--az-midnight);
}

body.az-precision-theme .az-main--page .az-form-section--trial {
	background: var(--az-midnight);
}

@media (min-width: 981px) {
	body.az-precision-theme .az-main--page .az-form-section--demo {
		padding: 58px 0 70px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-grid {
		grid-template-columns: minmax(0, 610px) minmax(0, 574px);
		gap: 96px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-intro {
		min-height: 0;
		padding: 29px 0 0;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-shell {
		min-height: 616px;
		padding: 34px 35px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-card-body {
		margin-bottom: 19px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-native-form > p:not(.az-form-honeypot):not(.az-form-privacy) {
		margin-bottom: 14px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-native-form input {
		height: 42px;
		min-height: 42px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-native-form textarea {
		height: 78px;
		min-height: 78px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-native-form button {
		min-height: 46px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial {
		padding: 58px 0 74px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-grid {
		grid-template-columns: minmax(0, 610px) minmax(0, 574px);
		gap: 96px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-intro {
		min-height: 0;
		padding: 29px 0 0;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-intro .az-section-title {
		margin-bottom: 12px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-content-split-body {
		margin-top: 12px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-precision-form-steps {
		margin-top: 24px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-precision-form-steps li {
		padding: 15px 0;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-precision-form-note {
		margin-top: 24px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-shell {
		min-height: 497px;
		padding: 34px 35px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-card-body {
		margin-bottom: 19px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-native-form > p:not(.az-form-honeypot):not(.az-form-privacy) {
		margin-bottom: 14px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-native-form input {
		height: 42px;
		min-height: 42px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-native-form button {
		min-height: 46px;
	}
}

body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-media {
	aspect-ratio: auto;
	min-height: 0;
	overflow: visible;
}

body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-product-frame {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	filter: drop-shadow(0 20px 38px rgb(15 23 38 / 0.12));
	overflow: visible;
}

body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-product-frame::before,
body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-product-frame::after {
	display: none;
}

body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-product-frame-bar {
	min-height: 40px;
	border: 1px solid var(--az-precision-dark-line);
	border-radius: 12px 12px 0 0;
	background: var(--az-paper);
}

body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-product-frame-image {
	border: 1px solid var(--az-precision-dark-line);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	background: var(--az-paper);
	overflow: hidden;
}

body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-product-frame img {
	aspect-ratio: 695 / 424;
	height: auto;
	object-fit: contain;
}

body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-product-frame figcaption {
	padding: 14px 0 0;
	border: 0;
	background: transparent;
	font-size: 0.625rem;
	line-height: 1.4;
}

@media (min-width: 701px) {
	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) {
		padding: 88px 0 93.7px;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-grid {
		grid-template-columns: 446px minmax(0, 1fr);
		gap: 112px;
		align-items: center;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-copy {
		max-width: none;
		min-height: 0;
		padding: 0;
		border: 0;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-eyebrow {
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-section-title {
		max-width: 405px;
		font-size: 44px;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-body {
		width: calc(100% + 16px);
		max-width: 462px;
		font-size: 1rem;
		line-height: 1.7;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-body p {
		margin: 0;
	}
}

@media (max-width: 700px) {
	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) {
		padding: 53px 0 55.4px;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-grid {
		gap: 52px;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-copy {
		max-width: none;
		min-height: 0;
		padding: 0;
		border: 0;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-eyebrow {
		font-size: 0.625rem;
		line-height: 1.4;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-section-title {
		max-width: 295px;
		font-size: 2rem;
		line-height: 1.1;
		overflow-wrap: normal;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-body {
		width: calc(100% + 16px);
		max-width: none;
		font-size: 0.875rem;
		line-height: 1.8;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-body p {
		margin: 0;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-content-split-media {
		width: 100%;
		max-width: none;
	}

	body.az-precision-theme .az-main--page :is(.az-content-split--demo, .az-content-split--trial) .az-product-frame-bar {
		min-height: 33px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo {
		padding: 40px 0 48px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-grid {
		gap: 33px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-intro {
		min-height: 0;
		padding: 0;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-intro .az-section-title {
		margin-bottom: 12px;
		font-size: 42px;
		line-height: 1.08;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-content-split-body {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.5;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-precision-form-note {
		margin-top: 18px;
		font-size: 0.7rem;
		line-height: 1.6;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-shell {
		min-height: 627px;
		padding: 22px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-form-card-body {
		margin-bottom: 19px;
		font-size: 0.75rem;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-native-form > p:not(.az-form-honeypot):not(.az-form-privacy) {
		margin-bottom: 14px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-native-form input {
		height: 42px;
		min-height: 42px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-native-form textarea {
		height: 78px;
		min-height: 78px;
	}

	body.az-precision-theme .az-main--page .az-form-section--demo .az-native-form button {
		height: 46px;
		min-height: 46px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial {
		padding: 40px 0 48px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-grid {
		gap: 28px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-intro {
		min-height: 0;
		padding: 0;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-intro .az-section-title {
		margin-bottom: 12px;
		font-size: 42px;
		line-height: 1.08;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-content-split-body {
		width: calc(100% + 16px);
		max-width: none;
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.6;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-precision-form-note {
		margin-top: 18px;
		font-size: 0.7rem;
		line-height: 1.6;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-shell {
		min-height: 482px;
		padding: 22px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-form-card-body {
		margin-bottom: 19px;
		font-size: 0.75rem;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-native-form > p:not(.az-form-honeypot):not(.az-form-privacy) {
		margin-bottom: 14px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-native-form input {
		height: 42px;
		min-height: 42px;
	}

	body.az-precision-theme .az-main--page .az-form-section--trial .az-native-form button {
		height: 46px;
		min-height: 46px;
	}

	body.az-precision-theme .az-main--page .az-content-split--trial .az-content-split-grid {
		gap: 64px;
	}

	body.az-precision-theme .az-main--page .az-content-split--trial .az-section-title {
		max-width: none;
		font-size: 27px;
		line-height: 1.1;
	}
}