/* Tokens */
:root {
	--c-purple: #7c3aed;
	--c-purple-600: #8b5cf6;
	--c-purple-500: #a855f7;
	--c-purple-700: #6d28d9;
	--c-purple-soft: #f1f0f6;
	--c-magenta: #d946ef;
	--c-pink: #e879f9;
	--c-indigo: #6366f1;

	--c-ink: #2e2c36;
	--c-ink-2: #1b1430;
	--c-text: #4c5067;
	--c-muted: #8a8ea3;
	--c-white: #ffffff;
	--c-wa: #22c35e;
	--c-wa-dark: #1aa84f;

	--c-paper: #f6f5fb;
	--c-paper-2: #efedf8;
	--dark-bg: #08060f;
	--line: rgba(20, 12, 40, .08);

	--grad-text: linear-gradient(100deg, #6d28d9 0%, #7c3aed 100%);
	--grad-btn: linear-gradient(135deg, #a855f7 0%, #6d28d9 100%);
	--grad-glow: linear-gradient(90deg, #8b5cf6, #7c3aed, #6366f1);

	--glass-bg: rgba(255, 255, 255, .62);
	--glass-border: rgba(255, 255, 255, .7);

	--sh-sm: 0 1px 2px rgba(20, 12, 48, .04), 0 3px 10px rgba(20, 12, 48, .05);
	--sh-md: 0 4px 14px rgba(20, 12, 48, .06), 0 16px 40px rgba(20, 12, 48, .09);
	--sh-lg: 0 8px 24px rgba(20, 12, 48, .08), 0 32px 72px rgba(20, 12, 48, .14);
	--sh-purple: 0 12px 30px rgba(124, 58, 237, .32);

	--font-display: "Sora", system-ui, sans-serif;
	--font-body: "Inter", system-ui, sans-serif;

	--container: 1260px;
	--gutter: clamp(20px, 4vw, 52px);
	--page-pad: clamp(24px, 4.5vw, 38px);
	--radius: 22px;
	--radius-lg: 30px;
	--radius-sm: 14px;
	--ease: cubic-bezier(.22, .61, .36, 1);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.65;
	color: var(--c-text);
	background: var(--c-white);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	position: relative;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--c-ink); line-height: 1.1; font-weight: 700; letter-spacing: -.02em; }
strong { font-weight: 700; color: var(--c-ink-2); }
:focus-visible { outline: 3px solid rgba(124, 58, 237, .55); outline-offset: 3px; 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: 16px; z-index: 999; background: var(--c-ink); color: #fff;
	padding: 10px 18px; border-radius: 10px; transition: top .25s;
}
.skip-link:focus { top: 16px; }
body.nav-open { overflow: hidden; }

/* Film grain */
body::after {
	content: ""; position: fixed; inset: 0; z-index: 9990; pointer-events: none; opacity: .05;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Preloader */
.splash {
	position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center;
	background: radial-gradient(circle at 50% 42%, #101015 0%, #050506 72%);
	transition: opacity .5s ease, transform .62s cubic-bezier(.76, 0, .24, 1), visibility .62s;
}
html.is-loading .splash { display: flex; animation: splashFailsafe .4s ease 2.4s forwards; }
.splash.is-done { opacity: 0; visibility: hidden; transform: translateY(-100%); }
@keyframes splashFailsafe { to { opacity: 0; visibility: hidden; } }
.splash::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .42; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='sg'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23sg)'/%3E%3C/svg%3E"); }
.splash__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.splash__brand { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: #fff; letter-spacing: -.03em; }
.splash__brand .brand__lt, .splash__brand .brand__gt { color: var(--c-purple-500); }
.splash__brand .brand__sl { color: var(--c-magenta); }
.splash__pct {
	font-family: var(--font-display); font-weight: 800; line-height: .9;
	font-size: clamp(5rem, 19vw, 12rem); letter-spacing: -.05em; display: flex; align-items: flex-start;
}
.splash__pct-num { background: linear-gradient(180deg, #ffffff 0%, #9b96ad 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.splash__pct-sign { font-size: .42em; font-weight: 700; color: var(--c-purple-500); margin-top: .16em; margin-left: .06em; }
.splash__line { font-family: var(--font-display); font-weight: 500; font-size: .95rem; letter-spacing: .02em; color: rgba(255, 255, 255, .68); min-height: 1.3em; text-align: center; }

/* Layout */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--page-pad); }
.container--narrow { max-width: 760px; }
.section { position: relative; padding: clamp(72px, 9vw, 130px) 0; }
.section__head { max-width: 720px; margin: 0 auto clamp(44px, 5vw, 68px); text-align: center; }
.section__title { font-size: clamp(2rem, 4.6vw, 3.25rem); font-weight: 800; line-height: 1.08; text-wrap: balance; }
.section__sub { margin-top: 18px; font-size: 1.08rem; line-height: 1.6; color: var(--c-text); max-width: 580px; margin-left: auto; margin-right: auto; }

.grad-text {
	background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: transparent;
}

/* Section label (divider + text) */
.eyebrow {
	display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px 7px 11px; border-radius: 999px;
	background: rgba(168, 85, 247, .09); border: 1px solid rgba(168, 85, 247, .22); font-family: var(--font-display); font-weight: 600;
	font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--c-purple); margin-bottom: 22px;
}
.eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--grad-btn); box-shadow: 0 0 0 4px rgba(124, 58, 237, .12); position: relative; flex-shrink: 0; }
.eyebrow__dot::after { display: none; }
.section__head .eyebrow { justify-content: center; }
.is-dark .eyebrow { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); color: #d6c6fb; }
.is-dark .eyebrow__dot { background: linear-gradient(135deg, #e9d5ff, #c084fc); }

/* Dark context */
.is-dark { color: rgba(255, 255, 255, .78); }
.is-dark h1, .is-dark h2, .is-dark h3, .is-dark h4 { color: #fff; }
.is-dark .section__sub { color: rgba(255, 255, 255, .68); }
.is-dark .micro { color: rgba(255, 255, 255, .55); }

.pill {
	display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 999px;
	background: var(--glass-bg); border: 1px solid var(--glass-border); box-shadow: var(--sh-sm);
	-webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
	font-size: .85rem; font-weight: 600; color: var(--c-ink-2);
}
.is-dark .pill { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .9); }
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-purple-500); box-shadow: 0 0 0 4px rgba(168, 85, 247, .18); }

.micro { margin-top: 16px; font-size: .82rem; color: var(--c-muted); display: inline-flex; align-items: center; flex-wrap: wrap; gap: 0; }
.sep { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .45; margin: 0 10px; flex-shrink: 0; }

/* Glass + aurora */
.glass {
	background: var(--glass-bg); border: 1px solid var(--glass-border);
	-webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%);
	box-shadow: var(--sh-md);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.glass { background: rgba(255, 255, 255, .94); }
}

.aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.aurora__blob { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .5; will-change: transform; }
.aurora__blob--1 { width: 46vw; height: 46vw; max-width: 620px; max-height: 620px; left: -8%; top: -14%; background: radial-gradient(circle, rgba(196, 181, 253, .9), transparent 70%); animation: drift1 18s ease-in-out infinite; }
.aurora__blob--2 { width: 40vw; height: 40vw; max-width: 540px; max-height: 540px; right: -6%; top: 4%; background: radial-gradient(circle, rgba(167, 139, 250, .85), transparent 70%); animation: drift2 22s ease-in-out infinite; }
.aurora__blob--3 { width: 34vw; height: 34vw; max-width: 460px; max-height: 460px; left: 30%; bottom: -18%; background: radial-gradient(circle, rgba(240, 171, 252, .8), transparent 70%); animation: drift3 26s ease-in-out infinite; }

@keyframes drift1 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(40px, 30px) scale(1.08); } }
@keyframes drift2 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-36px, 26px) scale(1.1); } }
@keyframes drift3 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(20px, -34px) scale(1.06); } }

/* Reveal */
.no-js .reveal { opacity: 1; transform: none; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .09s; }
.reveal[data-delay="2"] { transition-delay: .18s; }
.reveal[data-delay="3"] { transition-delay: .27s; }

/* Buttons */
.btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	font-family: var(--font-display); font-weight: 600; font-size: 1rem; letter-spacing: -.01em;
	padding: 13px 24px; border-radius: 14px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform .25s var(--ease), filter .25s var(--ease); }
.btn:not(.btn--wa-full) svg { order: 2; }

@property --gx-angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes gxSpin { to { --gx-angle: 360deg; } }

