/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

 

/* Root Settings
-----------------------------------------------------------------*/
:root {
	--cnvs-themecolor: #FE9603;
	--cnvs-themecolor-rgb: 254, 150, 3;
	--cnvs-body-font: 'Lato', sans-serif;
	--cnvs-header-boxshadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	--cnvs-header-height: 70px;
}

#header {
	--cnvs-header-floating-top-offset: 20px;
	--cnvs-primary-menu-font-size: 15px;
}

.is-expanded-menu #header.floating-header + .include-header {
	margin-top: -161px;
}

.is-expanded-menu #header.floating-header + .include-header .page-title-row {
	margin-top: 3rem;
}

/* Services + Engineering Insights pages: neutralize floating-header negative hero offset */
.titan-header-offset-fix .include-header {
	margin-top: 0 !important;
	/* padding-top: var(--cnvs-header-height); */
	overflow: visible;
}

.titan-header-offset-fix .include-header .vertical-middle {
	position: relative;
	top: auto;
	transform: none;
}

/* Buttons
-----------------------------------------------------------------*/
.button {
	text-shadow: none;
	font-weight: 600;
}

div.menu-link { cursor: default; }

/* Top Links
-----------------------------------------------------------------*/
.top-links-item {
	border-left: 0;
}

.top-links-item a img {
	position: relative;
	display: inline-block;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	top: -2px;
	margin-right: 8px;
	border: 1px solid var(--cnvs-contrast-0);
	background-color: var(--cnvs-contrast-700);
}

.border-bottom { border-color: var(--cnvs-contrast-100) !important;}

.heading-block > p {
	color: var(--cnvs-contrast-600);
}

.slider-title p,
.feature-box.fbox-center p {
	line-height: 1.7;
	color: var(--cnvs-contrast-600);
	letter-spacing: 0;
}

#oc-clients .oc-item img { height: 32px; }

.toggle-header  {font-size: 18px; color: #111111;}

/* Pricing Switcher
-----------------------------------------------------------------*/
input.switch-toggle-round + label::before,
input.switch-toggle-round + label {
	border-radius: 4px;
	background-color: var(--cnvs-themecolor);
}

.price-discount {
	position: relative;
	top: -12px;
	margin-left: 10px;
	background: url('images/icons/discount.svg') no-repeat 0 0;
	width: 60px;
	height: 39px;
}

input.switch-toggle-round + label::after { border-radius: 4px }

/* Pricing Boxes
-----------------------------------------------------------------*/
.pricing-box {
	border-color: rgba(17, 18, 18, .1);
	text-align: left;
	padding: 20px;
	background-color: var(--cnvs-contrast-0);
	box-shadow: none;
	margin-right: -1px;
}


/* Pricing Boxes - Title
-----------------------------------------------------------------*/
.pricing-title {
	padding: 0;
	background-color: transparent;
	border-bottom: 0;
}

.pricing-title h3 {
	margin: 0;
	font-size: 21px;
	letter-spacing: 0;
	color: var(--cnvs-contrast-700);
	text-transform: none;
}

.pricing-title span {
	font-size: 14px;
	text-transform: capitalize;
}


/* Pricing Boxes - Price
-----------------------------------------------------------------*/
.pricing-price {
	position: relative;
	font-weight: 500;
}

.pricing-price::after { content: none; }

.pricing-price span.price-tenure {
	display: block;
	font-weight: normal;
	color: var(--cnvs-contrast-500);
	text-transform: lowercase;
}

/* Pricing Boxes - Features
-----------------------------------------------------------------*/
.pricing-features {
	padding: 0 0 1.25rem 0;
}

.pricing-features li {
	padding: 7px 0;
	font-size: 14px;
}

.pricing-features li i {
	position: relative;
	top: 2px;
}


/* Pricing Boxes - Action
-----------------------------------------------------------------*/
.pricing-action {
	padding: 0;
	text-align: center;
}

/* Badge
-----------------------------------------------------------------*/
.badge {
	padding: 8px;
	font-size: 12px;
	margin-bottom: 15px;
	border-radius: 2px;
	font-weight: 500;
	line-height: .8;
}

.badge.badge-default {
	border: 1px solid var(--cnvs-themecolor);
	color: var(--cnvs-themecolor);
}

/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage {
	padding: 2rem 0 1.5rem;
}

.testimonials-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testimonial {
	border: 0;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	border-radius: 0.25rem;
	padding: 25px;
}

.testimonial-image {
	width: 5rem !important;
	height: auto !important;
	margin: -2.5rem auto 0;
}

/* Blog
-----------------------------------------------------------------*/
.entry-title h3 {
	font-size: 17px;
	margin-bottom: 13px;
}

.entry .entry-title h3 a { color: var(--cnvs-contrast-900) !important }

.entry-meta li::before { content: "\00b7"; }

/* Footer
-----------------------------------------------------------------*/
.footer-big-contacts {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--cnvs-contrast-600);
	letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }

.subscribe-widget .form-control { height: calc(2.25rem + 4px) !important; }

.subscribe-widget .button {
	transform: none;
	box-shadow: none;
}

.promo-section::before {
	content: '';
    position: absolute;
    top: -17%;
    left: 45%;
    width: 80%;
    height: 451px;
    background-size: 1280px 451px;
    background-repeat: no-repeat;
	background-image: url('images/hero/hero-3.svg');
}

.page-title.parallax::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgba(254, 150, 3, 0.5), var(--cnvs-contrast-800));
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	#header.transparent-header.floating-header {
		margin-top: 15px;
	}

	#header:not(.sticky-header) #header-wrap .container { box-shadow: var(--cnvs-header-boxshadow) }

	/* Debox the floating nav: transparent chrome over the hero instead of a
	   solid bordered pill container. Sticky (scrolled) header is untouched —
	   it needs its own opaque background to stay readable over page content. */
	#header.transparent-header.floating-header:not(.sticky-header) #header-wrap .container {
		background-color: transparent;
		box-shadow: none;
	}

	.menu-link {
		text-transform: none;
		letter-spacing: 0;
		font-size: var(--cnvs-primary-menu-font-size);
		font-weight: 600;
	}

	.sub-menu-container .menu-item > .menu-link {
		font-size: calc( var(--cnvs-primary-menu-font-size) - 1px );
	}

	/* Topbar
	-----------------------------------------------------------------*/
	#top-bar.transparent-topbar {
		border-bottom: 0;
		z-index: 399;
		margin-top: 15px;
		background: transparent;
	}

	#top-bar.transparent-topbar #top-social li { border: 0; }

	/* Slider Text
	-----------------------------------------------------------------*/
	.slider-title h2 {
		font-size: 50px;
		line-height: 1.3;
		letter-spacing: -1px;
		font-weight: 700;
		margin-bottom: 26px;
	}
}

.slider-title h3 {
	display: inline-block;
	font-size: 22px;
	color: #656565;
}


/* Card SEO About
-----------------------------------------------------------------*/

@media (min-width: 992px) {
	.card-seo-about {
		transform: translateY(-20%);
	}
}



.icon-48 { font-size: 48px; }


/* Story Timeline
-----------------------------------------------------------------*/
.story-timeline {
	position: relative;
	padding-top: 60px;
}

