/* =====================================================================
   SDTechnologist Ã¢â‚¬â€ main.css
   Light + purple marketing theme (nexos.ai inspired).
   Sections: tokens, base, layout, buttons, header, hero, trustbar,
   problem, services, techflow, why, process, work, testimonials,
   cta, faq, footer, pages, utilities, responsive, motion.
   ===================================================================== */

/* -------------------------------------------------- TOKENS */
:root {
	--bg: #ffffff;
	--bg-soft: #f6f5fc;
	--bg-soft-2: #efeefb;
	--ink: #0d0d15;
	--ink-2: #2a2a38;
	--muted: #5e5e70;
	--muted-2: #8a8a9a;

	--primary: #6c47ff;
	--primary-600: #5a36e0;
	--primary-700: #4a29c2;
	--primary-100: #ece7ff;
	--primary-050: #f4f1ff;

	--accent: #8b5cf6;
	--dark: #0f0f17;
	--dark-2: #15151f;
	--dark-3: #1c1c2a;

	--border: rgba(13, 13, 21, .09);
	--border-strong: rgba(13, 13, 21, .14);
	--ring: rgba(108, 71, 255, .35);

	--shadow-sm: 0 1px 2px rgba(13, 13, 21, .06);
	--shadow: 0 10px 30px -12px rgba(13, 13, 21, .18);
	--shadow-lg: 0 30px 60px -24px rgba(40, 22, 110, .35);

	--radius: 16px;
	--radius-lg: 24px;
	--radius-pill: 999px;

	--container: 1160px;
	--gap: 24px;
	--header-h: 70px;

	--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--font-display: "Sora", var(--font-body);

	--ease: cubic-bezier(.22, .61, .36, 1);
}

/* -------------------------------------------------- BASE / RESET */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-600); text-decoration: none; }
a:hover { color: var(--primary-700); }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 .5em; color: var(--ink); }

p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

:focus-visible { outline: 3px solid var(--ring); outline-offset: 2px; border-radius: 6px; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
	position: fixed; top: -100px; left: 12px; z-index: 1000;
	background: var(--primary); color: #fff; padding: 10px 16px; border-radius: 8px;
}
.skip-link:focus { top: 12px; color: #fff; }

/* -------------------------------------------------- LAYOUT */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(56px, 8vw, 110px); }

.section-head {max-width: 960px;margin: 0 auto clamp(36px, 5vw, 56px);text-align: center;}
.section-title { font-size: clamp(28px, 4.2vw, 44px); font-weight: 800; }
.section-title--light { color: #fff; }
.section-lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--muted); margin: 0; }
.section-lead--light { color: rgba(255, 255, 255, .72); }

.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--font-body); font-weight: 600; font-size: 13px;
	letter-spacing: .06em; text-transform: uppercase;
	color: var(--primary-600); margin: 0 0 14px;
}
.eyebrow--center { display: inline-flex; }
.eyebrow--light { color: #c7b8ff; }
.eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 4px var(--primary-100); }

.sdt-ic { width: 24px; height: 24px; flex: none; }

/* -------------------------------------------------- BUTTONS */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: var(--font-body); font-weight: 600; font-size: 15px; line-height: 1;
	padding: 12px 20px; border-radius: var(--radius-pill);
	border: 1px solid transparent; cursor: pointer; transition: all .2s var(--ease);
	white-space: nowrap;
}
.btn .sdt-ic { width: 18px; height: 18px; }
.btn--lg { padding: 15px 26px; font-size: 16px; }
.btn--block { display: flex; width: 100%; }

.btn--primary {
	background: linear-gradient(180deg, var(--primary), var(--primary-600));
	color: #fff;
	box-shadow: 0 8px 20px -8px var(--ring), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.btn--primary:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 14px 28px -10px var(--ring); }

.btn--ghost { background: #fff; color: var(--ink); border-color: var(--border-strong); }
.btn--ghost:hover { color: var(--ink); border-color: var(--primary); background: var(--primary-050); }
.btn--on-dark { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .22); }
.btn--on-dark:hover { background: rgba(255, 255, 255, .12); color: #fff; }

.pill {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 12.5px; font-weight: 600; color: var(--ink-2);
	background: var(--bg-soft); border: 1px solid var(--border);
	padding: 5px 12px; border-radius: var(--radius-pill);
	text-decoration: none;
}

/* -------------------------------------------------- ANNOUNCE BAR */
.announce { background: var(--primary-050); border-bottom: 1px solid var(--primary-100); color: var(--ink-2); font-size: 12.5px; }
.announce__inner { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 5px 24px; text-align: center; flex-wrap: wrap; }
.announce__link { font-weight: 600; color: var(--primary-700); white-space: nowrap; }
.announce__link:hover { text-decoration: underline; }

/* -------------------------------------------------- HEADER */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255, 255, 255, .8);
	backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color .2s, box-shadow .2s, background .2s, color .2s;
}
/* Stuck header: light glass */
.site-header.is-stuck {
	background: rgba(255, 255, 255, .72);
	backdrop-filter: saturate(180%) blur(16px);
	-webkit-backdrop-filter: saturate(180%) blur(16px);
	border-bottom-color: var(--border);
	box-shadow: var(--shadow-sm);
}

/* Front-page: transparent header over the light hero until scrolled */
.sdt-front .site-header:not(.is-stuck) {
	background: transparent; backdrop-filter: none; border-bottom-color: transparent;
}
.site-header__bar { display: flex; align-items: center; gap: 20px; min-height: 70px; transition: padding .25s var(--ease); }
.site-header:not(.is-stuck) .site-header__bar { padding-top: 18px; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; color: var(--ink); font-size: 18px; }
.site-header__brand .custom-logo-link { display: inline-flex; align-items: center; }
.site-header__brand img.custom-logo { display: block; height: 42px; width: auto; max-width: 210px; object-fit: contain; }
@media (max-width: 640px) {
	.site-header__brand img.custom-logo { height: 34px; max-width: 170px; }
}
.brand:hover { color: var(--ink); }
.brand__mark {
	display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px;
	background: linear-gradient(140deg, var(--primary), var(--accent)); color: #fff;
	font-size: 13px; letter-spacing: .02em; box-shadow: 0 6px 14px -6px var(--ring);
}
.brand__name { letter-spacing: -.02em; }

.site-nav { margin-left: 8px; }
.site-nav__list { display: flex; align-items: center; gap: 2px; }
.site-nav__list > li { position: relative; }
.site-nav__list a,
.site-nav__trigger {
	display: inline-flex; align-items: center; gap: 5px; padding: 9px 14px; border-radius: 10px;
	color: var(--ink-2); font-family: var(--font-body); font-weight: 500; font-size: 15px;
	background: none; border: 0; cursor: pointer; transition: background .15s, color .15s;
}
.site-nav__list a:hover,
.site-nav__trigger:hover { color: var(--ink); background: var(--bg-soft); }
.site-nav__trigger .caret { transition: transform .2s var(--ease); opacity: .7; }
.has-mega:hover .site-nav__trigger .caret,
.site-nav__trigger[aria-expanded="true"] .caret { transform: rotate(180deg); }