.btn--primary {
	color: #fff; background: linear-gradient(135deg, #a855f7 0%, #7c3aed 50%, #6d28d9 100%);
	border: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 0 10px 26px rgba(124, 58, 237, .42), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn--primary svg { color: #fff; }
.btn--primary::before {
	content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; padding: 1.4px;
	background: conic-gradient(from var(--gx-angle), transparent 0deg, rgba(217, 70, 239, 0) 55deg, #d946ef 110deg, #a855f7 150deg, #38bdf8 195deg, rgba(56, 189, 248, 0) 250deg, transparent 360deg);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor; mask-composite: exclude;
	opacity: .85; animation: gxSpin 6.5s linear infinite;
}
.btn--primary::after {
	content: ""; position: absolute; left: 12%; right: 12%; bottom: -3px; height: 52%; border-radius: 14px;
	background: var(--grad-glow); filter: blur(13px); opacity: .55; z-index: -2; transition: opacity .35s, left .35s, right .35s;
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(124, 58, 237, .5), inset 0 1px 0 rgba(255, 255, 255, .32); }
.btn--primary:hover::before { opacity: 1; animation-duration: 2.6s; }
.btn--primary:hover svg { transform: translateX(5px); filter: drop-shadow(0 0 6px rgba(232, 121, 249, .9)); }
.btn--primary:hover::after { opacity: .9; left: 4%; right: 4%; }

.btn--ghost { background: var(--c-white); color: var(--c-ink); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.btn--ghost:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.is-dark .btn--ghost { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .18); }

.btn--lg { padding: 15px 28px; font-size: 1.06rem; }
.btn--sm { padding: 10px 18px; font-size: .92rem; }
.btn--block { width: 100%; }
.btn--wa-full { background: var(--c-wa); color: #fff; box-shadow: 0 8px 22px rgba(34, 195, 94, .3); }
.btn--wa-full:hover { transform: translateY(-2px); background: var(--c-wa-dark); }
.btn--wa-full svg { display: block; width: 20px; height: 20px; }

.btn-wa {
	display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 13px;
	background: var(--c-wa); color: #fff; box-shadow: 0 8px 20px rgba(34, 195, 94, .32);
	transition: transform .25s var(--ease), background .25s;
}
.btn-wa svg { width: 24px; height: 24px; }
.btn-wa:hover { transform: translateY(-2px) scale(1.04); background: var(--c-wa-dark); }

/* Brand */
.brand { display: inline-flex; align-items: center; }
.brand__pic { position: relative; display: inline-flex; width: 36px; height: 36px; margin-right: 11px; flex-shrink: 0; }
.brand__face { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; background: linear-gradient(160deg, #2e2358, #14102a); border: 2px solid rgba(255, 255, 255, .24); display: block; }
.brand__avatar { width: 100%; height: auto; display: block; transform: scale(2.7); transform-origin: 50% 14%; }
.site-header.is-scrolled .brand__face { border-color: rgba(20, 12, 40, .16); }
.brand__pic::before {
	content: ""; position: absolute; inset: -2px; border-radius: 50%; padding: 2px;
	background: conic-gradient(from var(--gx-angle), transparent 0deg, rgba(217, 70, 239, 0) 55deg, #d946ef 110deg, #a855f7 150deg, #38bdf8 195deg, rgba(56, 189, 248, 0) 250deg, transparent 360deg);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor; mask-composite: exclude;
	opacity: 0; transition: opacity .3s var(--ease);
}
.brand:hover .brand__pic::before { opacity: 1; animation: gxSpin 2.6s linear infinite; }
.brand__text { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--c-ink); letter-spacing: -.03em; display: inline-flex; align-items: center; }
.brand__code { font-weight: 800; margin-left: 3px; display: inline-flex; }
.brand__lt, .brand__gt { color: var(--c-purple-500); }
.brand__sl { color: var(--c-magenta); margin: 0 -1px; }
.brand img { max-height: 44px; width: auto; }

/* Header (full-width) */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; padding: 22px 0; transition: padding .3s var(--ease), background .3s, box-shadow .3s, border-color .3s; border-bottom: 1px solid transparent; }
.site-header.is-stuck { position: fixed; animation: headerDrop .45s var(--ease); }
@keyframes headerDrop { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.site-header.is-scrolled {
	padding: 12px 0;
	background: rgba(255, 255, 255, .82); border-bottom-color: rgba(20, 12, 40, .08);
	box-shadow: 0 6px 26px rgba(16, 12, 40, .08);
	-webkit-backdrop-filter: blur(12px) saturate(140%); backdrop-filter: blur(12px) saturate(140%);
}
.site-header__inner { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--page-pad); box-sizing: border-box; display: flex; align-items: center; gap: 16px; }
.site-header .brand { margin-right: auto; }
.site-header .brand__text { color: #fff; }

.site-nav .menu { display: flex; align-items: center; gap: 6px; }
.site-nav .menu a { position: relative; display: inline-block; padding: 8px 14px; font-weight: 600; font-size: .95rem; color: rgba(255, 255, 255, .78); transition: color .2s; }
.site-nav .menu a::before {
	content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 11px;
	background:
		radial-gradient(120% 140% at 28% 18%, rgba(168, 85, 247, .34), transparent 60%),
		radial-gradient(120% 140% at 78% 86%, rgba(56, 189, 248, .24), transparent 62%),
		radial-gradient(2px 2px at 30% 35%, rgba(255, 255, 255, .9), transparent 60%),
		radial-gradient(1.5px 1.5px at 72% 28%, rgba(255, 255, 255, .7), transparent 60%),
		radial-gradient(1.5px 1.5px at 58% 74%, rgba(255, 255, 255, .6), transparent 60%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), 0 8px 20px rgba(124, 58, 237, .26);
	opacity: 0; transform: scale(.82); transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.site-nav .menu a::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 2px; border-radius: 2px; background: var(--grad-glow); transform: scaleX(0); transform-origin: center; transition: transform .25s var(--ease); }
.site-nav .menu a:hover, .site-nav .menu .current-menu-item > a { color: #fff; }
.site-nav .menu a:hover::before, .site-nav .menu .current-menu-item > a::before { opacity: 1; transform: scale(1); }
.site-nav .menu a:hover::after, .site-nav .menu .current-menu-item > a::after { transform: scaleX(1); }

.site-header.is-scrolled .brand__text { color: var(--c-ink); }
.site-header.is-scrolled .site-nav .menu a { color: var(--c-ink-2); }
.site-header.is-scrolled .site-nav .menu a:hover, .site-header.is-scrolled .site-nav .menu .current-menu-item > a { color: var(--c-purple); }
.site-header.is-scrolled .nav-toggle { background: var(--c-paper-2); border-color: transparent; }
.site-header.is-scrolled .nav-toggle span { background: var(--c-ink); }

.site-header__actions { display: flex; align-items: center; gap: 10px; }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .16); }
.nav-toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: #fff; transition: transform .3s var(--ease), 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 */
.mobile-nav { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.mobile-nav.is-open { visibility: visible; }
.mobile-nav__backdrop { position: absolute; inset: 0; background: rgba(8, 6, 18, .55); opacity: 0; transition: opacity .35s; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.mobile-nav.is-open .mobile-nav__backdrop { opacity: 1; }
.mobile-nav__panel {
	position: absolute; top: 0; right: 0; height: 100%; width: min(380px, 88vw);
	background: linear-gradient(160deg, #ffffff 0%, #f3f1fb 100%);
	box-shadow: -20px 0 60px rgba(16, 12, 40, .2); padding: 24px 26px 32px;
	display: flex; flex-direction: column; transform: translateX(100%); transition: transform .4s var(--ease);
	overflow-y: auto;
}
.mobile-nav.is-open .mobile-nav__panel { transform: translateX(0); }
.mobile-nav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.mobile-nav__close { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--c-paper-2); color: var(--c-ink); }
.mobile-nav__close svg { width: 22px; height: 22px; }
.mobile-nav__links .m-menu { display: flex; flex-direction: column; gap: 2px; }
.mobile-nav__links a {
	display: block; padding: 14px 4px; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
	color: var(--c-ink); border-bottom: 1px solid var(--line);
	opacity: 0; transform: translateX(20px); transition: opacity .4s, transform .4s, color .2s;
}
.mobile-nav.is-open .mobile-nav__links a { opacity: 1; transform: none; }
.mobile-nav.is-open .mobile-nav__links li:nth-child(1) a { transition-delay: .12s; }
.mobile-nav.is-open .mobile-nav__links li:nth-child(2) a { transition-delay: .17s; }
.mobile-nav.is-open .mobile-nav__links li:nth-child(3) a { transition-delay: .22s; }
.mobile-nav.is-open .mobile-nav__links li:nth-child(4) a { transition-delay: .27s; }
.mobile-nav.is-open .mobile-nav__links li:nth-child(5) a { transition-delay: .32s; }
.mobile-nav.is-open .mobile-nav__links li:nth-child(6) a { transition-delay: .37s; }
.mobile-nav__links a:hover { color: var(--c-purple); }
.mobile-nav__cta { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.mobile-nav__meta { margin-top: 22px; display: flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 600; color: var(--c-ink-2); }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--c-wa); position: relative; flex-shrink: 0; }
.pulse::before { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid var(--c-wa); opacity: .5; animation: pulse 2s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.6); opacity: .6; } 100% { transform: scale(1.8); opacity: 0; } }

/* Hero (full-width: title left, paragraph right, cutout bottom-center) */
.hero {
	position: relative; overflow: hidden; min-height: 100vh; display: flex;
	padding-top: clamp(104px, 11vw, 150px);
	background: linear-gradient(180deg, #08060f 0%, #0c0a1c 55%, #0a0716 100%);
}
.hero__bg {
	position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background:
		radial-gradient(52% 58% at 18% 112%, rgba(56, 189, 248, .42), transparent 60%),
		radial-gradient(52% 58% at 82% 112%, rgba(244, 114, 182, .44), transparent 60%),
		radial-gradient(44% 54% at 36% 118%, rgba(99, 102, 241, .38), transparent 62%),
		radial-gradient(44% 54% at 64% 118%, rgba(236, 72, 153, .3), transparent 62%),
		radial-gradient(92% 98% at 50% 126%, transparent 44%, rgba(216, 180, 254, .55) 54%, rgba(168, 85, 247, .25) 62%, transparent 80%),
		radial-gradient(170% 144% at 50% 140%, rgba(168, 85, 247, .5) 0%, rgba(124, 58, 237, .4) 20%, rgba(91, 33, 182, .2) 42%, transparent 74%),
		radial-gradient(74% 68% at 50% 122%, rgba(217, 70, 239, .26), transparent 60%);
}
.hero::after {
	content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .22;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='hn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23hn)'/%3E%3C/svg%3E");
}
.hero__lines {
	position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
	background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0px, rgba(255, 255, 255, .05) 1px, transparent 1px, transparent 9px);
	-webkit-mask-image: radial-gradient(132% 102% at 50% 130%, #000 36%, transparent 84%);
	mask-image: radial-gradient(132% 102% at 50% 130%, #000 36%, transparent 84%);
}
.hero__halo { position: absolute; left: 50%; bottom: -34%; width: 96%; height: 94%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(168, 85, 247, .42), transparent 70%); filter: blur(56px); z-index: 0; pointer-events: none; will-change: transform; }
.hero__aura { position: absolute; left: 50%; bottom: -22%; width: 80%; height: 76%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(217, 70, 239, .26), transparent 70%); filter: blur(60px); z-index: 0; pointer-events: none; animation: auraPulse 7s ease-in-out infinite; }
.hero__aura--2 { background: radial-gradient(closest-side, rgba(56, 189, 248, .2), transparent 70%); width: 68%; animation: auraPulse2 9s ease-in-out infinite; }
@keyframes auraPulse { 0%, 100% { opacity: .55; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.14); } }
@keyframes auraPulse2 { 0%, 100% { opacity: .5; transform: translateX(-56%) scale(1); } 50% { opacity: .9; transform: translateX(-44%) scale(1.12); } }
.hero__sparks { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.spark { position: absolute; bottom: -12px; width: 6px; height: 6px; border-radius: 50%; background: var(--c-purple-500); box-shadow: 0 0 10px var(--c-purple-500); opacity: 0; animation: rise linear infinite; }
.spark:nth-child(1) { left: 12%; animation-duration: 10s; animation-delay: 0s; }
.spark:nth-child(2) { left: 32%; animation-duration: 13s; animation-delay: 2.4s; background: var(--c-pink); box-shadow: 0 0 10px var(--c-pink); }
.spark:nth-child(3) { left: 54%; animation-duration: 9s; animation-delay: 1.2s; background: #38bdf8; box-shadow: 0 0 10px #38bdf8; }
.spark:nth-child(4) { left: 73%; animation-duration: 12s; animation-delay: 3.2s; background: var(--c-indigo); box-shadow: 0 0 10px var(--c-indigo); }
.spark:nth-child(5) { left: 88%; animation-duration: 11s; animation-delay: .8s; }
@keyframes rise { 0% { transform: translateY(0); opacity: 0; } 12% { opacity: .85; } 88% { opacity: .35; } 100% { transform: translateY(-88vh); opacity: 0; } }

.hero__wrap { position: relative; z-index: 3; width: 100%; max-width: var(--container); margin-inline: auto; padding: 0 var(--page-pad); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(24px, 4vw, 60px); align-items: center; }
.hero__col--left { display: flex; flex-direction: column; align-items: flex-start; animation: heroRise .85s var(--ease) both; }
.hero .pill { margin-bottom: 22px; }
.hero__title { font-size: clamp(2.4rem, 5vw, 4.05rem); font-weight: 700; line-height: 1.04; letter-spacing: -.02em; max-width: 15ch; text-wrap: balance; margin: 0; }
.hero__lede { font-size: 1.07rem; line-height: 1.6; color: rgba(255, 255, 255, .78); max-width: 50ch; margin-top: 20px; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.hero__col--left .micro { margin-top: 22px; color: rgba(255, 255, 255, .5); }

.hero__proof { display: flex; flex-direction: column; gap: 11px; margin-top: 30px; }
.hero__rating { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; transition: transform .25s var(--ease); }
.hero__rating:hover { transform: translateY(-2px); }
.hero__stars { display: inline-flex; gap: 3px; color: #fbbf24; }
.hero__stars svg { width: 19px; height: 19px; }
.hero__rating-txt { display: inline-flex; align-items: center; gap: 10px; font-size: .92rem; font-weight: 600; color: rgba(255, 255, 255, .82); transition: color .2s; }
.hero__rating:hover .hero__rating-txt { color: #fff; }
.hero__play { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-btn); box-shadow: 0 6px 16px rgba(124, 58, 237, .4); transition: transform .25s var(--ease); flex-shrink: 0; }
.hero__play svg { width: 12px; height: 12px; color: #fff; margin-left: 1px; }
.hero__rating:hover .hero__play { transform: scale(1.12); }
.hero__trust { display: inline-flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 500; color: rgba(255, 255, 255, .66); }
.hero__trust svg { width: 17px; height: 17px; color: var(--c-purple-500); flex-shrink: 0; }

.hero__figure { position: relative; align-self: stretch; display: flex; align-items: flex-end; justify-content: center; width: 100%; max-width: min(52vh, 520px); margin-inline: auto; animation: heroRise .85s var(--ease) .12s both; }
.hero__cutout { position: relative; z-index: 1; width: 100%; height: auto; filter: drop-shadow(0 30px 50px rgba(8, 5, 20, .5)); }

@keyframes heroRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

.hero__galaxy { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }

.hero__road { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.hero__road-frost { fill: none; stroke: rgba(244, 214, 255, .18); stroke-width: 17; stroke-linecap: round; opacity: 0; filter: url(#roadFrost); transition: opacity .8s ease; }
.hero__road.is-drawn .hero__road-frost { opacity: 1; }
.hero__road-base { fill: none; stroke: rgba(216, 180, 254, .3); stroke-width: 1.4; stroke-linecap: round; opacity: 0; transition: opacity .7s ease; }
.hero__road.is-drawn .hero__road-base { opacity: 1; }
.hero__road-flow { fill: none; stroke: url(#roadGrad); stroke-width: 5; stroke-linecap: round; filter: url(#roadGlow); }
.hero__road-spark { fill: none; stroke: #ffffff; stroke-width: 2.2; stroke-linecap: round; opacity: 0; filter: url(#roadGlow); }
.hero__road-comet { fill: url(#cometGlow); filter: url(#roadGlow); opacity: 0; transition: opacity .5s ease; }
.hero__road-comet2 { fill: url(#cometGlow2); filter: url(#roadGlow); opacity: 0; transition: opacity .5s ease; }
.hero__road-end { fill: rgba(232, 121, 249, .55); filter: url(#roadGlow); opacity: 0; }
.hero__road.is-drawn .hero__road-end { opacity: 1; animation: cometDock 2.4s ease-in-out infinite; }
@keyframes cometDock { 0%, 100% { r: 4; opacity: .35; } 50% { r: 7; opacity: .85; } }
.hero .pill__dot { animation: dotPulse 2.4s ease-in-out infinite; }
@keyframes dotPulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(168, 85, 247, .18); } 50% { box-shadow: 0 0 0 8px rgba(168, 85, 247, .04); } }

/* Skills marquee (single row) */
.marquee { position: relative; overflow: hidden; background: #242424; padding: 26px 0; border-top: 1px solid rgba(255, 255, 255, .06); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.marquee::before, .marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 130px; z-index: 2; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, #242424, transparent); }
.marquee::after { right: 0; background: linear-gradient(270deg, #242424, transparent); }
.marquee__row { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__row { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 20px; padding: 0 24px; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.15rem, 2.2vw, 1.65rem); letter-spacing: -.01em; color: rgba(255, 255, 255, .9); white-space: nowrap; }
.marquee__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-magenta); box-shadow: 0 0 12px var(--c-magenta); flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* About */
.about { position: relative; overflow: hidden; background: var(--c-white); }
.about::before { content: ""; position: absolute; z-index: 0; top: 8%; right: -8%; width: 50%; height: 72%; background: radial-gradient(circle, rgba(168, 85, 247, .08), transparent 65%); pointer-events: none; }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 6vw, 86px); align-items: center; position: relative; z-index: 1; }
.stats__pipe { position: absolute; z-index: 0; pointer-events: none; overflow: visible; opacity: 0; transition: opacity .5s ease; -webkit-mask: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%); mask: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%); }
.about__media { position: relative; }
.about__portrait { position: relative; z-index: 2; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid rgba(255, 255, 255, .6); }
.about__portrait img { width: 100%; height: 100%; object-fit: cover; }
.about__shape { position: absolute; z-index: 1; inset: -18px -18px auto auto; width: 64%; height: 64%; border-radius: var(--radius-lg); overflow: hidden; transform: rotate(4deg); background: radial-gradient(125% 120% at 72% 22%, #2a1a4e 0%, #160f2e 55%, #0b0820 100%); box-shadow: inset 0 0 0 1px rgba(168, 85, 247, .28), 0 18px 44px rgba(124, 58, 237, .3); }
.about__shape::before { content: ""; position: absolute; inset: -55%; background: conic-gradient(from 0deg, transparent 0deg, rgba(217, 70, 239, .4) 60deg, rgba(56, 189, 248, .32) 150deg, transparent 210deg, rgba(168, 85, 247, .35) 300deg, transparent 360deg); filter: blur(10px); animation: boxSpin 18s linear infinite; }
.about__shape::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(1.5px 1.5px at 20% 30%, #fff, transparent 60%), radial-gradient(1.5px 1.5px at 70% 22%, #e9d5ff, transparent 60%), radial-gradient(1px 1px at 45% 62%, #fff, transparent 60%), radial-gradient(1.5px 1.5px at 82% 70%, #fbcfe8, transparent 60%), radial-gradient(1px 1px at 33% 80%, #fff, transparent 60%), radial-gradient(1px 1px at 60% 46%, #dbeafe, transparent 60%), radial-gradient(2px 2px at 88% 38%, #fff, transparent 55%), radial-gradient(1px 1px at 12% 58%, #fff, transparent 60%); opacity: .85; animation: boxTwinkle 4.5s ease-in-out infinite; }
@keyframes boxSpin { to { transform: rotate(360deg); } }
@keyframes boxTwinkle { 0%, 100% { opacity: .5; } 50% { opacity: .95; } }
.about__glow { position: absolute; z-index: 0; left: -12%; bottom: -14%; width: 70%; height: 70%; border-radius: 50%; background: radial-gradient(circle, rgba(168, 85, 247, .4), transparent 70%); filter: blur(40px); }
.about__lead { margin-top: 20px; font-size: 1.18rem; line-height: 1.6; color: var(--c-ink-2); }
.about__list { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about__list-item { position: relative; display: flex; align-items: flex-start; gap: 14px; padding: 18px 18px 18px 20px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm); overflow: hidden; transition: box-shadow .35s var(--ease), border-color .35s; }
.about__list-item::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0; transition: opacity .35s; background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(124, 92, 246, .1), transparent 60%); pointer-events: none; z-index: 0; }
.about__list-item::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: radial-gradient(170px circle at var(--mx, 50%) var(--my, 50%), rgba(139, 92, 246, .85), rgba(139, 92, 246, .12) 55%, transparent 75%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .35s; pointer-events: none; z-index: 0; }
.about__list-item > * { position: relative; z-index: 1; }
.about__list-item:hover { box-shadow: 0 16px 40px rgba(35, 25, 70, .13); border-color: transparent; }
.about__list-item:hover::before, .about__list-item:hover::after { opacity: 1; }
.about__list-ico { flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); transition: background .3s, color .3s; }
.about__list-ico svg { width: 27px; height: 27px; }
.about__list-item:hover .about__list-ico { background: var(--grad-btn); color: #fff; }
.about__list-txt { display: flex; flex-direction: column; gap: 3px; }
.about__list-txt strong { font-family: var(--font-display); font-size: 1.04rem; color: var(--c-ink); }
.about__list-txt span { font-size: .9rem; line-height: 1.5; color: var(--c-text); }
.about__actions { position: relative; width: fit-content; margin-top: 32px; }
@media (max-width: 560px) { .about__list { grid-template-columns: 1fr; } }

/* Results (inline video) */
.results { background: var(--c-white); overflow: hidden; }
.results .container { position: relative; z-index: 1; }
.vid-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vid-card { display: flex; flex-direction: column; gap: 14px; }
.vid-card__media { position: relative; width: 100%; aspect-ratio: 3 / 4; border-radius: 22px; overflow: hidden; background: #0e0a1f; box-shadow: 0 14px 36px rgba(20, 12, 48, .16); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.vid-card__media--noposter { background: linear-gradient(150deg, #a855f7, #6d28d9); }
.vid-card__media:hover { transform: translateY(-6px); box-shadow: 0 26px 56px rgba(124, 58, 237, .26); }
.vid-card__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: transparent; z-index: 0; transition: transform .5s var(--ease); }
.vid-card:not(.is-playing) .vid-card__media:hover .vid-card__video { transform: scale(1.06); }
.vid-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(14, 10, 31, .5)); z-index: 1; pointer-events: none; transition: opacity .3s; }
.vid-card__media::before { content: ""; position: absolute; inset: 0; z-index: 2; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16); pointer-events: none; }
.vid-card__initials { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; color: rgba(255, 255, 255, .95); z-index: 2; pointer-events: none; transition: opacity .3s; text-shadow: 0 4px 18px rgba(0,0,0,.3); }
.vid-card__play { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; background: transparent; transition: opacity .3s; }
.vid-card__play i { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .9); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--c-purple); box-shadow: 0 12px 30px rgba(14, 10, 31, .42), inset 0 0 0 1px rgba(255, 255, 255, .7); transition: transform .3s var(--ease), background .3s; }
.vid-card__play svg { width: 24px; height: 24px; margin-left: 3px; }
.vid-card__media:hover .vid-card__play i { transform: scale(1.12); background: #fff; }
.vid-card.is-playing .vid-card__play, .vid-card.is-playing .vid-card__initials, .vid-card.is-playing .vid-card__media::after { opacity: 0; pointer-events: none; }
.vid-card.is-playing .vid-card__video { z-index: 4; }
.vid-card__name { font-family: var(--font-display); font-weight: 700; color: var(--c-ink); text-align: center; display: flex; flex-direction: column; gap: 2px; }
.vid-card__name span { font-family: var(--font-body); font-weight: 500; font-size: .85rem; color: var(--c-muted); }
.results__cta { margin-top: clamp(40px, 5vw, 60px); display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }

/* Services */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.svc-card { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 30px 28px; border-radius: var(--radius); transition: box-shadow .4s var(--ease), border-color .4s; }
.svc-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0; transition: opacity .3s; background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 50%), rgba(124, 92, 246, .12), transparent 62%); pointer-events: none; z-index: 0; }
.svc-card:hover::before { opacity: 1; }
.svc-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: radial-gradient(190px circle at var(--mx, 50%) var(--my, 50%), rgba(139, 92, 246, .9), rgba(139, 92, 246, .14) 55%, transparent 75%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .4s; z-index: 0; pointer-events: none; }
.svc-card:hover::after { opacity: 1; }
.svc-card .svc-card__num { position: absolute; top: 24px; right: 26px; font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; line-height: 1; color: rgba(46, 44, 54, .12); transition: color .4s; z-index: 1; }
.svc-card:hover .svc-card__num { color: rgba(46, 44, 54, .3); }
.svc-card:hover { box-shadow: 0 16px 42px rgba(35, 25, 70, .14); }
.svc-card > * { position: relative; z-index: 1; }
.svc-card__icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); margin-bottom: 20px; transition: background .4s, color .4s; }
.svc-card__icon svg { width: 31px; height: 31px; }
.svc-card:hover .svc-card__icon { background: var(--grad-btn); color: #fff; }
.svc-card__title { font-size: 1.32rem; font-weight: 700; margin-bottom: 10px; }
.svc-card__desc { font-size: .98rem; color: var(--c-text); }
.svc-card__price { margin: 14px 0 2px; font-family: var(--font-display); font-weight: 700; font-size: 1.22rem; color: var(--c-ink-2); display: inline-flex; align-items: baseline; gap: 6px; }
.svc-card__price-from { font-family: var(--font-body); font-weight: 600; font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; color: var(--c-muted); }
.svc-card__price-per { font-family: var(--font-body); font-weight: 600; font-size: .82rem; color: var(--c-muted); }
.svc-card__price-sub { display: block; margin: 3px 0 0; font-family: var(--font-body); font-size: .78rem; color: var(--c-muted); }
.svc-card__more { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--c-purple); }
.svc-card__more svg { width: 17px; height: 17px; transition: transform .25s var(--ease); }
.svc-card:hover .svc-card__more svg { transform: translateX(5px); }

/* Included (cards) */
.includes { background: var(--c-white); }
.incl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.incl-item { position: relative; overflow: hidden; display: flex; align-items: center; gap: 15px; padding: 20px 22px; border-radius: 16px; background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: box-shadow .4s var(--ease), border-color .4s; }
.incl-item::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0; transition: opacity .3s; background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 50%), rgba(124, 92, 246, .12), transparent 62%); pointer-events: none; z-index: 0; }
.incl-item::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: radial-gradient(190px circle at var(--mx, 50%) var(--my, 50%), rgba(139, 92, 246, .9), rgba(139, 92, 246, .14) 55%, transparent 75%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .4s; pointer-events: none; }
.incl-item:hover::before { opacity: 1; }
.incl-item:hover::after { opacity: 1; }
.incl-item:hover { box-shadow: 0 16px 42px rgba(35, 25, 70, .14); border-color: transparent; }
.incl-item > * { position: relative; z-index: 1; }
.incl-item__icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); flex-shrink: 0; transition: background .4s, color .4s; }
.incl-item:hover .incl-item__icon { background: var(--grad-btn); color: #fff; }
.incl-item__icon svg { width: 26px; height: 26px; }
.incl-item__text { font-size: .98rem; font-weight: 500; color: var(--c-ink-2); }
.incl-item--more { justify-content: center; background: linear-gradient(135deg, rgba(168, 85, 247, .08), rgba(217, 70, 239, .05)); border-style: dashed; border-color: rgba(124, 58, 237, .35); box-shadow: none; }
.incl-item--more::after { display: none; }
.incl-item--more a { font-family: var(--font-display); font-weight: 700; color: var(--c-purple); display: inline-flex; align-items: center; gap: 8px; }
.incl-item--more a svg { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.incl-item--more:hover { border-color: var(--c-purple); }
.incl-item--more:hover a svg { transform: translateX(4px); }

/* Stats */
.stats__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.stats__intro p { font-size: 1.18rem; line-height: 1.6; color: var(--c-ink-2); margin-top: 6px; }
.stats__cards { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.stat { position: relative; overflow: hidden; padding: 28px 26px; border-radius: var(--radius); text-align: left; transition: box-shadow .4s var(--ease), border-color .4s; }
.stat::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: radial-gradient(190px circle at var(--mx, 50%) var(--my, 50%), rgba(139, 92, 246, .9), rgba(139, 92, 246, .14) 55%, transparent 75%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .4s; pointer-events: none; }
.stat:hover::after { opacity: 1; }
.stat:hover::after { opacity: 1; }
.stat__icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); margin-bottom: 18px; transition: background .4s, color .4s; }
.stat__icon svg { width: 28px; height: 28px; }
.stat:hover .stat__icon { background: var(--grad-btn); color: #fff; }
.stat__num { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5.5vw, 3.3rem); line-height: 1; letter-spacing: -.03em; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat__label { display: block; margin-top: 10px; font-size: .92rem; font-weight: 600; color: var(--c-text); }

/* Portfolio */
.portfolio { background: linear-gradient(180deg, #efeafe 0%, #f6f5fb 100%); }
.portfolio__hint { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--font-display); font-weight: 500; font-size: .84rem; color: var(--c-muted); }
.portfolio__hint svg { width: 16px; height: 16px; color: var(--c-magenta); }
.port-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.port-card { display: flex; flex-direction: column; gap: 18px; }
.port-card__frame { position: relative; display: block; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--sh-md); border: 1px solid var(--line); transition: box-shadow .4s var(--ease), border-color .4s; }
.port-card__frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: radial-gradient(190px circle at var(--mx, 50%) var(--my, 50%), rgba(139, 92, 246, .9), rgba(139, 92, 246, .14) 55%, transparent 75%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .4s; pointer-events: none; z-index: 3; }
.port-card:hover .port-card__frame { box-shadow: 0 22px 50px rgba(35, 25, 70, .16); border-color: transparent; }
.port-card:hover .port-card__frame::after { opacity: 1; }
.port-card__bar { display: flex; align-items: center; gap: 6px; padding: 12px 14px; background: #f3f1f8; border-bottom: 1px solid var(--line); }
.port-card__bar i { width: 10px; height: 10px; border-radius: 50%; background: #d4d2e2; }
.port-card__bar i:nth-child(1) { background: #ff5f57; }
.port-card__bar i:nth-child(2) { background: #febc2e; }
.port-card__bar i:nth-child(3) { background: #28c840; }
.port-card__viewport { display: block; height: 340px; overflow: hidden; position: relative; }
.port-card__viewport img { width: 100%; display: block; transition: transform 4.5s linear; }
.port-card:hover .port-card__viewport img { transform: translateY(calc(-100% + 340px)); }
.port-card__open { position: absolute; right: 14px; bottom: 14px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-btn); color: #fff; box-shadow: var(--sh-purple); opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s var(--ease); z-index: 4; }
.port-card__open svg { width: 20px; height: 20px; transform: rotate(-45deg); }
.port-card:hover .port-card__open { opacity: 1; transform: none; }
.port-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 4px; }
.port-card__name { font-family: var(--font-display); font-weight: 700; font-size: 1.28rem; color: var(--c-ink); }
.port-card__tag { display: inline-flex; padding: 6px 13px; border-radius: 999px; background: var(--c-purple-soft); color: var(--c-purple); font-family: var(--font-display); font-weight: 600; font-size: .74rem; letter-spacing: .01em; flex-shrink: 0; }

/* Trust */
.trust { background: var(--c-white); }
.trust__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.trust__intro { position: relative; }
.trust__intro p { margin-top: 6px; font-size: 1.05rem; }
.trust__arrow { display: none; color: var(--c-magenta); margin-top: 30px; }
.trust__arrow svg { width: 90px; height: 70px; }
.trust__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.trust-card { position: relative; overflow: hidden; padding: 26px 24px; border-radius: var(--radius); display: flex; flex-direction: column; gap: 16px; transition: box-shadow .4s var(--ease), border-color .4s; }
.trust-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0; transition: opacity .3s; background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 50%), rgba(124, 92, 246, .12), transparent 62%); pointer-events: none; z-index: 0; }
.trust-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: radial-gradient(190px circle at var(--mx, 50%) var(--my, 50%), rgba(139, 92, 246, .9), rgba(139, 92, 246, .14) 55%, transparent 75%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .4s; pointer-events: none; z-index: 2; }
.trust-card:hover::before { opacity: 1; }
.trust-card:hover::after { opacity: 1; }
.trust-card > * { position: relative; z-index: 1; }
.trust-card:hover { box-shadow: 0 16px 42px rgba(35, 25, 70, .14); }
.trust-card__icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); transition: background .4s, color .4s; }
.trust-card__icon svg { width: 29px; height: 29px; }
.trust-card:hover .trust-card__icon { background: var(--grad-btn); color: #fff; }
.trust-card p { font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; line-height: 1.4; color: var(--c-ink-2); }
.trust-card--wide { grid-column: 1 / -1; flex-direction: row; align-items: center; background: radial-gradient(120% 140% at 20% 8%, #46258a 0%, transparent 55%), radial-gradient(110% 130% at 88% 96%, #1e2566 0%, transparent 52%), linear-gradient(150deg, #160c34 0%, #241452 52%, #0f0824 100%); box-shadow: var(--sh-lg); }
.trust-card--wide::before, .trust-card--wide::after { display: none; }
.trust-card--wide p { color: #fff; font-size: 1.18rem; }
.trust-card--wide .trust-card__icon { background: rgba(255, 255, 255, .16); color: #fff; }
.trust-card--wide:hover { box-shadow: 0 22px 54px rgba(35, 20, 70, .28); }

/* CTA band */
.cta-band__inner { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(48px, 7vw, 88px) clamp(28px, 6vw, 80px); text-align: center; box-shadow: var(--sh-lg);
	background:
		repeating-linear-gradient(90deg, rgba(8, 4, 20, 0) 0px, rgba(8, 4, 20, 0) 5px, rgba(8, 4, 20, .22) 5px, rgba(8, 4, 20, .22) 7px),
		radial-gradient(80% 120% at 24% 8%, rgba(192, 132, 252, .5), transparent 55%),
		radial-gradient(90% 120% at 84% 94%, rgba(99, 102, 241, .45), transparent 55%),
		linear-gradient(150deg, #160c34 0%, #241452 50%, #0f0824 100%);
}
.cta-band__inner::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .12; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)'/%3E%3C/svg%3E"); }
.aurora--band { z-index: 0; }
.aurora--band .aurora__blob { filter: blur(60px); opacity: .45; }
.cta-band__inner > * { position: relative; z-index: 2; }
.cta-band__title { font-size: clamp(1.9rem, 4.6vw, 3.1rem); font-weight: 800; color: #fff; max-width: 16ch; margin: 0 auto; line-height: 1.08; }
.cta-band__text { margin: 20px auto 30px; max-width: 560px; font-size: 1.1rem; color: rgba(255, 255, 255, .85); }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }
.cta-band__note { margin-top: 16px; font-size: .9rem; color: rgba(255, 255, 255, .6); }

/* FAQ */
.faq__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.faq__intro { position: sticky; top: 120px; }
.faq__intro .eyebrow { margin-bottom: 18px; }
.faq__intro p { margin: 16px 0 30px; line-height: 1.6; }
.faq__list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { position: relative; border-radius: 16px; border: 1px solid var(--line); background: var(--c-white); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.faq-item::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--grad-btn); transform: scaleY(0); transform-origin: center; transition: transform .3s var(--ease); }
.faq-item:hover { border-color: rgba(124, 58, 237, .22); }
.faq-item.is-open { border-color: rgba(124, 58, 237, .3); box-shadow: var(--sh-md); background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%); }
.faq-item.is-open::before { transform: scaleY(1); }
.faq-item__q button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; text-align: left; font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; color: var(--c-ink); }
.faq-item__q-text { display: inline-flex; align-items: center; gap: 14px; }
.faq-item__n { flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: .82rem; color: #8a8794; background: #f0eff4; transition: background .3s, color .3s; }
.faq-item.is-open .faq-item__n { background: #34313f; color: #fff; }
.faq-item.is-open .faq-item__q button { color: var(--c-purple); }
.faq-item__icon { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--c-paper-2); color: var(--c-ink-2); transition: transform .3s var(--ease), background .3s, color .3s; }
.faq-item__icon svg { width: 23px; height: 23px; }
.faq-item.is-open .faq-item__icon { background: var(--grad-btn); color: #fff; transform: rotate(135deg); }
.faq-item__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-item.is-open .faq-item__a { grid-template-rows: 1fr; }
.faq-item__a-inner { overflow: hidden; }
.faq-item__a-inner p { padding: 0 24px 22px 68px; color: var(--c-text); }


/* Footer (dark, multi-column) */
.site-footer { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 108px) 0 40px;
	background:
		radial-gradient(110% 80% at 50% 122%, rgba(124, 58, 237, .4) 0%, rgba(76, 29, 149, .24) 30%, transparent 65%),
		linear-gradient(180deg, #0a0716 0%, #08060f 100%);
}
.aurora--footer { z-index: 0; }
.aurora--footer .aurora__blob { opacity: .3; }
.site-footer__inner { position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: clamp(28px, 4vw, 56px); }
.footer-brand .brand__text { color: #fff; font-size: 1.65rem; }
.footer-brand__blurb { margin-top: 16px; color: rgba(255, 255, 255, .6); font-size: .98rem; max-width: 320px; line-height: 1.6; }
.site-footer__status { display: inline-flex; align-items: center; gap: 9px; font-size: .92rem; font-weight: 600; color: rgba(255, 255, 255, .82); margin-top: 20px; }
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .75); transition: color .25s, background .25s, border-color .25s, transform .25s var(--ease); }
.footer-social a:hover { color: #fff; background: rgba(168, 85, 247, .2); border-color: rgba(168, 85, 247, .4); transform: translateY(-2px); }
.footer-social svg { width: 20px; height: 20px; }
.footer-col h4 { font-family: var(--font-display); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255, 255, 255, .5); margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: rgba(255, 255, 255, .72); font-size: .96rem; transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: #fff; padding-left: 4px; }
.footer-col--contact a { display: inline-flex; align-items: center; gap: 9px; }
.footer-col--contact svg { width: 18px; height: 18px; color: var(--c-purple-500); flex-shrink: 0; }
.footer-bottom { margin-top: clamp(40px, 5vw, 60px); padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer-bottom p { color: rgba(255, 255, 255, .55); font-size: .9rem; display: inline-flex; align-items: center; }
.footer-bottom a { color: rgba(255, 255, 255, .8); border-bottom: 1px solid rgba(168, 85, 247, .5); }
.footer-bottom a:hover { color: var(--c-purple-500); }
.footer-bottom svg { width: 15px; height: 15px; color: #f472b6; margin: 0 5px; }

/* Floating WhatsApp */
.float-wa { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--c-wa); color: #fff; box-shadow: 0 12px 30px rgba(34, 195, 94, .45); opacity: 0; visibility: hidden; transform: translateY(18px) scale(.85); transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s; }
.float-wa.is-visible { opacity: 1; visibility: visible; transform: none; }
.float-wa svg { width: 30px; height: 30px; }
.float-wa::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--c-wa); animation: pulse 2.4s ease-out infinite; }
.float-wa:hover { transform: scale(1.08); }

/* Blog / page / 404 */
.page-shell { padding-top: clamp(140px, 18vw, 200px); }
.entry-content { font-size: 1.08rem; line-height: 1.75; }
.entry-content > * + * { margin-top: 1.1em; }
.entry-content h2 { font-size: 1.7rem; margin-top: 1.6em; }
.entry-content h3 { font-size: 1.35rem; margin-top: 1.4em; }
.entry-content a { color: var(--c-purple); border-bottom: 1px solid rgba(124, 58, 237, .3); }
.entry-content img { border-radius: var(--radius-sm); margin: 1.4em 0; }
.entry-content blockquote { padding: 16px 24px; border-left: 4px solid var(--c-purple); background: var(--c-purple-soft); border-radius: 0 12px 12px 0; font-style: italic; }
.entry-hero { margin-bottom: 36px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-lg); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); background: var(--c-white); box-shadow: var(--sh-sm); }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.post-card__thumb img { width: 100%; height: 200px; object-fit: cover; }
.post-card__body { padding: 24px 24px 28px; }
.post-card__date { font-family: var(--font-display); font-weight: 500; font-size: .78rem; color: var(--c-muted); }
.post-card__title { font-size: 1.25rem; margin: 8px 0 10px; }
.post-card__title a:hover { color: var(--c-purple); }
.post-card__more { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--c-purple); }
.post-card__more svg { width: 17px; height: 17px; transition: transform .25s; }
.post-card__more:hover svg { transform: translateX(4px); }
.pagination { margin-top: 50px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 10px; border-radius: 12px; background: var(--c-white); border: 1px solid var(--line); font-weight: 600; }
.pagination .current { background: var(--grad-btn); color: #fff; border-color: transparent; }
.empty-state { text-align: center; color: var(--c-muted); font-size: 1.1rem; padding: 60px 0; }
.error-404 { text-align: center; }
.error-404__code { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(5rem, 18vw, 9rem); line-height: 1; color: var(--c-ink); letter-spacing: -.04em; margin-bottom: 8px; }
.error-404 p { max-width: 480px; margin: 16px auto 0; }
.error-404__actions { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.page-links { margin-top: 24px; display: flex; gap: 8px; align-items: center; font-weight: 600; }
.page-links a { padding: 6px 12px; border-radius: 8px; background: var(--c-purple-soft); color: var(--c-purple); }

/* Responsive */
@media (min-width: 1025px) {
	.trust__arrow { display: block; }
}
@media (max-width: 1024px) {
	.site-nav { display: none; }
	.nav-toggle { display: inline-flex; }
	.svc-grid, .port-grid, .post-grid, .incl-grid { grid-template-columns: repeat(2, 1fr); }
	.vid-grid { grid-template-columns: repeat(2, 1fr); }
	.hero { min-height: auto; display: block; padding-top: clamp(126px, 23vw, 168px); padding-bottom: clamp(56px, 12vw, 90px); }
	.hero__wrap { grid-template-columns: 1fr; text-align: center; gap: clamp(34px, 9vw, 48px); align-items: stretch; }
	.hero__col--left { align-items: center; order: 1; }
	.hero .pill { margin-bottom: 28px; padding: 11px 20px; line-height: 1.4; }
	.hero__title { max-width: 18ch; margin-inline: auto; }
	.hero__lede { max-width: 560px; text-align: center; margin-top: 22px; }
	.hero__actions { justify-content: center; margin-top: 36px; gap: 16px; }
	.hero__proof { align-items: center; margin-top: 36px; }
	.hero__col--left .micro { margin-top: 26px; }
	.hero__figure { order: 2; margin-top: 12px; align-items: flex-end; max-width: min(64vw, 360px); }
	.hero__cutout { max-height: min(64vh, 560px); display: block; width: auto; }
	.about__grid, .stats__grid, .trust__grid, .faq__grid { grid-template-columns: 1fr; }
	.stats__pipe { display: none; }
	.about__media { order: -1; max-width: 440px; margin-inline: auto; }
	.trust-card--wide { flex-direction: row; }
	.faq__intro { position: static; }
	.trust__cards { grid-template-columns: 1fr 1fr; }
	.footer-top { grid-template-columns: 1fr 1fr; row-gap: 40px; }
	.footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
	body { font-size: 16px; }
	.svc-grid, .port-grid, .post-grid, .incl-grid, .stats__cards { grid-template-columns: 1fr; }
	.vid-grid { gap: 16px; }
	.incl-grid { max-width: 480px; }
	.trust__cards { grid-template-columns: 1fr; }
	.trust-card--wide { flex-direction: column; align-items: flex-start; }
	.faq-item__a-inner p { padding-left: 24px; }
	.footer-top { grid-template-columns: 1fr; }
	.footer-bottom { justify-content: center; text-align: center; }
	.cta-band__inner { padding: 44px 24px; }
	.port-card__viewport { height: 280px; }
	.port-card:hover .port-card__viewport img { transform: translateY(calc(-100% + 280px)); }
}
@media (max-width: 600px) {
	.btn-wa { display: none; }
	.site-header__actions { gap: 12px; }
	.site-header .btn--talk { padding: 5px; gap: 0; border-radius: 50%; }
	.site-header .btn--talk .btn__label { display: none; }
	.site-header .btn--talk .btn__avatar { width: 36px; height: 36px; border-width: 2px; }
}
@media (max-width: 460px) {
	.btn--lg { width: 100%; }
	.hero__actions, .about__actions, .results__cta, .error-404__actions { width: 100%; }
	.vid-grid { gap: 16px; }
	.vid-card__play i { width: 46px; height: 46px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
	.reveal { opacity: 1; transform: none; }
	.hero__col--left, .hero__figure { animation: none; opacity: 1; transform: none; }
	.port-card__viewport img, .port-card:hover .port-card__viewport img { transition: none; }
	.aurora__blob, .marquee__row, .hero__aura, .spark, .splash__wave, .hero .pill__dot, .btn--primary::before { animation: none; }
	.hero__road-comet, .hero__road-comet2, .hero__road-spark { opacity: 0 !important; }
	.hero__road.is-drawn .hero__road-end { animation: none; opacity: .5; }
}

/* ===== Galaxy backdrop (reusable) ===== */
.galaxy { position: absolute; inset: 0; z-index: 0; overflow: hidden; border-radius: inherit; pointer-events: none; }
.galaxy::before { content: ""; position: absolute; inset: -22%;
	background: radial-gradient(38% 46% at 22% 26%, rgba(168, 85, 247, .55), transparent 70%), radial-gradient(42% 44% at 80% 30%, rgba(217, 70, 239, .42), transparent 70%), radial-gradient(50% 60% at 62% 92%, rgba(99, 102, 241, .4), transparent 72%);
	filter: blur(10px); animation: galaxyDrift 26s ease-in-out infinite alternate; }
.galaxy::after { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27220%27%20height%3D%27220%27%3E%3Cg%20fill%3D%27%23ffffff%27%3E%3Ccircle%20cx%3D%2714%27%20cy%3D%2720%27%20r%3D%271.2%27%20opacity%3D%27.85%27%2F%3E%3Ccircle%20cx%3D%2748%27%20cy%3D%2754%27%20r%3D%27.8%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%2784%27%20cy%3D%2726%27%20r%3D%271.7%27%20opacity%3D%271%27%2F%3E%3Ccircle%20cx%3D%27120%27%20cy%3D%2762%27%20r%3D%27.9%27%20opacity%3D%27.65%27%2F%3E%3Ccircle%20cx%3D%27162%27%20cy%3D%2730%27%20r%3D%271.2%27%20opacity%3D%27.8%27%2F%3E%3Ccircle%20cx%3D%27198%27%20cy%3D%2758%27%20r%3D%27.8%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%2730%27%20cy%3D%27100%27%20r%3D%271.4%27%20opacity%3D%27.9%27%2F%3E%3Ccircle%20cx%3D%2770%27%20cy%3D%27134%27%20r%3D%27.8%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%27108%27%20cy%3D%27108%27%20r%3D%271.8%27%20opacity%3D%271%27%2F%3E%3Ccircle%20cx%3D%27150%27%20cy%3D%27146%27%20r%3D%27.9%27%20opacity%3D%27.65%27%2F%3E%3Ccircle%20cx%3D%27190%27%20cy%3D%27118%27%20r%3D%271.2%27%20opacity%3D%27.8%27%2F%3E%3Ccircle%20cx%3D%2720%27%20cy%3D%27168%27%20r%3D%271%27%20opacity%3D%27.7%27%2F%3E%3Ccircle%20cx%3D%2758%27%20cy%3D%27196%27%20r%3D%271.4%27%20opacity%3D%27.9%27%2F%3E%3Ccircle%20cx%3D%27100%27%20cy%3D%27176%27%20r%3D%27.8%27%20opacity%3D%27.55%27%2F%3E%3Ccircle%20cx%3D%27168%27%20cy%3D%27180%27%20r%3D%271.2%27%20opacity%3D%27.8%27%2F%3E%3Ccircle%20cx%3D%27200%27%20cy%3D%27200%27%20r%3D%27.9%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%27132%27%20cy%3D%27200%27%20r%3D%27.8%27%20opacity%3D%27.5%27%2F%3E%3Ccircle%20cx%3D%2796%27%20cy%3D%27150%27%20r%3D%27.8%27%20opacity%3D%27.6%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-size: 220px 220px; opacity: .72; animation: galaxyTwinkle 6s ease-in-out infinite, galaxyPan 90s linear infinite; }
.cta-band__inner .galaxy { z-index: 1; }
.trust-card--wide > :not(.galaxy) { position: relative; z-index: 1; }
@keyframes galaxyDrift { from { transform: translate3d(-3%, -2%, 0) scale(1.02); } to { transform: translate3d(3%, 2%, 0) scale(1.08); } }
@keyframes galaxyTwinkle { 0%, 100% { opacity: .42; } 50% { opacity: .68; } }
@keyframes galaxyPan { from { background-position: 0 0; } to { background-position: 220px 440px; } }

/* ===== Back-to-top (galaxy) ===== */
.float-top { position: fixed; right: 22px; bottom: 88px; z-index: 90; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; overflow: hidden; color: #fff; cursor: pointer; border: 1px solid rgba(168, 85, 247, .42); box-shadow: 0 12px 30px rgba(124, 58, 237, .42), inset 0 0 0 1px rgba(255, 255, 255, .08); opacity: 0; visibility: hidden; transform: translateY(18px) scale(.85); transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s; }
.float-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.float-top:hover { transform: translateY(-3px) scale(1.07); box-shadow: 0 16px 36px rgba(124, 58, 237, .55); }
.float-top svg { position: relative; z-index: 3; width: 22px; height: 22px; transform: rotate(-90deg); }
.float-top__sky { position: absolute; inset: 0; z-index: 0; background: radial-gradient(120% 120% at 30% 18%, #3b1d6e 0%, #1a0f33 56%, #0a0618 100%); }
.float-top__sky::before { content: ""; position: absolute; inset: -34%; background: radial-gradient(40% 40% at 30% 30%, rgba(217, 70, 239, .5), transparent 70%), radial-gradient(46% 46% at 74% 70%, rgba(99, 102, 241, .45), transparent 70%); filter: blur(6px); animation: galaxyDrift 18s ease-in-out infinite alternate; }
.float-top__sky::after { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27220%27%20height%3D%27220%27%3E%3Cg%20fill%3D%27%23ffffff%27%3E%3Ccircle%20cx%3D%2714%27%20cy%3D%2720%27%20r%3D%271.2%27%20opacity%3D%27.85%27%2F%3E%3Ccircle%20cx%3D%2748%27%20cy%3D%2754%27%20r%3D%27.8%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%2784%27%20cy%3D%2726%27%20r%3D%271.7%27%20opacity%3D%271%27%2F%3E%3Ccircle%20cx%3D%27120%27%20cy%3D%2762%27%20r%3D%27.9%27%20opacity%3D%27.65%27%2F%3E%3Ccircle%20cx%3D%27162%27%20cy%3D%2730%27%20r%3D%271.2%27%20opacity%3D%27.8%27%2F%3E%3Ccircle%20cx%3D%27198%27%20cy%3D%2758%27%20r%3D%27.8%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%2730%27%20cy%3D%27100%27%20r%3D%271.4%27%20opacity%3D%27.9%27%2F%3E%3Ccircle%20cx%3D%2770%27%20cy%3D%27134%27%20r%3D%27.8%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%27108%27%20cy%3D%27108%27%20r%3D%271.8%27%20opacity%3D%271%27%2F%3E%3Ccircle%20cx%3D%27150%27%20cy%3D%27146%27%20r%3D%27.9%27%20opacity%3D%27.65%27%2F%3E%3Ccircle%20cx%3D%27190%27%20cy%3D%27118%27%20r%3D%271.2%27%20opacity%3D%27.8%27%2F%3E%3Ccircle%20cx%3D%2720%27%20cy%3D%27168%27%20r%3D%271%27%20opacity%3D%27.7%27%2F%3E%3Ccircle%20cx%3D%2758%27%20cy%3D%27196%27%20r%3D%271.4%27%20opacity%3D%27.9%27%2F%3E%3Ccircle%20cx%3D%27100%27%20cy%3D%27176%27%20r%3D%27.8%27%20opacity%3D%27.55%27%2F%3E%3Ccircle%20cx%3D%27168%27%20cy%3D%27180%27%20r%3D%271.2%27%20opacity%3D%27.8%27%2F%3E%3Ccircle%20cx%3D%27200%27%20cy%3D%27200%27%20r%3D%27.9%27%20opacity%3D%27.6%27%2F%3E%3Ccircle%20cx%3D%27132%27%20cy%3D%27200%27%20r%3D%27.8%27%20opacity%3D%27.5%27%2F%3E%3Ccircle%20cx%3D%2796%27%20cy%3D%27150%27%20r%3D%27.8%27%20opacity%3D%27.6%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-size: 120px 120px; opacity: .85; animation: galaxyTwinkle 4.4s ease-in-out infinite; }
.float-top__burst { position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; z-index: 2; pointer-events: none; opacity: 0; }
.float-top.is-burst .float-top__burst { animation: ftBurst .72s ease-out; }
.float-top.is-burst { animation: ftPulse .72s ease-out; }
@keyframes ftBurst { 0% { opacity: 1; transform: scale(.2); box-shadow: 0 0 0 2px rgba(240, 171, 252, .95), 0 0 12px 2px rgba(168, 85, 247, .7); } 100% { opacity: 0; transform: scale(3.6); box-shadow: 0 0 0 1px rgba(240, 171, 252, 0), 0 0 22px 10px rgba(168, 85, 247, 0); } }
@keyframes ftPulse { 0% { transform: scale(1); } 38% { transform: scale(1.14); } 100% { transform: scale(1); } }

/* ===== Stats cards polish ===== */
.stat { background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-md); }
.stat::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0; transition: opacity .4s; background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 50%), rgba(124, 92, 246, .12), transparent 62%); pointer-events: none; z-index: 0; }
.stat:hover { box-shadow: 0 16px 42px rgba(35, 25, 70, .14); border-color: transparent; }
.stat:hover::before { opacity: 1; }
.stat > * { position: relative; z-index: 1; }

/* ===== Service include pills ===== */
.svc-card__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.svc-card__tag { font-family: var(--font-display); font-weight: 600; font-size: .72rem; padding: 5px 11px; border-radius: 999px; background: rgba(124, 92, 246, .07); color: #6a5bb0; border: 1px solid rgba(124, 92, 246, .16); }

/* ===== Portfolio result badge ===== */
.port-card__result { position: absolute; left: 12px; bottom: 12px; z-index: 4; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: .8rem; color: #fff; background: rgba(18, 12, 36, .55); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, .2); box-shadow: 0 6px 18px rgba(18, 12, 48, .32); }
.port-card__result svg { width: 15px; height: 15px; color: #6ee7b7; }

/* ===== Custom video controls ===== */
.vid-ctrl { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 16px 12px 11px; opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; background: linear-gradient(0deg, rgba(8, 5, 20, .85), rgba(8, 5, 20, .32) 62%, transparent); }
.vid-card.is-playing .vid-ctrl { opacity: 1; transform: none; }
.vid-ctrl__btn { width: 30px; height: 30px; flex-shrink: 0; border-radius: 9px; display: grid; place-items: center; color: #fff; background: rgba(255, 255, 255, .15); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background .2s; cursor: pointer; }
.vid-ctrl__btn:hover { background: rgba(255, 255, 255, .3); }
.vid-ctrl__btn svg { width: 17px; height: 17px; }
.vid-ctrl__bar { position: relative; flex: 1; min-width: 40px; height: 6px; border-radius: 999px; background: rgba(255, 255, 255, .26); cursor: pointer; touch-action: none; }
.vid-ctrl__fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 999px; background: linear-gradient(90deg, #c084fc, #8b5cf6); }
.vid-ctrl__knob { position: absolute; top: 50%; left: 0; width: 13px; height: 13px; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); box-shadow: 0 2px 6px rgba(0, 0, 0, .45); pointer-events: none; }
.vid-ctrl__time { display: none; flex-shrink: 0; font-family: var(--font-display); font-weight: 600; font-size: .74rem; color: rgba(255, 255, 255, .92); font-variant-numeric: tabular-nums; }
.vid-card__media:fullscreen { border-radius: 0; }
.vid-card__media:fullscreen .vid-ctrl { padding: 22px 22px 18px; gap: 12px; }
.vid-card__media:fullscreen .vid-ctrl__time { display: inline-block; }
.vid-card__media:fullscreen .vid-ctrl__btn { width: 40px; height: 40px; }
.vid-card__media:fullscreen .vid-ctrl__btn svg { width: 20px; height: 20px; }

/* ===== Inner page hero (galaxy) ===== */
.page-hero { position: relative; overflow: hidden; padding: clamp(140px, 18vh, 200px) 0 clamp(54px, 8vh, 96px); background: linear-gradient(180deg, #08060f 0%, #0c0a1c 60%, #0a0716 100%); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.page-hero .galaxy { opacity: .5; }
.page-hero__inner { position: relative; z-index: 2; max-width: 840px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.crumbs { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; color: rgba(255, 255, 255, .6); margin-bottom: 18px; }
.crumbs a { color: rgba(255, 255, 255, .72); text-decoration: none; transition: color .2s; }
.crumbs a:hover { color: #fff; }
.crumbs__sep svg { width: 13px; height: 13px; opacity: .5; vertical-align: middle; }
.crumbs__current { color: #fff; font-weight: 600; }
.page-hero__title { font-family: var(--font-display); font-size: clamp(2.3rem, 5vw, 3.9rem); font-weight: 700; line-height: 1.06; letter-spacing: -.02em; color: #fff; margin: 14px 0 0; text-wrap: balance; }
.page-hero__sub { color: rgba(255, 255, 255, .74); font-size: 1.08rem; line-height: 1.6; max-width: 58ch; margin: 18px auto 0; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }
.page-hero__stats { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(26px, 5vw, 58px); margin-top: 36px; }
.page-hero__stat { text-align: center; }
.page-hero__stat strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.page-hero__stat span { display: block; margin-top: 6px; font-size: .86rem; color: rgba(255, 255, 255, .62); }

/* ===== Service detail ===== */
.svc-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.svc-detail__lead { font-size: 1.06rem; line-height: 1.7; color: var(--c-text); margin-top: 14px; }
.svc-detail__price { display: inline-flex; flex-direction: column; gap: 4px; margin: 24px 0; }
.svc-detail__price-label { font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; color: var(--c-muted); }
.svc-detail__price-amt { font-family: var(--font-display); font-weight: 800; font-size: 2.5rem; line-height: 1; color: var(--c-ink-2); }
.svc-detail__price-per { font-size: 1rem; font-weight: 600; color: var(--c-muted); margin-left: 4px; }
.svc-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.svc-detail__card { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(28px, 3vw, 38px) clamp(26px, 3vw, 34px); background: linear-gradient(180deg, #140f28 0%, #0d0a1e 100%); border: 1px solid rgba(255, 255, 255, .08); box-shadow: var(--sh-lg); }
.svc-detail__card > :not(.galaxy) { position: relative; z-index: 1; }
.svc-detail__card .galaxy { opacity: .6; }
.svc-detail__card-icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: rgba(168, 85, 247, .18); color: #c4b5fd; margin-bottom: 18px; }
.svc-detail__card-icon svg { width: 26px; height: 26px; }
.svc-detail__card-title { color: #fff; font-size: 1.3rem; font-weight: 700; margin-bottom: 18px; }
.svc-detail__list { display: flex; flex-direction: column; gap: 14px; }
.svc-detail__list li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255, 255, 255, .82); font-size: 1rem; line-height: 1.5; }
.svc-detail__check { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(110, 231, 183, .16); color: #6ee7b7; margin-top: 1px; }
.svc-detail__check svg { width: 14px; height: 14px; }

/* ===== Contact ===== */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 72px); align-items: start; }
.contact__intro { color: var(--c-text); line-height: 1.7; margin-top: 14px; }
.contact__methods { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.contact-card { position: relative; display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: var(--radius); text-decoration: none; color: inherit; transition: box-shadow .3s var(--ease), transform .3s var(--ease); }
.contact-card:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.contact-card__icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); flex-shrink: 0; }
.contact-card__icon svg { width: 27px; height: 27px; }
.contact-card__meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.contact-card__meta strong { font-weight: 700; color: var(--c-ink-2); }
.contact-card__meta span { font-size: .92rem; color: var(--c-muted); overflow: hidden; text-overflow: ellipsis; }
.contact-card__go { margin-left: auto; color: var(--c-purple); flex-shrink: 0; }
.contact-card__go svg { width: 18px; height: 18px; }
.contact-card--dark { overflow: hidden; background: linear-gradient(180deg, #140f28 0%, #0d0a1e 100%); border: 1px solid rgba(255, 255, 255, .08); color: #fff; }
.contact-card--dark > :not(.galaxy) { position: relative; z-index: 1; }
.contact-card--dark .galaxy { opacity: .6; }
.contact-card__status { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.contact-card--dark .contact-card__meta span { color: rgba(255, 255, 255, .6); }
.contact__social { display: flex; gap: 12px; margin-top: 26px; }
.contact__social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--c-text); transition: transform .25s var(--ease), color .25s, border-color .25s; }
.contact__social a:hover { transform: translateY(-2px); color: var(--c-purple); border-color: var(--c-purple-500); }
.contact__social svg { width: 19px; height: 19px; }

/* ===== Quote ===== */
.quote__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 72px); align-items: start; }
.quote__steps { list-style: none; display: flex; flex-direction: column; gap: 18px; margin-top: 26px; }
.quote-step { display: flex; align-items: flex-start; gap: 14px; }
.quote-step__n { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: rgba(124, 58, 237, .4); flex-shrink: 0; width: 26px; padding-top: 10px; }
.quote-step__icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); flex-shrink: 0; }
.quote-step__icon svg { width: 27px; height: 27px; }
.quote-step__txt { display: flex; flex-direction: column; gap: 3px; padding-top: 4px; }
.quote-step__txt strong { font-weight: 700; color: var(--c-ink-2); }
.quote-step__txt span { color: var(--c-text); font-size: .96rem; line-height: 1.5; }
.quote__assure { position: relative; overflow: hidden; margin-top: 28px; padding: 22px 24px; border-radius: var(--radius); background: linear-gradient(180deg, #140f28 0%, #0d0a1e 100%); border: 1px solid rgba(255, 255, 255, .08); }
.quote__assure > :not(.galaxy) { position: relative; z-index: 1; }
.quote__assure .galaxy { opacity: .6; }
.quote__assure p { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .85); margin: 0; font-weight: 500; line-height: 1.5; }
.quote__assure svg { color: #6ee7b7; width: 22px; height: 22px; flex-shrink: 0; }

/* ===== Inquiry form ===== */
.inquiry__alert { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 18px; font-weight: 500; line-height: 1.45; }
.inquiry__alert svg { flex-shrink: 0; width: 22px; height: 22px; }
.inquiry__alert--ok { background: rgba(34, 195, 94, .1); color: #15803d; border: 1px solid rgba(34, 195, 94, .26); }
.inquiry__alert--ok svg { color: #22c35e; }
.inquiry__alert--err { background: rgba(239, 68, 68, .08); color: #b91c1c; border: 1px solid rgba(239, 68, 68, .22); }
.inquiry__form { display: flex; flex-direction: column; gap: 16px; padding: clamp(24px, 3vw, 34px); border-radius: var(--radius-lg); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-md); }
.inquiry__pot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.inquiry__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field__label { font-size: .86rem; font-weight: 600; color: var(--c-ink); }
.field__label i { color: var(--c-purple); font-style: normal; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: var(--c-paper); font-family: var(--font-body); font-size: .98rem; color: var(--c-ink); transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--c-purple-500); background: #fff; box-shadow: 0 0 0 3px rgba(168, 85, 247, .14); }
.inquiry__note { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--c-muted); margin: 2px 0 0; }
.inquiry__note svg { width: 16px; height: 16px; color: var(--c-purple); flex-shrink: 0; }

@media (max-width: 880px) {
	.svc-detail__grid, .contact__grid, .quote__grid { grid-template-columns: 1fr; }
	.svc-detail__card, .contact__form-wrap, .quote__form-wrap { max-width: 620px; }
}
@media (max-width: 520px) {
	.inquiry__row { grid-template-columns: 1fr; }
	.svc-detail__actions .btn, .page-hero__actions .btn { width: 100%; }
}

/* ===== About: story ===== */
.story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.story__media { position: relative; }
.story__media img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--sh-lg); display: block; }
.story__badge { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: rgba(255, 255, 255, .92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: .85rem; font-weight: 600; color: var(--c-ink-2); box-shadow: var(--sh-md); }
.story__badge svg { width: 15px; height: 15px; color: #16a34a; }
.story__body p { color: var(--c-text); line-height: 1.75; margin-top: 14px; }
.story__facts { display: flex; gap: 30px; margin: 26px 0; flex-wrap: wrap; }
.story__fact strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; color: var(--c-ink-2); line-height: 1; }
.story__fact span { font-size: .85rem; color: var(--c-muted); }

/* ===== Process / steps ===== */
.proc-tl { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(var(--proc-steps, 5), 1fr); gap: 22px; position: relative; }
.proc-tl::before { content: ""; position: absolute; top: 30px; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg, transparent, var(--c-purple-soft) 12%, var(--c-purple-soft) 88%, transparent); z-index: 0; }
.proc-tl__step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.proc-tl__node { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 2px solid var(--c-purple-soft); box-shadow: var(--sh-sm); margin-bottom: 18px; transition: transform .3s var(--ease), border-color .3s; }
.proc-tl__step:hover .proc-tl__node { transform: translateY(-3px); border-color: var(--c-purple-500); }
.proc-tl__icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-btn); color: #fff; }
.proc-tl__icon svg { width: 24px; height: 24px; }
.proc-tl__body { display: flex; flex-direction: column; align-items: center; }
.proc-tl__n { font-family: var(--font-display); font-weight: 800; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--c-purple); opacity: .75; }
.proc-tl__title { font-size: 1.1rem; font-weight: 700; margin: 6px 0 8px; }
.proc-tl__desc { font-size: .93rem; color: var(--c-text); line-height: 1.55; max-width: 240px; }
@media (max-width: 880px) {
	.proc-tl { grid-template-columns: 1fr; gap: 0; }
	.proc-tl::before { top: 0; bottom: 0; left: 29px; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, transparent, var(--c-purple-soft) 5%, var(--c-purple-soft) 95%, transparent); }
	.proc-tl__step { flex-direction: row; align-items: flex-start; text-align: left; gap: 20px; padding-bottom: 32px; }
	.proc-tl__step:last-child { padding-bottom: 0; }
	.proc-tl__node { margin-bottom: 0; flex-shrink: 0; }
	.proc-tl__body { align-items: flex-start; }
	.proc-tl__desc { max-width: none; }
}

/* ===== Services: compare ===== */
.compare__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; margin-inline: auto; }
.compare__col { padding: 30px 28px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--c-white); box-shadow: var(--sh-sm); }
.compare__col--me { border-color: rgba(124, 58, 237, .3); box-shadow: 0 10px 30px rgba(124, 58, 237, .1); }
.compare__head { margin-bottom: 14px; }
.compare__tag { display: inline-flex; align-items: center; padding: 7px 14px; border-radius: 999px; font-size: .82rem; font-weight: 700; background: var(--grad-btn); color: #fff; }
.compare__tag--muted { background: var(--c-paper-2); color: var(--c-muted); }
.compare__row { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; font-size: .98rem; color: var(--c-ink); border-bottom: 1px solid var(--line); line-height: 1.45; }
.compare__row:last-child { border-bottom: 0; }
.compare__row--muted { color: var(--c-muted); }
.compare__yes, .compare__no { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }
.compare__yes { background: rgba(22, 163, 74, .12); color: #16a34a; }
.compare__no { background: rgba(156, 163, 175, .16); color: #9ca3af; }
.compare__yes svg, .compare__no svg { width: 13px; height: 13px; }

/* ===== Work: impact band ===== */
.impact { position: relative; overflow: hidden; background: linear-gradient(180deg, #0c0a1c 0%, #100c22 100%); border-top: 1px solid rgba(255, 255, 255, .06); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.impact .galaxy { opacity: .5; }
.impact__inner { position: relative; z-index: 2; }
.impact .section__title { color: #fff; }
.impact__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 10px; }
.impact__stat { text-align: center; padding: 26px 16px; border-radius: var(--radius); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); }
.impact__stat strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.impact__stat span { display: block; margin-top: 8px; font-size: .9rem; color: rgba(255, 255, 255, .7); }

@media (max-width: 880px) {
	.story__grid { grid-template-columns: 1fr; }
	.story__media { order: -1; max-width: 520px; margin-inline: auto; }
	.process__grid { grid-template-columns: repeat(2, 1fr); }
	.impact__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.compare__grid { grid-template-columns: 1fr; max-width: 460px; }
}
@media (max-width: 520px) {
	.process__grid { grid-template-columns: 1fr; }
	.story__facts { gap: 22px; }
}

/* ===== Dark section sub helper ===== */
.is-dark .section__sub { color: rgba(255, 255, 255, .66); }

/* ===== Recent Wins ===== */
.wins__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.wins__card { display: flex; flex-direction: column; gap: 5px; padding: 28px 24px; border-radius: var(--radius); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: box-shadow .4s var(--ease), transform .4s var(--ease); }
.wins__card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.wins__icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); margin-bottom: 8px; }
.wins__icon svg { width: 27px; height: 27px; }
.wins__metric { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.2rem); line-height: 1.05; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wins__label { font-weight: 700; color: var(--c-ink-2); font-size: 1rem; }
.wins__desc { color: var(--c-muted); font-size: .9rem; line-height: 1.5; margin-top: 2px; }

/* ===== Why leave agencies ===== */
.why { position: relative; overflow: hidden; background: linear-gradient(180deg, #0c0a1c 0%, #100c22 100%); border-top: 1px solid rgba(255, 255, 255, .06); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.why .galaxy { opacity: .5; }
.why__inner { position: relative; z-index: 2; }
.why .section__title { color: #fff; }
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 8px; }
.why__card { padding: 28px 24px; border-radius: var(--radius); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); transition: background .3s, transform .3s; }
.why__card:hover { background: rgba(255, 255, 255, .07); transform: translateY(-3px); }
.why__icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgba(168, 85, 247, .16); color: #c4b5fd; margin-bottom: 16px; }
.why__icon svg { width: 28px; height: 28px; }
.why__title { color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.why__desc { color: rgba(255, 255, 255, .66); font-size: .94rem; line-height: 1.6; }

/* ===== Process timeline ===== */
.timeline__track { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; margin-top: 22px; }
.timeline__track::before { content: ""; position: absolute; top: 28px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, transparent, var(--c-purple-soft) 12%, var(--c-purple-soft) 88%, transparent); z-index: 0; }
.timeline__step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.timeline__node { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 2px solid var(--c-purple-soft); box-shadow: var(--sh-sm); }
.timeline__icon { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-btn); color: #fff; }
.timeline__icon svg { width: 25px; height: 25px; }
.timeline__body { display: flex; flex-direction: column; align-items: center; }
.timeline__n { font-family: var(--font-display); font-weight: 800; font-size: .78rem; color: var(--c-purple); margin-top: 12px; letter-spacing: .05em; }
.timeline__title { font-size: 1.05rem; font-weight: 700; margin: 4px 0 6px; }
.timeline__desc { font-size: .9rem; color: var(--c-text); line-height: 1.5; max-width: 200px; }

/* ===== About: team positioning ===== */
.team__card { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(32px, 4vw, 52px); background: linear-gradient(180deg, #140f28 0%, #0d0a1e 100%); border: 1px solid rgba(255, 255, 255, .08); box-shadow: var(--sh-lg); }
.team__card > :not(.galaxy) { position: relative; z-index: 1; }
.team__card .galaxy { opacity: .55; }
.team__head { max-width: 780px; }
.team .section__title { color: #fff; }
.team__lead { color: rgba(255, 255, 255, .74); font-size: 1.06rem; line-height: 1.7; margin-top: 14px; }
.team__owns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.team__own { display: flex; flex-direction: column; gap: 4px; padding: 20px; border-radius: var(--radius); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); }
.team__own-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(168, 85, 247, .16); color: #c4b5fd; margin-bottom: 8px; }
.team__own-icon svg { width: 21px; height: 21px; }
.team__own strong { color: #fff; font-size: 1.02rem; }
.team__own span { color: rgba(255, 255, 255, .62); font-size: .9rem; line-height: 1.5; }

/* ===== Services: problem cards ===== */
.pains__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.pain-card { display: flex; flex-direction: column; gap: 10px; padding: 32px 30px; border-radius: var(--radius-lg); text-decoration: none; color: inherit; background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: box-shadow .4s var(--ease), transform .4s var(--ease), border-color .3s; }
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--c-purple-500); }
.pain-card__icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); }
.pain-card__icon svg { width: 30px; height: 30px; }
.pain-card__pain { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.3rem, 2.2vw, 1.65rem); line-height: 1.2; color: var(--c-ink-2); margin-top: 4px; }
.pain-card__svc { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--c-purple); }
.pain-card__svc svg { width: 14px; height: 14px; }
.pain-card__desc { color: var(--c-text); line-height: 1.6; font-size: .98rem; }
.pain-card__tags { display: flex; flex-wrap: wrap; gap: 7px; }
.pain-card__tag { font-size: .78rem; font-weight: 600; color: var(--c-muted); background: var(--c-paper-2); padding: 4px 10px; border-radius: 999px; }
.pain-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; padding-top: 16px; border-top: 1px solid var(--line); }
.pain-card__price { font-size: .9rem; color: var(--c-muted); }
.pain-card__price strong { color: var(--c-ink-2); font-size: 1.05rem; font-family: var(--font-display); }
.pain-card__more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--c-purple); font-size: .92rem; }
.pain-card__more svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.pain-card:hover .pain-card__more svg { transform: translateX(4px); }

@media (max-width: 880px) {
	.wins__grid, .why__grid { grid-template-columns: repeat(2, 1fr); }
	.timeline__track { grid-template-columns: 1fr; gap: 0; }
	.timeline__track::before { top: 0; bottom: 0; left: 27px; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, transparent, var(--c-purple-soft) 5%, var(--c-purple-soft) 95%, transparent); }
	.timeline__step { flex-direction: row; align-items: flex-start; text-align: left; gap: 20px; padding-bottom: 30px; }
	.timeline__step:last-child { padding-bottom: 0; }
	.timeline__node { flex-shrink: 0; }
	.timeline__body { align-items: flex-start; }
	.timeline__n { margin-top: 4px; }
	.timeline__desc { max-width: none; }
}
@media (max-width: 760px) {
	.pains__grid { grid-template-columns: 1fr; }
	.team__owns { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
	.wins__grid, .why__grid { grid-template-columns: 1fr; }
}

/* ===== Generated SVG featured images ===== */
.post-card__thumb--svg { display: block; line-height: 0; }
.post-card__thumb--svg svg, .entry-hero--svg svg { width: 100%; height: auto; display: block; }
.entry-hero--svg { box-shadow: var(--sh-lg); }

/* ===== Article content: lists, code ===== */
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content li { margin-top: .5em; }
.entry-content strong { color: var(--c-ink-2); }
.entry-content code { font-family: 'JetBrains Mono', monospace; font-size: .9em; background: var(--c-purple-soft); color: var(--c-purple-700); padding: 2px 7px; border-radius: 6px; }
.entry-content pre { background: #15102b; color: #e2e8f0; padding: 18px 20px; border-radius: 12px; overflow-x: auto; font-size: .88rem; line-height: 1.6; }
.entry-content pre code { background: none; color: inherit; padding: 0; }

/* ===== Solutions dropdown (desktop) ===== */
.site-nav .menu-chevron { display: inline-flex; vertical-align: middle; margin-left: 3px; transition: transform .25s var(--ease); }
.site-nav .menu-chevron svg { width: 14px; height: 14px; }
.site-nav .has-dropdown { position: relative; }
.site-nav .has-dropdown:hover .menu-chevron { transform: rotate(180deg); }
.site-nav .submenu {
	position: absolute; top: 100%; left: 0; min-width: 240px; margin: 0; padding: 8px; list-style: none;
	background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--sh-lg);
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s; z-index: 70;
}
.site-nav .has-dropdown:hover .submenu, .site-nav .has-dropdown:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav .submenu li { margin: 0; }
.site-nav .submenu a { display: block; padding: 11px 14px; border-radius: 10px; color: var(--c-ink-2); font-weight: 600; font-size: .92rem; white-space: nowrap; }
.site-nav .submenu a::before, .site-nav .submenu a::after { content: none; display: none; }
.site-nav .submenu a:hover { background: var(--c-purple-soft); color: var(--c-purple); }
.site-nav .submenu .is-current a { color: var(--c-purple); background: var(--c-purple-soft); }

/* ===== Solutions dropdown (mobile) ===== */
.mobile-nav__links .m-menu__has-sub { border-bottom: 1px solid var(--line); }
.mobile-nav__links .m-menu__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mobile-nav__links .m-menu__has-sub > .m-menu__row > a { border-bottom: none; flex: 1; }
.mobile-nav__links .m-menu__toggle {
	background: var(--c-paper-2); border: none; width: 40px; height: 40px; border-radius: 10px;
	display: grid; place-items: center; color: var(--c-ink-2); flex-shrink: 0; cursor: pointer;
	opacity: 0; transform: translateX(20px); transition: opacity .4s, transform .25s var(--ease);
}
.mobile-nav.is-open .mobile-nav__links .m-menu__toggle { opacity: 1; transform: none; transition-delay: .22s; }
.mobile-nav__links .m-menu__toggle .menu-chevron { display: inline-flex; transition: transform .25s var(--ease); }
.mobile-nav__links .m-menu__toggle .menu-chevron svg { width: 22px; height: 22px; }
.mobile-nav__links .m-menu__has-sub.is-open .m-menu__toggle .menu-chevron { transform: rotate(180deg); }
.mobile-nav__links .m-submenu { list-style: none; margin: 0; padding: 0; max-height: 0; overflow: hidden; transition: max-height .32s var(--ease); }
.mobile-nav__links .m-menu__has-sub.is-open .m-submenu { max-height: 320px; }
.mobile-nav__links .m-submenu a { font-size: 1.05rem; font-weight: 600; padding: 11px 4px 11px 18px; color: var(--c-text); border-bottom: none; opacity: 1; transform: none; }
.mobile-nav__links .m-submenu li:last-child a { padding-bottom: 20px; }
.mobile-nav__links .m-submenu a:hover { color: var(--c-purple); }

/* ===== Service pages ===== */
.prob-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 8px; }
.prob-card { flex: 0 1 300px; display: flex; align-items: center; gap: 14px; padding: 20px 22px; border-radius: var(--radius); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.prob-card__icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; background: #fdeee9; color: #e07a4f; }
.prob-card__icon svg { width: 27px; height: 27px; }
.prob-card__label { font-weight: 600; color: var(--c-ink-2); font-size: .98rem; line-height: 1.4; }

.feat-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 8px; }
.feat-card { flex: 0 1 244px; display: flex; align-items: center; gap: 14px; padding: 20px 22px; border-radius: var(--radius); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.feat-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.feat-card__icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); }
.feat-card__icon svg { width: 27px; height: 27px; }
.feat-card__label { font-weight: 700; color: var(--c-ink-2); font-size: .98rem; }

.scard-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 8px; }
.scard { flex: 0 1 340px; padding: 28px 26px; border-radius: var(--radius-lg); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.scard:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.scard__icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); margin-bottom: 16px; }
.scard__icon svg { width: 30px; height: 30px; }
.scard__title { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.scard__desc { color: var(--c-text); line-height: 1.6; font-size: .96rem; }

.svc-stack { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }
.svc-chip { display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border-radius: 999px; background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); font-weight: 700; color: var(--c-ink-2); font-size: .98rem; }
.svc-chip__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--grad-btn); }