.story-timeline > .story-timeline-line {
    position: absolute;
	display: block;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    border-radius: 0 0 6px 6px;
    background-image: linear-gradient(to bottom, #FFE640 0%, #fE9603 100%);
}

.story-timeline .story-timeline-dots {
    position: absolute;
	display: block;
    top: 0;
    left: 26px;
    z-index: 1;
    width: 26px;
    height: 36px;
    margin-left: -13px;
    background-image: linear-gradient(#FFE640 0%, #fE9603 100%);
    border: 6px solid var(--cnvs-contrast-0);
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: border-color .3s ease;
}

.story-timeline > .row {
	position: relative;
	padding-left: 40px;
}

.story-timeline > .row:hover .story-timeline-dots {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	background: var(--cnvs-contrast-700);
}


/* Story Timeline
-----------------------------------------------------------------*/
@media (min-width: 768px) {
	.story-timeline > .story-timeline-line {
	    left: 50%;
	    transform: translateX(-50%);
	}

	.story-timeline .story-timeline-dots {
	    left: 50%;
	    transform: translateX(-50%);
	    margin-left: 0;
	}

	.story-timeline > .row {
		margin-right: -50px;
		margin-left: -50px;
		padding-left: 0;
	}

	.story-timeline > .row > .col,
	.story-timeline > .row > [class*="col-"] {
		padding-right: 50px;
		padding-left: 50px;
	}
}

[id^="particles-"]  {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}



.section-white {
	position: relative;
	width: 100%;
	margin: var(--cnvs-section-margin) 0;
	padding: var(--cnvs-section-padding) 0;
	background-color: #ffffff;
	overflow: hidden;
}
.section-white .container {
	z-index: 2;
}
.section-white .container + .video-wrap {
	z-index: 1;
}
/* Section label = eyebrow (orange rule + uppercase label), unified with the hero eyebrow. */
.section-pill {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #FE9603;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.section-pill::before {
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	width: 30px;
	height: 2px;
	background: currentColor;
}

.div-spacer { padding-top: 40px; }



.titan-orange { background-color: #fe9603; }
.titan-black  { background-color: #000000; }
.titan-light  { background-color: #f8f9fa; }
.titan-white  { background-color: #ffffff; }
.titan-dark   { background-color: #0c0d12; }
.titan-border { background-color: #e5e7eb; }
.titan-muted  { background-color: #6b7280; }

.span-titan-orange { color: #fe9603; }
.span-card-text    { color: #334155; }

.margin-bottom-5 { margin-bottom: 5px; }
.audit-num.             { font-size: 12px; font-weight: 800; color: #fE9603; background: rgba(232,97,26,0.12); border-radius: var(--tt-radius-tag); padding: 4px 9px; flex-shrink: 0; margin-top: 2px;}
.section-header >  span { font-size: 12px; font-weight: 800; color: #fE9603; }

.audit-form-card label {
	color: #e5e7eb;
	font-size: 14px;
	font-weight: 600;
}

.audit-form-card .required-marker {
	color: #fe9603;
}

.audit-form-card .form-control,
.audit-form-card .form-select {
	background: rgba(255,255,255,0.06);
	border-width: 2px;
	border-color: rgba(255,255,255,0.12);
	border-radius: var(--tt-radius-control);
	color: #fff;
}

.audit-form-card .form-control::placeholder {
	color: rgba(255,255,255,0.52);
}

.audit-form-card .form-control:focus,
.audit-form-card .form-select:focus {
	background: rgba(255,255,255,0.10);
	border-color: rgba(254,150,3,0.65);
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(254,150,3,0.18);
}

.audit-form-card .form-select option {
	color: #0f172a;
}

.audit-form-card .form-error {
	color: #fecaca;
	font-size: 13px;
	margin-top: 8px;
}

.audit-form-honeypot {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.audit-form-privacy {
	font-size: 12px;
	color: rgba(255,255,255,0.55);
	text-align: center;
	line-height: 1.6;
}

.audit-form-privacy a {
	color: #fe9603;
	text-decoration: underline;
}

#request-platform-audit {
	scroll-margin-top: 90px;
}

/* Holographic card hover effect was retired in favor of a calm premium lift —
   see the consolidated .holographic-card rules further down (originally
   "Retire the holographic gimmick"). Removed the dead/overridden declarations
   that used to live here to avoid two conflicting rule sets for one selector. */


.footer-titan {
	background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 42%);
	border-top: 1px solid #e5e7eb;
	position: relative;
}

.footer-titan::before {
	content: "";
	display: block;
	height: 4px;
	background: #fe9603;
	width: 100%;
}


/* =================================================================
   TITAN PREMIUM LAYER — 2026-06-06 design upgrade
   Token system, Inter headings, and A/B hero variants (Signal / Spotlight).
   Additive only — does NOT modify Canvas (style.css).
================================================================= */
:root {
	--tt-orange: #FE9603;
	--tt-orange-d: #e88400;
	--tt-ink: #0c0d12;          /* warm near-black (not navy) */
	--tt-ink-2: #15161d;
	--tt-paper: #f6f2ea;
	--tt-body: #334155;
	--tt-muted: #6b7280;
	/* Radius scale — every border-radius on the site should reference one of
	   these tiers instead of a raw px value, so component families stay
	   visually consistent as new sections get added. */
	--tt-radius-tag: 6px;        /* tiny inline text badges (severity tags, counters) */
	--tt-radius-xs: 8px;         /* small icon-square chips (~36-46px) */
	--tt-radius-sm: 10px;        /* standard content cards (insight/funnel families) */
	--tt-radius-control: 11px;   /* buttons AND any input/select paired with a button */
	--tt-radius: 12px;           /* compact secondary cards (squeeze/preview panels) */
	--tt-radius-lg: 14px;        /* .card / deeper content panels */
	--tt-radius-xl: 16px;        /* footer + optin premium panels */
	--tt-radius-2xl: 18px;       /* hero / report panels */
	--tt-radius-pill: 999px;
	--tt-shadow-md: 0 10px 24px -10px rgba(15,23,42,.18);
	--tt-shadow-lg: 0 40px 80px -30px rgba(0,0,0,.55);
}

/* Headings on Inter (approved 2026-06-06). Body copy stays on Lato. */
h1, h3, h4, h5, h6 {
	font-family: 'Space Grotesk', sans-serif;
	letter-spacing: -0.02em;
}
h2 {
	font-family: 'Space Grotesk', sans-serif;

}

/* Premium buttons (reusable site-wide) */
.tt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 15px 30px;
	border-radius: var(--tt-radius-control);
	font-family: 'Space Grotesk', sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.01em;
	text-decoration: none;
	border: 2px solid transparent;
	transition: transform .2s cubic-bezier(0.23,1,0.32,1), box-shadow .2s cubic-bezier(0.23,1,0.32,1), background-color .2s cubic-bezier(0.23,1,0.32,1), color .2s cubic-bezier(0.23,1,0.32,1);
	cursor: pointer;
}
.tt-btn-primary {
	background: var(--tt-orange);
	color: #15120c;
	box-shadow: 0 12px 30px -10px rgba(254,150,3,.6);
}
.tt-btn-primary:hover,
.tt-btn-primary:focus-visible {
	transform: translateY(-2px);
	background: #f28a02;
	color: #15120c;
	box-shadow: 0 18px 38px -12px rgba(254,150,3,.78);
}
.tt-btn-ghost {
	background: rgba(255,255,255,.05);
	border-color: rgba(255,255,255,.28);
	color: #fff;
}
.tt-btn-ghost:hover,
.tt-btn-ghost:focus-visible {
	background: rgba(255,255,255,.12);
	color: #fff;
	transform: translateY(-2px);
}
/* Secondary button — gray outline on LIGHT surfaces (fills on hover).
   Use when a primary orange button already exists nearby (e.g. two-button CTAs). */
.tt-btn-outline {
	background: transparent;
	border-color: #cbd5e1;
	color: #0f172a;
}
.tt-btn-outline:hover,
.tt-btn-outline:focus-visible {
	background: #0f172a;
	border-color: #0f172a;
	color: #fff;
	transform: translateY(-2px);
}

/* Content text link — orange + underline (classic "I'm a clickable link" affordance). */
.tt-link {
	color: var(--tt-orange-d);
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 14.5px;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color .15s ease;
}
.tt-link:hover { color: var(--tt-orange); }

/* Article footer link lists (Related Navigation + Sources): orange on hover. */
.insight-related-links a:hover,
.insight-sources a:hover,
.insight-meta a:hover { color: var(--tt-orange-d); }
.tt-btn,
.tt-btn:hover,
.tt-btn:focus {
	text-decoration: none;
}
.tt-btn:focus-visible {
	outline: 3px solid rgba(254,150,3,.5);
	outline-offset: 3px;
}

/* Sticky header: shrink the CTA button so it fits the smaller header. */
#header.sticky-header .tt-btn {
	min-height: 44px;
	padding: 10px 30px;
}

/* Cloudflare Turnstile widget — fit inside dark form cards, no mobile overflow. */
.tt-turnstile { max-width: 100%; }
.tt-turnstile .cf-turnstile { max-width: 100%; overflow: hidden; }
/* Narrowest phones: scale the fixed-width (~300px) widget so it never clips/overflows. */
@media (max-width: 360px) {
	.tt-turnstile .cf-turnstile { transform: scale(.92); transform-origin: left top; }
}

/* Footer brand block — eyebrow wordmark + statement (left), diagnostics identity panel (right) */
.footer-brand {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 44px;
	align-items: center;
	margin-bottom: 6px;
}
.footer-brand .footer-tagline {
	max-width: 520px;
	margin: 16px 0 0;
	color: #334155;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
.footer-diag-panel {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #0c0d12, #15161d);
	border-radius: var(--tt-radius-xl);
	padding: 26px;
	box-shadow: 0 30px 60px -30px rgba(15,23,42,.4);
}
.footer-diag-panel::before {
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0;
	height: 3px;
	background: var(--tt-orange);
}
.footer-diag-panel .section-pill { color: #ffb866; }
.footer-diag-title {
	font-family: 'Space Grotesk', sans-serif;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin: 10px 0 0;
}
.footer-diag-sub {
	color: #9aa3b2;
	font-size: 14px;
	line-height: 1.6;
	margin: 8px 0 0;
}
.footer-diag-wave { height: 54px; margin-top: 16px; }
.footer-diag-wave svg { width: 100%; height: 100%; display: block; }
.footer-diag-wave path.base { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 1.5; }
.footer-diag-wave path.trace { fill: none; stroke: var(--tt-orange); stroke-width: 2.5; filter: drop-shadow(0 0 6px rgba(254,150,3,.6)); }

@media (max-width: 991.98px) {
	.footer-brand { grid-template-columns: 1fr; gap: 28px; }
	.footer-brand .footer-tagline { font-size: 20px; }
}

/* Footer divider */
.footer-titan .footer-widgets-wrap .line {
	border-color: #e5e7eb;
	background-color: #e5e7eb;
	margin: 34px 0;
}

/* Footer link columns */
.footer-titan .widget_links h4 {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
	color: #0f172a;
	margin-bottom: 14px;
	text-transform: none;
}
.footer-titan .widget_links ul { list-style: none; margin: 0; padding: 0; }
.footer-titan .widget_links li { margin-bottom: 9px; }
.footer-titan .widget_links li::before { content: none !important; } /* drop Canvas arrow bullets */
.footer-titan .widget_links a {
	color: #475569;
	font-size: 14.5px;
	transition: color .15s ease;
}
.footer-titan .widget_links a:hover { color: var(--tt-orange-d); }
.footer-titan .widget_links a:focus-visible {
	color: var(--tt-orange-d);
	outline: 2px solid rgba(254,150,3,.5);
	outline-offset: 2px;
}
/* Footer links are navigation, not prose — never underline. Uses #footer id specificity to
   beat the global `a{ text-decoration:underline !important }` content-link rule. */
#footer .widget_links a,
#copyrights.footer-copyright a { text-decoration: none !important; }

/* Footer bottom copyright strip */
#copyrights.footer-copyright {
	background: #ffffff;
	padding: 22px 0;
	margin: 0;
	border-top: 1px solid #eef1f5;
	font-size: 13.5px;
	color: #6b7280;
}
#copyrights.footer-copyright a {
	color: #6b7280;
	transition: color .15s ease;
}
#copyrights.footer-copyright a:hover { color: var(--tt-orange-d); }
#copyrights.footer-copyright .copyright-links .sep { color: #cbd5e1; margin: 0 4px; }

/* ---- Shared hero shell ---- */
.tt-hero {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.tt-hero .tt-hero-inner {
	position: relative;
	z-index: 4;
	max-width: 1180px;
	margin: 0 auto;
	padding: 170px 24px 0;
}
.tt-hero .tt-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.tt-hero .tt-eyebrow .tt-rule {
	width: 34px;
	height: 2px;
	background: var(--tt-orange);
	display: inline-block;
}
.tt-hero .tt-hero-title {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 800;
	letter-spacing: -0.028em;
	line-height: 1.04;
	font-size: clamp(2.3rem, 4.4vw, 3.4rem);
	margin: 22px 0 0;
	color: #fff;
}
.tt-hero .tt-hero-title em {
	font-style: normal;
	font-family: inherit;
	color: var(--tt-orange);
}
.tt-hero .tt-hero-sub {
	font-weight: 300;
	font-size: clamp(1.05rem, 1.5vw, 1.24rem);
	line-height: 1.6;
	margin: 24px 0 0;
	color: #9aa3b2;
}
.tt-hero .tt-hero-btns {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 34px;
}
.tt-hero.tt-grain::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .5;
	mix-blend-mode: overlay;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- Variant: SIGNAL (animated forensic waveform) ---- */
.tt-hero--signal {
	background: radial-gradient(1200px 600px at 18% -10%, #1b1d27 0%, var(--tt-ink) 55%);
}
.tt-hero--signal .tt-eyebrow { color: #ffb866; }
.tt-hero--signal .tt-hero-title { max-width: 15ch; }
/* Full (non-compact) Signal hero pairs the headline with a dense data panel —
   sized down to match the Spotlight variant so the panel reads as co-equal
   evidence, not decoration next to an oversized headline. Added 2026-08-03. */
.tt-hero--signal:not(.tt-hero--compact) .tt-hero-title { font-size: clamp(2.3rem, 4.4vw, 3.4rem); }
.tt-hero--signal .tt-hero-sub { max-width: 52ch; }
.tt-hero--signal .tt-wave {
	position: relative;
	z-index: 3;
	margin-top: 40px;
	height: 170px;
}
.tt-hero--signal .tt-wave svg { display: block; width: 100%; height: 100%; }
.tt-hero--signal .tt-wave .tt-base { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 1.5; }
.tt-hero--signal .tt-wave .tt-trace {
	fill: none;
	stroke: var(--tt-orange);
	stroke-width: 2.5;
	filter: drop-shadow(0 0 8px rgba(254,150,3,.7));
	stroke-dasharray: 2400;
	stroke-dashoffset: 2400;
	animation: tt-draw 3.4s ease-out forwards;
}
@keyframes tt-draw { to { stroke-dashoffset: 0; } }
.tt-hero--signal .tt-scan {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 160px;
	z-index: 2;
	background: linear-gradient(90deg, transparent, rgba(254,150,3,.10), transparent);
	animation: tt-sweep 6s linear infinite;
}
@keyframes tt-sweep { 0% { left: -160px; } 100% { left: 100%; } }
.tt-hero--signal .tt-readout {
	position: absolute;
	right: 24px;
	top: 150px;
	z-index: 4;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12.5px;
	color: #7d8696;
	text-align: right;
	line-height: 1.9;
}
.tt-hero--signal .tt-readout b { color: var(--tt-orange); }

/* Signal panel (full/non-compact hero only) — its own identity: present-tense "live
   monitoring" rather than Spotlight's delivered report. Added 2026-08-02. */
.tt-hero--signal:not(.tt-hero--compact) .tt-hero-inner {
	display: grid;
	grid-template-columns: 1.15fr .95fr;
	gap: 44px;
	align-items: center;
}
.tt-signal-panel {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #15161d, #101117);
	border: 1px solid rgba(255,255,255,.09);
	border-radius: var(--tt-radius-2xl);
	padding: 24px;
	box-shadow: var(--tt-shadow-lg);
}
.tt-signal-panel::before {
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0;
	height: 3px;
	background: var(--tt-orange);
	border-radius: var(--tt-radius-2xl) var(--tt-radius-2xl) 0 0;
}
.tt-signal-panel .tt-rh {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #aeb6c2;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.tt-signal-coverage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6px 14px;
	margin-top: 14px;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,.07);
	border-bottom: 1px solid rgba(255,255,255,.07);
	font-family: 'Space Grotesk', sans-serif;
	font-size: 11px;
	color: #7d8696;
}
.tt-signal-coverage b {
	color: #fff;
	font-weight: 700;
	margin-right: 4px;
}
.tt-hero--signal:not(.tt-hero--compact) .tt-signal-panel .tt-wave {
	position: relative;
	margin-top: 16px;
	height: 84px;
}
.tt-signal-mods {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 14px;
	border-top: 1px solid rgba(255,255,255,.07);
}
.tt-signal-mod { padding: 12px 0; }
.tt-signal-mod:first-child { border-right: 1px solid rgba(255,255,255,.07); padding-right: 14px; }
.tt-signal-mod:last-child { padding-left: 14px; }
.tt-signal-mod-label {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #7d8696;
	margin-bottom: 6px;
}
.tt-signal-mod-row {
	display: flex;
	justify-content: space-between;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 12px;
	color: #aeb6c2;
	padding: 3px 0;
}
.tt-signal-mod-row b { font-weight: 700; }
.tt-signal-mod-row b.ok { color: #86efac; }
.tt-signal-mod-row b.warn { color: #ffb866; }
.tt-signal-mod-row b.crit { color: #fca5a5; }
.tt-signal-env {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,.07);
}
.tt-signal-env-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4px 12px;
	margin-top: 6px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	color: #aeb6c2;
}
.tt-signal-env-row b { color: #fff; font-weight: 600; }
.tt-signal-foot {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px solid rgba(255,255,255,.07);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 9.5px;
	color: #5b6472;
	letter-spacing: .04em;
}
@media (max-width: 991.98px) {
	.tt-hero--signal:not(.tt-hero--compact) .tt-hero-inner { grid-template-columns: 1fr; }
	.tt-signal-panel { margin-top: 8px; }
}

/* Compact-hero panel — per-page module for interior landing pages (Services, Insights,
   Contact). Opt-in via 'panel_rows'; other compact pages are untouched. Added 2026-08-02. */
.tt-hero--has-panel .tt-hero-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 32px;
	align-items: center;
}
.tt-compact-panel {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #1c1d28, #131319);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: var(--tt-radius-2xl);
	padding: 30px 32px;
	box-shadow: var(--tt-shadow-lg), 0 0 0 1px rgba(254,150,3,.06), 0 0 50px -12px rgba(254,150,3,.2);
}
.tt-compact-panel::before {
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0;
	height: 3px;
	background: var(--tt-orange);
	border-radius: var(--tt-radius-2xl) var(--tt-radius-2xl) 0 0;
}
.tt-panel-h {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #c3cad6;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.tt-panel-h i { color: var(--tt-orange); font-size: 15px; }
.tt-panel-wave { height: 46px; margin-top: 20px; opacity: .85; }
.tt-panel-wave svg { width: 100%; height: 100%; display: block; }
.tt-panel-wave path.tt-base { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 1.5; }
.tt-panel-wave path.tt-trace { fill: none; stroke: var(--tt-orange); stroke-width: 2.5; filter: drop-shadow(0 0 5px rgba(254,150,3,.55)); }
.tt-route-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 13px 0;
	border-top: 1px solid rgba(255,255,255,.07);
	font-family: 'Space Grotesk', sans-serif;
	opacity: 0;
	transform: translateY(6px);
	animation: tt-row-in .5s ease forwards;
}
.tt-route-row:first-of-type { border-top: none; padding-top: 2px; }
.tt-route-row:nth-child(2) { animation-delay: .12s; }
.tt-route-row:nth-child(3) { animation-delay: .24s; }
.tt-route-row:nth-child(4) { animation-delay: .36s; }
.tt-route-row:nth-child(5) { animation-delay: .48s; }
.tt-route-row span { font-size: 13.5px; color: #9aa3b2; }
.tt-route-row b {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 700;
	color: #ffd8a1;
	background: rgba(254,150,3,.14);
	border: 1px solid rgba(254,150,3,.28);
	border-radius: var(--tt-radius-pill);
	padding: 5px 13px;
	white-space: nowrap;
}
@keyframes tt-row-in { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
	.tt-route-row { opacity: 1; transform: none; animation: none; }
}
@media (max-width: 991.98px) {
	.tt-hero--has-panel .tt-hero-inner { grid-template-columns: 1fr; }
	.tt-compact-panel { margin-top: 20px; }
}

/* Insight Index panel — Engineering Insights hub only. Larger than the shared
   .tt-compact-panel and unique to this page: an animated topic-coverage bar
   chart driven by the real article registry (see engineering-insights/index.php).
   Added 2026-08-02. */
.tt-hero--has-coverage .tt-hero-inner {
	display: grid;
	grid-template-columns: 1fr 1.12fr;
	gap: 40px;
	align-items: center;
}
.tt-insight-panel {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #1c1d28, #131319);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: var(--tt-radius-2xl);
	padding: 32px 34px 28px;
	box-shadow: var(--tt-shadow-lg), 0 0 0 1px rgba(254,150,3,.06), 0 0 60px -14px rgba(254,150,3,.22);
}
.tt-insight-panel::before {
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0;
	height: 3px;
	background: var(--tt-orange);
	border-radius: var(--tt-radius-2xl) var(--tt-radius-2xl) 0 0;
}
.tt-insight-panel .tt-rh {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #aeb6c2;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.tt-coverage-list { display: flex; flex-direction: column; gap: 15px; }
.tt-coverage-row { opacity: 0; animation: tt-row-in .5s ease forwards; }
.tt-coverage-row:nth-child(1) { animation-delay: .05s; }
.tt-coverage-row:nth-child(2) { animation-delay: .15s; }
.tt-coverage-row:nth-child(3) { animation-delay: .25s; }
.tt-coverage-row:nth-child(4) { animation-delay: .35s; }
.tt-coverage-row:nth-child(5) { animation-delay: .45s; }
.tt-coverage-label {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 7px;
	font-family: 'Space Grotesk', sans-serif;
}
.tt-coverage-label span { font-size: 14px; color: #dbe0e8; font-weight: 600; }
.tt-coverage-label b {
	font-size: 12.5px;
	font-weight: 700;
	color: #ffd8a1;
	background: rgba(254,150,3,.14);
	border: 1px solid rgba(254,150,3,.28);
	border-radius: var(--tt-radius-pill);
	padding: 3px 11px;
}
.tt-coverage-track {
	position: relative;
	height: 8px;
	border-radius: var(--tt-radius-pill);
	background: rgba(255,255,255,.08);
	overflow: hidden;
}
.tt-coverage-fill {
	display: block;
	height: 100%;
	border-radius: var(--tt-radius-pill);
	width: var(--tt-pct);
	background: linear-gradient(90deg, #e88400, var(--tt-orange));
	box-shadow: 0 0 10px rgba(254,150,3,.55);
	animation: tt-coverage-grow 1.1s cubic-bezier(0.23,1,0.32,1) both;
	animation-delay: .3s;
}
@keyframes tt-coverage-grow { from { width: 0; } to { width: var(--tt-pct); } }
.tt-insight-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.1);
}
.tt-insight-stat { text-align: center; }
.tt-insight-stat b {
	display: block;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.01em;
}
.tt-insight-stat span {
	display: block;
	margin-top: 3px;
	font-size: 11.5px;
	color: #8b93a3;
	letter-spacing: .04em;
}
@media (prefers-reduced-motion: reduce) {
	.tt-coverage-row { opacity: 1; animation: none; }
	.tt-coverage-fill { animation: none; }
}
@media (max-width: 991.98px) {
	.tt-hero--has-coverage .tt-hero-inner { grid-template-columns: 1fr; }
	.tt-insight-panel { margin-top: 20px; }
}

/* ---- Variant: SPOTLIGHT (deliverable report card) ---- */
.tt-hero--spotlight { background: var(--tt-ink); }
.tt-hero--spotlight::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: radial-gradient(900px 520px at 72% -5%, rgba(254,150,3,.16), transparent 58%);
}
.tt-hero--spotlight .tt-hero-inner {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 44px;
	align-items: center;
	padding: 160px 24px 96px;
}
.tt-hero--spotlight .tt-eyebrow { color: #ffb866; }
.tt-hero--spotlight .tt-hero-title { font-size: clamp(2.3rem, 4.4vw, 3.4rem); }
.tt-hero--spotlight .tt-hero-sub { max-width: 46ch; }
.tt-report {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #15161d, #101117);
	border: 1px solid rgba(255,255,255,.09);
	border-radius: var(--tt-radius-2xl);
	padding: 24px;
	box-shadow: var(--tt-shadow-lg);
}
.tt-report::before {
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0;
	height: 3px;
	background: var(--tt-orange);
	border-radius: var(--tt-radius-2xl) var(--tt-radius-2xl) 0 0;
}
.tt-report .tt-rh {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #aeb6c2;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.tt-report .tt-ring { display: flex; align-items: center; gap: 18px; margin: 18px 0 6px; }
.tt-report .tt-score {
	width: 88px; height: 88px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 800;
	font-size: 26px;
	color: #fff;
	background: conic-gradient(var(--tt-orange) 0 73%, rgba(255,255,255,.1) 73% 100%);
}
.tt-report .tt-score i {
	width: 64px; height: 64px;
	border-radius: 50%;
	background: #101117;
	display: grid;
	place-items: center;
	font-style: normal;
}
.tt-report .tt-meta b { color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 15px; display: block; }
.tt-report .tt-meta span { color: #7d8696; font-size: 13px; }
.tt-report .tt-finding {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 0;
	border-top: 1px solid rgba(255,255,255,.07);
	font-family: 'Space Grotesk', sans-serif;
	font-size: 13.5px;
	color: #cbd2dc;
}
.tt-report .tt-sev {
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .06em;
	padding: 3px 8px;
	border-radius: var(--tt-radius-tag);
	flex-shrink: 0;
}
.tt-report .tt-sev.crit { background: rgba(239,68,68,.18); color: #fca5a5; }   /* red */
.tt-report .tt-sev.warn { background: rgba(254,150,3,.16); color: #ffb866; }   /* orange */
.tt-report .tt-sev.pass { background: rgba(34,197,94,.16); color: #86efac; }   /* green */

/* ---- Spotlight: animated "spotlit" elements (full heroes only — Home + Audit) ----
   Ring arc sweeps in (number counts up via JS), findings stagger in, scan passes over card. */
@property --tt-ring {
	syntax: '<percentage>';
	inherits: false;
	initial-value: 73%;
}
.tt-report .tt-score {
	background: conic-gradient(var(--tt-orange) 0 var(--tt-ring), rgba(255,255,255,.1) var(--tt-ring) 100%);
}
.tt-hero--spotlight:not(.tt-hero--compact) .tt-report .tt-score {
	animation: tt-ring-fill 1.5s ease-out forwards;
}
@keyframes tt-ring-fill { from { --tt-ring: 0%; } to { --tt-ring: 73%; } }

.tt-hero--spotlight:not(.tt-hero--compact) .tt-report .tt-finding {
	opacity: 0;
	animation: tt-rise .5s ease-out forwards;
}
.tt-hero--spotlight:not(.tt-hero--compact) .tt-report .tt-finding:nth-child(3) { animation-delay: .55s; }
.tt-hero--spotlight:not(.tt-hero--compact) .tt-report .tt-finding:nth-child(4) { animation-delay: .70s; }
.tt-hero--spotlight:not(.tt-hero--compact) .tt-report .tt-finding:nth-child(5) { animation-delay: .85s; }
.tt-hero--spotlight:not(.tt-hero--compact) .tt-report .tt-finding:nth-child(6) { animation-delay: 1.00s; }
.tt-hero--spotlight:not(.tt-hero--compact) .tt-report .tt-finding:nth-child(7) { animation-delay: 1.15s; }
@keyframes tt-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.tt-hero--spotlight:not(.tt-hero--compact) .tt-report::after {
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: -140px;
	width: 140px;
	background: linear-gradient(90deg, transparent, rgba(254,150,3,.12), transparent);
	animation: tt-card-scan 5.5s ease-in-out 1.4s infinite;
	pointer-events: none;
}
@keyframes tt-card-scan { 0% { left: -140px; } 55%, 100% { left: 100%; } }

/* ---- Compact hero (interior pages: Services, Insights, Contact) ---- */
.tt-hero--compact .tt-hero-inner { padding-top: 148px; padding-bottom: 64px; }
.tt-hero--compact .tt-hero-title { font-size: clamp(2rem, 3.8vw, 3rem); max-width: 20ch; }
.tt-hero--compact .tt-hero-sub { max-width: 60ch; }
.tt-hero--compact.tt-hero--signal .tt-wave { height: 116px; margin-top: 26px; }
/* Motion is a home/flagship signature — interior (compact) Signal heroes render the
   waveform STATIC (full trace shown, no draw animation, no scan sweep). */
.tt-hero--compact.tt-hero--signal .tt-wave .tt-trace { animation: none; stroke-dashoffset: 0; }
.tt-hero--compact.tt-hero--signal .tt-scan { display: none; }

/* ---- Article hero (editorial: dark, centered, no waveform/buttons) ---- */
.tt-hero--article { background: radial-gradient(1100px 560px at 50% -15%, #1b1d27 0%, var(--tt-ink) 60%); }
.tt-hero--article .tt-hero-inner { max-width: 900px; text-align: left; padding: 150px 24px 60px; }

.tt-hero--article .tt-hero-inner .tt-hero-meta { text-align: right; }
.tt-hero--article .tt-hero-inner .tt-hero-lede { text-align: justify; margin: 0 !important; }

.tt-hero--article .tt-eyebrow { color: #ffb866; justify-content: center; }
.tt-hero--article .tt-hero-title { color: #fff; font-size: clamp(1.95rem, 3.6vw, 3rem); margin: 18px auto 0; }
.tt-hero--article .tt-hero-lede { color: #aeb9cc; font-weight: 300; font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.65; max-width: 850px; margin: 20px auto 0; }
.tt-hero--article .tt-hero-meta { color: #8b94a6; font-size: 14px; line-height: 1.7; margin-top: 22px; }
.tt-hero--article .tt-hero-meta a { color: var(--tt-orange); text-decoration: underline; text-underline-offset: 3px; }
.tt-hero--article .tt-hero-meta a:hover { color: #fff; }
@media (max-width: 767px) { .tt-hero--article .tt-hero-inner { padding-top: 122px; } }

/* =================================================================
   TITAN PREMIUM LAYER — below-hero component polish (2026-06-06)
================================================================= */

/* Content cards: soft border, refined shadow, subtle lift on hover */
#content .card {
	border: 1px solid #e6e8ec;
	border-radius: var(--tt-radius-lg);
	box-shadow: 0 1px 2px rgba(15,23,42,.04), 0 8px 20px -12px rgba(15,23,42,.14);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
#content .card:hover {
	transform: translateY(-3px);
	border-color: #d7dbe2;
	box-shadow: 0 18px 36px -16px rgba(15,23,42,.22);
}
/* Form cards are input surfaces, not clickable cards — no lift. */
#content .audit-form-card,
#content .audit-form-card:hover {
	transform: none;
	box-shadow: 0 24px 60px -28px rgba(0,0,0,.5);
	border-color: rgba(255,255,255,.06);
}

/* Retire the holographic gimmick → calm premium lift (matches other cards). */
.holographic-card {
	border: 1px solid #e6e8ec;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.holographic-card::before { display: none !important; }
.holographic-card:hover {
	transform: translateY(-3px);
	border-color: #d7dbe2;
	box-shadow: 0 18px 36px -16px rgba(15,23,42,.22);
}
.holographic-card:hover::before { display: none !important; }

/* Consistent keyboard focus ring on Canvas buttons. */
.button:focus-visible {
	outline: 3px solid rgba(254,150,3,.5);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	#content .card, #content .card:hover,
	.holographic-card, .holographic-card:hover { transform: none; }
}

/* Icon chip — small numbered/glyph badge for cards and list items (2026-08-02) */
.tt-icon-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff8ef;
	border: 1px solid #fde3c2;
	color: var(--tt-primary, #0f172a);
	margin-bottom: 14px;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 800;
	font-size: 15px;
}

/* Pain-point lede + scope line — used on service cards to replace generic
   descriptive copy with the visitor's own problem statement, then the
   specific technical scope. Added 2026-08-03. */
.tt-pain-quote {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
	font-size: 15.5px;
	line-height: 1.4;
	color: #0f172a;
	margin-bottom: 10px;
}
.tt-scope-line {
	font-size: 12.5px;
	color: #94a3b8;
	letter-spacing: .02em;
	margin-bottom: 16px;
}

/* Section bleed — softens the hard hero(ink)-to-section(white) cut on sections placed
   directly under a dark hero. Opt-in via .tt-section--bleed-top (not applied to .titan-white
   globally since most uses of it aren't directly under a hero). */
.tt-section--bleed-top { position: relative; }
.tt-section--bleed-top::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 110px;
	background: linear-gradient(180deg, var(--tt-ink, #0c0d12), transparent);
	pointer-events: none;
}

/* Button press feedback — hover already existed; :active was missing.
   Faster than the hover transition (120ms vs 200ms) so a click feels instant. */
.tt-btn:active {
	transform: scale(.97);
	transition: transform 120ms ease-out;
}

/* Process sequence — replaces the "Why Titan Tech" checklist with the numbered
   sequence the copy actually describes (2026-08-02). */
.tt-process { display: flex; gap: 0; position: relative; margin-top: 12px; }
.tt-process::before {
	content: "";
	position: absolute;
	top: 20px; left: 6%; right: 6%;
	height: 2px;
	background: #e5e7eb;
	z-index: 0;
}
.tt-process-step { position: relative; z-index: 1; flex: 1; padding: 0 16px; text-align: center; }
.tt-process-num {
	width: 40px; height: 40px;
	border-radius: 50%;
	background: var(--tt-orange);
	color: #000;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 800;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
}
.tt-process-step h4 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: var(--tt-primary, #0f172a); margin: 0 0 8px; letter-spacing: -0.01em; }
.tt-process-step p { font-size: 16px; color: var(--tt-body, #334155); margin: 0; }
@media (max-width: 767.98px) {
	.tt-process { flex-direction: column; gap: 24px; }
	.tt-process::before { display: none; }
	.tt-process-step { text-align: left; padding: 0 0 0 56px; }
	.tt-process-step .tt-process-num { position: absolute; left: 0; top: 0; margin: 0; }
}

/* Engineering Insights: real-article cards + compact category strip (2026-08-02) */
.tt-insight-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--tt-orange-d);
	margin-bottom: 12px;
}
.tt-insight-meta span.tt-insight-date {
	color: var(--tt-muted, #6b7280);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}
.tt-cat-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 12px;
	padding-top: 20px;
	border-top: 1px solid #e6e8ec;
}
/* Visible without hover on both desktop and mobile -- a filled pill, not bare text
   (2026-08-02 feedback: plain text gave zero indication it was clickable). */
.tt-cat-strip a {
	display: inline-flex;
	align-items: center;
	font-family: 'Space Grotesk', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--tt-body, #334155);
	background: #f8f9fa;
	border: 1px solid #e6e8ec;
	border-radius: var(--tt-radius-pill);
	padding: 6px 14px;
	transition: color .15s ease, background .15s ease, border-color .15s ease;
}
.tt-cat-strip a:hover { color: var(--tt-orange-d); background: #fff8ef; border-color: #fde3c2; }
#content .tt-cat-strip a { text-decoration: none !important; }

/* Flagship card depth/texture -- was flat white, read as "naked" against the white
   section behind it (2026-08-02 feedback). Reuses the grain technique already used on
   heroes, tuned (multiply, lower opacity) for a light surface instead of a dark one. */
.tt-flagship-card {
	position: relative;
	overflow: hidden;
	background: linear-gradient(155deg, #ffffff 0%, #faf8f4 55%, #f4efe6 100%);
	box-shadow: 0 2px 4px rgba(15,23,42,.05), 0 24px 50px -20px rgba(15,23,42,.22);
}
.tt-flagship-card::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .3;
	mix-blend-mode: multiply;
	z-index: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.tt-flagship-card > .card-body { position: relative; z-index: 1; }

/* Wide CTA modifier -- for a section's one flagship action, where the default auto-width
   button reads as too small for its role. Height/padding/color stay identical to every
   other .tt-btn; only min-width changes. */
.tt-btn--wide { min-width: 200px; }

/* Flagship service stat row (Core Services restructure, 2026-08-02) */
.tt-flagship-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.tt-flagship-stats div { font-family: 'Space Grotesk', sans-serif; }
.tt-flagship-stats b { display: block; font-size: 22px; font-weight: 800; color: var(--tt-primary, #0f172a); }
.tt-flagship-stats span { font-size: 11px; color: var(--tt-muted, #6b7280); text-transform: uppercase; letter-spacing: .06em; }

/* Scroll-reveal entrance — fade + lift, staggered via inline transition-delay on each item.
   JS (in _inc_footer.php) toggles .is-in via IntersectionObserver; CSS below is the fallback
   for prefers-reduced-motion (always visible, no animation). */
.tt-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity .5s ease, transform .5s ease;
}
.tt-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.tt-reveal { opacity: 1; transform: none; transition: none; }
	.tt-btn:active { transform: none; }
}

@media (max-width: 767px) {
	.tt-hero--compact .tt-hero-inner { padding-top: 122px; }
	.tt-hero--compact.tt-hero--signal .tt-wave { height: 92px; }
}

/* ---- Transparent nav over a dark hero ---- */
.tt-hero-dark #header.transparent-header:not(.sticky-header) .menu-link { color: rgba(255,255,255,.92); }
.tt-hero-dark #header.transparent-header:not(.sticky-header) .menu-link:hover { color: #fff; }

/* Nav links never underline (some links inherit a default underline over the dark hero). */
#header .menu-link,
#header .menu-link:hover,
#header .menu-link:focus {
	text-decoration: none;
}

/* Active page nav item = orange at ALL times (top transparent header AND sticky), so the
   current section is always indicated — not only after the user scrolls. */
#header .menu-item.current > .menu-link,
#header .menu-item.current > .menu-link:hover,
.tt-hero-dark #header.transparent-header:not(.sticky-header) .menu-item.current > .menu-link {
	color: #FE9603;
}

a:not(.btn-link):not(.text-decoration-underline):not(.more-link):not(.tt-btn):not(.button):not(.menu-link):not(.menu-link *):not(.insight-related__card):not(.insight-related__card *) { text-decoration: underline !important; }
 
/* ---- Hero responsive + reduced motion ---- */
@media (max-width: 991.98px) {
	/* Spotlight: stack copy above the report card so nothing overflows. */
	.tt-hero--spotlight .tt-hero-inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.tt-hero .tt-hero-inner { padding-top: 132px; }
	.tt-hero--spotlight .tt-hero-inner { padding-bottom: 64px; }
	.tt-hero--signal .tt-readout { display: none; }
	.tt-hero--signal .tt-wave { height: 130px; }
	.tt-report { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
	.tt-hero--signal .tt-wave .tt-trace { animation: none; stroke-dashoffset: 0; }
	.tt-hero--signal .tt-scan { display: none; }
	.tt-report .tt-score { animation: none; }
	.tt-hero--spotlight .tt-report .tt-finding { animation: none; opacity: 1; }
	.tt-hero--spotlight .tt-report::after { display: none; }
	.tt-btn { transition: none; }
}

/* =============================================
   Engineering Insights — Article Layout
   ============================================= */

.insight-breadcrumbs {
	font-size: 14px;
	color: #94a3b8;
	margin-bottom: 28px;
}
.insight-breadcrumbs a {
	color: #64748b;
	text-decoration: none;
}
.insight-breadcrumbs a:hover { color: var(--tt-orange); }
.insight-breadcrumbs span[aria-hidden] { margin: 0 6px; color: #cbd5e1; }

.insight-article-wrap {
	max-width: 860px;
	margin: 0 auto;
}
.insight-article-wrap p {
	color: #334155;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 18px;
}
.insight-article-wrap h2 {
	color: #0f172a;
	font-size: 34px;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 18px;
}
.insight-meta { color: #64748b; font-size: 15px; margin-top: 16px; }
.insight-meta a { color: #fe9603; text-decoration: underline; }

.insight-callout {
	background: #f8f9fa;
	border: 1px solid #e5e7eb;
	border-radius: var(--tt-radius-sm);
	padding: 18px 20px;
	color: #0f172a;
	font-size: 17px;
	line-height: 1.6;
	margin: 26px 0;
}

.insight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 20px 0;
}
.insight-grid.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.insight-grid.insight-grid--single { grid-template-columns: 1fr; }

.insight-card {
	border: 1px solid #e5e7eb;
	border-radius: var(--tt-radius-sm);
	background: #ffffff;
	padding: 18px;
}
.insight-card h3 {
	color: #0f172a;
	font-size: 21px;
	line-height: 1.35;
	margin: 0 0 8px;
	text-transform: none;
	letter-spacing: 0;
}
.insight-card p { margin: 0; font-size: 16px; line-height: 1.7; color: #475569; }

.insight-command {
	background: #0f172a;
	border-radius: var(--tt-radius-sm);
	color: #e2e8f0;
	font-size: 15px;
	line-height: 1.6;
	margin: 20px 0 24px;
	overflow-x: auto;
	padding: 18px 20px;
	white-space: pre;
}

.insight-command code {
	background: transparent;
	color: inherit;
	padding: 0;
	white-space: inherit;
}

.insight-checklist {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: var(--tt-radius-sm);
	padding: 24px;
	margin-top: 18px;
}
.insight-checklist ul { list-style: none; margin: 0; padding: 0; }
.insight-checklist li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	color: #334155;
	font-size: 17px;
	line-height: 1.6;
}
.insight-checklist li:before {
	content: "";
	position: absolute;
	top: 9px; left: 0;
	width: 12px; height: 12px;
	border-radius: 50%;
	border: 2px solid #fe9603;
	background: #fff7ed;
}

.insight-sources ul,
.insight-related-links ul { margin: 0; padding-left: 20px; }
.insight-sources li,
.insight-related-links li { color: #334155; margin-bottom: 10px; line-height: 1.6; }
.insight-sources a,
.insight-related-links a { color: #0f172a; text-decoration: underline; }
.insight-related-links {
	border: 1px solid #e5e7eb;
	border-radius: var(--tt-radius-sm);
	background: #ffffff;
	padding: 20px;
}

/* Article — Related Reading */
.insight-related {
	max-width: 860px;
	margin: 48px auto 0;
}
.insight-related__heading {
	font-size: 22px;
	color: #0f172a;
	margin: 0 0 20px;
	text-transform: none;
	letter-spacing: 0;
}
.insight-related__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
}
.insight-related__card {
	display: block;
	border: 1px solid #e5e7eb;
	border-radius: var(--tt-radius, 12px);
	padding: 24px;
	background: #ffffff;
	text-decoration: none;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.insight-related__card:hover {
	border-color: var(--tt-orange);
	box-shadow: var(--tt-shadow-md, 0 10px 24px -10px rgba(15,23,42,.18));
}
.insight-related__category {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--tt-orange);
	margin-bottom: 8px;
}
.insight-related__card h3 {
	color: #0f172a;
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 8px;
	text-transform: none;
	letter-spacing: 0;
}
.insight-related__card p {
	color: #64748b;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 12px;
}
.insight-related__date { color: #94a3b8; font-size: 13px; }

@media (max-width: 991.98px) {
	.insight-grid,
	.insight-grid.two-col { grid-template-columns: 1fr; }
	.insight-article-wrap p { font-size: 17px; }
	.insight-article-wrap h2 { font-size: 30px; }
}


/* ----------------------------------------------------------------
   Optin Block — inline lead-magnet capture in articles
-----------------------------------------------------------------*/

.tt-optin {
	/* !important: this margin was empirically confirmed to be overridden by something
	   that couldn't be located via CSSOM inspection (only one .tt-optin rule exists in
	   any loaded stylesheet, no duplicates, no higher-specificity competitor found) --
	   verified with getBoundingClientRect that plain margin-top was not rendering at
	   all. Flagging as unresolved rather than pretending to a root cause. 2026-08-02. */
	margin-top: 88px !important;
	margin-bottom: 48px !important;
	border-radius: var(--tt-radius-xl);
	overflow: hidden;
}

/* Real depth (2026-08-02 fix, round 2): the earlier fix only touched this component's
   standalone-page context (.squeeze-optin-section .tt-optin--checklist). This base rule
   is what actually renders inline in every article via optin-block.php -- that context
   was never fixed the first time, which is why no change was visible there. */
.tt-optin--checklist {
	position: relative;
	overflow: hidden;
	max-width: 560px;
	margin: 0 auto;
	padding: 40px 36px;
	text-align: center;
	background: linear-gradient(155deg, #ffffff 0%, #faf8f4 55%, #f4efe6 100%);
	border: 1px solid #fde3c2;
	box-shadow: 0 2px 4px rgba(15,23,42,.05), 0 24px 50px -20px rgba(15,23,42,.2);
}
.tt-optin--checklist::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .28;
	mix-blend-mode: multiply;
	z-index: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.tt-optin--checklist .tt-optin__head,
.tt-optin--checklist form { position: relative; z-index: 1; }
.tt-optin__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #fff8ef;
	border: 1px solid #fde3c2;
	color: var(--tt-orange-d);
	font-size: 18px;
}
.tt-optin--checklist .section-pill {
	color: #e88400;
	background: transparent;
	font-size: 12px;
	justify-content: center;
}
.tt-optin__title {
	font-size: 24px;
	line-height: 1.3;
	margin: 10px 0;
	color: #0f172a;
}
.tt-optin__desc {
	color: #475569;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.tt-optin--checklist .tt-optin__row { justify-content: center; }
.tt-optin--checklist .cf-turnstile { display: flex; justify-content: center; }
.tt-optin--checklist .tt-optin__error,
.tt-optin--checklist .tt-optin__note,
.tt-optin--checklist .tt-optin__success { text-align: center; }
.insight-audit-link { text-align: center; margin: 20px 0 0; }
.tt-optin__row {
	display: flex;
	gap: 10px;
	max-width: 520px;
}
.tt-optin__input {
	flex: 1;
	padding: 11px 16px;
	border: 2px solid #d4d4d8;
	border-radius: var(--tt-radius-control);
	font-size: 15px;
	font-family: inherit;
	background: #fff;
	transition: border-color 0.2s;
}
.tt-optin__input:focus {
	outline: none;
	border-color: #fe9603;
	box-shadow: 0 0 0 3px rgba(254,150,3,0.15);
}
.tt-optin__submit {
	white-space: nowrap;
	flex-shrink: 0;
}
.tt-optin__error {
	color: #dc2626;
	font-size: 14px;
	margin: 8px 0 0;
}
.tt-optin__note {
	color: #94a3b8;
	font-size: 13px;
	margin: 12px 0 0;
	line-height: 1.5;
}
.tt-optin__success {
	color: #16a34a;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0;
}

.tt-optin--score {
	background: linear-gradient(135deg, #1a1520 0%, #261a10 100%);
	border: 1px solid rgba(254,150,3,0.2);
	display: flex;
	align-items: center;
	padding: 36px 32px;
	gap: 32px;
}
.tt-optin--score .section-pill {
	color: #fe9603;
	background: transparent;
}
.tt-optin--score .tt-optin__title {
	color: #fff;
}
.tt-optin--score .tt-optin__desc {
	color: rgba(255,255,255,0.7);
}
.tt-optin__body {
	flex: 1;
}
.tt-optin__gauge {
	flex-shrink: 0;
	width: 160px;
}
.tt-optin__gauge svg { width: 100%; height: auto; }
.tt-gauge-arc {
	animation: tt-gauge-sweep 2s ease-out forwards;
}
@keyframes tt-gauge-sweep {
	from { stroke-dashoffset: 220; }
	to { stroke-dashoffset: 70; }
}

@media (max-width: 767.98px) {
	.tt-optin--checklist { padding: 28px 20px; }
	.tt-optin__row { flex-direction: column; }
	.tt-optin--score { flex-direction: column; padding: 28px 20px; }
	.tt-optin__gauge { width: 120px; }
}


/* ----------------------------------------------------------------
   Squeeze Page — /magento-audit-checklist/
-----------------------------------------------------------------*/

.squeeze-hero {
	background: radial-gradient(1200px 600px at 18% -10%, #1b1d27 0%, #0c0d12 55%);
	padding: 170px 24px 60px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.squeeze-hero::before {
	content: "";
	position: absolute;
	right: -100px;
	top: -100px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(254,150,3,0.08) 0%, transparent 70%);
	pointer-events: none;
}
.squeeze-hero .section-pill {
	color: #fe9603;
	background: transparent;
}
.squeeze-hero__title {
	color: #fff;
	font-size: 42px;
	line-height: 1.15;
	margin: 14px 0 18px;
	max-width: 680px;
}
.squeeze-hero__sub {
	color: rgba(255,255,255,0.7);
	font-size: 19px;
	line-height: 1.6;
	max-width: 600px;
	margin-bottom: 0;
}
.squeeze-hero__layout {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}
.squeeze-hero__text { flex: 1; }
.squeeze-hero__preview {
	flex-shrink: 0;
	width: 320px;
	background: #111318;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: var(--tt-radius);
	padding: 24px;
	font-family: 'Courier New', monospace;
	font-size: 13px;
	color: rgba(255,255,255,0.6);
	line-height: 1.8;
}
.squeeze-hero__preview .scan-line {
	display: flex;
	align-items: center;
	gap: 8px;
}
.squeeze-hero__preview .scan-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}
.squeeze-hero__preview .scan-dot--pass { background: #22c55e; }
.squeeze-hero__preview .scan-dot--warn { background: #f59e0b; }
.squeeze-hero__preview .scan-dot--fail { background: #ef4444; }

.squeeze-section {
	padding: 64px 0;
}
.squeeze-section--cream {
	background: #faf9f7;
}
.squeeze-section--white {
	background: #fff;
}
.squeeze-section__eyebrow {
	color: #fe9603;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.squeeze-section__title {
	font-size: 32px;
	color: #0f172a;
	line-height: 1.2;
	margin-bottom: 16px;
}
.squeeze-section__desc {
	color: #475569;
	font-size: 17px;
	line-height: 1.6;
	max-width: 720px;
}

.squeeze-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 32px;
}
.squeeze-feature-card {
	background: #fff;
	border: 1px solid #e7e5e0;
	border-radius: var(--tt-radius);
	padding: 28px 24px;
	transition: box-shadow 0.2s, border-color 0.2s;
}
.squeeze-feature-card:hover {
	border-color: #fde3c2;
	box-shadow: 0 4px 16px rgba(254,150,3,0.08);
}
.squeeze-feature-card__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: var(--tt-radius-xs);
	background: rgba(254,150,3,0.1);
	color: #fe9603;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 14px;
}
.squeeze-feature-card h3 {
	font-size: 18px;
	color: #0f172a;
	margin-bottom: 8px;
	line-height: 1.3;
}
.squeeze-feature-card p {
	color: #64748b;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.squeeze-sample {
	background: #fff;
	border: 1px solid #e7e5e0;
	border-radius: var(--tt-radius);
	padding: 32px;
	margin-top: 32px;
	max-width: 700px;
}
.squeeze-sample__badge {
	display: inline-block;
	background: rgba(254,150,3,0.1);
	color: #e88400;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: var(--tt-radius-pill);
	margin-bottom: 14px;
}
.squeeze-sample h3 {
	font-size: 20px;
	color: #0f172a;
	margin-bottom: 10px;
}
.squeeze-sample p {
	color: #475569;
	font-size: 15px;
	line-height: 1.6;
}

.squeeze-expectations {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 32px;
}
.squeeze-expectations__col h3 {
	font-size: 20px;
	margin-bottom: 16px;
	color: #0f172a;
}
.squeeze-expectations__col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.squeeze-expectations__col li {
	padding: 8px 0 8px 28px;
	position: relative;
	font-size: 15px;
	color: #475569;
	line-height: 1.5;
}
.squeeze-expectations__col--will li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #22c55e;
	font-weight: 700;
}
.squeeze-expectations__col--wont li::before {
	content: "✗";
	position: absolute;
	left: 0;
	color: #94a3b8;
	font-weight: 700;
}

.squeeze-optin-section {
	background: linear-gradient(135deg, #0c0d12 0%, #1a1b2e 100%);
	padding: 64px 0;
}
.tt-dubsado-iframe-shell--checklist {
	background: #ffffff;
	border: 1px solid #e7e5e0;
	border-radius: var(--tt-radius);
	padding: 18px;
	overflow: hidden;
}
.tt-dubsado-iframe-shell--checklist iframe {
	display: block;
	border: 0;
	width: 100%;
	max-width: 100%;
}
@media (max-width: 991.98px) {
	.squeeze-hero__layout { flex-direction: column; }
	.squeeze-hero__preview { width: 100%; max-width: 400px; }
	.squeeze-hero__title { font-size: 32px; }
	.squeeze-features { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767.98px) {
	.squeeze-features { grid-template-columns: 1fr; }
	.squeeze-expectations { grid-template-columns: 1fr; }
	.squeeze-hero { padding: 120px 16px 40px; }
	.squeeze-section { padding: 40px 0; }
}


/* =============================================
   FUNNEL PAGE — /request-audit/
   Single-purpose conversion page with minimal
   chrome, dark hero, and focused form layout.
   ============================================= */

.tt-funnel-page #footer,
.tt-funnel-page .footer-widgets-wrap,
.tt-funnel-page .copyrights { display: none; }

.tt-funnel-header .header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tt-funnel-header .primary-menu-trigger,
.tt-funnel-header .primary-menu { display: none !important; }

.tt-funnel-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255,255,255,0.85);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
	transition: color 0.2s;
}
.tt-funnel-phone:hover { color: #fff; }
.tt-funnel-phone i { font-size: 14px; color: var(--cnvs-themecolor); }

#header.sticky-header .tt-funnel-phone { color: #334155; }
#header.sticky-header .tt-funnel-phone:hover { color: #0f172a; }

/* Hero */
.tt-funnel-hero {
	background: linear-gradient(168deg, #0c0d12 0%, #161820 55%, #1a1c24 100%);
	padding: 160px 0 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.tt-funnel-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 50% at 50% 0%, rgba(254,150,3,0.06) 0%, transparent 70%),
		radial-gradient(ellipse 60% 40% at 20% 100%, rgba(254,150,3,0.03) 0%, transparent 60%);
	pointer-events: none;
}

.tt-funnel-hero__inner {
	max-width: 780px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.tt-funnel-hero .section-pill { margin: 0 auto 24px; }

.tt-funnel-hero__title {
	color: #fff;
	font-size: 48px;
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.tt-funnel-hero__sub {
	color: rgba(255,255,255,0.65);
	font-size: 18px;
	line-height: 1.7;
	max-width: 620px;
	margin: 0 auto 36px;
}

/* Proof Points */
.tt-funnel-proof {
	background: #fff;
	padding: 72px 0;
	border-bottom: 1px solid #e7e5e0;
}

.tt-funnel-proof__card {
	height: 100%;
	padding: 28px 24px;
	border: 1px solid #e7e5e0;
	border-radius: var(--tt-radius-sm);
	background: #fafaf9;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.tt-funnel-proof__card:hover {
	border-color: rgba(254,150,3,0.35);
	box-shadow: 0 4px 16px rgba(254,150,3,0.06);
}

.tt-funnel-proof__icon {
	width: 48px;
	height: 48px;
	border-radius: var(--tt-radius-sm);
	background: rgba(254,150,3,0.10);
	border: 1px solid rgba(254,150,3,0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	color: var(--cnvs-themecolor);
	font-size: 20px;
}

.tt-funnel-proof__card h3 {
	font-size: 18px;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0;
}

.tt-funnel-proof__card p {
	font-size: 15px;
	line-height: 1.65;
	color: #475569;
	margin: 0;
}

/* Pain Points */
.tt-funnel-pain {
	background: #f6f2ea;
	padding: 80px 0;
}

.tt-funnel-pain__inner {
	max-width: 860px;
	margin: 0 auto;
}

.tt-funnel-pain__title {
	font-size: 32px;
	font-weight: 700;
	color: #0f172a;
	text-align: center;
	margin-bottom: 40px;
	text-transform: none;
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.tt-funnel-pain__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.tt-funnel-pain__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #e7e5e0;
	border-radius: var(--tt-radius-xs);
}

.tt-funnel-pain__item i {
	color: var(--cnvs-themecolor);
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 2px;
}

.tt-funnel-pain__item span {
	font-size: 15px;
	line-height: 1.6;
	color: #334155;
}

/* Form Section */
.tt-funnel-form-section {
	background: #fff;
	padding: 90px 0;
}

.tt-funnel-sidebar {
	height: 100%;
	padding: 36px 32px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--tt-radius-sm);
}

.tt-funnel-step {
	display: flex;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid #e5e7eb;
}

.tt-funnel-step:last-of-type { border-bottom: 0; }

.tt-funnel-step__icon {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	border-radius: var(--tt-radius-xs);
	background: rgba(254,150,3,0.10);
	border: 1px solid rgba(254,150,3,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--cnvs-themecolor);
	font-size: 16px;
}

.tt-funnel-step h4 {
	font-size: 16px;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 4px;
	text-transform: none;
	letter-spacing: 0;
}

.tt-funnel-step p {
	font-size: 14px;
	line-height: 1.6;
	color: #64748b;
	margin: 0;
}

.tt-funnel-response-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	padding: 14px 16px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: var(--tt-radius-xs);
	font-size: 14px;
	color: #475569;
	line-height: 1.5;
}

.tt-funnel-response-badge i {
	color: var(--cnvs-themecolor);
	font-size: 18px;
	flex-shrink: 0;
}

.tt-funnel-response-badge strong { color: #0f172a; }

/* Funnel Footer */
.tt-funnel-footer {
	background: #0c0d12;
	padding: 28px 0;
	border-top: 1px solid rgba(255,255,255,0.06);
}

.tt-funnel-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: rgba(255,255,255,0.45);
}

.tt-funnel-footer a {
	color: rgba(255,255,255,0.45);
	text-decoration: none !important;
	transition: color 0.2s;
}

.tt-funnel-footer a:hover { color: rgba(255,255,255,0.75); }

/* Responsive */
@media (max-width: 991.98px) {
	.tt-funnel-hero { padding: 140px 0 72px; }
	.tt-funnel-hero__title { font-size: 38px; }
	.tt-funnel-pain__grid { grid-template-columns: 1fr; }
	.tt-funnel-form-section { padding: 60px 0; }
	.tt-funnel-sidebar { margin-top: 0; }
}

@media (max-width: 767.98px) {
	.tt-funnel-hero { padding: 120px 16px 56px; }
	.tt-funnel-hero__title { font-size: 30px; }
	.tt-funnel-hero__sub { font-size: 16px; }
	.tt-funnel-proof { padding: 48px 0; }
	.tt-funnel-pain { padding: 48px 0; }
	.tt-funnel-pain__title { font-size: 26px; }
	.tt-funnel-form-section { padding: 40px 0; }
	.tt-funnel-form-section > .container > .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.tt-funnel-form-section > .container > .row > [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.tt-funnel-sidebar { padding: 24px 20px; }
	.tt-funnel-footer__inner { flex-direction: column; gap: 8px; text-align: center; }
}