/* Mega-menu panel */
.mega {
	position: absolute; top: calc(100% + 10px); left: 50%; transform: translate(-50%, 8px);
	width: min(680px, 86vw);
	background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	opacity: 0; visibility: hidden; pointer-events: none;
	transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
	z-index: 120;
}
.mega::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.has-mega:hover .mega,
.has-mega:focus-within .mega,
.mega.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.mega__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 22px; }
.mega--single { width: min(400px, 90vw); left: 0; transform: translate(0, 8px); }
.has-mega:hover .mega--single,
.has-mega:focus-within .mega--single,
.mega--single.is-open { transform: translate(0, 0); }
.mega--single .mega__inner { grid-template-columns: 1fr; }
.mega__col--product { background: var(--primary-050); border-radius: var(--radius); padding: 18px; margin: -4px; }
.mega__eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 12px; }
.mega__feat { display: block; padding: 10px 12px; border-radius: 12px; margin-bottom: 4px; transition: background .15s; }
.mega__feat:hover { background: var(--bg-soft); }
.mega__col--product .mega__feat:hover { background: #fff; }
.mega__feat-body { display: block; min-width: 0; }
.mega__feat-head { display: block; font-family: var(--font-display); font-weight: 700; font-size: 15.5px; color: var(--ink); }
.mega__feat-desc { display: block; margin-top: 2px; font-size: 13px; color: var(--muted); line-height: 1.45; }
.mega__links { display: grid; gap: 2px; }
.mega__links a { display: block; padding: 9px 12px; border-radius: 10px; font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.mega__links a:hover { background: var(--bg-soft); color: var(--ink); }

/* Products dropdown Ã¢â‚¬â€ links left, featured product card right */
.mega--product { width: min(460px, 92vw); left: 0; transform: translate(0, 8px); }
.has-mega:hover .mega--product,
.has-mega:focus-within .mega--product,
.mega--product.is-open { transform: translate(0, 0); }
.mega__inner--split { grid-template-columns: 1fr 1.35fr; gap: 20px; align-items: start; }
.mega__links--roomy { gap: 6px; align-content: start; }
.mega__links--roomy a { font-size: 15px; padding: 10px 12px; }
.mega__promo { display: flex; flex-direction: column; gap: 4px; }
.mega__promo-card { position: relative; display: block; background: linear-gradient(135deg, #9d6bff 0%, var(--primary) 100%); border-radius: 14px; padding: 14px 14px 12px; overflow: hidden; transition: transform .2s var(--ease), box-shadow .2s; }
.mega__promo-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 31px, rgba(255, 255, 255, .14) 32px) 0 0 / 100% 32px, linear-gradient(90deg, transparent 31px, rgba(255, 255, 255, .14) 32px) 0 0 / 32px 100%; pointer-events: none; }
.mega__promo-card:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -12px var(--ring); }
.mega__promo-img { position: relative; z-index: 1; display: block; width: 100%; border-radius: 10px; }
.mega__promo-link { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 10px 6px; font-size: 15px; font-weight: 600; color: var(--ink); }
.mega__promo-link .mega__arrow { color: var(--primary); transition: transform .2s; }
.mega__promo-link:hover .mega__arrow { transform: translateX(4px); }
.mega__col--product .mega__links a:hover { background: #fff; }

.site-header__actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.btn--text { background: transparent; border-color: transparent; color: var(--ink-2); padding: 10px 12px; }
.btn--text:hover { color: var(--ink); background: var(--bg-soft); }

/* Mobile nav groups */
.mobile-nav__group { border-bottom: 1px solid var(--border); }
.mobile-nav__group summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; padding: 14px 8px; font-weight: 600; color: var(--ink); }
.mobile-nav__group summary::-webkit-details-marker { display: none; }
.mobile-nav__group summary::after { content: "+"; color: var(--primary); font-size: 20px; line-height: 1; }
.mobile-nav__group[open] summary::after { content: "\2212"; }
.mobile-nav__group ul { display: grid; gap: 2px; padding: 0 8px 12px; }
.mobile-nav__group a { display: block; padding: 9px 12px; color: var(--ink-2); border-radius: 8px; font-size: 15px; }
.mobile-nav__group a:hover { background: var(--bg-soft); color: var(--ink); }
.mobile-nav__actions { display: grid; gap: 8px; margin-top: 14px; }

.nav-toggle {
	display: none; margin-left: auto; width: 44px; height: 44px;
	background: transparent; border: 1px solid var(--border); border-radius: 10px; cursor: pointer;
	flex-direction: column; gap: 5px; align-items: center; justify-content: center;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { border-top: 1px solid var(--border); background: #fff; padding: 14px 24px 22px; }
.mobile-nav__list { display: flex; flex-direction: column; gap: 2px; margin-bottom: 14px; }
.mobile-nav__list a { display: block; padding: 12px 8px; color: var(--ink); font-weight: 500; border-radius: 8px; }
.mobile-nav__list a:hover { background: var(--bg-soft); color: var(--ink); }

/* -------------------------------------------------- HERO (full-bleed image) */
.hero {
	position: relative; overflow: hidden; isolation: isolate; color: var(--ink); background: #f7f7f8;
	min-height: 92vh; display: grid; align-items: center;
	/* pull up behind the transparent header (image starts below the announce bar) */
	margin-top: calc(-1 * var(--header-h));
	padding-top: calc(var(--header-h) + clamp(40px, 8vw, 90px));
	padding-bottom: clamp(60px, 10vw, 120px);
}
.hero__media {
	position: absolute; inset: 0; z-index: -2;
	background:
		/* faint diagonal crosshatch + square grid, like the reference */
		repeating-linear-gradient(45deg, rgba(20, 16, 40, .028) 0 1px, transparent 1px 46px),
		repeating-linear-gradient(-45deg, rgba(20, 16, 40, .028) 0 1px, transparent 1px 46px),
		repeating-linear-gradient(0deg, rgba(20, 16, 40, .022) 0 1px, transparent 1px 46px),
		repeating-linear-gradient(90deg, rgba(20, 16, 40, .022) 0 1px, transparent 1px 46px),
		linear-gradient(180deg, #fbfbfc 0%, #f6f5f8 100%);
}
.hero__overlay {
	position: absolute; inset: -15%; z-index: -1; pointer-events: none;
	background:
		radial-gradient(34% 42% at 12% 14%, rgba(167, 139, 250, .5), transparent 70%),
		radial-gradient(30% 36% at 88% 78%, rgba(99, 102, 241, .45), transparent 70%),
		radial-gradient(22% 26% at 55% 96%, rgba(196, 181, 253, .3), transparent 70%);
	filter: blur(46px);
	animation: hero-glow 30s ease-in-out infinite alternate;
	will-change: transform;
}
@keyframes hero-glow {
	from { transform: translate3d(-2.5%, -2%, 0) scale(1); }
	to { transform: translate3d(2.5%, 3%, 0) scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
	.hero__overlay { animation: none; }
}
.hero__inner { position: relative; max-width: 880px; margin-inline: auto; text-align: center; padding-block: 20px; }
.eyebrow--hero { color: var(--primary-700); }
.hero-pill {
	display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
	background: none; border: none; padding: 0; cursor: pointer;
	font-family: var(--font-body); font-size: 15.5px; font-weight: 600; color: var(--ink-2);
	transition: color .15s;
}
.hero-pill:hover { color: var(--primary); }
.hero-pill__ic { flex: none; }
.sdt-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; }
.sdt-modal[hidden] { display: none; }
.sdt-modal__backdrop { position: absolute; inset: 0; background: rgba(10, 8, 20, .55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.sdt-modal__panel {
	position: relative; width: min(560px, 100%); max-height: 86vh; overflow-y: auto;
	background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
	padding: clamp(24px, 4vw, 36px); animation: modal-in .25s var(--ease);
}
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
.sdt-modal__close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border); background: #fff; color: var(--ink-2); font-size: 14px; cursor: pointer; transition: all .15s; }
.sdt-modal__close:hover { border-color: var(--primary); color: var(--primary); }
.sdt-modal__title { font-size: 22px; font-weight: 800; margin: 0 30px 8px 0; }
.sdt-modal__lead { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0 0 20px; }
.sdt-modal__items { display: grid; gap: 14px; margin-bottom: 22px; }
.sdt-modal__item { display: flex; gap: 12px; align-items: flex-start; }
.sdt-modal__item strong { display: block; font-size: 15px; color: var(--ink); margin-bottom: 2px; }
.sdt-modal__item p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.sdt-modal__ic { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border-radius: 10px; background: var(--primary-050); color: var(--primary); }
.sdt-modal__ic .sdt-ic { width: 18px; height: 18px; }
.sdt-modal__cta { width: 100%; justify-content: center; }
@media (prefers-reduced-motion: reduce) { .sdt-modal__panel { animation: none; } }
.hero__title { font-size: clamp(36px, 6.2vw, 64px); font-weight: 800; margin-bottom: 18px; color: var(--ink); }
.hero__sub {font-size: clamp(17px, 1.7vw, 21px);color: var(--muted);max-width: 700px;margin: 0 auto 30px;}
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero__trust { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--muted); font-size: 14.5px; }
.hero__trust .sdt-ic { width: 18px; height: 18px; color: var(--primary); }

/* -------------------------------------------------- TRUST BAR */
.trustbar { padding-block: 36px; border-bottom: 1px solid var(--border); background: #fff; }
.trustbar__label { text-align: center; color: var(--muted-2); font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 24px; }
.logo-marquee--brands { margin: 0; padding: 4px 0; }
.logo-marquee--brands .logo-marquee__track { gap: 56px; animation-duration: 46s; }
.logo-marquee--brands .logo-marquee__item img { height: 28px; opacity: .72; }
.logo-marquee--brands .logo-marquee__item:hover img { opacity: 1; }

/* -------------------------------------------------- PROBLEM */
.problem { background: var(--bg); }
.problem__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.problem-card {
	background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 28px; transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.problem-card__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: #fff; border: 1px solid var(--border); color: var(--primary); margin-bottom: 16px; }
.problem-card__title { font-size: 19px; font-weight: 700; }
.problem-card__text { color: var(--muted); margin: 0; font-size: 15.5px; }

/* -------------------------------------------------- FEATURE BANNER */
.fbanner-wrap { padding-block: clamp(12px, 3vw, 32px); }
.fbanner {
	position: relative; overflow: hidden; border-radius: var(--radius-lg);
	background: #0c0c14; color: #fff;
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	min-height: 200px; padding: clamp(26px, 3.5vw, 40px) clamp(28px, 4vw, 48px);
}
.fbanner__media { position: absolute; inset: 0; background: url(../images/ai-automation-banner.webp) right center / cover no-repeat; }
.fbanner__overlay {
	position: absolute; inset: 0;
	background:
		radial-gradient(60% 130% at 86% 50%, rgba(108, 71, 255, .45), transparent 60%),
		linear-gradient(90deg, #0c0c14 32%, rgba(12, 12, 20, .55) 58%, rgba(12, 12, 20, .2) 100%);
}
.fbanner__body { position: relative; z-index: 1; max-width: 460px; }
.fbanner__title { font-family: var(--font-display); font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; color: #fff; margin: 0 0 2px; letter-spacing: -.02em; }
.fbanner__sub { font-family: var(--font-display); font-weight: 700; font-size: clamp(15px, 1.5vw, 18px); color: #fff; margin: 0 0 10px; }
.fbanner__text { color: rgba(255, 255, 255, .62); font-size: 15px; margin: 0; }
.fbanner__action { position: relative; z-index: 1; flex: none; }

@media (max-width: 700px) {
	.fbanner { flex-direction: column; align-items: flex-start; gap: 18px; }
	.fbanner__overlay { background: radial-gradient(80% 100% at 90% 10%, rgba(108, 71, 255, .4), transparent 60%), linear-gradient(180deg, rgba(12, 12, 20, .82), rgba(12, 12, 20, .92)); }
	.fbanner__action .btn { width: 100%; }
}

/* -------------------------------------------------- SERVICES (alternating feature splits) */
.services { background: #fff; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 80px); align-items: center; margin-top: clamp(48px, 8vw, 96px); }
.feature--reverse .feature__visual { order: 2; }
.feature__body { max-width: 480px; }
.feature--reverse .feature__body { margin-left: auto; }
.feature__body .eyebrow { display: inline-flex; }
.feature__title { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; margin-bottom: 14px; }
.feature__text { color: var(--muted); font-size: 17px; margin-bottom: 22px; }
.feature__list { display: grid; gap: 12px; margin-bottom: 26px; }
.feature__list li { display: flex; align-items: center; gap: 10px; font-size: 15.5px; color: var(--ink-2); font-weight: 500; }
.feature__list .sdt-ic { width: 18px; height: 18px; color: var(--primary); flex: none; }
.feature__link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 16px; color: var(--primary-600); }
button.feature__link { background: none; border: none; padding: 0; font-family: inherit; cursor: pointer; }
.feature__link .sdt-ic { width: 18px; height: 18px; transition: transform .2s; }
.feature__link:hover .sdt-ic { transform: translateX(4px); }

/* visual stage */
.feature__visual { position: relative; }
.feature__stage {
	position: relative; border-radius: var(--radius-lg); padding: clamp(28px, 5vw, 56px) clamp(20px, 4vw, 44px);
	min-height: 360px; display: flex; align-items: center; justify-content: center; overflow: hidden;
	background:
		radial-gradient(80% 90% at 70% 10%, rgba(139, 92, 246, .14), transparent 60%),
		linear-gradient(160deg, var(--primary-050), #fff);
	border: 1px solid var(--border);
}
.feature__stage::before {
	content: ""; position: absolute; inset: 0;
	background-image: linear-gradient(rgba(108, 71, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(108, 71, 255, .06) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent 80%);
	-webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent 80%);
}
@keyframes fm-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Photo variant of the feature visual Ã¢â‚¬â€ clean, frameless, full image */
.feature__stage--photo { min-height: 0; padding: 0; background: none; border: none; box-shadow: none; overflow: visible; display: block; }
.feature__stage--photo::before { display: none; }
.feature__img { width: 100%; height: auto; display: block; border: 0; border-radius: var(--radius-lg); box-shadow: none; }

/* shared mock card chrome */
.fm-agent, .fm-web, .fm-search, .fm-panel, .fm-float, .fm-phone { box-shadow: var(--shadow-lg); }

/* --- AI agent mock --- */
.feature__stage--ai { gap: 0; }
.fm-agent { position: relative; z-index: 1; width: 260px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 18px; transform: translateX(-22px); }
.fm-agent__head { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 14px; }
.fm-agent__emoji { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--bg-soft); font-size: 16px; }
.fm-agent__title { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink); line-height: 1.2; }
.fm-label { display: block; font-size: 12px; font-weight: 700; color: var(--ink-2); margin-bottom: 7px; }
.fm-field { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 10px; padding: 11px 12px; font-size: 12.5px; color: var(--muted); line-height: 1.45; margin-bottom: 14px; }
.fm-btn { display: block; text-align: center; background: linear-gradient(180deg, var(--primary), var(--primary-600)); color: #fff; font-weight: 600; font-size: 13.5px; padding: 11px; border-radius: 10px; }
.fm-float { position: relative; z-index: 2; align-self: flex-start; width: 190px; margin: 40px 0 0 -70px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 16px; display: grid; gap: 7px; animation: fm-float 5.5s ease-in-out infinite; }
.fm-float__label { font-size: 11px; font-weight: 700; color: var(--muted-2); margin-top: 4px; }
.fm-float__label:first-child { margin-top: 0; }
.fm-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-2); background: var(--bg-soft); border: 1px solid var(--border); padding: 5px 9px; border-radius: 8px; width: max-content; }
.fm-pill b { background: var(--ink); color: #fff; font-size: 9px; padding: 2px 4px; border-radius: 4px; }
.fm-row { font-size: 12.5px; color: var(--ink-2); }
.fm-ints { display: flex; gap: 6px; }
.fm-ints i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; background: var(--c, #888); color: #fff; font-size: 11px; font-weight: 700; font-style: normal; }

/* --- Web & app mock --- */
.feature__stage--web { gap: 0; }
.fm-web { position: relative; z-index: 1; width: 320px; background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.fm-web__bar { display: flex; align-items: center; gap: 10px; padding: 9px 12px; background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.fm-web__dots { display: inline-flex; gap: 5px; }
.fm-web__dots i { width: 9px; height: 9px; border-radius: 50%; background: #d6d4e4; }
.fm-web__url { font-size: 11px; color: var(--muted-2); background: #fff; border: 1px solid var(--border); padding: 3px 10px; border-radius: 20px; }
.fm-web__screen { padding: 16px; display: grid; gap: 9px; }
.fm-web__hero { height: 64px; border-radius: 10px; background: linear-gradient(120deg, var(--primary), var(--accent)); }
.fm-web__line { height: 9px; border-radius: 5px; background: var(--bg-soft-2); }
.fm-web__line--lg { width: 80%; } .fm-web__line--sm { width: 45%; }
.fm-web__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 4px; }
.fm-web__cards span { height: 40px; border-radius: 8px; background: var(--bg-soft); border: 1px solid var(--border); }
.fm-phone { position: absolute; z-index: 2; right: 8px; bottom: 6px; width: 120px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 16px 12px 14px; display: grid; gap: 7px; animation: fm-float 6s ease-in-out infinite; }
.fm-phone__notch { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 36px; height: 5px; border-radius: 4px; background: var(--bg-soft-2); }
.fm-phone__bar { height: 8px; width: 60%; border-radius: 4px; background: var(--primary-100); margin-top: 8px; }
.fm-phone__tile { height: 46px; border-radius: 10px; background: linear-gradient(120deg, var(--primary), var(--accent)); }
.fm-phone__line { height: 7px; border-radius: 4px; background: var(--bg-soft-2); }
.fm-phone__line--sm { width: 55%; }
.fm-phone__btn { text-align: center; font-size: 10px; font-weight: 600; color: #fff; background: var(--primary); border-radius: 8px; padding: 7px; margin-top: 2px; }

/* --- Search / authority mock --- */
.feature__stage--auth { gap: 0; }
.fm-search { position: relative; z-index: 1; width: 280px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 16px; display: grid; gap: 12px; transform: translateX(-14px); }
.fm-searchbar { display: flex; align-items: center; gap: 9px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 20px; padding: 9px 14px; font-size: 13px; color: var(--ink-2); }
.fm-searchbar .sdt-ic { width: 16px; height: 16px; color: var(--muted-2); }
.fm-ai { background: var(--primary-050); border: 1px solid var(--primary-100); border-radius: 10px; padding: 12px; display: grid; gap: 7px; }
.fm-ai__head { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: var(--primary-700); }
.fm-ai__head .sdt-ic { width: 15px; height: 15px; }
.fm-ai__line { height: 7px; border-radius: 4px; background: #d8ccff; }
.fm-ai__line--sm { width: 55%; }
.fm-ai__cite { justify-self: start; font-size: 11px; font-weight: 600; color: var(--primary-700); background: #fff; border: 1px solid var(--primary-100); border-radius: 20px; padding: 3px 10px; margin-top: 2px; }
.fm-result { display: grid; gap: 5px; }
.fm-result__t { height: 8px; width: 60%; border-radius: 4px; background: #2563eb; opacity: .55; }
.fm-result__d { height: 6px; width: 90%; border-radius: 4px; background: var(--bg-soft-2); }
.fm-panel { position: absolute; z-index: 2; right: 6px; bottom: 18px; width: 150px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 14px; display: grid; gap: 6px; animation: fm-float 6.5s ease-in-out infinite; }
.fm-panel__name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--ink); }
.fm-panel__sub { font-size: 11px; color: var(--muted-2); }
.fm-verified { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; color: #18a957; background: rgba(24, 169, 87, .1); border-radius: 20px; padding: 3px 8px; width: max-content; margin: 3px 0; }
.fm-verified .sdt-ic { width: 13px; height: 13px; }
.fm-panel__row { height: 7px; border-radius: 4px; background: var(--bg-soft-2); }
.fm-panel__row--sm { width: 60%; }

@media (prefers-reduced-motion: reduce) { .fm-float, .fm-phone, .fm-panel { animation: none; } }

/* -------------------------------------------------- TECHFLOW (light product block, reference style) */
.techflow {
	position: relative; overflow: hidden; color: var(--ink);
	background:
		radial-gradient(70% 55% at 50% 118%, rgba(108, 71, 255, .18), transparent 62%),
		linear-gradient(180deg, #fff, var(--bg-soft));
}
.techflow::before {
	content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background-image: linear-gradient(rgba(108, 71, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(108, 71, 255, .05) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: radial-gradient(100% 78% at 50% 30%, #000 45%, transparent 92%);
	-webkit-mask-image: radial-gradient(100% 78% at 50% 30%, #000 45%, transparent 92%);
}
.techflow .container { position: relative; z-index: 1; }
.techflow__head { max-width: 760px; margin: 0 auto clamp(36px, 5vw, 52px); text-align: center; }
.techflow__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.module-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm);
	transition: transform .25s var(--ease), box-shadow .25s, border-color .25s;
}
.module-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--primary-100); }
.module-card__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--primary-100); color: var(--primary-700); margin-bottom: 14px; }
.module-card__title { color: var(--ink); font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.module-card__text { color: var(--muted); font-size: 14.5px; margin: 0; }
.techflow__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; margin-top: 40px; text-align: center; }
.techflow__price { margin: 0; font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); }
.techflow__price span { color: var(--muted); font-weight: 400; font-family: var(--font-body); font-size: 15px; }
.techflow__foot-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

/* Integrations / consolidation tiles (nexos-style, light) */
.tf-tools { text-align: center; margin-top: clamp(36px, 5vw, 56px); }
.tf-tools__cap { font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 22px; }
.tf-tools__title { font-size: clamp(22px, 2.8vw, 32px); font-weight: 800; color: var(--ink); margin-bottom: 12px; }
.tf-tools__sub { color: var(--muted); max-width: 640px; margin: 0 auto 34px; font-size: 16px; }
.tf-tools__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.tf-tile {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
	width: 106px; height: 106px; background: #fff; border: 1px solid var(--border); border-radius: 18px;
	box-shadow: var(--shadow-sm);
	transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.tf-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--primary-100); }
.tf-tile img { width: 38px; height: 38px; }
.tf-tile span { font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.tf-tools__link { margin-top: 30px; }

/* --- Signature product showcase (the one bold moment on .com) --- */
.techflow__showcase { position: relative; max-width: 940px; margin: 0 auto clamp(36px, 6vw, 60px); }
.tf-app { will-change: transform; }
.techflow__showcase-glow { position: absolute; inset: -10% 10% 30%; z-index: 0; background: radial-gradient(60% 60% at 50% 30%, rgba(139, 92, 246, .45), transparent 70%); filter: blur(30px); pointer-events: none; }
.tf-app {
	position: relative; z-index: 1; border-radius: 16px; overflow: hidden;
	background: #fbfbfe; border: 1px solid var(--border);
	box-shadow: var(--shadow-lg);
}
.tf-app__bar { display: flex; align-items: center; gap: 12px; padding: 11px 16px; background: #f0eff7; border-bottom: 1px solid var(--border); }
.tf-app__dots { display: inline-flex; gap: 6px; }
.tf-app__dots i { width: 11px; height: 11px; border-radius: 50%; background: #d6d4e4; }
.tf-app__dots i:nth-child(1) { background: #ff5f57; } .tf-app__dots i:nth-child(2) { background: #febc2e; } .tf-app__dots i:nth-child(3) { background: #28c840; }
.tf-app__url { font-size: 12.5px; color: var(--muted-2); background: #fff; border: 1px solid var(--border); padding: 4px 12px; border-radius: var(--radius-pill); }
.tf-app__body { display: grid; grid-template-columns: 180px 1fr; min-height: 320px; }
.tf-app__side { background: #fff; border-right: 1px solid var(--border); padding: 18px 14px; }
.tf-app__brand { display: block; font-family: var(--font-display); font-weight: 800; color: var(--ink); margin-bottom: 18px; padding-left: 6px; }
.tf-app__side ul { display: grid; gap: 4px; }
.tf-app__side li { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 9px; font-size: 13.5px; color: var(--muted); }
.tf-app__side li .sdt-ic { width: 17px; height: 17px; }
.tf-app__side li.is-active { background: var(--primary-100); color: var(--primary-700); font-weight: 600; }
.tf-app__main { padding: 20px; display: grid; gap: 16px; align-content: start; }
.tf-app__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tf-stat { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 14px; display: grid; gap: 3px; }
.tf-stat__label { font-size: 12px; color: var(--muted-2); }
.tf-stat__val { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--ink); }
.tf-stat__trend { font-size: 11.5px; color: var(--muted-2); }
.tf-stat__trend--up { color: #18a957; font-weight: 600; }
.tf-app__chart { display: flex; align-items: flex-end; gap: 10px; height: 110px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px; }
.tf-bar { flex: 1; height: var(--h, 50%); min-height: 8px; border-radius: 6px 6px 3px 3px; background: linear-gradient(180deg, #cfc4ff, #a78bfa); }
.tf-bar--accent { background: linear-gradient(180deg, var(--primary), var(--primary-700)); }
.tf-bar--h40 { --h: 40%; }
.tf-bar--h48 { --h: 48%; }
.tf-bar--h55 { --h: 55%; }
.tf-bar--h64 { --h: 64%; }
.tf-bar--h70 { --h: 70%; }
.tf-bar--h82 { --h: 82%; }
.tf-bar--h94 { --h: 94%; }
.tf-app__rows { display: grid; gap: 8px; }
.tf-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 10px 14px; font-size: 13px; color: var(--ink-2); }
.tf-row__badge { font-size: 11.5px; font-weight: 600; color: var(--muted); background: var(--bg-soft); border: 1px solid var(--border); padding: 3px 10px; border-radius: var(--radius-pill); }
.tf-row__badge--won { color: #18a957; background: rgba(24, 169, 87, .1); border-color: rgba(24, 169, 87, .25); }

/* -------------------------------------------------- WHY */
.why { background: var(--bg); }
.why__layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.why__intro .section-title { text-align: left; }
.why__intro .btn { margin-top: 8px; }
.why__list { display: grid; gap: 12px; }
.why__item {
	display: flex; align-items: flex-start; gap: 14px;
	background: var(--bg-soft); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px;
	transition: border-color .2s, box-shadow .2s, background .2s;
}
.why__item:hover, .why__item:focus-within { background: #fff; border-color: var(--primary-100); box-shadow: var(--shadow-sm); }
.why__check { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: var(--primary-100); color: var(--primary-700); flex: none; margin-top: 1px; }
.why__check .sdt-ic { width: 18px; height: 18px; }
.why__body { display: flex; flex-direction: column; }
.why__label { font-size: 16px; color: var(--ink-2); font-weight: 500; line-height: 1.45; }
.why__inline { font-weight: 600; color: var(--primary-600); white-space: nowrap; }
.why__inline:hover { text-decoration: underline; }
/* Hover-reveal proof line (collapsed by default, shown on hover/focus) */
.why__proof {
	font-size: 14px; color: var(--muted); line-height: 1.5;
	max-height: 0; opacity: 0; overflow: hidden;
	transition: max-height .3s var(--ease), opacity .25s var(--ease), margin-top .3s var(--ease);
}
.why__item:hover .why__proof, .why__item:focus-within .why__proof { max-height: 80px; opacity: 1; margin-top: 6px; }
/* Touch / no-hover devices: always show the proof so the info isn't lost */
@media (hover: none) {
	.why__proof { max-height: none; opacity: 1; margin-top: 6px; }
}

/* -------------------------------------------------- SECURITY / TRUST (bento) */
.secure { background: var(--bg); }
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bento__card {
	display: flex; flex-direction: column;
	background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px;
	transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.bento__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bento__card--wide { grid-column: span 2; background: linear-gradient(150deg, var(--primary-050), #ece7fb); border-color: var(--primary-100); }
.bento__card--wide:hover { transform: none; box-shadow: none; }
.bento__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: #fff; border: 1px solid var(--border); color: var(--primary); margin-bottom: 18px; }
.bento__icon .sdt-ic { width: 22px; height: 22px; }
.bento__title { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.bento__text { color: var(--muted); font-size: 15.5px; margin: 0; max-width: 460px; }
.bento__link { margin-top: auto; padding-top: 20px; }
.bento__badges { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.cert {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
	width: 118px; padding: 16px 10px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-sm);
}
.cert__mark { display: grid; place-items: center; height: 34px; }
.cert__mark img { height: 32px; width: auto; }
.cert__mark .sdt-ic { width: 28px; height: 28px; color: var(--primary); }
.cert__label { font-size: 13px; font-weight: 700; color: var(--ink); }
.cert__sub { font-size: 11px; color: var(--muted-2); text-align: center; }

/* -------------------------------------------------- WORK */
.work { background: var(--bg); }
.work__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.work-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.work-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.work-card__media {
	aspect-ratio: 16 / 10; display: grid; place-items: center;
	background:
		radial-gradient(120% 120% at 20% 10%, rgba(139, 92, 246, .3), transparent 55%),
		linear-gradient(140deg, var(--primary-600), var(--dark-3));
}
.work-card__media span { font-family: var(--font-display); font-weight: 800; font-size: 28px; color: #fff; letter-spacing: -.02em; opacity: .95; }
.work-card__body { padding: 22px 24px 26px; }
.work-card__tag { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--primary-600); }
.work-card__title { font-size: 20px; font-weight: 700; margin: 6px 0 6px; }
.work-card__text { color: var(--muted); font-size: 15px; margin: 0; }

.work__embed { margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.work-embed__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: var(--bg-soft); border-bottom: 1px solid var(--border); }
.work-embed__dot { width: 10px; height: 10px; border-radius: 50%; }
.work-embed__dot--r { background: #ff5f57; }
.work-embed__dot--y { background: #febc2e; }
.work-embed__dot--g { background: #28c840; }
.work-embed__url { margin: 0 auto; font-size: 12.5px; color: var(--muted-2); background: #fff; border: 1px solid var(--border); padding: 4px 45px; border-radius: var(--radius-pill); }
.work-embed__frame { position: relative; padding-top: 62%; background: var(--bg-soft); }
.work-embed__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 640px) { .work-embed__frame { padding-top: 130%; } }

.work-embed__pin { position: static; text-align: center; overflow-x: auto; background: #fff; }
.work-embed__pin a { display: inline-block; }
.work-embed__pin [class*="_embed_grid"] { width: 100% !important; max-width: 100% !important; min-width: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }

.work-embed__preview {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
	text-align: center; padding: clamp(36px, 6vw, 64px) 24px; text-decoration: none;
	background: radial-gradient(120% 140% at 50% 0%, rgba(230, 0, 35, .08), transparent 60%), var(--bg-soft);
	transition: background .2s var(--ease);
}
.work-embed__preview:hover { background: radial-gradient(120% 140% at 50% 0%, rgba(230, 0, 35, .14), transparent 60%), var(--bg-soft); }
.work-embed__preview-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: #e60023; color: #fff; box-shadow: var(--shadow); }
.work-embed__preview-title { display: block; font-size: 18px; font-weight: 700; color: var(--ink); }
.work-embed__preview-sub { display: block; max-width: 420px; margin-top: 4px; font-size: 14px; color: var(--muted); }
.work-embed__preview-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px 20px; border-radius: var(--radius-pill); background: #e60023; color: #fff; font-weight: 600; font-size: 14px; }
.work__cta { text-align: center; margin-top: 40px; }
.tf-ecosystem .work__cta { margin-top: clamp(48px, 6vw, 72px); }

/* -------------------------------------------------- TESTIMONIALS */
.testimonials { background: #fff; }
.section-head--left { text-align: left; margin-left: 0; margin-right: auto; }
.section-head--left .eyebrow { display: inline-flex; }

/* Continuous logo marquee */
.logo-marquee {position: relative;overflow: hidden;margin: 6px 0;padding: 10px 0;}
.logo-marquee__track { display: flex; align-items: center; gap: 64px; width: max-content; animation: marquee 32s linear infinite; }
.logo-marquee:hover .logo-marquee__track { animation-play-state: paused; }
.logo-marquee__item { flex: none; }
.logo-marquee__item img { height: 30px; width: auto; opacity: .55; transition: opacity .2s; }
.logo-marquee__item:hover img { opacity: 1; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.logo-marquee__fade { position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
.logo-marquee__fade--l { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.logo-marquee__fade--r { right: 0; background: linear-gradient(270deg, #fff, transparent); }

/* Testimonial carousel */
.tcar { position: relative; }
.tcar__track {
	display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	padding: 6px 2px 26px; -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.tcar__track::-webkit-scrollbar { display: none; }
.tcar__track:focus-visible { outline: 3px solid var(--ring); outline-offset: 4px; border-radius: 8px; }
.tcard {
	flex: 0 0 clamp(280px, 32%, 360px); scroll-snap-align: start;
	background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 26px; display: flex; flex-direction: column; gap: 18px; box-shadow: var(--shadow-sm);
}
.tcard__tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: var(--radius-pill); }
.tcard__tag .sdt-ic { width: 15px; height: 15px; }
.tcard__tag--pur { background: var(--primary-100); color: var(--primary-700); }
.tcard__tag--grn { background: rgba(16, 185, 129, .12); color: #0f8a63; }
.tcard__tag--blu { background: rgba(14, 165, 233, .12); color: #0b76b8; }
.tcard__who { display: flex; align-items: center; gap: 12px; }
.tcard__avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(140deg, var(--primary), var(--accent)); color: #fff; font-family: var(--font-display); font-weight: 700; flex: none; }
.tcard__id { display: flex; flex-direction: column; line-height: 1.3; }
.tcard__id strong { color: var(--ink); font-size: 15px; }
.tcard__id strong a { color: inherit; text-decoration: none; }
.tcard__id strong a:hover { text-decoration: underline; }
.tcard__id span { color: var(--muted); font-size: 13px; }
.tcard__co { color: var(--primary-600); font-weight: 600; }
.tcard__quote { margin: 0; font-size: 16px; color: var(--ink-2); line-height: 1.6; }
.tcard__stars { display: block; color: #00b67a; font-size: 14px; letter-spacing: 3px; margin-bottom: 2px; }

.tcar__controls { display: flex; align-items: center; gap: 20px; margin-top: 6px; }
.tcar__progress { position: relative; flex: 1; height: 3px; background: var(--border); border-radius: 3px; }
.tcar__progress-bar { position: absolute; top: 0; left: 0; height: 100%; width: 30%; background: var(--primary); border-radius: 3px; transition: width .15s var(--ease), left .15s var(--ease); }
.tcar__btns { display: flex; gap: 10px; flex: none; }
.tcar__btn { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--border-strong); background: #fff; color: var(--ink); cursor: pointer; transition: all .2s var(--ease); }
.tcar__btn:hover { border-color: var(--primary); color: var(--primary); }
.tcar__btn--active { background: var(--primary); border-color: var(--primary); color: #fff; }
.tcar__btn--active:hover { background: var(--primary-600); color: #fff; }
.tcar__btn:disabled { opacity: .4; cursor: default; }
.tcar__btn:disabled:hover { border-color: var(--border-strong); color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
	.logo-marquee__track { animation: none; transform: none; }
	.tcar__track { scroll-behavior: auto; }
}

/* -------------------------------------------------- CTA BANNER (dark animated grid) */
.cta-banner {
	position: relative; overflow: hidden; isolation: isolate;
	background: radial-gradient(120% 100% at 50% 0%, #14121f, #0a0a10 70%);
	padding-block: clamp(72px, 12vw, 150px);
}
.cta-fx { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

/* drifting line grid */
.cta-fx__grid, .cta-fx__nodes { position: absolute; inset: -60px; }
.cta-fx__grid {
	background-image:
		linear-gradient(to right, rgba(139, 92, 246, .16) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(139, 92, 246, .16) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(85% 75% at 50% 55%, #000 35%, transparent 85%);
	-webkit-mask-image: radial-gradient(85% 75% at 50% 55%, #000 35%, transparent 85%);
	animation: cta-drift 14s linear infinite;
}
/* glowing nodes at intersections, drifting with the grid */
.cta-fx__nodes {
	background-image: radial-gradient(circle, rgba(167, 139, 250, .55) 1.4px, transparent 2.2px);
	background-size: 64px 64px;
	mask-image: radial-gradient(70% 65% at 50% 60%, #000 20%, transparent 80%);
	-webkit-mask-image: radial-gradient(70% 65% at 50% 60%, #000 20%, transparent 80%);
	animation: cta-drift 14s linear infinite;
}
@keyframes cta-drift { from { transform: translateY(0); } to { transform: translateY(-64px); } }

/* moving light beams sweeping across the grid */
.cta-fx__beam { position: absolute; opacity: 0; }
.cta-fx__beam--v {
	left: 0; right: 0; height: 2px; top: 0;
	background: linear-gradient(90deg, transparent, rgba(168, 130, 255, .9), transparent);
	box-shadow: 0 0 18px 2px rgba(139, 92, 246, .6);
	animation: cta-beam-v 7s linear infinite;
}
.cta-fx__beam--h {
	top: 0; bottom: 0; width: 2px; left: 0;
	background: linear-gradient(180deg, transparent, rgba(168, 130, 255, .8), transparent);
	box-shadow: 0 0 18px 2px rgba(139, 92, 246, .5);
	animation: cta-beam-h 9s linear infinite; animation-delay: 2s;
}
@keyframes cta-beam-v {
	0% { transform: translateY(-5%); opacity: 0; }
	15% { opacity: 1; } 85% { opacity: 1; }
	100% { transform: translateY(105%); opacity: 0; }
}
@keyframes cta-beam-h {
	0% { transform: translateX(-5%); opacity: 0; }
	15% { opacity: 1; } 85% { opacity: 1; }
	100% { transform: translateX(105%); opacity: 0; }
}

/* bottom purple depth glow */
.cta-fx__glow {
	position: absolute; left: 50%; bottom: -40%; transform: translateX(-50%);
	width: 90%; height: 80%; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(108, 71, 255, .55), transparent 70%);
	filter: blur(30px);
	animation: cta-glow 6s ease-in-out infinite alternate;
}
@keyframes cta-glow { from { opacity: .6; } to { opacity: 1; } }

.cta-banner__inner { position: relative; z-index: 1; text-align: center; }
.cta-banner__title { font-size: clamp(28px, 4.6vw, 48px); font-weight: 800; color: #fff; max-width: 820px; margin: 0 auto 16px; }
.cta-banner__sub { color: rgba(255, 255, 255, .68); font-size: 17px; max-width: 540px; margin: 0 auto 30px; }
.cta-banner__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (prefers-reduced-motion: reduce) {
	.cta-fx__grid, .cta-fx__nodes, .cta-fx__beam, .cta-fx__glow { animation: none; }
	.cta-fx__beam { display: none; }
}

/* -------------------------------------------------- FAQ */
.faq { background: var(--bg-soft); }
.faq__layout { display: grid; grid-template-columns: 380px 1fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.faq__head .section-title { text-align: left; }
.faq__list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 4px 20px; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: var(--primary-100); box-shadow: var(--shadow-sm); }
.faq-item__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; padding: 16px 0; font-family: var(--font-display); font-weight: 700; font-size: 16.5px; color: var(--ink); }
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__icon { position: relative; width: 20px; height: 20px; flex: none; }
.faq-item__icon::before, .faq-item__icon::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--primary); border-radius: 2px; }
.faq-item__icon::before { width: 14px; height: 2px; }
.faq-item__icon::after { width: 2px; height: 14px; transition: transform .2s var(--ease); }
.faq-item[open] .faq-item__icon::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-item__a { padding: 0 0 18px; color: var(--muted); font-size: 15.5px; }
.faq-item__a p { margin: 0; }

/* -------------------------------------------------- FOOTER (light, nexos-style) */
.site-footer { background: #fff; color: var(--ink-2); padding-block: 36px 28px; padding-bottom: 0 !important; border-top: 1px solid var(--border); }

.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.footer-social { display: flex; align-items: center; gap: 16px; }
.footer-social__label { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--ink); }
.footer-social__list { display: flex; align-items: center; gap: 8px; }
.footer-social__link { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--ink); color: #fff; transition: transform .2s var(--ease), background .2s; }
.footer-social__link:hover { color: #fff; background: var(--primary); transform: translateY(-2px); }
.footer-actions { display: flex; align-items: center; gap: 10px; }

.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-block: 40px; }
.footer-grid--4 { grid-template-columns: 1.4fr repeat(3, 1fr); }
.footer-col__title { color: var(--ink); font-size: 16px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 18px; font-family: var(--font-display); }
.footer-col ul { display: grid; gap: 13px; }
.footer-col a { color: var(--muted); font-size: 15px; }
.footer-col a:hover { color: var(--primary-600); }

.footer-brand { margin-bottom: 16px; }
.footer-brand .custom-logo-link { display: inline-flex; }
.footer-brand img.custom-logo { display: block; height: 34px; width: auto; max-width: 190px; object-fit: contain; }
.footer-brand__desc { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 14px; max-width: 300px; }
.footer-brand__note { font-size: 13px; color: var(--muted-2); margin: 0; }
.footer-brand__note a { color: var(--muted-2); text-decoration: underline; }
.footer-brand__note a:hover { color: var(--primary-600); }

.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; padding-top: 26px; border-top: 1px solid var(--border); font-size: 14px; color: var(--muted); }
.footer-bottom__brand { display: flex; align-items: center; gap: 10px; max-width: 380px; }
.footer-bottom__brand .brand__mark { width: 30px; height: 30px; font-size: 12px; }
.footer-bottom__meta { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-bottom__copy { margin: 0; margin-left: auto; color: var(--muted-2); }

.footer-legal { border-top: 1px solid var(--border); }
.footer-legal__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; padding-block: 22px; font-size: 13px; color: var(--muted-2); }
.footer-legal__copy { margin: 0; }
.footer-legal__menu { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; list-style: none; margin: 0; padding: 0; }
.footer-legal__menu a { color: var(--muted-2); text-decoration: none; }
.footer-legal__menu a:hover { color: var(--ink); text-decoration: underline; }
.footer-legal__links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; }
.footer-legal__links a { color: var(--muted-2); text-decoration: none; }
.footer-legal__links a:hover { color: var(--ink); text-decoration: underline; }
.footer-legal__links span { color: var(--muted-2); }
.footer-legal__ccpa { background: none; border: 0; padding: 0; font: inherit; font-size: 13px; color: var(--muted-2); cursor: pointer; text-decoration: none; }
.footer-legal__ccpa:hover { color: var(--ink); text-decoration: underline; }

/* -------------------------------------------------- COOKIE NOTICE */
.cookie-banner {
	position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 250;
	max-width: 620px; margin: 0 auto;
	display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
	background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg); padding: 16px 20px;
	transform: translateY(140%); opacity: 0; transition: transform .35s var(--ease), opacity .35s var(--ease);
	pointer-events: none;
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.cookie-banner__text { flex: 1 1 240px; font-size: 13.5px; color: var(--ink-2); margin: 0; line-height: 1.5; }
.cookie-banner__text a { color: var(--primary); text-decoration: underline; }
.cookie-banner__actions { display: flex; align-items: center; gap: 10px; flex: none; margin-left: auto; }
@media (prefers-reduced-motion: reduce) { .cookie-banner { transition: none; } }

/* -------------------------------------------------- PAGES / BLOG */
.page-wrap { padding-block: clamp(48px, 7vw, 90px); }
.page-head { max-width: 760px; margin-bottom: 32px; }
.page-head--wide { max-width: none; }
.page-title { font-size: clamp(28px, 4vw, 42px); font-weight: 800; }
.single { max-width: 760px; }
.entry-content { font-size: 17px; color: var(--ink-2); }
.entry-content h2 { font-size: 28px; margin-top: 1.4em; }
.entry-content h3 { font-size: 22px; margin-top: 1.2em; }
.entry-content a { text-decoration: underline; }
.entry-content img { border-radius: var(--radius); margin: 1.5em 0; }
.entry-content blockquote { margin: 1.5em 0; padding: 4px 20px; border-left: 3px solid var(--primary); color: var(--muted); }
.single__media { margin-bottom: 28px; border-radius: var(--radius-lg); overflow: hidden; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.post-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.post-card__body { padding: 22px; }
.post-card__title { font-size: 19px; margin-bottom: 6px; }
.post-card__title a { color: var(--ink); }
.post-card__title a:hover { color: var(--primary-600); }
.post-card__meta { color: var(--muted-2); font-size: 13.5px; margin-bottom: 10px; }
.post-card__excerpt { color: var(--muted); font-size: 15px; }
.post-card__more { font-weight: 600; font-size: 14.5px; }

.pagination { margin-top: 40px; display: flex; justify-content: center; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--border); border-radius: 10px; margin: 0 4px; color: var(--ink-2); }
.pagination .page-numbers.current { background: var(--primary); color: #fff; border-color: var(--primary); }

.error-404 { text-align: center; max-width: 620px; margin-inline: auto; }
.error-404__code { font-family: var(--font-display); font-weight: 800; font-size: clamp(72px, 16vw, 140px); line-height: 1; background: linear-gradient(140deg, var(--primary), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 0; }

.search-form { display: flex; gap: 8px; max-width: 420px; }
.search-form .search-field { flex: 1; padding: 12px 16px; border: 1px solid var(--border-strong); border-radius: var(--radius-pill); font: inherit; }
.search-form .search-submit { padding: 12px 20px; border-radius: var(--radius-pill); border: 0; background: var(--primary); color: #fff; font-weight: 600; cursor: pointer; }

.comments-area { max-width: 760px; margin: 40px auto 0; }
.comment-list { display: grid; gap: 18px; }
.comment-list .comment-body { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }

/* -------------------------------------------------- MOTION / REVEAL */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }

/* stagger children with --d index where present */
.services__grid .service-card,
.process__steps .process-step,
.work__grid .work-card { transition-delay: calc(var(--d, 0) * 80ms); }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; transform: none; transition: none; }
	* { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* -------------------------------------------------- RESPONSIVE */
@media (max-width: 1024px) {
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 900px) {
	.site-nav, .site-header__actions { display: none; }
	.nav-toggle { display: flex; }
	.problem__grid, .techflow__grid, .testimonials__grid, .post-grid, .bento { grid-template-columns: repeat(2, 1fr); }
	.bento__card--wide { grid-column: span 2; }
	.why__layout, .faq__layout { grid-template-columns: 1fr; }
	.feature { grid-template-columns: 1fr; gap: 30px; }
	.feature--reverse .feature__visual { order: 0; }
	.feature__body, .feature--reverse .feature__body { max-width: none; margin: 0; }
	.feature__stage { min-height: 300px; }
}

@media (max-width: 600px) {
	body { font-size: 16px; }
	.section { padding-block: 52px; }
	.problem__grid, .techflow__grid, .testimonials__grid, .post-grid, .bento { grid-template-columns: 1fr; }
	.bento__card--wide { grid-column: auto; }
	.process-step::after { display: none; }
	.service-card--addon { flex-direction: column; align-items: flex-start; text-align: left; }
	.hero__cta .btn, .cta-banner__actions .btn { flex: 1 1 auto; }
	.footer-top { flex-direction: column; align-items: flex-start; }
	.footer-actions { width: 100%; flex-wrap: wrap; }
	.footer-bottom__copy { margin-left: 0; width: 100%; }
	.tf-app__body { grid-template-columns: 1fr; }
	.tf-app__side { display: none; }
	.tf-app__stats { grid-template-columns: 1fr; }
	.tf-app__chart { height: 90px; }
}

/* =====================================================================
   SERVICES PAGE (templates/services.php)
   ===================================================================== */
.svc-hero { position: relative; overflow: hidden; padding-block: clamp(48px, 7vw, 96px); background: linear-gradient(180deg, var(--primary-050), #fff 80%); }
.svc-hero--white { background: #fff; }
.svc-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.svc-hero__title { font-size: clamp(32px, 5vw, 54px); font-weight: 800; margin-bottom: 16px; }
.svc-hero__sub { font-size: clamp(16px, 1.6vw, 20px); color: var(--muted); max-width: 520px; margin: 0 0 26px; }
.abt-hero .svc-hero__title { font-size: clamp(28px, 4.2vw, 46px); }
.abt-hero .svc-hero__sub { font-size: clamp(14.5px, 1.4vw, 17px); }
.svc-hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: 18px; }
.svc-hero__note { font-size: 14.5px; color: var(--muted); margin: 0; }
.svc-hero__note a { font-weight: 600; }
.svc-hero__visual { position: relative; }
.svc-badge { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: var(--radius-pill); padding: 9px 15px; font-size: 13px; font-weight: 600; color: var(--ink); }
.svc-badge .sdt-ic { width: 16px; height: 16px; color: var(--primary); }
.svc-badge--1 { top: 4%; right: -10px; }
.svc-badge--2 { bottom: 16%; left: -10px; background: var(--primary); color: #fff; border-color: transparent; }
.svc-badge--2::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #6bf0a3; box-shadow: 0 0 0 3px rgba(107, 240, 163, .3); }

/* Services grid cards */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); align-items: stretch; }
.svc-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary-100); }
.svc-card--lead { background: linear-gradient(180deg, var(--primary-050), #fff); border-color: var(--primary-100); box-shadow: 0 24px 50px -30px var(--ring); }
.svc-card--lead::after { content: "Lead"; position: absolute; top: 18px; right: 18px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--primary-700); background: var(--primary-100); padding: 4px 10px; border-radius: var(--radius-pill); }
.svc-card__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(140deg, var(--primary), var(--accent)); color: #fff; margin-bottom: 18px; box-shadow: 0 10px 22px -10px var(--ring); }
.svc-card__tag { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--primary-600); margin-bottom: 8px; }
.svc-card__title { font-size: 21px; font-weight: 700; margin-bottom: 8px; }
.svc-card__text { color: var(--muted); font-size: 15.5px; margin-bottom: 18px; }
.svc-card__list { display: grid; gap: 10px; margin-bottom: 22px; }
.svc-card__list li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
.svc-card__list .sdt-ic { width: 18px; height: 18px; color: var(--primary); flex: none; }
.svc-card__link { margin-top: auto; }

/* Process steps */
.svc-process { background: linear-gradient(180deg, #fff, var(--bg-soft)); }
.svc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); list-style: none; margin: 0; padding: 0; }
.svc-step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 24px; }
.svc-step__n { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--primary-100); color: var(--primary-700); font-family: var(--font-display); font-weight: 800; font-size: 16px; margin-bottom: 16px; }
.svc-step__t { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.svc-step__d { color: var(--muted); font-size: 15px; margin: 0; }

/* Built to work together */
.svc-together { max-width: 760px; margin: 0 auto; text-align: center; }
.svc-together__chips { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 28px; }
.svc-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 10px 18px; font-weight: 600; font-size: 15px; color: var(--ink); box-shadow: var(--shadow-sm); }
.svc-chip .sdt-ic { width: 18px; height: 18px; color: var(--primary); }
.svc-chip__plus { color: var(--primary); font-weight: 700; font-size: 18px; }

/* Who we help */
.svc-who-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.svc-who-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 16px; transition: transform .2s var(--ease), box-shadow .2s; }
.svc-who-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-who-item__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: #fff; border: 1px solid var(--border); color: var(--primary); }
.svc-who-item__label { font-size: 14.5px; font-weight: 600; color: var(--ink-2); line-height: 1.4; }

/* TechFlow note */
.svc-techflow-note { text-align: center; color: var(--muted); font-size: 15px; margin: 36px 0 0; }
.svc-techflow-note a { font-weight: 600; }

@media (max-width: 900px) {
	.svc-hero__grid { grid-template-columns: 1fr; }
	.svc-grid, .svc-steps { grid-template-columns: repeat(2, 1fr); }
	.svc-card--lead { grid-column: 1 / -1; }
	.svc-who-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
	.svc-grid, .svc-steps, .svc-who-grid { grid-template-columns: 1fr; }
	.svc-hero__cta .btn { flex: 1 1 auto; }
	.svc-badge--1 { right: 6px; } .svc-badge--2 { left: 6px; }
}

/* =====================================================================
   AI & AUTOMATION PAGE (templates/ai-automation.php)
   ===================================================================== */
.ai-benefits { background: #fff; }
.feature__stage--photo { position: relative; }
.feature__float {
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
	border-radius: var(--radius-pill);
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
	animation: fm-float 5.5s ease-in-out infinite;
}
.feature--reverse .feature__float {right: auto;left: 35px;bottom: 30px;}
.feature__float .sdt-ic { width: 15px; height: 15px; color: #18a957; }
@media (prefers-reduced-motion: reduce) { .feature__float { animation: none; } }
.ai-hero__bullets { display: grid; gap: 12px; margin: 0 0 26px; }
.ai-hero__bullets li { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 500; color: var(--ink-2); }
.ai-hero__bullets .sdt-ic { width: 18px; height: 18px; color: var(--primary); flex: none; }
.ai-what { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-weight: 600; font-size: 14.5px; color: var(--primary-600); background: none; border: 0; padding: 0; font-family: inherit; }
.ai-what:hover { color: var(--primary); }
.ai-what .sdt-ic { width: 16px; height: 16px; }
@media (max-width: 480px) { .ai-what { width: 100%; } }
.ai-hero__frame { border-radius: var(--radius-lg); overflow: hidden; }
.ai-hero__img { width: 100%; height: auto; display: block; }
.ai-outcome {position: absolute;left: -25px;top: 25px;width: 270px;background: #fff;border: 1px solid var(--border);border-radius: 16px;box-shadow: var(--shadow-lg);padding: 16px;}
.ai-outcome__head { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--ink); margin-bottom: 8px; }
.ai-outcome__head .sdt-ic { width: 18px; height: 18px; color: var(--primary); }
.ai-outcome__out { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 0 0 10px; }
.ai-outcome__tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600; color: #18a957; background: rgba(24, 169, 87, .1); border-radius: 20px; padding: 4px 10px; }
.ai-outcome__tag .sdt-ic { width: 13px; height: 13px; }

/* Use-case grid + tabs */
.ai-uc { position: relative; overflow: hidden; background: var(--bg-soft); }
.ai-uc::before {
	content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background-image:
		linear-gradient(to right, rgba(13, 13, 21, .05) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(13, 13, 21, .05) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(85% 70% at 50% 35%, #000 40%, transparent 90%);
	-webkit-mask-image: radial-gradient(85% 70% at 50% 35%, #000 40%, transparent 90%);
}
.ai-uc .container { position: relative; z-index: 1; }
.uc-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 32px; }
.uc-tab { padding: 9px 18px; border-radius: var(--radius-pill); border: 1px solid var(--border-strong); background: #fff; color: var(--ink-2); font-weight: 600; font-size: 14.5px; cursor: pointer; transition: all .2s var(--ease); }
.uc-tab:hover { border-color: var(--primary); color: var(--primary); }
.uc-tab.is-active { background: var(--primary); border-color: var(--primary); color: #fff; }
.uc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.uc-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s, border-color .2s; }
.uc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary); }
.uc-card.is-hidden { display: none; }
.uc-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.uc-card__icon { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; background: var(--bg-soft); color: var(--primary-600); }
.uc-card__title { font-size: 16.5px; font-weight: 700; margin: 0; }
.uc-card__text { color: var(--muted); font-size: 14.5px; margin: 0 0 18px; }
.uc-card__tools { display: flex; gap: 8px; align-items: center; margin-top: auto; }
.uc-card__tool { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--bg-soft); border: 1px solid var(--border); }
.uc-card__tool img { width: 18px; height: 18px; }
.uc-banner {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px;
	margin-top: 36px; padding: 22px 30px;
	background: linear-gradient(90deg, var(--primary), var(--primary-600));
	border-radius: var(--radius-lg); text-align: left;
}
.uc-banner p { margin: 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(17px, 2vw, 20px); color: #fff; }
.uc-banner .btn--primary { background: #fff; color: var(--primary-700); box-shadow: none; }
.uc-banner .btn--primary:hover { background: #fff; color: var(--primary-700); box-shadow: 0 10px 24px -10px rgba(13, 13, 21, .35); }

/* Estimator Ã¢â‚¬â€ photo banner with a floating glass panel + white result card */
.ai-est { background: var(--bg); }
.est {
	position: relative; overflow: hidden; isolation: isolate;
	display: flex; align-items: center; flex-wrap: wrap; gap: 0;
	min-height: 560px; padding: clamp(24px, 4vw, 48px);
	border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
.est__bg { position: absolute; inset: 0; z-index: 0; }
.est__bg img { width: 100%; height: 100%; object-fit: cover; }
.est__scrim {
	position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(100deg, rgba(10, 9, 16, .72) 0%, rgba(10, 9, 16, .48) 42%, rgba(10, 9, 16, .1) 68%, rgba(10, 9, 16, 0) 85%);
}

.est__panel {
	position: relative; z-index: 2;
	width: clamp(280px, 34vw, 380px);
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: var(--radius-lg);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	box-shadow: 0 20px 44px -20px rgba(0, 0, 0, .45);
}
.est__controls {padding: clamp(22px, 2.6vw, 45px);display: grid;gap: 24px;}
.est__group { border: 0; padding: 0; margin: 0; }
.est__group legend { font-weight: 700; font-size: 14px; color: #fff; margin-bottom: 12px; padding: 0; }
.est__check { display: flex; align-items: center; gap: 10px; padding: 9px 0; font-size: 14.5px; color: rgba(255, 255, 255, .85); cursor: pointer; }
.est__check input { width: 18px; height: 18px; accent-color: var(--primary); }
.est__seg { display: inline-flex; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25); border-radius: var(--radius-pill); padding: 4px; }
.est__seg button { padding: 8px 14px; border: 0; background: none; border-radius: var(--radius-pill); font-weight: 600; font-size: 13.5px; color: rgba(255, 255, 255, .75); cursor: pointer; transition: all .2s; }
.est__seg button.is-active { background: #fff; color: var(--primary-700); box-shadow: var(--shadow-sm); }
.est__group input[type="range"] { width: 100%; accent-color: var(--primary); }
.est__scale-labels { display: flex; justify-content: space-between; margin-top: 8px; font-size: 12.5px; color: rgba(255, 255, 255, .6); }

.est__output {
	position: relative; z-index: 3;
	width: clamp(240px, 27vw, 300px);
	margin-left: clamp(-28px, -2.2vw, -16px);
	background: #fff; color: var(--ink);
	padding: clamp(24px, 2.8vw, 32px);
	display: flex; flex-direction: column; justify-content: center; gap: 10px;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
}
.est__out-label { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); }
.est__out-label--secondary { margin-top: 8px; }
.est__out-val { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3.4vw, 38px); color: var(--ink); }
.est__out-val--secondary { font-size: clamp(18px, 2.2vw, 22px); }
.est__disclaimer { font-size: 12.5px; color: var(--muted); line-height: 1.5; margin: 4px 0 14px; }

/* Fixed pricing (authority page) */
.price-group { margin-top: clamp(36px, 5vw, 52px); }
.price-group:first-of-type { margin-top: 0; }
.price-group__t { font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; text-align: center; margin-bottom: 24px; }
.price-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: var(--gap);}
.tf-pricing-hero .price-grid {grid-template-columns: repeat(4, 1fr);margin-bottom: 42px;}
.audit-entry { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 20px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px 22px; margin-bottom: 28px; }
.audit-entry__body { display: flex; flex-direction: column; gap: 2px; flex: 1 1 240px; }
.audit-entry__name { font-size: 15px; font-weight: 700; color: var(--ink); }
.audit-entry__who { font-size: 13px; color: var(--muted); line-height: 1.5; }
.audit-entry__price { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--ink); white-space: nowrap; }

.price-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.price-card--featured { border-color: var(--primary); box-shadow: 0 16px 34px -16px var(--ring); }
.price-card__flag { position: absolute; top: -12px; left: 24px; background: var(--primary); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: .03em; padding: 4px 12px; border-radius: var(--radius-pill); }
.price-card__name { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.price-card__price { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--ink); margin-bottom: 2px; }
.price-card__price span { font-size: 14px; font-weight: 600; color: var(--muted-2); }
.price-card__unit { font-size: 12.5px; color: var(--muted-2); margin: 0 0 8px; }
.price-card__who { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin: 0 0 16px; }
.price-card__list { display: grid; gap: 8px; padding-top: 14px; border-top: 1px solid var(--border); list-style: none; }
.price-card__actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; padding-top: 20px; }
.price-card__list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: var(--ink-2); }
.price-card__list .sdt-ic { width: 16px; height: 16px; color: var(--primary); flex: none; margin-top: 2px; }
.tier-toggle { display: flex; gap: 8px; }
/* -------------------------------------------------- TECHFLOW PAGE */
.tfh { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.tfh__what {
	display: inline-flex; align-items: center; gap: 10px;
	background: none; border: none; padding: 0; cursor: pointer;
	font-family: var(--font-body); font-size: 15.5px; font-weight: 600; color: var(--ink-2);
	transition: color .15s;
}
.tfh__what:hover { color: var(--primary); }
.tfh__what svg { flex: none; color: var(--ink-2); transition: color .15s; }
.tfh__what:hover svg { color: var(--primary); }
.tfh__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 6px; }
.tfh__visual { position: relative; }
.tfh__img { display: block; width: 100%; aspect-ratio: 88 / 47; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.tfh__pills { position: absolute; inset: 0; pointer-events: none; }
.tfh__pill {
	position: absolute; pointer-events: auto;
	display: inline-flex; align-items: center; gap: 12px; width: max-content;
	background: rgba(255, 255, 255, .82); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .75); border-radius: 14px; box-shadow: 0 10px 26px -14px rgba(20, 16, 40, .35);
	padding: 12px 20px 12px 12px; font-size: 14.5px; font-weight: 700; color: var(--ink);
}
.tfh__pill i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--primary); box-shadow: var(--shadow-sm); }
.tfh__pill i .sdt-ic { width: 17px; height: 17px; }
.tfh__pill:nth-child(1) {top: -50px;left: -70px;}
.tfh__pill:nth-child(2) {top: 20%;right: -115px;}
.tfh__pill:nth-child(3) {top: 26%;left: -148px;}
.tfh__pill:nth-child(4) {bottom: 16%;right: -98px;}
.tfh__pill:nth-child(5) {bottom: -46px;left: 6%;}
.tfh__pill:nth-child(6) {top: -40px;right: 110px;}
@media (max-width: 900px) {
	.tfh { grid-template-columns: 1fr; }
	.tfh__pill:nth-child(1) { top: 10px; left: 10px; }
	.tfh__pill:nth-child(2) { top: 20%; right: 10px; }
	.tfh__pill:nth-child(3) { top: 46%; left: 10px; }
	.tfh__pill:nth-child(4) { bottom: 16%; right: 10px; }
	.tfh__pill:nth-child(5) { bottom: 10px; left: 10px; }
	.tfh__pill:nth-child(6) { top: 10px; right: 10px; }
}
@media (max-width: 560px) {
	.tfh__pills { display: none; }
}
.tf-billing { margin-bottom: 28px; }
.tf-badges--center { justify-content: center; margin-top: 20px; }
.tf-save-hint { font-style: normal; font-size: 11px; font-weight: 700; color: #0f8a63; background: rgba(16, 185, 129, .14); padding: 2px 8px; border-radius: var(--radius-pill); margin-left: 6px; }
.uc-tab.is-active .tf-save-hint { color: #d7ffef; background: rgba(255, 255, 255, .18); }
.tf-modblock__app { grid-column: 1 / -1; }
.testimonials .logo-marquee { margin-bottom: 30px; }
.price-card__save { align-self: flex-start; font-size: 12.5px; font-weight: 700; color: #0f8a63; background: rgba(16, 185, 129, .12); padding: 3px 10px; border-radius: var(--radius-pill); margin: -2px 0 8px; }
.tf-plan-cta { width: 100%; justify-content: center; text-align: center; margin: 4px 0 16px; }
.tf-trust { text-align: center; color: var(--muted); font-size: 14px; margin: 0 0 22px; }
.tf-trust a { color: var(--primary); font-weight: 600; margin-left: 6px; }
.tf-modblock { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 4vw, 48px); background: var(--primary-050); border: 1px solid var(--primary-100); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 48px); }
.tf-modblock__title { font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; margin: 0 0 12px; }
.tf-modblock__sub { color: var(--muted); font-size: 15.5px; line-height: 1.6; margin: 0 0 20px; }
.tf-modlist { display: grid; gap: 14px; align-content: center; list-style: none; margin: 0; padding: 0; }
.tf-modlist__item { display: flex; align-items: flex-start; gap: 12px; }
.tf-modlist__icon { display: grid; place-items: center; width: 38px; height: 38px; flex: none; border-radius: 10px; background: #fff; border: 1px solid var(--border); color: var(--primary); }
.tf-modlist__icon .sdt-ic { width: 18px; height: 18px; }
.tf-modlist__body { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.tf-modlist__body strong { color: var(--ink); }
.tf-shot { grid-column: 1 / -1; display: grid; place-items: center; min-height: 220px; border: 2px dashed var(--border-strong); border-radius: var(--radius); background: #fff; color: var(--muted-2); font-size: 14px; text-align: center; padding: 20px; }
.tf-compare { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; }
.tf-compare table { width: 100%; border-collapse: collapse; min-width: 640px; }
.tf-compare th, .tf-compare td { padding: 13px 16px; font-size: 14px; text-align: center; border-bottom: 1px solid var(--border); }
.tf-compare tbody tr:last-child th, .tf-compare tbody tr:last-child td { border-bottom: 0; }
.tf-compare thead th { font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--muted-2); }
.tf-compare thead th:first-child { text-align: left; }
.tf-compare tbody th[scope="row"] { text-align: left; font-weight: 600; color: var(--ink-2); }
.tf-compare .tf-compare__hl { background: var(--primary-050); }
.tf-compare thead .tf-compare__hl { color: var(--primary-700); font-size: 14.5px; }
.tf-yes { display: inline-grid; place-items: center; }
.tf-yes .sdt-ic { width: 18px; height: 18px; color: var(--primary); }
.tf-no { color: var(--muted-2); font-size: 13px; }
.tf-part { color: var(--muted); font-size: 13px; font-weight: 600; }
.tf-plans tfoot td { border-bottom: 0; padding: 16px 12px; }
.tf-plans tfoot .tf-plan-cta { margin: 0; white-space: nowrap; }
.tf-wide { grid-column: span 2; }
.tf-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.tf-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ink-2); background: #fff; border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 7px 14px; }
.tf-badge img { height: 22px; width: auto; }
.tf-badge .sdt-ic { width: 16px; height: 16px; color: var(--primary); }
.tf-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.tf-quotes .tcard { flex: none; }

.tf-eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.tf-eco-cat { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 24px; }
.tf-eco-cat__title { font-size: 15.5px; font-weight: 700; margin: 0 0 14px; }
.tf-eco-cat__tools { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 900px) { .tf-eco-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .tf-eco-grid { grid-template-columns: 1fr; } }
.tf-faq .faq__list { max-width: 760px; margin: 0 auto; }
.tf-faq__group[hidden] { display: none; }
@media (max-width: 900px) {
	.tf-modblock { grid-template-columns: 1fr; }
	.tf-quotes { grid-template-columns: 1fr; }
	.tf-enterprise { flex-direction: column; text-align: center; }
}

/* -------------------------------------------------- ABOUT PAGE */
.abt-quote { background: linear-gradient(135deg, #14101f 0%, #241a3d 55%, #14101f 100%); }
.abt-quote__inner { text-align: center; max-width: 860px; }
.abt-quote__label { color: rgba(255, 255, 255, .55); }
.abt-quote__text { font-family: var(--font-display); font-size: clamp(20px, 2.8vw, 28px); font-weight: 700; line-height: 1.5; color: #fff; margin: 0 0 28px; }
.abt-quote__who { display: inline-flex; align-items: center; gap: 14px; text-align: left; }
.abt-quote__id { display: flex; flex-direction: column; line-height: 1.35; }
.abt-quote__id strong { color: #fff; font-size: 15.5px; }
.abt-quote__id span { color: rgba(255, 255, 255, .6); font-size: 13.5px; }
.abt-why { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.abt-modsel { display: grid; gap: 10px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(20px, 3vw, 34px); }
.abt-modsel__item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; box-shadow: var(--shadow-sm); }
.abt-modsel__item.is-active { border-color: var(--primary); box-shadow: 0 10px 24px -14px var(--ring); }
.abt-modsel__body { display: flex; flex-direction: column; line-height: 1.3; }
.abt-modsel__body strong { font-size: 14.5px; color: var(--ink); }
.abt-modsel__body span { font-size: 12.5px; color: var(--muted); }
.abt-modsel__check { margin-left: auto; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--primary); color: #fff; }
.abt-modsel__check .sdt-ic { width: 14px; height: 14px; }
.abt-modsel__tag { justify-self: center; display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 12.5px; font-weight: 700; color: var(--primary-700); }
.abt-modsel__tag .sdt-ic { width: 16px; height: 16px; }
.abt-feat { max-width: 860px; margin: 0 auto; background: linear-gradient(135deg, #14101f 0%, #241a3d 100%); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 48px); }
.abt-feat__quote { color: rgba(255, 255, 255, .88); font-size: clamp(16px, 2vw, 19px); line-height: 1.65; margin: 0 0 22px; }
.abt-quote__id--dark strong { color: #fff; }

/* Social proof — light section, same as before, with dark testimonial cards */
.abt-social .tcard { background: linear-gradient(180deg, #1c1630 0%, #241a3d 100%); border: 1px solid rgba(255, 255, 255, .1); box-shadow: none; }
.abt-social .tcard__id strong { color: #fff; }
.abt-social .tcard__id span { color: rgba(255, 255, 255, .55); }
.abt-social .tcard__quote { color: rgba(255, 255, 255, .82); }
.abt-social .tcard:hover { box-shadow: 0 18px 34px -18px rgba(0, 0, 0, .35); border-color: rgba(108, 71, 255, .5); }
.abt-team { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.abt-team__card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.abt-team__photo { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: linear-gradient(140deg, var(--primary), var(--accent)); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 24px; margin-bottom: 16px; }
.abt-team__photo .sdt-ic { width: 34px; height: 34px; }
.abt-team__name { font-size: 18px; font-weight: 700; margin: 0 0 2px; }
.abt-team__role { color: var(--primary-600); font-size: 13.5px; font-weight: 600; margin: 0 0 10px; }
.abt-team__bio { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0 0 14px; }
.abt-team__link { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--primary); }
.abt-team__link .sdt-ic { width: 15px; height: 15px; }
.abt-post-shot { min-height: 0; aspect-ratio: 16 / 10; border: 0; border-radius: 0; background: var(--bg-soft); }
@media (max-width: 900px) {
	.abt-why { grid-template-columns: 1fr; }
	.abt-team { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.abt-team { grid-template-columns: 1fr; }
}

/* -------------------------------------------------- EXTENSION PAGE */
.ext-visual { background: linear-gradient(135deg, #e6dcff 0%, #c9b2ff 100%); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 40px); }
.ext-visual__shot { display: grid; place-items: center; min-height: 300px; background: #fff; border: 2px dashed var(--border-strong); border-radius: var(--radius); color: var(--muted-2); font-size: 14px; text-align: center; padding: 20px; }
.ext-what-sec { padding-top: 0; }
.ext-what { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(20px, 4vw, 56px); background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); }
.ext-what__t { font-size: clamp(20px, 2.4vw, 26px); font-weight: 700; margin: 0; }
.ext-what__p { color: var(--muted); font-size: 15.5px; line-height: 1.7; margin: 0; }
.ext-big { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin-bottom: var(--gap); }
.ext-big__card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); }
.ext-big__visual { display: grid; place-items: center; min-height: 220px; margin-bottom: 20px; background: linear-gradient(135deg, #f2edff 0%, #ddd0ff 100%); border-radius: var(--radius); color: var(--primary-700); font-size: 13.5px; font-weight: 600; text-align: center; padding: 16px; }
.ext-big__title { font-size: 20px; font-weight: 700; margin: 0 0 8px; }
.ext-big__text { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }
.ext-video { position: relative; background: linear-gradient(135deg, #14101f 0%, #241a3d 100%); border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 60px); margin-bottom: var(--gap); }
.ext-video__label { color: rgba(255, 255, 255, .55); font-size: 13px; font-weight: 600; margin: 0 0 8px; }
.ext-video__title { color: #fff; font-size: clamp(22px, 3vw, 30px); font-weight: 800; margin: 0 0 18px; }
.ext-video__pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25); border-radius: var(--radius-pill); color: #fff; font-size: 13.5px; font-weight: 600; padding: 9px 16px; }
.ext-video__pill .sdt-ic { width: 15px; height: 15px; }
.ext-cta { background: linear-gradient(180deg, #fff 0%, var(--primary-050) 100%); }
.ext-cta__inner { text-align: center; }
.ext-cta .section-title { margin-bottom: 24px; }
@media (max-width: 900px) {
	.ext-what { grid-template-columns: 1fr; }
	.ext-big { grid-template-columns: 1fr; }
}

/* -------------------------------------------------- PORTFOLIO PAGE */
.pf-hero { padding-bottom: 0; }
.pf-card__media { display: grid; place-items: center; aspect-ratio: 16 / 9; margin: -24px -24px 18px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; border-bottom: 1px solid var(--border); background: var(--bg-soft); color: var(--muted-2); font-size: 13px; font-weight: 600; overflow: hidden; }
.pf-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pf-card__soon, .pf-card__view { margin-top: auto; font-size: 13px; font-weight: 600; color: var(--primary-600); display: inline-flex; align-items: center; gap: 6px; }
.pf-card__soon { color: var(--muted-2); }
.pf-card .feature__link { margin-top: auto; }
.pf-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.pf-card__trigger { all: unset; display: flex; flex-direction: column; width: 100%; height: 100%; cursor: pointer; }
.pf-card__trigger:focus-visible { outline: 2px solid var(--primary); outline-offset: 4px; border-radius: var(--radius-lg); }

/* Larger modal variant for portfolio case studies */
.sdt-modal__panel--lg { width: min(880px, 100%); padding: 0; overflow: hidden; }
.sdt-modal__panel--calendly { width: min(760px, 100%); height: min(760px, 88vh); padding: 0; overflow: hidden; }
.sdt-modal__panel--calendly iframe { display: block; width: 100%; height: 100%; border: 0; }
.pf-modal__grid { display: grid; grid-template-columns: 1fr 1fr; max-height: 86vh; }
.pf-modal__media { background: var(--bg-soft); overflow: hidden; }
.pf-modal__media img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 220px; }
.pf-modal__body { padding: clamp(24px, 3vw, 36px); overflow-y: auto; }
.pf-modal__cat { display: inline-block; margin-bottom: 10px; }
.pf-modal__title { font-size: 24px; font-weight: 800; margin: 0 0 6px; }
.pf-modal__client { color: var(--muted); font-size: 14px; margin: 0 0 16px; }
.pf-modal__desc { color: var(--ink-2); font-size: 15px; line-height: 1.65; margin: 0 0 18px; }
.pf-modal__desc p { margin: 0 0 1em; }
.pf-modal__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
.pf-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 720px) {
	.pf-modal__grid { grid-template-columns: 1fr; }
	.pf-modal__media img { min-height: 180px; }
}

/* Single case-study page */
.pf-single__media { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 32px; }
.pf-single__media img { width: 100%; height: auto; display: block; }
.pf-single__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.pf-single__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; padding-top: 28px; border-top: 1px solid var(--border); }

/* -------------------------------------------------- CONTACT PAGE */
.ct-hero { padding: clamp(80px, 12vw, 150px) 0 clamp(50px, 7vw, 90px); background: #fff; }
.ct-hero__inner { position: relative; text-align: center; max-width: 720px; }
.ct-hero__title { font-size: clamp(32px, 5vw, 52px); font-weight: 800; color: var(--ink); margin: 0 0 16px; }
.ct-hero__sub { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 560px; margin: 0 auto 28px; }
.ct-chip { position: absolute; display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); padding: 8px 14px; font-size: 13px; font-weight: 600; color: var(--ink-2); white-space: nowrap; }
.ct-chip .sdt-ic { width: 15px; height: 15px; color: var(--primary); }
.ct-chip--1 { top: -34px; left: -120px; transform: rotate(-4deg); }
.ct-chip--2 { top: -50px; right: -110px; transform: rotate(3deg); }
.ct-chip--3 { bottom: 30px; left: -150px; transform: rotate(2deg); }
.ct-chip--4 { bottom: 12px; right: -130px; transform: rotate(-3deg); }
.ct-card__icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; background: var(--primary-050); border: 1px solid var(--primary-100); color: var(--primary); margin-bottom: 16px; }
.ct-card__icon .sdt-ic { width: 24px; height: 24px; }
.ct-card .feature__link { margin-top: 12px; display: inline-flex; }
.ct-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.ct-step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.ct-step__num { display: inline-block; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--primary); margin-bottom: 12px; }
.ct-step__title { font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.ct-step__text { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 0; }
.ct-dark { background: #0f0d17; }
.ct-dark__title { color: #fff; }
.ct-dark__lead { color: rgba(255, 255, 255, .6); }
.ct-form { max-width: 680px; margin: 0 auto; display: grid; gap: 16px; }
.ct-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ct-field { display: flex; flex-direction: column; gap: 7px; }
.ct-field__label { font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, .75); }
.ct-field input, .ct-field select, .ct-field textarea {
	width: 100%; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 12px; padding: 13px 16px; font-family: var(--font-body); font-size: 15px; color: #fff;
	transition: border-color .2s, background .2s;
}
.ct-field input::placeholder, .ct-field textarea::placeholder { color: rgba(255, 255, 255, .35); }
.ct-field select { appearance: none; }
.ct-field select option { color: var(--ink); background: #fff; }
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus { outline: none; border-color: var(--primary); background: rgba(255, 255, 255, .08); }
.ct-form__submit { justify-self: center; min-width: 220px; margin-top: 6px; }
.ct-form__hp { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; margin: 0; }
.ct-notice { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 680px; margin: 0 auto 22px; padding: 14px 18px; border-radius: 12px; font-size: 14.5px; font-weight: 600; }
.ct-notice--ok { background: rgba(16, 185, 129, .14); color: #4ade80; border: 1px solid rgba(16, 185, 129, .35); }
.ct-notice--ok .sdt-ic { width: 18px; height: 18px; }
.ct-notice--err { background: rgba(239, 68, 68, .12); color: #f87171; border: 1px solid rgba(239, 68, 68, .35); }
.ct-dark__note { text-align: center; color: rgba(255, 255, 255, .55); font-size: 14.5px; margin: 26px 0 0; }
.ct-dark__note a { color: #fff; font-weight: 600; }
.ct-dark__note a:hover { color: var(--primary-100); }
@media (max-width: 900px) {
	.ct-chip { position: static; transform: none; margin: 4px 4px 14px; }
	.ct-hero__inner { display: flex; flex-direction: column; align-items: center; }
	.ct-hero__title { order: -1; }
	.ct-steps { grid-template-columns: 1fr; }
	.ct-form__row { grid-template-columns: 1fr; }
}

/* -------------------------------------------------- GET A QUOTE PAGE */
.gq { background: var(--bg-soft); padding-block: clamp(56px, 8vw, 110px); }
.gq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }

.gq-intro { max-width: 520px; padding-top: 8px; }
.gq-intro .eyebrow { display: inline-flex; margin-bottom: 18px; }
.gq-intro__title { font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; line-height: 1.08; letter-spacing: -.02em; color: var(--ink); margin: 0 0 18px; }
.gq-intro__lead { font-size: 17px; color: var(--muted); line-height: 1.6; margin: 0 0 28px; }
.gq-benefits { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 16px; }
.gq-benefits li { display: flex; gap: 12px; font-size: 15.5px; color: var(--ink-2); line-height: 1.5; }
.gq-benefits__ic { flex: none; display: grid; place-items: center; width: 24px; height: 24px; margin-top: 1px; border-radius: 50%; background: var(--primary-100); color: var(--primary-700); }
.gq-benefits__ic .sdt-ic { width: 15px; height: 15px; }
.gq-intro__foot { font-size: 15px; color: var(--muted); margin: 0; }
.gq-intro__foot a { color: var(--primary-600); font-weight: 600; }
.gq-intro__foot a:hover { text-decoration: underline; }

.gq-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(24px, 3vw, 38px); }
.gq-card__head { margin-bottom: 22px; }
.gq-card__title { font-size: 22px; font-weight: 700; color: var(--ink); margin: 0 0 4px; }
.gq-card__sub { font-size: 14.5px; color: var(--muted); margin: 0; }

.gq-form { display: grid; gap: 18px; }
.gq-form__hp { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; margin: 0; }
.gq-field { display: flex; flex-direction: column; gap: 7px; }
.gq-field__label { font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.gq-field__req { color: var(--primary); }
.gq-field__opt { color: var(--muted-2); font-weight: 500; }

.gq-input, .gq-select {
	width: 100%; font: inherit; font-size: 15px; color: var(--ink); background: #fff;
	border: 1px solid var(--border-strong); border-radius: 12px; padding: 12px 14px;
	transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.gq-input::placeholder { color: var(--muted-2); }
.gq-select {
	appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 40px;
	background-repeat: no-repeat; background-position: right 14px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238a8a9a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}
.gq-select:invalid { color: var(--muted-2); }
.gq-input:focus, .gq-select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-100); }

.gq-desc { margin: -6px 0 0; }
.gq-desc__summary {
	cursor: pointer; list-style: none; display: flex; align-items: center; gap: 6px;
	font-size: 13.5px; font-weight: 600; color: var(--primary-600);
}
.gq-desc__summary::-webkit-details-marker { display: none; }
.gq-desc__summary::before { content: '+'; font-weight: 700; }
.gq-desc[open] .gq-desc__summary::before { content: '\2212'; }
.gq-desc__textarea { margin-top: 10px; min-height: 100px; resize: vertical; font-family: inherit; line-height: 1.5; }

.gq-form__submit { justify-self: start; min-width: 170px; margin-top: 6px; }
.gq-form__req { font-size: 13px; font-style: italic; color: var(--muted); margin: 0; }
.gq-form__note { font-size: 12.5px; color: var(--muted-2); line-height: 1.5; margin: -6px 0 0; }
.gq-form__note a { color: var(--primary-600); text-decoration: underline; }

.gq-notice { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; padding: 12px 16px; border-radius: 12px; font-size: 14px; font-weight: 600; }
.gq-notice .sdt-ic { width: 18px; height: 18px; flex: none; }
.gq-notice--ok { background: rgba(16, 185, 129, .12); color: #0f8a63; border: 1px solid rgba(16, 185, 129, .3); }
.gq-notice--err { background: rgba(239, 68, 68, .1); color: #c0392b; border: 1px solid rgba(239, 68, 68, .3); }

@media (max-width: 860px) {
	.gq__grid { grid-template-columns: 1fr; }
	.gq-intro { max-width: none; }
}
.tier-opt { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 10px; border: 1px solid var(--border); border-radius: 10px; font-size: 13px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: border-color .15s, background .15s; }
.tier-opt input { accent-color: var(--primary); margin: 0; }
.tier-opt:has(input:checked) { border-color: var(--primary); background: var(--primary-050); color: var(--ink); }
.card-addon { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px dashed var(--border); border-radius: 10px; font-size: 13px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: border-color .15s, background .15s; }
.card-addon input { accent-color: var(--primary); margin: 0; }
.card-addon:has(input:checked) { border-color: var(--primary); border-style: solid; background: var(--primary-050); color: var(--ink); }
.card-addon span { margin-left: auto; color: var(--primary-700); font-weight: 700; }
.addons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.addon { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 9px 16px; font-size: 13.5px; color: var(--ink-2); font-weight: 500; }
.addon b { color: var(--primary-700); font-weight: 700; }
.price-note { margin-top: clamp(28px, 4vw, 40px); text-align: center; font-size: 14.5px; color: var(--ink-2); background: var(--primary-050); border: 1px solid var(--primary-100); border-radius: var(--radius); padding: 16px 20px; }

/* Outlet-type badge on grid cards (authority page) */
.uc-card__badge { margin-left: auto; flex: none; align-self: flex-start; font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--primary-700); background: var(--primary-050); border: 1px solid var(--primary-100); padding: 3px 9px; border-radius: var(--radius-pill); }

/* Why choose us */
.ai-why__top { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: center; margin-bottom: clamp(40px, 6vw, 64px); }
.ai-why__body .section-title { text-align: left; }
.ai-why__body .btn { margin-top: 22px; }
.ai-models {
	position: relative; overflow: hidden;
	background:
		radial-gradient(85% 65% at 12% -15%, rgba(108, 71, 255, .38), transparent 60%),
		var(--bg-soft);
	border: 1px solid var(--primary-100); border-radius: var(--radius-lg); padding: 32px;
}
.ai-models::before {
	content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background-image:
		linear-gradient(to right, rgba(108, 71, 255, .1) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(108, 71, 255, .1) 1px, transparent 1px);
	background-size: 32px 32px;
	mask-image: radial-gradient(90% 80% at 15% 0%, #000 40%, transparent 90%);
	-webkit-mask-image: radial-gradient(90% 80% at 15% 0%, #000 40%, transparent 90%);
}
.ai-models__label, .ai-models__row, .ai-models__note { position: relative; z-index: 1; }
.ai-models__label { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--primary-600); }
.ai-models__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0; }
.ai-model {
	position: relative; display: flex; align-items: center; justify-content: center; gap: 8px;
	background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 16px 10px;
	box-shadow: var(--shadow-sm); text-decoration: none; color: inherit;
	transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.ai-model img { height: 22px; width: auto; max-width: 100%; }
.ai-model:hover, .ai-model:focus-visible { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--primary-100); }
.ai-model--active { border-color: var(--primary); box-shadow: 0 10px 26px -10px var(--ring); }
.ai-model--active:hover { box-shadow: 0 14px 30px -10px var(--ring); }
.ai-model__arrow {
	position: absolute; right: -12px; bottom: -14px; z-index: 2; width: 30px; height: 30px;
	background: var(--primary); border-radius: 8px; transform: rotate(45deg);
	box-shadow: 0 10px 20px -8px var(--ring);
}
.ai-model__arrow::after {
	content: ''; position: absolute; inset: 0; margin: auto; width: 0; height: 0;
	border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent #fff;
	transform: translate(-1px) rotate(-45deg);
}
.ai-models__note { color: var(--muted); font-size: 15px; margin: 0; }
.ai-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.ai-mini { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px; }
.ai-mini__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: #fff; border: 1px solid var(--border); color: var(--primary); margin-bottom: 14px; }
.ai-mini__title { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.ai-mini__text { color: var(--muted); font-size: 15px; margin: 0; }

/* How we build Ã¢â‚¬â€ photo mockup + numbered steps */
.ai-build { background: linear-gradient(180deg, var(--bg-soft), #fff); }
.ai-build--process { background: linear-gradient(180deg, #f3f3f5 0%, #f2f4f5 100%); }
.ai-build__top { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }

.bm { position: relative; }
.bm__photo {border-radius: var(--radius-lg);overflow: hidden;}
.bm__photo img { width: 100%; height: auto; display: block; }
.bm__pill {
	position: absolute; top: 9%; left: 6%; z-index: 2;
	display: inline-flex; align-items: center; gap: 8px;
	background: linear-gradient(180deg, var(--primary), var(--primary-600));
	color: #fff; font-weight: 700; font-size: 15px;
	padding: 13px 20px; border-radius: var(--radius-pill);
	box-shadow: 0 12px 26px -10px var(--ring);
}
.bm__pill .sdt-ic { width: 18px; height: 18px; }
.bm__card {
	position: absolute; top: 27%; left: 6%; z-index: 1; width: 62%;
	background: #fff; border: 1px solid var(--border); border-radius: 16px;
	box-shadow: var(--shadow-lg); padding: 8px;
}
.bm__row { display: flex; align-items: center; gap: 10px; padding: 12px 10px; border-radius: 10px; font-weight: 600; font-size: 14.5px; color: var(--ink-2); }
.bm__row .sdt-ic { width: 18px; height: 18px; color: var(--muted-2); }
.bm__row--main { background: var(--bg-soft); color: var(--ink); }
.bm__row--main .sdt-ic { color: var(--ink); }
.bm__arrow {
	position: absolute; right: -14px; bottom: -16px; width: 34px; height: 34px;
	background: var(--primary); border-radius: 9px; transform: rotate(45deg);
	box-shadow: 0 10px 20px -8px var(--ring);
}
.bm__arrow::after {
	content: ''; position: absolute; inset: 0; margin: auto; width: 0; height: 0;
	border-style: solid; border-width: 6px 0 6px 9px; border-color: transparent transparent transparent #fff;
	transform: translate(-1px) rotate(-45deg);
}
.bm__chip {
	position: absolute; right: 7%; bottom: 6%; z-index: 2;
	display: grid; place-items: center; width: 78px; height: 78px;
	background: rgba(13, 13, 21, .78); color: #fff; border-radius: 18px;
	font-family: var(--font-display); font-weight: 700; font-size: 15px;
	border: 2px solid #fff; box-shadow: var(--shadow-lg);
}

.ai-build__body .section-title { text-align: left; }
.ai-build__steps { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.ai-build__cta { margin-top: 40px; }
.ai-build__step { display: flex; align-items: flex-start; gap: 16px; }
.ai-build__step-n {
	flex: none; display: grid; place-items: center; width: 34px; height: 34px;
	border-radius: 50%; border: 1.5px solid var(--border-strong); color: var(--ink-2);
	font-family: var(--font-display); font-weight: 700; font-size: 14px;
}
.ai-build__step-text { color: var(--muted); font-size: 15.5px; line-height: 1.6; margin: 0; padding-top: 4px; }
.ai-build__step-text strong { color: var(--ink); font-weight: 700; }

.ai-2box { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin-top: clamp(36px, 5vw, 52px); }
.ai-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; text-align: center; }
.ai-box--alt { background: var(--primary-050); border-color: var(--primary-100); }
.ai-box h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.ai-box p { color: var(--muted); margin-bottom: 18px; }

/* Trusted by */
.ai-tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 8px; }

@media (max-width: 900px) {
	.uc-grid, .ai-why__grid, .ai-tgrid { grid-template-columns: repeat(2, 1fr); }
	.price-grid, .tf-pricing-hero .price-grid { grid-template-columns: repeat(2, 1fr); }
	.ai-why__top, .ai-build__top, .ai-2box { grid-template-columns: 1fr; }
	.bm { max-width: 420px; margin: 0 auto; }
	.est { flex-direction: column; align-items: stretch; padding: 20px; }
	.est__panel, .est__output { width: 100%; margin-left: 0; }
	.est__output { margin-top: -20px; }
}
@media (max-width: 600px) {
	.uc-grid, .ai-why__grid, .ai-tgrid, .price-grid, .tf-pricing-hero .price-grid { grid-template-columns: 1fr; }
	.ai-outcome { position: static; width: auto; margin-top: 16px; }
}

/* =====================================================================
   PREMIUM POLISH Ã¢â‚¬â€ glass surfaces, soft backdrops, refined motion
   Global layer, loaded last so it refines the component rules above.
   Applied theme-wide (every template) via shared component classes.
   ===================================================================== */

:root {
	--glass-border: rgba(255, 255, 255, .66);
	--shadow-glass: 0 12px 34px -16px rgba(40, 22, 110, .24), 0 3px 10px -6px rgba(40, 22, 110, .12);
	--shadow-glass-lg: 0 34px 66px -22px rgba(40, 22, 110, .36), 0 6px 16px -8px rgba(40, 22, 110, .16);
	--ease-soft: cubic-bezier(.16, .84, .44, 1);
}

/* ---- Soft gradient backdrops so glass panels read as glass ---- */
.testimonials,
.svc-proof,
.svc-who,
.ai-uc,
.ai-build {
	background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
}

/* ---- Premium cards (shared across all pages) ----
   Near-opaque so text never bleeds through, and NO per-card backdrop-filter
   (blur is GPU-costly at scale and would jank scrolling with many cards).
   The refined gradient + ring border + soft shadow give the frosted look
   cheaply. Real blur is reserved for the overlay surfaces below. */
.svc-card:not(.svc-card--lead),
.price-card:not(.price-card--featured),
.uc-card,
.tcard,
.work-card,
.ai-mini,
.svc-step,
.ct-step,
.abt-team__card,
.post-card,
.gq-card,
.ext-big__card,
.svc-who-item,
.faq-item {
	background: linear-gradient(180deg, #ffffff 0%, #f9f8ff 100%);
	border: 1px solid var(--glass-border);
	box-shadow: var(--shadow-glass), inset 0 1px 0 rgba(255, 255, 255, .7);
	transition: transform .28s var(--ease-soft), box-shadow .28s var(--ease-soft), border-color .28s var(--ease-soft);
}

/* ---- Interactive hover: gentle lift + shadow bloom + accent ring ---- */
.svc-card:not(.svc-card--lead):hover,
.price-card:not(.price-card--featured):hover,
.uc-card:hover,
.tcard:hover,
.work-card:hover,
.ai-mini:hover,
.svc-step:hover,
.ct-step:hover,
.abt-team__card:hover,
.post-card:hover,
.ext-big__card:hover,
.svc-who-item:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-glass-lg), inset 0 1px 0 rgba(255, 255, 255, .8);
	border-color: rgba(108, 71, 255, .38);
}

/* Featured / lead cards: richer premium glow (kept distinct) */
.svc-card--lead { box-shadow: 0 30px 60px -30px var(--ring), inset 0 1px 0 rgba(255, 255, 255, .7); }
.price-card--featured { box-shadow: 0 24px 48px -22px var(--ring), inset 0 1px 0 rgba(255, 255, 255, .7); }

/* ---- Nav overlays: solid & fully readable (no blur Ã¢â‚¬â€ content must not
   show through a menu, and blurring behind an opaque panel is wasted work).
   The sticky header keeps its single-element frosted glass. ---- */
.mega {
	background: #ffffff;
	box-shadow: var(--shadow-glass-lg);
}
.mobile-nav {
	background: #ffffff;
}

/* ---- Micro-interactions on interactive chrome ---- */
.btn { transition: transform .2s var(--ease-soft), box-shadow .2s var(--ease-soft), background .2s var(--ease-soft), color .2s var(--ease-soft), border-color .2s var(--ease-soft); }
.btn:active { transform: translateY(1px) scale(.985); }
.pill, .svc-chip, .tf-badge, .ct-chip { transition: transform .2s var(--ease-soft), box-shadow .2s var(--ease-soft), border-color .2s var(--ease-soft); }
.pill:hover, .svc-chip:hover, .tf-badge:hover { transform: translateY(-2px); border-color: var(--primary); box-shadow: var(--shadow-sm); }

/* Soft glow accent behind the Get-a-Quote hero (premium band) */
.gq { position: relative; overflow: hidden; }
.gq::before {
	content: ""; position: absolute; z-index: 0; inset: -20% -10% auto auto;
	width: 520px; height: 520px; pointer-events: none;
	background: radial-gradient(closest-side, rgba(108, 71, 255, .16), transparent 70%);
	filter: blur(20px);
	animation: gq-glow 24s ease-in-out infinite alternate;
}
.gq__grid { position: relative; z-index: 1; }
@keyframes gq-glow {
	from { transform: translate3d(4%, -2%, 0) scale(1); }
	to { transform: translate3d(-4%, 4%, 0) scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
	.gq::before { animation: none; }
	.svc-card:hover, .price-card:hover, .uc-card:hover, .tcard:hover,
	.work-card:hover, .ai-mini:hover, .svc-step:hover, .ct-step:hover,
	.abt-team__card:hover, .post-card:hover, .ext-big__card:hover,
	.svc-who-item:hover { transform: none; }
}