:root {
    --ink: #07111f;
    --ink-2: #0b1a2d;
    --paper: #f7f5ee;
    --white: #ffffff;
    --muted: #aab6c8;
    --text-color: #ffffff;
    --accent: #30fd28;
    --line: rgba(255, 255, 255, 0.14);
    --lime: #30fd28;
    --pink: #ff3da7;
    --cyan: #16dcff;
    --orange: #ff7a18;
    --purple: #8f67ff;
    --yellow: #ffe14d;
    --display: "Syne", sans-serif;
    --body: "Manrope", sans-serif;
    --layout: min(1180px, calc(100vw - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.layout { width: var(--layout); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; background: var(--lime); color: var(--ink); font-weight: 800; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 16px 0; transition: padding .3s ease, background .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { padding: 9px 0; background: rgba(7, 17, 31, .82); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; position: relative; z-index: 2; width: 145px; height: 59px; overflow: hidden; background: #000; }
.brand img { position: absolute; display: block; width: 201px; max-width: none; height: auto; left: -22px; top: -32px; }
.main-nav ul { display: flex; align-items: center; gap: 7px; margin: 0; padding: 0; list-style: none; }
.main-nav a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; color: #dbe4f1; font-size: .82rem; font-weight: 700; border-radius: 999px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.main-nav a:hover { color: var(--white); background: rgba(255,255,255,.08); }
.main-nav .nav-cta { margin-left: 5px; background: var(--lime); color: #06150a; padding-inline: 18px; }
.main-nav .nav-cta:hover { background: var(--white); color: var(--ink); transform: translateY(-2px); }
.mobile-menu-toggle { display: none; background: none; border: 0; padding: 8px; position: relative; z-index: 2; }
.mobile-menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--white); transition: .25s ease; }

.hero { position: relative; min-height: 100vh; padding: 142px 0 68px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: radial-gradient(circle at 72% 30%, rgba(22, 220, 255, .1), transparent 32%), var(--ink); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000 0%, transparent 88%); }
.hero-aurora { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .28; animation: breathe 7s ease-in-out infinite; }
.hero-aurora--pink { width: 420px; height: 420px; background: var(--pink); left: -220px; top: 18%; }
.hero-aurora--cyan { width: 500px; height: 500px; background: var(--cyan); right: -260px; bottom: 0; animation-delay: -3s; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: clamp(42px, 5vw, 66px); }
.hero-copy { position: relative; padding-block: 30px; }
.eyebrow, .kicker { margin: 0 0 17px; font-size: .74rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--cyan); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(48,253,40,.12), 0 0 20px var(--lime); }
.hero h1, h2, h3 { font-family: var(--display); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.15rem, 5vw, 5.2rem); line-height: .91; letter-spacing: -.065em; font-weight: 800; }
.hero-highlight { display: block; color: var(--lime); position: relative; width: fit-content; }
.hero-highlight::after { content: ""; position: absolute; left: 2%; right: -3%; bottom: -10px; height: 5px; background: var(--pink); transform: rotate(-1.2deg); box-shadow: 0 0 22px rgba(255,61,167,.6); }
.hero h1 em { display: block; margin-top: 27px; color: var(--white); font-size: .55em; font-style: normal; letter-spacing: -.05em; line-height: 1.02; }
.hero-lead { max-width: 610px; margin: 34px 0 0; color: #c5cfdd; font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: 12px; font-size: .9rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--lime { background: var(--lime); color: #06130a; box-shadow: 0 12px 34px rgba(48,253,40,.18); }
.button--lime:hover { background: #78ff72; box-shadow: 0 16px 44px rgba(48,253,40,.28); }
.button--ghost { color: var(--white); border-color: var(--line); background: rgba(255,255,255,.04); }
.button--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.32); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #13223a; }
.button--full { width: 100%; }
.hero-status { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; color: #9facc0; font-size: .73rem; font-weight: 700; }
.hero-status span { display: inline-flex; align-items: center; gap: 8px; }
.hero-status span:not(:first-child)::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #53627a; }
.status-live { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); animation: live 1.5s ease-in-out infinite; }
.copy-detection { position: absolute; border: 2px solid; pointer-events: none; opacity: .52; }
.copy-detection span, .detect-box span, .cost-detection span, .contact-mini-detection span { position: absolute; left: -2px; top: -25px; padding: 3px 7px; color: var(--ink); font: 700 .68rem/1 var(--body); white-space: nowrap; }
.copy-detection--one { width: 108px; height: 70px; right: 8%; top: -10px; border-color: var(--pink); }
.copy-detection--one span { background: var(--pink); }
.copy-detection--two { width: 64px; height: 58px; left: -30px; bottom: 10px; border-color: var(--cyan); }
.copy-detection--two span { background: var(--cyan); }

.hero-visual { position: relative; transition: transform .25s ease-out; }
.visual-chrome { border: 1px solid rgba(255,255,255,.18); border-radius: 24px; overflow: hidden; background: #0c1727; box-shadow: 0 45px 100px rgba(0,0,0,.45), 0 0 80px rgba(22,220,255,.08); transform: rotate(1.8deg); }
.visual-toolbar, .visual-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 14px; font-size: .62rem; font-weight: 800; letter-spacing: .08em; color: #93a3b7; }
.visual-toolbar span:first-child { color: #d9e5f5; }
.visual-toolbar i, .demo-screen__top i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 5px; background: #ff405f; box-shadow: 0 0 12px #ff405f; }
.visual-footer span:first-child { color: var(--lime); }
.hero-scene { position: relative; aspect-ratio: 1.15 / 1; overflow: hidden; }
.hero-scene::after, .demo-video-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(transparent 50%, rgba(0,0,0,.12) 50%); background-size: 100% 4px; mix-blend-mode: overlay; }
.hero-scene img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 50%; transform: scale(1.03); }
.scan-line { position: absolute; z-index: 3; left: 0; right: 0; height: 2px; top: 12%; background: var(--cyan); box-shadow: 0 0 18px 3px var(--cyan); opacity: .75; animation: scan 4.8s ease-in-out infinite; }
.detect-box { position: absolute; z-index: 4; border: 2px solid; }
.detect-box--pink { border-color: var(--pink); }.detect-box--pink span { background: var(--pink); }
.detect-box--cyan { border-color: var(--cyan); }.detect-box--cyan span { background: var(--cyan); }
.detect-box--lime { border-color: var(--lime); }.detect-box--lime span { background: var(--lime); }
.detect-box--person { left: 45%; top: 31%; width: 24%; height: 42%; }
.detect-box--data { left: 36%; top: 8%; width: 24%; height: 23%; }
.detect-box--action { right: 2.5%; bottom: 8%; width: 20%; height: 34%; }
.floating-alert { position: absolute; z-index: 8; left: -35px; bottom: 28px; width: min(310px, 75%); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 13px; border: 1px solid rgba(255,255,255,.32); border-radius: 16px; background: rgba(10,22,38,.92); box-shadow: 0 20px 60px rgba(0,0,0,.45); backdrop-filter: blur(14px); animation: float 4s ease-in-out infinite; }
.floating-alert__icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--pink); color: white; font-weight: 900; }
.floating-alert small, .floating-alert p { display: block; margin: 0; color: #8f9db0; font-size: .62rem; }
.floating-alert strong { display: block; font-size: .78rem; }
.floating-alert__confidence { color: var(--lime); font-size: .75rem; font-weight: 800; }
.ticker { position: relative; z-index: 3; margin-top: clamp(70px, 8vw, 105px); border-block: 1px solid rgba(255,255,255,.14); overflow: hidden; transform: rotate(-1.2deg) scale(1.02); background: var(--pink); color: var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 25px; padding: 9px 0; font: 800 .78rem/1 var(--display); text-transform: uppercase; letter-spacing: .1em; animation: ticker 24s linear infinite; }
.ticker-track b { color: var(--yellow); font-size: .7rem; }

.trust { background: var(--paper); color: var(--ink); padding: 92px 0 88px; }
.trust-head { display: grid; grid-template-columns: .8fr 1.55fr .8fr; gap: 40px; align-items: start; margin-bottom: 55px; }
.trust-head .kicker { color: #52606c; }
.trust-head h2 { margin: 0; max-width: 750px; font-size: clamp(2rem,4vw,4rem); line-height: 1; letter-spacing: -.05em; }
.trust-head h2 span { color: var(--pink); }
.trust-head > p:last-child { margin: 4px 0 0; color: #66717e; font-size: .9rem; }
.logo-marquee { overflow: hidden; border: 2px solid var(--ink); border-radius: 18px; background: var(--white); }
.logo-track { display: flex; align-items: center; gap: 42px; width: max-content; padding: 22px 38px; animation: ticker 34s linear infinite; }
.logo-track img { width: 105px; height: 54px; object-fit: contain; filter: grayscale(1); opacity: .75; transition: filter .2s, opacity .2s, transform .2s; }
.logo-track img:hover { filter: none; opacity: 1; transform: scale(1.08); }

.live-demo, .process-section, .faq-section { position: relative; padding: clamp(92px, 10vw, 150px) 0; }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-intro h2, .demo-copy h2, .cost-copy h2, .faq-heading h2, .contact-copy h2 { margin: 0; font-size: clamp(2.65rem, 5.4vw, 5.2rem); line-height: .98; letter-spacing: -.06em; }
.section-intro h2 span, .demo-copy h2 span, .cost-copy h2 span, .faq-heading h2 span, .contact-copy h2 span { color: var(--lime); }
.section-intro > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 1rem; }
.kicker { color: #7e8da2; }.kicker--cyan { color: var(--cyan); }.kicker--pink { color: var(--pink); }.kicker--orange { color: var(--orange); }.kicker--lime { color: var(--lime); }
.solutions-section { position: relative; padding: clamp(92px,10vw,150px) 0; overflow: hidden; background: var(--paper); color: var(--ink); }
.solutions-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(7,17,31,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(7,17,31,.045) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom,#000,transparent 78%); }
.solutions-section .layout { position: relative; z-index: 1; }
.solutions-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: clamp(35px,7vw,95px); margin-bottom: 58px; }
.solutions-heading .kicker { color: #586575; }
.solutions-heading h2 { margin: 0; font-size: clamp(2.7rem,5.6vw,5.5rem); line-height: .94; letter-spacing: -.065em; }
.solutions-heading h2 span { color: var(--pink); }
.solutions-heading__aside { padding: 24px; border: 2px solid var(--ink); border-radius: 20px; background: var(--cyan); box-shadow: 8px 8px 0 var(--ink); }
.solutions-heading__aside strong { display: block; font: 800 clamp(2.2rem,4vw,4rem)/.9 var(--display); }
.solutions-heading__aside p { margin: 13px 0 0; font-size: .85rem; font-weight: 700; line-height: 1.55; }
.solutions-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.solution-card { --solution-accent: var(--pink); min-width: 0; overflow: hidden; border: 2px solid var(--ink); border-radius: 22px; background: var(--white); box-shadow: 8px 8px 0 var(--solution-accent); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-7px) rotate(-.35deg); box-shadow: 13px 13px 0 var(--solution-accent); }
.solution-card--pink { --solution-accent: var(--pink); }.solution-card--cyan { --solution-accent: var(--cyan); }.solution-card--lime { --solution-accent: var(--lime); }.solution-card--orange { --solution-accent: var(--orange); }.solution-card--purple { --solution-accent: var(--purple); }
.solution-media { position: relative; aspect-ratio: 4/3; overflow: hidden; border-bottom: 2px solid var(--ink); background: var(--ink-2); }
.solution-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top,rgba(7,17,31,.26),transparent 52%),linear-gradient(transparent 50%,rgba(0,0,0,.09) 50%); background-size: auto,100% 4px; mix-blend-mode: multiply; }
.solution-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.solution-card:hover .solution-media img { transform: scale(1.045); }
.solution-signal { position: absolute; z-index: 3; left: 12px; top: 12px; padding: 4px 8px; background: var(--solution-accent); color: var(--ink); font-size: .62rem; line-height: 1; font-weight: 900; }
.solution-target { position: absolute; z-index: 2; right: 8%; bottom: 11%; width: 28%; height: 32%; border: 2px solid var(--solution-accent); opacity: .85; }
.solution-body { display: flex; flex-direction: column; min-height: 300px; padding: 23px 22px 24px; }
.solution-meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 24px; color: #657181; font-size: .65rem; line-height: 1.2; letter-spacing: .12em; font-weight: 900; text-transform: uppercase; }
.solution-meta span:first-child { color: var(--solution-accent); -webkit-text-stroke: 1px var(--ink); paint-order: stroke fill; }
.solution-body h3 { margin: 0 0 12px; font-size: clamp(1.35rem,2.2vw,1.75rem); line-height: 1.02; letter-spacing: -.04em; }
.solution-body p { margin: 0; color: #5e6875; font-size: .83rem; line-height: 1.6; }
.solution-body a { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; padding-top: 24px; color: var(--ink); font-size: .78rem; font-weight: 900; border-bottom: 2px solid var(--solution-accent); }
.solutions-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 58px; padding: clamp(25px,4vw,42px); border: 2px solid var(--ink); border-radius: 24px; background: var(--orange); box-shadow: 11px 11px 0 var(--pink); }
.solutions-cta p { margin: 0; font-size: clamp(1rem,2vw,1.35rem); }.solutions-cta strong { font-family: var(--display); }

.live-demo { overflow: hidden; background: #0d1a2a; }
.live-demo::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: var(--purple); filter: blur(140px); opacity: .12; right: -200px; top: -250px; }
.demo-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.demo-copy h2 { font-size: clamp(2.5rem,4.7vw,4.5rem); }
.demo-copy h2 span { color: var(--pink); }
.demo-copy > p:not(.kicker) { margin: 28px 0; color: var(--muted); max-width: 510px; }
.feature-list { margin: 0 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: flex; gap: 18px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; font-size: .9rem; }
.feature-list span { color: var(--cyan); font-size: .68rem; }
.text-link { color: var(--lime); font-weight: 800; font-size: .9rem; }
.demo-screen { position: relative; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: #07101d; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,.35); }
.demo-screen__top, .demo-screen__bottom { display: flex; justify-content: space-between; gap: 15px; padding: 12px 15px; color: #9aabc1; font-size: .6rem; letter-spacing: .08em; font-weight: 800; }
.demo-screen__top span:first-child { color: var(--white); }
.demo-screen__bottom { justify-content: flex-start; gap: 24px; }
.demo-video-wrap { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.demo-video-wrap video { width: 100%; height: 100%; object-fit: cover; display: block; }
.scan-line--video { animation-duration: 4s; }

.cost-section { position: relative; padding: clamp(92px,10vw,150px) 0; background: var(--orange); color: var(--ink); overflow: hidden; }
.cost-section::after { content: ""; position: absolute; right: -70px; top: -100px; width: 360px; height: 360px; border: 60px solid rgba(255,255,255,.15); border-radius: 50%; }
.cost-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(55px,7vw,100px); }
.cost-copy .kicker { color: rgba(7,17,31,.65); }
.cost-copy h2 span { color: var(--white); }
.cost-copy > p:not(.kicker) { max-width: 500px; margin: 28px 0; font-weight: 600; }
.cost-burst { width: 145px; height: 145px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 34px 0 0 8px; border-radius: 50%; background: var(--pink); color: white; transform: rotate(-8deg); box-shadow: 8px 8px 0 var(--ink); }
.cost-burst strong { font: 800 3.5rem/.8 var(--display); }.cost-burst span { margin-top: 9px; text-align: center; font-size: .62rem; line-height: 1.2; font-weight: 800; text-transform: uppercase; }
.cost-card { position: relative; background: var(--ink); color: var(--white); border-radius: 28px; padding: clamp(28px,4vw,48px); box-shadow: 14px 14px 0 rgba(255,255,255,.32); }
.cost-card__label { color: var(--cyan); margin-bottom: 28px; font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.cost-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.cost-row span, .cost-row small { display: block; }.cost-row span { font-weight: 800; }.cost-row small { color: #8391a5; font-size: .7rem; }
.cost-row strong { font: 800 clamp(2.2rem,4.7vw,4.3rem)/.9 var(--display); white-space: nowrap; }.cost-row strong i { color: #94a2b4; font: 700 .75rem/1 var(--body); }
.cost-row--buhooo strong { color: var(--lime); }
.cost-divider { position: relative; height: 70px; display: grid; place-items: center; }
.cost-divider::before { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--line); }
.cost-divider span { position: relative; z-index: 1; padding: 5px 10px; background: var(--pink); border-radius: 99px; font-size: .65rem; font-weight: 800; }
.cost-terms { margin: 26px 0 0; color: #c4d1df; font-size: .75rem; line-height: 1.5; }.cost-terms strong { color: var(--lime); }
.cost-note { margin: 13px 0 0; color: #7f8da0; font-size: .68rem; }
.cost-card > :not(.cost-detection) { position: relative; z-index: 1; }
.cost-detection { position: absolute; z-index: 0; width: 21%; height: 20%; right: -34px; top: -34px; border: 2px solid var(--cyan); pointer-events: none; }
.cost-detection span { background: var(--cyan); }

.process-section { background: var(--paper); color: var(--ink); }
.section-intro--center { display: block; text-align: center; }.section-intro--center h2 span { color: var(--pink); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.process-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 28px; border: 2px solid var(--ink); border-radius: 24px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.process-card:hover { transform: translateY(-7px) rotate(-.6deg); box-shadow: 10px 10px 0 var(--ink); }
.process-card--pink { background: var(--pink); }.process-card--cyan { background: var(--cyan); }.process-card--orange { background: var(--orange); }.process-card--lime { background: var(--lime); }
.process-index { font-weight: 800; font-size: .7rem; }
.process-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 42px 0 32px; border: 2px solid var(--ink); border-radius: 50%; font-size: 2rem; background: rgba(255,255,255,.35); }
.process-card h3 { margin: auto 0 12px; font-size: 1.65rem; line-height: 1; }.process-card p { margin: 0; max-width: 340px; font-size: .88rem; font-weight: 600; }
.process-label { position: absolute; right: -2px; top: 20px; padding: 4px 8px; background: var(--ink); color: white; font-size: .62rem; font-weight: 800; }

.faq-section { background: #0b1728; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,8vw,115px); align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(2.5rem,4.8vw,4.4rem); }.faq-heading h2 span { color: var(--cyan); }
.faq-art { position: relative; width: 170px; height: 130px; display: grid; place-items: center; margin-top: 45px; border: 3px solid var(--pink); color: var(--pink); }
.faq-art__eye { font-size: 4rem; }.faq-art__label { position: absolute; left: -3px; top: -27px; background: var(--pink); color: var(--ink); padding: 3px 7px; font-size: .68rem; font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; padding: 26px 0; font: 700 clamp(1rem,1.7vw,1.25rem)/1.4 var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--pink); font: 800 .68rem/1.8 var(--body); }
.faq-list summary::after { content: "+"; color: var(--lime); font: 400 1.8rem/1 var(--body); }.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 44px 25px 48px; color: var(--muted); font-size: .9rem; }

.contact-section { position: relative; padding: clamp(95px,10vw,150px) 0; background: var(--purple); color: var(--ink); overflow: hidden; }
.contact-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .45; }.contact-orb--one { width: 350px; height: 350px; background: var(--pink); left: -140px; bottom: -100px; }.contact-orb--two { width: 450px; height: 450px; background: var(--cyan); right: -180px; top: -180px; }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,7vw,105px); align-items: center; }
.contact-copy .kicker { color: rgba(7,17,31,.7); }.contact-copy h2 span { color: var(--lime); }
.contact-copy > p:not(.kicker) { margin: 28px 0; max-width: 500px; font-weight: 600; }
.contact-copy { position: relative; }.contact-mini-detection { position: absolute; width: 150px; height: 95px; border: 3px solid var(--lime); right: 5%; bottom: -70px; transform: rotate(4deg); }.contact-mini-detection span { background: var(--lime); }
.contact-form-card { background: var(--ink); color: var(--white); border: 1px solid rgba(255,255,255,.2); border-radius: 28px; padding: clamp(25px,4vw,44px); box-shadow: 14px 14px 0 var(--lime); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; color: #aebacd; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }.form-full { grid-column: 1 / -1; }
.form-email-priority { position: relative; }.corporate-email-note { margin-top: 1px; color: var(--lime); font-size: .61rem; font-weight: 900; letter-spacing: .03em; line-height: 1.35; text-transform: none; }.form-grid .address-visit-note { margin-top:2px; color:#aebacd; font-size:.66rem; font-weight:700; letter-spacing:0; line-height:1.4; text-transform:none; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #2a3b52; border-radius: 10px; outline: none; background: #101f33; color: white; padding: 12px 13px; font-size: .85rem; text-transform: none; letter-spacing: 0; transition: border .2s, box-shadow .2s; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(22,220,255,.12); }.form-grid textarea { min-height: 92px; resize: vertical; }
.contact-form-card .button { margin-top: 18px; }.contact-form-card small { display: block; text-align: center; margin-top: 12px; color: #748399; font-size: .66rem; }.contact-form-card #main-form-status-message { min-height: 18px; margin: 10px 0 0; font-size: .78rem; text-align: center; }

.site-footer { padding: 65px 0 25px; background: #040b14; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; padding-bottom: 48px; }.footer-brand { position: relative; display: block; width: 190px; height: 77px; overflow: hidden; background: #000; }.footer-brand img { position: absolute; display: block; width: 264px; max-width: none; height: auto; left: -28px; top: -42px; }.footer-main p { margin: 0; color: #7f8da1; font-size: .8rem; }.footer-main > a:last-child { color: var(--lime); font-size: .8rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #68768a; font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; }
.reveal { opacity: 1; transform: none; }.reveal.is-visible { animation: reveal-up .75s cubic-bezier(.2,.7,.2,1) both; }

@keyframes breathe { 50% { transform: scale(1.16) translate(30px, -10px); opacity: .4; } }
@keyframes live { 50% { opacity: .35; transform: scale(.72); } }
@keyframes scan { 0%,100% { top: 10%; } 50% { top: 90%; } }
@keyframes float { 50% { transform: translateY(-10px) rotate(-.6deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes reveal-up { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
    .hero { padding-top: 120px; }.hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 780px; }.hero h1 { font-size: clamp(3.4rem, 10vw, 6.5rem); }.hero-visual { width: min(780px, 94%); margin-inline: auto; }
    .trust-head { grid-template-columns: 1fr 2fr; }.trust-head > p:last-child { grid-column: 2; }
    .demo-layout, .cost-layout, .contact-layout { grid-template-columns: 1fr; }.demo-copy, .cost-copy, .contact-copy { max-width: 750px; }.cost-burst { position: static; }.contact-mini-detection { display: none; }
    .solutions-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
    :root { --layout: min(100% - 36px, 700px); }
    .site-header { padding: 8px 0; background: rgba(7,17,31,.82); backdrop-filter: blur(14px); }.brand { width: 122px; height: 50px; }.brand img { width: 170px; left: -18px; top: -27px; }.mobile-menu-toggle { display: block; cursor: pointer; }
    .main-nav { position: absolute; inset: 0; min-height: 100dvh; display: grid; place-items: center; background: #07111f; opacity: 0; visibility: hidden; transition: .25s ease; }.main-nav.mobile-open { opacity: 1; visibility: visible; }
    body.menu-open .site-header { height: 100dvh; background: #07111f; backdrop-filter: none; }
    .main-nav ul { flex-direction: column; gap: 8px; }.main-nav a { font: 700 1.45rem/1.2 var(--display); padding: 12px 18px; }.main-nav .nav-cta { margin: 14px 0 0; }
    .menu-open .mobile-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }.menu-open .mobile-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: auto; padding: 108px 0 60px; }.hero-layout { gap: 44px; }.hero-copy { padding-block: 18px 8px; }.hero h1 { font-size: clamp(2.9rem, 11.5vw, 4.7rem); line-height: .95; letter-spacing: -.05em; }.hero h1 em { margin-top: 23px; line-height: 1.08; }.hero-lead { margin-top: 30px; line-height: 1.65; }.copy-detection { display: none; }
    .visual-chrome { transform: rotate(.6deg); }.floating-alert { left: -3%; }.ticker { margin-top: 75px; }
    .trust { padding: 75px 0; }.trust-head, .section-intro { grid-template-columns: 1fr; gap: 22px; }.trust-head > p:last-child { grid-column: auto; }
    .solutions-heading { grid-template-columns: 1fr; }.solutions-heading__aside { max-width: 480px; }
    .demo-layout { gap: 55px; }.cost-burst { position: static; }.process-grid { grid-template-columns: 1fr; }.process-card { min-height: 340px; }.process-icon { margin: 34px 0 25px; }
    .faq-layout { grid-template-columns: 1fr; }.faq-heading { position: static; }.faq-art { display: none; }.footer-main { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 560px) {
    .hero { padding: 94px 0 52px; }.hero-copy { padding-block: 18px 4px; }.eyebrow { margin-bottom: 22px; font-size: .67rem; letter-spacing: .14em; }.hero h1 { font-size: clamp(2.75rem, 12vw, 3.25rem); line-height: .97; letter-spacing: -.045em; }.hero h1 em { margin-top: 24px; font-size: .57em; line-height: 1.1; }.hero-highlight::after { bottom: -8px; height: 4px; }.hero-lead { margin-top: 31px; font-size: .97rem; line-height: 1.68; }.hero-actions { flex-direction: column; margin-top: 27px; }.hero-actions .button { width: 100%; }.hero-status { gap: 10px 16px; margin-top: 24px; font-size: .69rem; }
    .hero-visual { width: 100%; }.visual-toolbar span:last-child, .visual-footer span:last-child { display: none; }.hero-scene { aspect-ratio: .95 / 1; }.floating-alert { width: 90%; left: 5%; bottom: -28px; }.detect-box--action { display: none; }.ticker { margin-top: 95px; }
    .trust, .solutions-section, .live-demo, .process-section, .faq-section, .contact-section { padding-top: 72px; padding-bottom: 72px; }
    .trust-head h2, .section-intro h2, .demo-copy h2, .cost-copy h2, .faq-heading h2, .contact-copy h2 { font-size: clamp(2.1rem, 9.5vw, 2.8rem); line-height: 1.02; letter-spacing: -.045em; }
    .solutions-heading { margin-bottom: 42px; }.solutions-heading h2 { font-size: clamp(2.2rem,10vw,3rem); line-height: .98; letter-spacing: -.05em; }.solutions-heading__aside { padding: 20px; }.solutions-heading__aside strong { font-size: clamp(1.9rem,9vw,2.5rem); }.solutions-gallery { grid-template-columns: 1fr; gap: 20px; }.solution-body { min-height: 250px; padding: 21px 18px 22px; }.solution-meta { margin-bottom: 19px; }.solutions-cta { align-items: stretch; flex-direction: column; margin-top: 46px; box-shadow: 7px 7px 0 var(--pink); }.solutions-cta .button { width: 100%; }
    .demo-screen__top span:last-child, .demo-screen__bottom span:last-child { display: none; }.demo-screen__bottom { gap: 14px; }
    .cost-card { padding: 26px 20px; }.cost-row { align-items: flex-start; flex-direction: column; }.cost-row strong { font-size: 2.8rem; }.cost-detection { display: none; }.process-card { min-height: 310px; padding: 24px; }
    .form-grid { grid-template-columns: 1fr; }.form-full { grid-column: auto; }.contact-form-card { padding: 24px 18px; box-shadow: 7px 7px 0 var(--lime); }
    .faq-list summary { grid-template-columns: 25px 1fr auto; gap: 8px; }.faq-list p { margin-left: 33px; margin-right: 0; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 380px) {
    :root { --layout: calc(100% - 32px); }
    .brand { width: 112px; height: 46px; }.brand img { width: 156px; left: -17px; top: -25px; }
    .hero { padding-top: 88px; }.hero h1 { font-size: clamp(2.55rem, 12.2vw, 2.9rem); }.eyebrow { font-size: .64rem; letter-spacing: .11em; }
}

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