.svc-flow { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.svc-flow__node { flex: 1; min-width: 150px; max-width: 210px; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 26px 16px; border-radius: var(--radius); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.svc-flow__icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-btn); color: #fff; }
.svc-flow__icon svg { width: 29px; height: 29px; }
.svc-flow__label { font-weight: 700; color: var(--c-ink-2); font-size: .95rem; }
.svc-flow__arrow { display: grid; place-items: center; color: var(--c-purple-500); align-self: center; }
.svc-flow__arrow svg { width: 26px; height: 26px; }

.svc-roi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.svc-roi__card { text-align: center; padding: 38px 24px; border-radius: var(--radius-lg); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.svc-roi__metric { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.svc-roi__label { display: block; margin-top: 10px; color: var(--c-text); font-weight: 600; }

.proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 8px; }
.proof-card { border-radius: var(--radius-lg); overflow: hidden; background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.proof-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.proof-card__thumb { line-height: 0; border-bottom: 1px solid var(--line); }
.proof-card__thumb svg { width: 100%; height: auto; display: block; }
.proof-card__body { padding: 24px 24px 26px; }
.proof-card__industry { display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--c-ink-2); margin-bottom: 14px; }
.proof-card__row { display: flex; gap: 12px; align-items: flex-start; }
.proof-card__row + .proof-card__row { margin-top: 10px; }
.proof-card__tag { flex-shrink: 0; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--c-muted); background: var(--c-paper-2); padding: 4px 9px; border-radius: 6px; margin-top: 2px; }
.proof-card__tag--win { color: #16a34a; background: #eafaf0; }
.proof-card__row p { color: var(--c-text); font-size: .95rem; line-height: 1.5; }
.svc-proof__note { text-align: center; color: var(--c-muted); font-size: .9rem; margin-top: 22px; }
.svc-proof__cta { text-align: center; margin-top: 20px; }

@media (max-width: 720px) {
	.svc-roi { grid-template-columns: 1fr; }
	.svc-flow__arrow { transform: rotate(90deg); }
}

/* ===== Talk to Gias CTA ===== */
.btn--talk { padding: 8px 15px; gap: 9px; }
.btn--talk .btn__avatar { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255, 255, 255, .5); background: linear-gradient(160deg, #2e2358, #14102a); }
.btn--talk .btn__avatar img { width: 100%; height: auto; display: block; transform: scale(2.7); transform-origin: 50% 14%; }
.btn--talk.btn--lg { padding: 9px 22px; gap: 11px; }
.btn--talk.btn--lg .btn__avatar { width: 38px; height: 38px; }

/* ===== Work listing ===== */
.port-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 38px; }
.port-filter__btn { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--c-white); color: var(--c-ink-2); font-weight: 600; font-size: .92rem; cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.port-filter__btn:hover { border-color: var(--c-purple-500); color: var(--c-purple); }
.port-filter__btn.is-active { background: var(--c-ink-2); border-color: var(--c-ink-2); color: #fff; }
.work-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 26px; }
.work-card { display: flex; flex-direction: column; border-radius: var(--radius-lg); overflow: hidden; background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.work-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.work-card.is-hidden { display: none; }
.work-card__thumb { line-height: 0; overflow: hidden; border-bottom: 1px solid var(--line); }
.work-card__thumb svg, .work-card__img { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .5s var(--ease); }
.work-card:hover .work-card__thumb svg, .work-card:hover .work-card__img { transform: scale(1.03); }
.work-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.work-card__cat { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--c-purple); }
.work-card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--c-ink-2); }
.work-card__sum { color: var(--c-text); font-size: .93rem; line-height: 1.5; flex: 1; }
.work-card__more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9rem; color: var(--c-ink-2); margin-top: 4px; }
.work-card__more svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.work-card:hover .work-card__more { color: var(--c-purple); }
.work-card:hover .work-card__more svg { transform: translateX(4px); }
.work-card--shot .work-card__shot { display: block; line-height: 0; }
.work-card__bar { display: flex; align-items: center; gap: 6px; padding: 10px 13px; background: #f3f1f8; border-bottom: 1px solid var(--line); }
.work-card__bar i { width: 9px; height: 9px; border-radius: 50%; background: #d4d2e2; }
.work-card__bar i:nth-child(1) { background: #ff5f57; }
.work-card__bar i:nth-child(2) { background: #febc2e; }
.work-card__bar i:nth-child(3) { background: #28c840; }
.work-card__viewport { display: block; height: 240px; overflow: hidden; position: relative; border-bottom: 1px solid var(--line); }
.work-card__viewport img { width: 100%; display: block; transition: transform 5s linear; }
.work-card--shot:hover .work-card__viewport img { transform: translateY(calc(-100% + 240px)); }
@media (max-width: 600px) {
	.prob-card, .feat-card, .scard { flex-basis: 100%; }
	.work-card__viewport { height: 200px; }
}
.work-empty { text-align: center; color: var(--c-muted); padding: 40px 0; }

/* ===== Case study ===== */
.cs-hero { position: relative; overflow: hidden; padding: 120px 0 80px; background: linear-gradient(180deg, #0c0a1c, #100c22); }
.cs-hero__inner { position: relative; z-index: 2; max-width: 880px; }
.cs-hero__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; color: #fff; margin: 14px 0 0; }
.cs-hero__sub { color: rgba(255,255,255,.72); font-size: 1.1rem; line-height: 1.6; margin: 16px 0 0; max-width: 640px; }
.cs-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cs-shot { padding: 0; margin-top: -44px; position: relative; z-index: 3; }
.cs-shot__frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-lg); background: #fff; line-height: 0; }
.cs-shot__frame svg, .cs-shot__frame img { width: 100%; height: auto; display: block; }
.cs-meta { display: flex; flex-wrap: wrap; gap: 14px 40px; margin: 34px 4px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cs-meta__item { display: flex; flex-direction: column; gap: 3px; }
.cs-meta__item--wide { flex: 1; min-width: 240px; }
.cs-meta__k { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--c-muted); }
.cs-meta__v { font-weight: 600; color: var(--c-ink-2); }
.cs-read { position: relative; overflow: hidden; background: linear-gradient(180deg, #0d0a1e, #0b0818); padding: 84px 0; }
.cs-read__inner { position: relative; z-index: 2; }
.cs-prose h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.5rem); color: #fff; margin: 50px 0 18px; line-height: 1.12; }
.cs-prose h2:first-child { margin-top: 0; }
.cs-prose p { font-size: clamp(1.1rem, 2vw, 1.42rem); line-height: 1.7; margin: 0 0 22px; color: #fff; font-weight: 500; }
.cs-word { color: #fff; transition: opacity .1s linear; }
.cs-prose.cs-ready .cs-word { opacity: .22; }
.cs-prose.cs-ready .cs-word.is-lit { opacity: 1; }
.cs-prose a { color: #c4b5fd; text-decoration: underline; }
.cs-results__list { list-style: none; display: grid; gap: 14px; max-width: 640px; margin: 0; }
.cs-results__list li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.02rem; color: var(--c-ink-2); font-weight: 500; }
.cs-results__check { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; background: #eafaf0; color: #16a34a; margin-top: 1px; }
.cs-results__check svg { width: 15px; height: 15px; }
.cs-review-sec { padding-top: 0; }
.cs-review { position: relative; margin: 0; padding: 50px 46px 42px; border-radius: var(--radius-lg); background: var(--c-paper-2); border: 1px solid var(--line); }
.cs-review__mark { position: absolute; top: 12px; left: 30px; font-family: var(--font-display); font-size: 5rem; line-height: 1; color: var(--c-purple-500); opacity: .26; }
.cs-review__quote { position: relative; margin: 0; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.2rem, 2.4vw, 1.55rem); line-height: 1.5; color: var(--c-ink-2); }
.cs-review__by { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.cs-review__img img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; display: block; }
.cs-review__meta { display: flex; flex-direction: column; }
.cs-review__meta strong { color: var(--c-ink-2); font-size: 1rem; }
.cs-review__meta span { color: var(--c-muted); font-size: .9rem; }
.cs-back { display: inline-flex; align-items: center; gap: 6px; color: #fff; opacity: .85; }
.cs-back svg { width: 16px; height: 16px; transform: rotate(180deg); }
@media (max-width: 600px) { .cs-meta { gap: 14px 24px; } }

/* ===== Book a call widget ===== */
.bk-sec { background: linear-gradient(180deg, #faf9fd 0%, #f5f4fb 100%); }
.bk-widget { display: flex; background: var(--c-white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--sh-lg); overflow: hidden; max-width: 920px; margin: 0 auto; }
.bk-info { width: 290px; flex-shrink: 0; padding: 34px 30px; border-right: 1px solid var(--line); background: #fbfafe; }
.bk-info__avatar { display: inline-block; width: 56px; height: 56px; border-radius: 50%; overflow: hidden; border: 2px solid var(--line); }
.bk-info__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.bk-info__name { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--c-ink-2); margin: 16px 0 8px; }
.bk-info__blurb { color: var(--c-text); font-size: .92rem; line-height: 1.55; margin: 0 0 22px; }
.bk-info__meta { list-style: none; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.bk-info__meta li { display: flex; align-items: center; gap: 9px; color: var(--c-text); font-size: .9rem; font-weight: 500; }
.bk-info__meta svg { width: 17px; height: 17px; color: var(--c-purple); flex-shrink: 0; }
.bk-main { flex: 1; padding: 28px 30px; min-width: 0; }
.bk-step--cal { display: flex; gap: 26px; }
.bk-cal { flex: 1; min-width: 0; }
.bk-cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.bk-cal__title { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--c-ink-2); }
.bk-cal__nav { width: 32px; height: 32px; border-radius: 9px; border: 1px solid var(--line); background: var(--c-white); display: grid; place-items: center; cursor: pointer; color: var(--c-ink-2); transition: background .2s, border-color .2s, color .2s; }
.bk-cal__nav:hover:not(:disabled) { border-color: var(--c-purple); color: var(--c-purple); }
.bk-cal__nav:disabled { opacity: .35; cursor: default; }
.bk-cal__nav svg { width: 16px; height: 16px; }
.bk-cal__nav[data-nav='-1'] svg { transform: rotate(180deg); }
.bk-cal__dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 6px; }
.bk-cal__dow span { text-align: center; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--c-muted); }
.bk-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.bk-day { aspect-ratio: 1; border: none; background: transparent; border-radius: 10px; font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--c-ink-2); cursor: pointer; display: grid; place-items: center; position: relative; transition: background .15s, color .15s; }
.bk-day:hover:not(.is-disabled):not(.is-sel) { background: var(--c-purple-soft); color: var(--c-purple); }
.bk-day.is-disabled { color: #cdd0db; cursor: default; }
.bk-day--blank { cursor: default; }
.bk-day.is-sel { background: var(--grad-btn); color: #fff; box-shadow: 0 4px 12px rgba(124, 58, 237, .3); }
.bk-day.is-today:not(.is-sel)::after { content: ""; position: absolute; bottom: 6px; width: 4px; height: 4px; border-radius: 50%; background: var(--c-purple); }
.bk-slots { width: 188px; flex-shrink: 0; display: flex; flex-direction: column; }
.bk-slots__label { font-weight: 600; font-size: .9rem; color: var(--c-ink-2); margin: 0 0 12px; min-height: 20px; }
.bk-slots__list { display: flex; flex-direction: column; gap: 8px; max-height: 286px; overflow-y: auto; }
.bk-slot { padding: 11px; border-radius: 10px; border: 1px solid var(--line); background: var(--c-white); color: var(--c-ink-2); font-weight: 600; font-size: .92rem; cursor: pointer; transition: border-color .18s, color .18s, background .18s; }
.bk-slot:hover { border-color: var(--c-purple); color: var(--c-purple); background: var(--c-purple-soft); }
.bk-slots__none, .bk-slots__loading { color: var(--c-muted); font-size: .88rem; margin: 0; }
.bk-step--form { max-width: 440px; }
.bk-back { display: inline-flex; align-items: center; gap: 6px; background: none; border: none; color: var(--c-muted); font-weight: 600; font-size: .88rem; cursor: pointer; padding: 0; margin-bottom: 16px; }
.bk-back svg { width: 15px; height: 15px; transform: rotate(180deg); }
.bk-back:hover { color: var(--c-purple); }
.bk-form__when { font-family: var(--font-display); font-weight: 700; color: var(--c-ink-2); background: var(--c-purple-soft); border-radius: 10px; padding: 12px 16px; margin: 0 0 20px; }
.bk-field { display: block; margin-bottom: 14px; }
.bk-field span { display: block; font-weight: 600; font-size: .85rem; color: var(--c-ink-2); margin-bottom: 6px; }
.bk-field input, .bk-field textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: .95rem; color: var(--c-ink-2); background: var(--c-white); transition: border-color .2s; }
.bk-field input:focus, .bk-field textarea:focus { outline: none; border-color: var(--c-purple); }
.bk-field textarea { resize: vertical; }
.bk-form__err { color: #dc2626; font-size: .88rem; margin: 0 0 12px; }
.bk-submit { width: 100%; justify-content: center; margin-top: 4px; }
.bk-step--done { text-align: center; padding: 36px 10px; }
.bk-done__icon { width: 60px; height: 60px; border-radius: 50%; background: #eafaf0; color: #16a34a; display: inline-grid; place-items: center; margin-bottom: 18px; }
.bk-done__icon svg { width: 30px; height: 30px; }
.bk-done__title { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--c-ink-2); margin: 0 0 8px; }
.bk-done__when { font-weight: 600; color: var(--c-ink-2); margin: 0 0 6px; }
.bk-done__msg { color: var(--c-text); margin: 0; }
.bk-sec--cs { padding-top: 0; }
.cs-back-wrap { text-align: center; margin-top: 30px; }
.cs-back--light { color: var(--c-ink-2); opacity: 1; }
.cs-back--light svg { transform: rotate(180deg); }
.cs-back--light:hover { color: var(--c-purple); }
@media (max-width: 800px) {
	.bk-widget { flex-direction: column; }
	.bk-info { width: auto; border-right: none; border-bottom: 1px solid var(--line); }
	.bk-step--cal { flex-direction: column; }
	.bk-slots { width: auto; }
	.bk-slots__list { max-height: none; flex-direction: row; flex-wrap: wrap; }
	.bk-slot { flex: 1 1 calc(33% - 8px); }
}

/* ===== Purple round 2: solid metrics + single-colour headings ===== */
/* Metric numbers go dark so cards aren't double-purple (icon + number) */
.stat__num, .page-hero__stat strong, .impact__stat strong, .wins__metric, .svc-roi__metric {
	background: none; -webkit-text-fill-color: var(--c-ink-2); color: var(--c-ink-2);
}
/* Section heading accents become solid; gradient accent kept only via .grad-accent (homepage hero) */
.grad-text { background: none; -webkit-text-fill-color: var(--c-ink-2); color: var(--c-ink-2); }
.grad-accent {
	background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: transparent;
}
.is-dark .grad-text, .cs-hero__title .grad-text { -webkit-text-fill-color: #fff; color: #fff; }

/* ===== Services grid: contact card fills the empty row ===== */
.svc-card--contact {
	grid-column: span 2; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 28px;
	padding: 34px 40px; border-radius: var(--radius-lg); border: 1px solid var(--line);
	background: linear-gradient(135deg, #faf9fe, #f1eff9); box-shadow: var(--sh-sm);
}
.svc-card--contact__title { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--c-ink-2); margin: 0 0 6px; letter-spacing: -.01em; }
.svc-card--contact__desc { color: var(--c-text); font-size: .98rem; line-height: 1.55; margin: 0; max-width: 480px; }
.svc-card--contact .btn { flex-shrink: 0; }
@media (max-width: 768px) {
	.svc-card--contact { grid-column: auto; flex-direction: column; align-items: flex-start; gap: 20px; padding: 28px; }
}

/* ===== Service "what's included" collapsible pricing ===== */
.svc-incl__pricewrap { text-align: center; margin-bottom: 34px; }
.svc-incl__price { display: inline-flex; align-items: baseline; gap: 11px; flex-wrap: wrap; justify-content: center; padding: 13px 28px; border-radius: 999px; background: var(--c-purple-soft); border: 1px solid var(--line); }
.svc-incl__price-label { font-family: var(--font-display); font-weight: 600; color: var(--c-muted); font-size: .95rem; }
.svc-incl__price-amt { font-family: var(--font-display); font-weight: 800; font-size: 1.55rem; color: var(--c-ink-2); letter-spacing: -.02em; }
.svc-incl__price-note { font-size: .88rem; color: var(--c-text); }
.incl-acc-list { display: flex; flex-direction: column; gap: 14px; max-width: 820px; margin: 0 auto; }
.incl-acc { border: 1px solid var(--line); border-radius: var(--radius); background: var(--c-white); box-shadow: var(--sh-sm); overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.incl-acc.is-open { border-color: rgba(124, 58, 237, .3); box-shadow: var(--sh-md); }
.incl-acc__head { width: 100%; display: flex; align-items: center; gap: 16px; padding: 18px 22px; text-align: left; }
.incl-acc__ic { flex-shrink: 0; width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); }
.incl-acc__ic svg { width: 25px; height: 25px; }
.incl-acc__ht { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.incl-acc__title { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; color: var(--c-ink-2); }
.incl-acc__sub { font-size: .9rem; color: var(--c-muted); }
.incl-acc__chev { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #f1eff8; color: var(--c-purple); transition: transform .3s var(--ease), background .3s, color .3s; }
.incl-acc__chev svg { width: 18px; height: 18px; }
.incl-acc.is-open .incl-acc__chev { background: var(--grad-btn); color: #fff; transform: rotate(135deg); }
.incl-acc__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.incl-acc.is-open .incl-acc__body { grid-template-rows: 1fr; }
.incl-acc__body-inner { overflow: hidden; }
.incl-acc__items { list-style: none; margin: 0; padding: 2px 24px 24px 86px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; }
.incl-acc__items li { display: flex; align-items: flex-start; gap: 9px; font-size: .94rem; color: var(--c-text); line-height: 1.45; }
.incl-acc__items li svg { flex-shrink: 0; width: 17px; height: 17px; color: #16a34a; margin-top: 2px; }
.svc-incl__foot { text-align: center; color: var(--c-muted); font-size: .92rem; margin-top: 28px; }
@media (max-width: 680px) {
	.incl-acc__items { grid-template-columns: 1fr; padding: 2px 22px 22px 22px; }
	.incl-acc__head { gap: 13px; padding: 16px 18px; }
}

/* ===== Agency vs me comparison ===== */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 980px; margin: 0 auto; }
.compare__col { border-radius: var(--radius-lg); padding: 30px 30px 34px; border: 1px solid rgba(255, 255, 255, .12); }
.compare__col--them { background: rgba(255, 255, 255, .03); }
.compare__col--me { background: linear-gradient(180deg, rgba(124, 58, 237, .2), rgba(124, 58, 237, .05)); border-color: rgba(168, 85, 247, .45); box-shadow: 0 20px 50px rgba(124, 58, 237, .25); }
.compare__label { display: inline-flex; align-items: center; font-family: var(--font-display); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; padding: 7px 16px; border-radius: 999px; margin-bottom: 22px; }
.compare__col--them .compare__label { background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .72); }
.compare__col--me .compare__label { background: var(--grad-btn); color: #fff; }
.compare__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.compare__col li { display: flex; align-items: flex-start; gap: 12px; font-size: 1.02rem; line-height: 1.42; }
.compare__col--me li { color: rgba(255, 255, 255, .9); }
.compare__col--them li { color: rgba(255, 255, 255, .55); }
.compare__ic { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }
.compare__col--them .compare__ic { background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .45); }
.compare__col--me .compare__ic { background: rgba(52, 211, 153, .18); color: #6ee7b7; }
.compare__ic svg { width: 15px; height: 15px; }
@media (max-width: 760px) { .compare { grid-template-columns: 1fr; } }

/* ===== Case-study cards (homepage + work) ===== */
.casecard-list { display: flex; flex-direction: column; gap: 60px; }
.casecard { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.casecard.is-hidden { display: none; }
.casecard--flip .casecard__shot { order: 2; }
.casecard__shot { display: block; position: relative; }
.casecard__frame { position: relative; display: block; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 30px 70px rgba(35, 25, 70, .16); border: 1px solid var(--line); transition: box-shadow .4s var(--ease), transform .4s var(--ease); }
.casecard:hover .casecard__frame { box-shadow: 0 38px 90px rgba(35, 25, 70, .24); transform: translateY(-4px); }
.casecard__bar { display: flex; align-items: center; gap: 6px; padding: 12px 15px; background: #f3f1f8; border-bottom: 1px solid var(--line); }
.casecard__bar i { width: 11px; height: 11px; border-radius: 50%; background: #d4d2e2; }
.casecard__bar i:nth-child(1) { background: #ff5f57; }
.casecard__bar i:nth-child(2) { background: #febc2e; }
.casecard__bar i:nth-child(3) { background: #28c840; }
.casecard__viewport { display: block; height: 460px; overflow: hidden; position: relative; }
.casecard__viewport img { width: 100%; display: block; transition: transform 5.5s linear; }
.casecard:hover .casecard__viewport img { transform: translateY(calc(-100% + 460px)); }
.casecard__body { display: flex; flex-direction: column; }
.casecard__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.35rem); color: var(--c-ink-2); letter-spacing: -.02em; margin: 0 0 16px; }
.casecard__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.casecard__tag { font-family: var(--font-display); font-weight: 600; font-size: .82rem; padding: 7px 15px; border-radius: 999px; }
.casecard__tag--0 { color: var(--c-purple-700); background: #f3effb; }
.casecard__tag--1 { color: #b45309; background: #fdf3e8; }
.casecard__tag--2 { color: #0e7490; background: #e9f5f8; }
.casecard__summary { margin: 0 0 18px; color: var(--c-text); font-size: 1rem; line-height: 1.6; }
.casecard__review { position: relative; margin: 0 0 4px; padding: 24px 26px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--c-white); box-shadow: var(--sh-sm); }
.casecard__review::before { content: "\201C"; position: absolute; top: 4px; left: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 3.6rem; line-height: 1; color: var(--c-purple); opacity: .16; }
.casecard__quote { margin: 0 0 18px; padding: 0; border: 0; color: var(--c-ink-2); font-size: 1.04rem; line-height: 1.62; font-style: italic; }
.casecard__reviewer { display: flex; align-items: center; gap: 13px; }
.casecard__rev-photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.casecard__rev-photo--init { display: grid; place-items: center; background: var(--c-purple); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; }
.casecard__rev-meta { display: flex; flex-direction: column; line-height: 1.3; }
.casecard__rev-name { font-family: var(--font-display); font-weight: 700; color: var(--c-ink-2); font-size: .98rem; }
.casecard__rev-desig { color: var(--c-muted); font-size: .85rem; }
.casecard__open { align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 11px 14px 11px 22px; border-radius: 999px; background: var(--c-ink-2); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .92rem; box-shadow: var(--sh-md); transition: transform .3s var(--ease), background .3s; }
.casecard__open-ic { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 255, 255, .14); }
.casecard__open svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.casecard__open:hover { background: var(--c-purple); transform: translateY(-2px); }
.casecard__open:hover svg { transform: translateX(3px); }
@media (max-width: 860px) {
	.casecard { grid-template-columns: 1fr; gap: 26px; }
	.casecard--flip .casecard__shot { order: 0; }
	.casecard__viewport { height: 320px; }
	.casecard-list { gap: 44px; }
}
.port-allcta { text-align: center; margin-top: 50px; }

/* ===== Homepage rhythm + polish pass ===== */
/* Larger service cards (2-col) */
.svc-card { padding: 40px 38px; }
.svc-card .svc-card__num { font-size: 2.2rem; top: 28px; right: 32px; }
.svc-card:hover .svc-card__num { color: rgba(46, 44, 54, .26); }
.svc-card__icon { width: 66px; height: 66px; border-radius: 18px; margin-bottom: 24px; }
.svc-card__icon svg { width: 34px; height: 34px; }
.svc-card__title { font-size: 1.55rem; }
.svc-card__desc { font-size: 1.04rem; }

/* FAQ: neutral / black accents instead of purple */
.faq-item::before { background: #2a2733; }
.faq-item:hover { border-color: rgba(27, 20, 48, .2); }
.faq-item.is-open { border-color: rgba(27, 20, 48, .28); background: linear-gradient(180deg, #ffffff 0%, #f6f6f8 100%); }
.faq-item.is-open .faq-item__q button { color: var(--c-ink-2); }
.faq-item.is-open .faq-item__icon { background: #2a2733; color: #fff; }

/* Case-study cards: each in its own bordered, shadowed panel */
.casecard-list { gap: 44px; }
.casecard { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--c-white); box-shadow: 0 18px 50px rgba(35, 25, 70, .1); }
.casecard__frame { box-shadow: 0 12px 30px rgba(35, 25, 70, .1); }
.casecard:hover .casecard__frame { box-shadow: 0 18px 44px rgba(35, 25, 70, .16); }
@media (max-width: 860px) { .casecard { padding: 18px; } }

/* Quote wizard + enhanced confirmation */
.qf__progress { display: none; }
.qf--js .qf__progress { display: block; margin: 0 0 28px; }
.qf__bar { display: block; height: 6px; border-radius: 999px; background: var(--c-purple-soft); overflow: hidden; }
.qf__bar-fill { display: block; height: 100%; width: 33%; border-radius: 999px; background: var(--grad-btn); transition: width .4s var(--ease); }
.qf__dots { display: flex; justify-content: space-between; margin-top: 10px; }
.qf__dot { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: .8rem; background: var(--c-purple-soft); color: var(--c-purple); transition: background .3s, color .3s; }
.qf__dot.is-active { background: var(--grad-btn); color: #fff; }
.qf--js .qf__step { display: none; }
.qf--js .qf__step.is-active { display: block; animation: qfIn .35s var(--ease); }
@keyframes qfIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.qf__q { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--c-ink-2); margin: 0 0 6px; }
.qf__hint { color: var(--c-text); font-size: .95rem; margin: 0 0 20px; }
.qf__opts--cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.qf__opt { position: relative; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--c-white); cursor: pointer; transition: border-color .2s, box-shadow .2s, transform .2s; }
.qf__opt:hover { border-color: var(--c-purple-soft); transform: translateY(-2px); box-shadow: var(--sh-sm); }
.qf__opt input { position: absolute; opacity: 0; pointer-events: none; }
.qf__opt-ic { width: 42px; height: 42px; flex-shrink: 0; border-radius: 11px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); transition: background .2s, color .2s; }
.qf__opt-ic svg { width: 24px; height: 24px; }
.qf__opt-txt { display: flex; flex-direction: column; line-height: 1.3; }
.qf__opt-t { font-weight: 700; color: var(--c-ink-2); font-size: .98rem; }
.qf__opt-d { color: var(--c-muted); font-size: .82rem; }
.qf__opt-tick { position: absolute; top: 12px; right: 12px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-btn); color: #fff; opacity: 0; transform: scale(.6); transition: opacity .2s, transform .2s; }
.qf__opt-tick svg { width: 14px; height: 14px; }
.qf__opt.is-chosen { border-color: var(--c-purple); box-shadow: 0 0 0 3px rgba(124, 58, 237, .12); }
.qf__opt.is-chosen .qf__opt-ic { background: var(--grad-btn); color: #fff; }
.qf__opt.is-chosen .qf__opt-tick { opacity: 1; transform: scale(1); }
.qf__field { margin: 0 0 18px; }
.qf__label { display: block; font-weight: 600; color: var(--c-ink-2); font-size: .9rem; margin: 0 0 10px; }
.qf__label i { color: var(--c-purple); font-style: normal; }
.qf__opts--chips { display: flex; flex-wrap: wrap; gap: 10px; }
.qf__chip { position: relative; padding: 9px 18px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--c-white); cursor: pointer; font-weight: 600; font-size: .9rem; color: var(--c-ink-2); transition: border-color .2s, background .2s, color .2s; }
.qf__chip:hover { border-color: var(--c-purple-soft); }
.qf__chip input { position: absolute; opacity: 0; pointer-events: none; }
.qf__chip.is-chosen { border-color: var(--c-purple); background: var(--c-purple); color: #fff; }
.qf__field--full textarea { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--c-white); font: inherit; color: var(--c-ink-2); resize: vertical; transition: border-color .2s, box-shadow .2s; }
.qf__field--full textarea:focus { outline: none; border-color: var(--c-purple); box-shadow: 0 0 0 3px rgba(124, 58, 237, .1); }
.qf__nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 26px; }
.qf__nav--end { justify-content: flex-end; }
.qf__back { display: inline-flex; align-items: center; gap: 7px; background: none; border: 0; color: var(--c-text); font-family: var(--font-display); font-weight: 600; font-size: .92rem; cursor: pointer; padding: 8px 4px; transition: color .2s; }
.qf__back:hover { color: var(--c-purple); }
.qf__back svg { width: 16px; height: 16px; transform: rotate(180deg); }
.qf__next svg { width: 16px; height: 16px; }
.qf .is-invalid { border-color: #e25555 !important; box-shadow: 0 0 0 3px rgba(226, 85, 85, .12) !important; }
.qf__err { color: #c0392b; font-size: .9rem; margin: 14px 0 0; }
.inquiry__done { text-align: center; padding: 40px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--c-white); box-shadow: var(--sh-sm); }
.inquiry__done-ic { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; background: var(--grad-btn); color: #fff; }
.inquiry__done-ic svg { width: 32px; height: 32px; }
.inquiry__done-title { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--c-ink-2); margin: 0 0 10px; }
.inquiry__done-msg { color: var(--c-text); font-size: 1rem; line-height: 1.6; max-width: 440px; margin: 0 auto 26px; }
.inquiry__done-wa { padding-top: 24px; border-top: 1px solid var(--line); }
.inquiry__done-wa-q { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--c-ink-2); margin: 0 0 14px; }
.inquiry__done-wa-q svg { width: 18px; height: 18px; color: #25d366; }
@media (max-width: 560px) {
	.qf__opts--cards { grid-template-columns: 1fr; }
	.qf__q { font-size: 1.25rem; }
}

/* WebP picture wrapper stays layout-neutral */
picture { display: contents; }

/* Blog post layout */
.post-hero__cat { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: #d6c9fb; margin-bottom: 14px; }
.post-hero__cat:hover { color: #fff; }
.post-hero__title { max-width: 17ch; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px; color: rgba(255, 255, 255, .75); font-size: .92rem; }
.post-meta__author { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 600; }
.post-meta__avatar img { width: 34px; height: 34px; border-radius: 50%; display: block; }
.post-meta__read { display: inline-flex; align-items: center; gap: 6px; }
.post-meta__read svg { width: 15px; height: 15px; }
.post-meta__sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255, 255, 255, .4); }
.post { padding-top: clamp(36px, 5vw, 60px); }
.post__hero-img { margin: 0 0 36px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-md); }
.post__hero-img img { width: 100%; display: block; }
.post__hero-img figcaption { font-size: .85rem; color: var(--c-muted); padding: 10px 4px 0; text-align: center; }
.post__hero-img--svg { box-shadow: none; }
.post__tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 36px 0 0; }
.post__tag { font-weight: 600; font-size: .85rem; padding: 7px 14px; border-radius: 999px; background: var(--c-purple-soft); color: var(--c-purple-700); transition: background .2s, color .2s; }
.post__tag:hover { background: var(--c-purple); color: #fff; }
.post__share { display: flex; align-items: center; gap: 10px; margin: 28px 0 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.post__share-label { font-weight: 700; color: var(--c-ink-2); font-size: .9rem; margin-right: 4px; }
.post__share-btn { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); transition: transform .25s var(--ease), background .25s, color .25s; }
.post__share-btn:hover { transform: translateY(-3px); background: var(--c-purple); color: #fff; }
.post__share-btn svg { width: 18px; height: 18px; }
.post__author { display: flex; gap: 20px; align-items: flex-start; margin: 36px 0 0; padding: 28px; border-radius: var(--radius-lg); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.post__author-pic img { width: 72px; height: 72px; border-radius: 50%; display: block; }
.post__author-ey { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--c-purple); }
.post__author-name { display: block; font-family: var(--font-display); font-size: 1.25rem; color: var(--c-ink-2); margin: 2px 0 8px; }
.post__author-bio { color: var(--c-text); line-height: 1.6; font-size: .96rem; margin: 0 0 16px; }
.post__author-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.post__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px 0 0; }
.post__nav-link { display: flex; flex-direction: column; gap: 6px; padding: 20px 22px; border-radius: var(--radius); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform .25s var(--ease), box-shadow .25s; }
.post__nav-link:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.post__nav-link--next { text-align: right; align-items: flex-end; }
.post__nav-dir { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--c-purple); }
.post__nav-dir svg { width: 15px; height: 15px; }
.post__nav-link--prev .post__nav-dir svg { transform: rotate(180deg); }
.post__nav-t { font-family: var(--font-display); font-weight: 700; color: var(--c-ink-2); font-size: 1rem; line-height: 1.35; }
.post__related-wrap { margin-top: clamp(50px, 7vw, 80px); }
.post__comments { margin-top: 50px; }
@media (max-width: 680px) {
	.post__author { flex-direction: column; gap: 14px; }
	.post__nav { grid-template-columns: 1fr; }
	.post__nav-link--next { text-align: left; align-items: flex-start; }
	.post__nav-link--next .post__nav-dir { flex-direction: row-reverse; }
}

/* Related services cross-links (service pages) */
.svc-related__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 8px; }
.svc-related__card { flex: 0 1 320px; display: flex; flex-direction: column; padding: 26px; border-radius: var(--radius-lg); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.svc-related__card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.svc-related__ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); margin-bottom: 16px; }
.svc-related__ic svg { width: 28px; height: 28px; }
.svc-related__t { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; color: var(--c-ink-2); margin-bottom: 8px; }
.svc-related__d { color: var(--c-text); line-height: 1.55; font-size: .95rem; flex: 1; }
.svc-related__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--c-purple); }
.svc-related__more svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.svc-related__card:hover .svc-related__more svg { transform: translateX(4px); }
@media (max-width: 600px) { .svc-related__card { flex-basis: 100%; } }

/* Rich feature cards (with clarifications) + price-factor cards */
.feat-card__txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.feat-card--rich { flex-basis: 300px; align-items: flex-start; }
.feat-card--rich .feat-card__icon { margin-top: 2px; }
.feat-card__desc { color: var(--c-text); font-size: .86rem; line-height: 1.5; font-weight: 400; }
.pricefac-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 8px; }
.pricefac { flex: 0 1 270px; padding: 26px 24px; border-radius: var(--radius); background: var(--c-white); border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.pricefac:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.pricefac__ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--c-purple-soft); color: var(--c-purple); margin-bottom: 14px; }
.pricefac__ic svg { width: 26px; height: 26px; }
.pricefac__t { font-size: 1.06rem; font-weight: 700; color: var(--c-ink-2); margin-bottom: 7px; }
.pricefac__d { color: var(--c-text); font-size: .92rem; line-height: 1.55; margin: 0; }
.svc-price__note { display: inline-flex; align-items: center; gap: 8px; justify-content: center; }
.svc-price__note svg { width: 17px; height: 17px; color: var(--c-purple); flex-shrink: 0; }
@media (max-width: 600px) { .feat-card--rich, .pricefac { flex-basis: 100%; } }
