:root {
  --bg: #080a0f;
  --surface: #10131a;
  --surface-2: #171b24;
  --paper: #f4f3ef;
  --paper-2: #e9e8e3;
  --text: #f7f7f3;
  --ink: #111318;
  --muted: #9ba1ad;
  --muted-dark: #5d626c;
  --border: rgba(255,255,255,.12);
  --border-dark: rgba(17,19,24,.14);
  --primary: #ff5a36;
  --primary-strong: #d83d20;
  --accent: #ff5a36;
  --radius: 24px;
  --container: 1180px;
  --shadow: 0 24px 80px rgba(0,0,0,.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--accent); color: var(--ink); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(8,10,15,.82); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 15px; letter-spacing: -.04em; }
.brand-mark { width: 32px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--text); clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); }
.brand-dot { color: var(--primary); }
.desktop-nav { display: flex; align-items: center; gap: 32px; color: #c4c7ce; font-size: 13px; font-weight: 700; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-menu details { position:relative; display:flex; align-items:center; }
.desktop-menu summary { display:inline-flex; align-items:center; min-height:18px; line-height:1; cursor:pointer; list-style:none; font-size:13px; font-weight:700; }
.desktop-menu summary::-webkit-details-marker { display:none; }
.desktop-menu summary::after { content:""; display:block; flex:0 0 auto; width:7px; height:7px; margin:-3px 0 0 10px; border-right:2px solid var(--primary); border-bottom:2px solid var(--primary); transform:rotate(45deg); }
.desktop-menu details[open] summary::after { width:10px; height:2px; margin-top:0; border:0; background:var(--primary); transform:none; }
.desktop-menu__panel { position:absolute; top:calc(100% + 22px); left:-18px; z-index:40; display:grid; min-width:230px; padding:12px; border:1px solid var(--border); background:#121212; box-shadow:16px 18px 35px rgba(0,0,0,.24); }
.desktop-menu__panel a { padding:9px 10px; color:#c4c7ce; font-size:12px; white-space:nowrap; }
.desktop-menu__panel a:hover { color:#fff; background:rgba(255,255,255,.06); }
.cta-short, .menu-toggle, .mobile-menu { display: none; }

.menu-toggle { width: 44px; height: 44px; position: relative; flex: 0 0 44px; padding: 0; color: var(--primary); border: 0; background: transparent; cursor: pointer; }
.menu-toggle span, .menu-close span { position: absolute; top: 50%; left: 50%; width: 24px; height: 2px; background: currentColor; border-radius: 99px; transition: transform .2s ease, opacity .15s ease; }
.menu-toggle span:nth-child(1) { transform: translate(-50%, -7px); }.menu-toggle span:nth-child(2) { transform: translate(-50%, 0); }.menu-toggle span:nth-child(3) { transform: translate(-50%, 7px); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translate(-50%, 0) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translate(-50%, 0) rotate(-45deg); }
.menu-close span { left: 50%; }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: 13px; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding-inline: 18px; }
.button-outline { border-color: var(--border); }
.button-outline:hover { border-color: rgba(255,255,255,.45); }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 12px 38px rgb(255 90 54 / 28%); }
.button-primary:hover {  }
.button-accent { width: 100%; color: var(--ink); background: var(--accent); border-radius: 12px; font-size: 15px; }
.button-accent:hover { background: #ff7658; }

.section-grid { 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: 72px 72px; }
.hero { min-height: calc(100dvh - 76px); position: relative; padding: 76px 0 28px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -280px; top: -140px; background: radial-gradient(circle, rgba(255,90,54,.12), transparent 68%); pointer-events: none; }
.hero-signal { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }.hero-signal::before,.hero-signal::after { content:""; position:absolute; width:56vw; height:56vw; min-width:620px; min-height:620px; border:1px solid rgba(255,90,54,.2); border-radius:50%; right:-19vw; top:10%; animation: signal-pulse 8s ease-in-out infinite; }.hero-signal::after { width:40vw; height:40vw; min-width:430px; min-height:430px; right:-10vw; top:22%; border-color:rgba(255,255,255,.1); animation-delay:-4s; }.hero-signal i { position:absolute; width:10px; height:10px; border-radius:50%; background:var(--primary); box-shadow:0 0 0 7px rgba(255,90,54,.1),0 0 28px rgba(255,90,54,.8); animation: signal-float 7s ease-in-out infinite; }.hero-signal i:nth-child(1){right:29%;top:20%;}.hero-signal i:nth-child(2){right:13%;top:55%;animation-delay:-2.8s}.hero-signal i:nth-child(3){right:39%;top:70%;animation-delay:-4.5s}.hero-signal b { position:absolute; height:1px; transform-origin:left center; background:linear-gradient(90deg,rgba(255,90,54,0),rgba(255,90,54,.6),rgba(255,90,54,0)); opacity:.65; animation: signal-scan 6s linear infinite; }.hero-signal b:nth-of-type(1){width:36vw;right:3%;top:32%;transform:rotate(24deg)}.hero-signal b:nth-of-type(2){width:28vw;right:12%;top:62%;transform:rotate(-34deg);animation-delay:-2s}.hero-signal b:nth-of-type(3){width:30vw;right:25%;top:78%;transform:rotate(-12deg);animation-delay:-4s}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.availability { width: fit-content; display: flex; align-items: center; gap: 10px; color: #cbd0d9; border: 1px solid var(--border); background: rgba(255,255,255,.03); border-radius: 999px; padding: 8px 14px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255,90,54,.12); }
h1 { max-width: 760px; margin: 24px 0; font-size: clamp(50px, 6vw, 88px); line-height: .97; letter-spacing: -.075em; text-wrap: balance; }
h1 span { color: var(--accent); }
.hero-lead { max-width: 650px; margin: 0; color: #b0b5bf; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 28px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.25); }
.hero-notes { margin: 24px 0 0; padding: 0; display: flex; gap: 18px; list-style: none; color: #8e949f; font-size: 12px; }
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--accent); }

.hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,90,54,.2); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 350px; height: 350px; }
.hero-shot { position: relative; z-index: 2; width: min(120%, 720px); margin: 0; padding: 14px;  transform: rotate(-4deg); overflow: hidden; }

.hero-shot img { display: block; width: 100%; height: auto; border-radius: 22px; }
.metric-card { position: absolute; z-index: 3; width: 160px; padding: 16px; background: rgba(22,25,34,.88); border: 1px solid var(--border); border-radius: 16px; backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.metric-card strong { display: block; font-size: 26px; }.metric-card span { color: #a1a6b1; font-size: 10px; }
.metric-top { top: 105px; right: -10px; }.metric-bottom { left: -18px; bottom: 80px; }

.trust-row { margin-top: 46px; min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); background: rgba(255,255,255,.02); }
.trust-row > div { padding: 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.trust-row > div:last-child { border: 0; }
.trust-row strong { font-size: 22px; }.trust-row span { color: #8d939e; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 120px 0; }
.section-light { color: var(--ink); background: var(--paper); }
.eyebrow { margin-bottom: 26px; color: #676b73; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 22px; height: 2px; margin: 0 10px 3px 0; background: var(--primary-strong); }
.eyebrow-dark { color: #777d88; }
.section-heading { margin-bottom: 56px; }
.section-heading h2, .faq-grid h2, .brief-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1.03; letter-spacing: -.065em; text-wrap: balance; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.split-heading p { max-width: 520px; margin: 0; color: var(--muted-dark); font-size: 17px; }
.split-heading.inverse p { color: #9298a4; }

.benefit-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 18px; }
.benefit-card { min-height: 370px; position: relative; padding: 42px; overflow: hidden; border: 1px solid rgba(17,19,24,.1); border-radius: 4px; background: #fff; }
.benefit-wide { grid-column: 1 / -1; min-height: 500px; padding-right: 53%; }
.benefit-discovery { color: #f6f3ed; background: #121212; border: 0; }
.card-index { margin-bottom: 54px; color: #8b8f96; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.benefit-discovery .card-index { color: #ff9278; }
.benefit-copy { max-width: 480px; position: relative; z-index: 1; }
.benefit-kicker { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; color: #ff9a81; border: 1px solid rgba(255,90,54,.42); border-radius: 99px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.benefit-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }.benefit-points span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: #cbc7c1; font-size: 10px; font-weight: 700; }
.benefit-card h3 { max-width: 520px; margin: 0 0 14px; font-size: clamp(26px, 3vw, 40px); line-height: 1.1; letter-spacing: -.04em; }
.benefit-card p { max-width: 520px; margin: 0; color: var(--muted-dark); }
.benefit-discovery p { color: #bbb8b2; }.prototype-panel { position: absolute; width: 50%; right: 0; top: 0; bottom: 0; margin: 0; padding: 28px; display: grid; place-items: center; background: #e8e2d8; border-left: 1px solid rgba(255,255,255,.1); }
.prototype-panel img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: grayscale(1) contrast(1.24); mix-blend-mode:multiply; }
.benefit-release { color: #171310; background: var(--primary); }.benefit-release .card-index,.benefit-release p,.benefit-release small { color: #34150d; opacity: 1; }.benefit-release p { font-weight: 600; }.benefit-growth { color: #f4f1eb; background: #171716; }.benefit-growth p { color: #b9b5ad; }
.sprint-map { margin-top: 62px; display: grid; grid-template-columns: repeat(8,1fr); gap: 7px; }.sprint-map span { height: 12px; background:#ad351f; }.sprint-map span:nth-child(-n+6) { background:#171310; }.benefit-card small { display:block;margin-top:12px;color:inherit;opacity:.62; }
.growth-number { margin-top: 34px; color: var(--primary); font-size: 76px; font-weight: 800; letter-spacing: -.08em; }.growth-proof { margin-top: 16px; display:flex; gap:22px; color:#aaa69f; font-size:11px; }.growth-proof span { display:flex; flex-direction:column; gap:2px; }.growth-proof b { color:#f4f1eb; font-size:15px; }

.case-slider { overflow: hidden; }
.case-list { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; outline: none; }
.case-list::-webkit-scrollbar { display: none; }
.case-list:focus-visible { border-radius: 30px; box-shadow: 0 0 0 3px var(--accent); }
.case-card { min-height: 620px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; border-radius: 30px; scroll-snap-align: start; scroll-snap-stop: always; }
.case-violet { background: #7660e6; }.case-mint { color: #0e2c25; background: #b9edda; }
.case-zenith { position: relative; grid-template-columns: 1fr; color: #fff; background: #342178 url("public/zenithpay.png") center / cover no-repeat; isolation: isolate; }
.case-zenith::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(18,10,52,.62) 0%, rgba(26,14,67,.28) 43%, rgba(15,9,40,.02) 70%); pointer-events: none; }
.case-aura { position: relative; grid-template-columns: 1fr; color: #0e2c25; background: #a9e2d1 url("public/aura.png") center / cover no-repeat; isolation: isolate; }
.case-aura::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(229,255,247,.64) 0%, rgba(218,250,240,.28) 43%, rgba(192,239,224,0) 70%); pointer-events: none; }
.case-wealth { position: relative; grid-template-columns: 1fr; color: #fff; background: #1552b7 url("public/wealth.png") center / cover no-repeat; isolation: isolate; }
.case-wealth::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,39,105,.48) 0%, rgba(7,48,119,.22) 43%, rgba(3,27,76,0) 70%); pointer-events: none; }
.case-study { position: relative; grid-template-columns: 1fr; color: #282341; background: #c3bcfb url("public/study.png") center / cover no-repeat; isolation: isolate; }
.case-study::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(245,243,255,.72) 0%, rgba(234,230,255,.34) 43%, rgba(205,198,255,0) 70%); pointer-events: none; }
.case-content { position: relative; z-index: 1; padding: clamp(34px, 6vw, 72px); }
.case-tag { font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.case-card h3 { margin: 36px 0 12px; font-size: clamp(44px, 6vw, 76px); line-height: 1; letter-spacing: -.07em; }
.case-card p { max-width: 560px; font-size: 17px; opacity: .78; }
.case-metrics { margin-top: 50px; display: flex; flex-wrap: wrap; gap: 28px; font-size: 11px; text-transform: uppercase; }.case-metrics strong{display:block;font-size:22px;text-transform:none}
.case-controls { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.case-dots { display: flex; align-items: center; gap: 9px; }
.case-dot { width: 36px; height: 44px; position: relative; padding: 0; border: 0; background: transparent; cursor: pointer; }
.case-dot::before { content: ""; position: absolute; left: 0; right: 0; top: 20px; height: 3px; background: rgba(255,255,255,.22); border-radius: 99px; transition: background .2s ease, transform .2s ease; }
.case-dot.is-active::before { background: var(--accent); transform: scaleY(1.7); }
.case-arrows { display: flex; gap: 10px; }
.case-arrow { width: 48px; height: 48px; padding: 0; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.06); border: 1px solid var(--border); border-radius: 50%; cursor: pointer; font-size: 20px; transition: background .2s ease, transform .2s ease; }
.case-arrow:hover { background: rgba(255,255,255,.13); }.case-arrow:active { transform: scale(.95); }.case-arrow:focus-visible,.case-dot:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--border-dark); }
.process-list li { min-height: 140px; display: grid; grid-template-columns: 80px 1fr 150px; align-items: center; gap: 30px; border-bottom: 1px solid var(--border-dark); }
.process-list li > span { color: var(--primary-strong); font-size: 13px; font-weight: 800; }.process-list strong { font-size: 24px; }.process-list p{margin:7px 0 0;color:var(--muted-dark)}.process-list b{justify-self:end;font-size:13px}

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { min-height: 460px; position: relative; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.price-card > span { color: var(--muted); font-size: 10px; font-weight:800;letter-spacing:.15em}.price-card h3{margin:48px 0 14px;font-size:32px;letter-spacing:-.05em}.price-card p{min-height:75px;color:#9da3ae}.price-card ul{padding:22px 0 0;border-top:1px solid var(--border);list-style:none;color:#c9cbd1}.price-card li{margin:12px 0}.price-card li::before{content:"—";margin-right:10px;color:var(--primary)}.price-card a{margin-top:auto;color:var(--accent);font-weight:800;font-size:13px}.price-featured{border-color:var(--primary);background:linear-gradient(160deg,rgba(255,90,54,.16),var(--surface) 48%)}.popular{position:absolute;right:18px;top:18px;padding:6px 10px;color:var(--ink);background:var(--accent);border-radius:99px;font-size:9px;font-weight:800;text-transform:uppercase}

.testimonial-section { padding: 110px 0; background: var(--primary-strong); }
.testimonial { max-width: 980px; text-align: center; }.quote-mark{height:65px;color:rgba(255,255,255,.35);font-family:Georgia,serif;font-size:100px;line-height:1}.testimonial blockquote{margin:20px 0 38px;font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.2;letter-spacing:-.045em}.quote-author{display:flex;justify-content:center;align-items:center;gap:12px}.quote-author>span{width:48px;height:48px;display:grid;place-items:center;color:var(--ink);background:var(--accent);border-radius:50%;font-weight:800}.quote-author div{display:flex;flex-direction:column;text-align:left}.quote-author small{opacity:.7}

.faq-grid { display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.faq-grid>div:first-child>p{max-width:340px;color:var(--muted-dark)}.accordion{border-top:1px solid var(--border-dark)}details{border-bottom:1px solid var(--border-dark)}summary{min-height:82px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:18px;font-weight:700;list-style:none}summary::-webkit-details-marker{display:none}summary::after{content:"+";font-size:28px;font-weight:400}details[open] summary::after{content:"−"}details p{max-width:680px;margin:-4px 40px 26px 0;color:var(--muted-dark)}

.brief-section { padding: 120px 0; background: linear-gradient(135deg,#25120e,#0c0e15 62%); }
.brief-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.availability-light{color:#d5d7dd}.brief-copy h2{margin:26px 0}.brief-copy p{max-width:500px;color:#a8adb7;font-size:17px}.brief-copy>a{display:inline-block;margin-top:22px;color:var(--accent);font-size:20px;font-weight:800;border-bottom:1px solid currentColor}
.brief-form{display:grid;gap:0;padding:26px 28px 28px;color:#f8f6f1;background:#22201e;border:1px solid rgba(255,255,255,.22);box-shadow:14px 14px 0 rgba(255,90,54,.84)}.brief-form .form-head{display:grid;grid-template-columns:1fr auto;gap:7px 20px;padding:0 0 22px}.brief-form .form-head span{color:#ff947e;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.brief-form .form-head strong{font-size:17px}.brief-form .form-head p{grid-column:1/-1;margin:0;color:#9f9790;font-size:11px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.brief-form label{display:grid;grid-template-columns:32px 1fr;gap:5px 12px;align-items:center;min-height:80px;margin:0;padding:12px 14px;border:1px solid #57514b;background:#171615;transition:border-color .2s ease,background .2s ease}.field-index{grid-row:1/3;color:#ff947e;font-size:11px;font-weight:800}.field-label{color:#f4eee6;font-size:12px;font-weight:800}.field-label em{color:#ff947e;font-style:normal}.brief-form input,.brief-form textarea{width:100%;padding:0;color:#fff;border:0;outline:0;background:transparent;font:inherit;font-size:16px}.brief-form input{height:24px}.brief-form textarea{min-height:116px;resize:vertical}.brief-form input::placeholder,.brief-form textarea::placeholder{color:#a8a099;opacity:1}.brief-form label:focus-within{border-color:var(--primary-strong);background:#292522;box-shadow:0 0 0 2px rgba(255,90,54,.18)}.brief-form fieldset{margin:16px 0;padding:0;border:0}.brief-form legend{margin-bottom:10px;color:#f4eee6;font-size:12px;font-weight:800}.budget-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.budget-options label{display:block;min-height:0;padding:0;border:0;background:transparent}.budget-options input{position:absolute;opacity:0;pointer-events:none}.budget-options span{min-height:48px;padding:0 8px;display:grid;place-items:center;color:#f2ece4;border:1px solid #57514b;background:#171615;cursor:pointer;font-size:11px;text-align:center}.budget-options input:checked+span{color:#ff947e;border-color:var(--primary-strong);background:#292522}.budget-options input:focus-visible+span{outline:3px solid var(--primary);outline-offset:2px}.brief-form .form-status{min-height:24px;margin-top:8px;color:#ff9b86;font-size:12px}.brief-form .form-status.success{color:#c8f0b4}.brief-form .form-submit{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;padding-top:18px}.brief-form .form-submit small{color:#918983;font-size:10px;line-height:1.45}.brief-form .form-submit .button{white-space:nowrap}

footer{padding:70px 0 28px;background:#050609;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.65fr repeat(3,1fr);gap:52px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px;color:#8d929c;font-size:12px}.footer-grid strong{margin-bottom:7px;color:#fff}.footer-grid p{color:#737984}.footer-grid a:hover{color:#fff}.footer-bottom{grid-column:1/-1!important;width:100%;padding-top:26px;border-top:1px solid var(--border)}.mobile-cta{display:none}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes signal-pulse { 0%,100% { transform:scale(.88); opacity:.18; } 50% { transform:scale(1.08); opacity:.72; } }
@keyframes signal-float { 0%,100% { transform:translate3d(0,0,0); opacity:.45; } 50% { transform:translate3d(-22px,18px,0); opacity:1; } }
@keyframes signal-scan { 0%,100% { opacity:.06; } 45%,55% { opacity:.8; } }

.brief-form .budget-options input { width: 1px; height: 1px; margin: 0; }

@media (max-width: 980px) {
  .desktop-nav{display:none}.menu-toggle{display:inline-flex}.mobile-menu{display:flex;position:fixed;z-index:300;inset:0;min-height:100dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:max(22px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));flex-direction:column;color:var(--text);background:#0c0c0c;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1),visibility 0s linear .28s}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}.nav-open{overflow:hidden}.mobile-menu__top{min-height:48px;display:flex;align-items:center;justify-content:space-between}.menu-close{position:relative;width:48px;height:48px;padding:0;color:var(--text);border:1px solid var(--border);border-radius:50%;background:transparent;cursor:pointer}.menu-close span:first-child{transform:translate(-50%,0) rotate(45deg)}.menu-close span:last-child{transform:translate(-50%,0) rotate(-45deg)}.mobile-menu__label{margin:clamp(42px,8vh,84px) 0 14px;color:#8e8a84;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.mobile-menu__nav{border-top:1px solid var(--border)}.mobile-menu__nav details{border-bottom:1px solid var(--border)}.mobile-menu__nav summary{min-height:56px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:#f7f4ee;font-size:15px;font-weight:800;list-style:none}.mobile-menu__nav summary::-webkit-details-marker{display:none}.mobile-menu__nav summary span{color:var(--primary);font-size:11px}.mobile-menu__nav details>div{border-top:1px solid rgba(255,255,255,.08)}.mobile-menu__nav a{min-height:48px;display:grid;grid-template-columns:42px 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);font-size:18px;font-weight:700;letter-spacing:-.04em;transition:color .18s ease,background .18s ease}.mobile-menu__nav details>div a:last-child{border-bottom:0}.mobile-menu__nav a span{color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.08em}.mobile-menu__nav a:active{color:var(--primary);background:rgba(255,90,54,.06)}.mobile-menu__bottom{margin-top:auto;padding-top:24px}.mobile-menu__bottom .button{width:100%;min-height:56px}.mobile-menu__bottom p{max-width:330px;margin:13px 0 0;color:#99958f;font-size:12px}.hero{padding-top:50px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy .availability,.hero-lead{margin-inline:auto}.hero-actions,.hero-notes{justify-content:center}.hero-visual{min-height:530px}.trust-row{grid-template-columns:repeat(4,1fr)}.trust-caption{grid-column:1/-1}.split-heading{grid-template-columns:1fr;gap:24px}.case-card{grid-template-columns:1fr 1fr}.case-zenith,.case-aura,.case-wealth,.case-study{grid-template-columns:1fr}.price-grid{grid-template-columns:1fr}.price-card{min-height:auto}.price-card p{min-height:0}.price-card a{margin-top:30px}.faq-grid,.brief-grid{grid-template-columns:1fr;gap:55px}.brief-copy{text-align:center}.brief-copy .availability{margin-inline:auto}
}

@media (max-width: 680px) {
  html, body { scrollbar-width: none; }
  html::-webkit-scrollbar, body::-webkit-scrollbar { width: 0; height: 0; }
  .container{width:min(calc(100% - 28px),var(--container))}.header-inner{height:66px;gap:8px}.header-inner .button{width:auto;padding:0 12px;gap:6px;font-size:11px;white-space:nowrap}.header-inner .button span{font-size:13px}.cta-full{display:none}.cta-short{display:inline}.brand{font-size:13px}.brand-mark{width:28px;height:31px}.menu-toggle{width:44px;height:42px;flex-basis:44px}.mobile-menu{padding-inline:16px}.mobile-menu__nav a{min-height:56px}.hero{padding-top:36px}.hero-signal::before{right:-58vw;top:24%}.hero-signal::after{right:-33vw;top:35%}.hero-signal i:nth-child(1){right:12%;top:30%}.hero-signal i:nth-child(2){right:31%;top:63%}.hero-signal i:nth-child(3){display:none}.hero-signal b{display:none}.hero-grid{gap:28px}h1{font-size:clamp(44px,14vw,62px);margin-block:20px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;gap:12px}.hero-actions .button{width:100%}.hero-notes{display:grid;grid-template-columns:1fr 1fr;gap:6px;text-align:left}.hero-notes li:last-child{grid-column:1/-1}.hero-visual{min-height:470px}.hero-shot{width:min(100%,540px);padding:10px;border-radius:24px;transform:none}.metric-card{width:130px;padding:12px}.metric-card strong{font-size:21px}.metric-top{right:-2px;top:65px}.metric-bottom{left:0;bottom:50px}.orbit-one{width:380px;height:380px}.orbit-two{width:280px;height:280px}.trust-row{grid-template-columns:1fr 1fr;margin-top:24px}.trust-row>div{border-bottom:1px solid var(--border)}.section{padding:82px 0}.section-heading{margin-bottom:36px}.benefit-grid{grid-template-columns:1fr}.benefit-wide{grid-column:auto;padding-right:28px;min-height:auto}.benefit-discovery{display:flex;flex-direction:column}.benefit-discovery .benefit-copy{max-width:none}.benefit-discovery .prototype-panel{position:relative;inset:auto;width:100%;height:220px;min-height:220px;margin-top:26px;padding:16px;border:0;transform:none}.benefit-card{padding:28px;min-height:340px}.card-index{margin-bottom:42px}.case-card{min-height:620px;grid-template-columns:1fr}.case-zenith{background-position:62% center}.case-zenith::before{background:linear-gradient(180deg,rgba(17,9,48,.78) 0%,rgba(19,10,51,.48) 58%,rgba(14,8,38,.18) 100%)}.case-aura{background-position:62% center}.case-aura::before{background:linear-gradient(180deg,rgba(229,255,247,.88) 0%,rgba(217,249,239,.62) 55%,rgba(187,232,219,.18) 100%)}.case-wealth{background-position:62% center}.case-wealth::before{background:linear-gradient(180deg,rgba(3,31,89,.82) 0%,rgba(5,43,106,.54) 55%,rgba(3,28,76,.16) 100%)}.case-study{background-position:62% center}.case-study::before{background:linear-gradient(180deg,rgba(246,244,255,.9) 0%,rgba(235,232,255,.64) 55%,rgba(204,197,251,.2) 100%)}.case-content{padding:32px}.case-card h3{margin-top:24px}.case-metrics{margin-top:30px}.case-controls{min-height:68px}.case-arrow{width:44px;height:44px}.process-list li{grid-template-columns:42px 1fr;gap:14px;padding:24px 0}.process-list li>b{grid-column:2;justify-self:start;color:var(--primary-strong)}.price-grid{gap:12px}.testimonial-section{padding:80px 0}.testimonial blockquote{font-size:28px}.faq-grid{gap:38px}.brief-section{padding:82px 0}.brief-form{padding:22px}.form-row{grid-template-columns:1fr}.budget-options{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-grid>div:first-child{grid-column:1/-1}.mobile-cta{display:none}footer{padding-bottom:28px}
}

@media (prefers-reduced-motion: reduce) {
  html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.hero-signal *{transition:none;animation:none}
}

@media (max-width: 680px) {
  .brief-form .form-head,
  .brief-form .form-submit { grid-template-columns: 1fr; }
  .brief-form .form-submit .button { width: 100%; }
}
