@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #050711;
  --ink-2: #0a1020;
  --panel: rgba(14, 21, 42, 0.76);
  --panel-solid: #0f1730;
  --line: rgba(158, 196, 255, 0.16);
  --line-hot: rgba(64, 216, 255, 0.5);
  --text: #f7f9ff;
  --muted: #a9b4cd;
  --blue: #3184ff;
  --cyan: #43dcff;
  --orange: #ff8a32;
  --violet: #9c55ff;
  --green: #6de7b7;
  --gradient: linear-gradient(105deg, var(--cyan), var(--blue) 48%, var(--violet));
  --warm-gradient: linear-gradient(115deg, #ffd08a, var(--orange), #ff5c7a);
  --display: 'Bricolage Grotesque', sans-serif;
  --body: 'Manrope', sans-serif;
  --radius: 22px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(36, 109, 255, 0.16), transparent 27rem),
    radial-gradient(circle at 88% 28%, rgba(150, 72, 255, 0.13), transparent 32rem),
    var(--ink);
  color: var(--text);
  font-family: var(--body);
  line-height: 1.65;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

::selection { background: var(--cyan); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.035em; line-height: 1.04; }
h1 { font-size: clamp(3.35rem, 8.5vw, 8.25rem); }
h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { color: var(--muted); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: white; color: black; border-radius: 12px; }
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 42px)); margin-inline: auto; }
.section { position: relative; padding: clamp(82px, 12vw, 154px) 0; }
.section-tight { padding: 66px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 48px; align-items: end; margin-bottom: 56px; }
.section-head p { max-width: 44ch; margin-bottom: 4px; font-size: 1.05rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #dcecff; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.gradient-text { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.warm-text { background: var(--warm-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.kicker { font-size: clamp(1.15rem, 2vw, 1.45rem); max-width: 54ch; }
.microcopy { font-size: .78rem; color: #8491ad; }

#neural-canvas { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: .78; }
main, .footer { position: relative; z-index: 1; }
.orb { position: absolute; z-index: 0; border-radius: 50%; filter: blur(2px); pointer-events: none; opacity: .7; }
.orb-one { width: 320px; height: 320px; left: -200px; top: 160px; background: rgba(47,132,255,.13); box-shadow: 0 0 90px rgba(47,132,255,.2); }
.orb-two { width: 360px; height: 360px; right: -220px; bottom: 10%; background: rgba(255,138,50,.1); box-shadow: 0 0 110px rgba(255,138,50,.16); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 4px 0; transition: .3s ease; }
.site-header.scrolled { background: rgba(5,7,17,.78); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 180px; }
.brand-mark { width: 72px; height: 72px; object-fit: contain; aspect-ratio: 1; border-radius: 14px; box-shadow: 0 0 22px rgba(59,156,255,.22); }
.brand-copy { line-height: 1; }
.brand-copy strong { display: block; font-family: var(--display); font-size: 1.12rem; letter-spacing: -.03em; }
.brand-copy span { color: #7f8ca9; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: #bcc6dc; font-size: .86rem; font-weight: 600; transition: .2s ease; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: white; }
.nav-links a[aria-current='page'] { text-shadow: 0 0 18px rgba(67,220,255,.6); }
.academy-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; }
.academy-link::after { content: '↗'; color: var(--cyan); }
.nav-cta { padding: 12px 18px !important; background: white; color: var(--ink) !important; border-radius: 999px; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); color: white; cursor: pointer; }
.nav-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; transition: .25s ease; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; padding: 132px 0 64px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(50px, 7vw, 104px); align-items: center; }
.hero h1 { max-width: 9.7ch; margin-bottom: 28px; font-size: clamp(4.3rem, 8vw, 8rem); }
.hero .kicker { margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border-radius: 999px; border: 1px solid transparent; font-weight: 700; font-size: .9rem; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(105deg, #58e4ff, #3d7dff); color: #04101d; box-shadow: 0 12px 34px rgba(50,144,255,.28); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.035); color: white; }
.button-secondary:hover { border-color: var(--line-hot); box-shadow: 0 0 22px rgba(67,220,255,.12); }
.button-warm { background: var(--warm-gradient); color: #170b03; }
.hero-proof { display: flex; gap: 24px; align-items: center; margin-top: 36px; color: #8f9bb4; font-size: .74rem; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: '•'; color: var(--green); font-size: 1.3rem; text-shadow: 0 0 10px var(--green); }

.automation-window { position: relative; padding: 12px; border-radius: 28px; background: linear-gradient(145deg, rgba(67,220,255,.2), rgba(155,84,255,.08) 50%, rgba(255,138,50,.16)); box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.automation-window::before { content: ''; position: absolute; inset: -45px; z-index: -1; background: radial-gradient(circle, rgba(54,135,255,.2), transparent 64%); filter: blur(20px); }
.window-inner { overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(7,11,25,.94); }
.window-bar { display: flex; align-items: center; justify-content: space-between; padding: 15px 17px; border-bottom: 1px solid var(--line); color: #8491ad; font-size: .72rem; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #31405f; }
.window-dots i:first-child { background: var(--orange); }
.live-pill { display: inline-flex; align-items: center; gap: 7px; color: #aef5d8; }
.live-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); animation: pulse 1.7s infinite; }
.workflow { padding: 28px; }
.workflow-label { margin-bottom: 24px; color: #91a0bd; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.flow-list { position: relative; display: grid; gap: 12px; }
.flow-list::before { content: ''; position: absolute; left: 21px; top: 23px; bottom: 23px; width: 1px; background: linear-gradient(var(--cyan), var(--violet), var(--orange)); box-shadow: 0 0 12px rgba(67,220,255,.45); }
.flow-step { position: relative; display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; padding: 12px 14px 12px 0; border: 1px solid rgba(255,255,255,.06); border-radius: 15px; background: rgba(255,255,255,.025); }
.flow-node { z-index: 2; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: #111b36; color: var(--cyan); font-weight: 800; box-shadow: inset 0 0 0 1px rgba(67,220,255,.18); }
.flow-step strong { display: block; font-family: var(--display); font-size: .88rem; }
.flow-step small { color: #6f7d99; font-size: .68rem; }
.flow-status { padding: 5px 8px; border-radius: 999px; background: rgba(109,231,183,.09); color: var(--green); font-size: .6rem; font-weight: 700; text-transform: uppercase; }
.flow-signal { position: absolute; left: 18px; top: 20px; width: 7px; height: 7px; z-index: 3; border-radius: 50%; background: white; box-shadow: 0 0 10px 3px var(--cyan); animation: signal 4.8s ease-in-out infinite; }
.window-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.window-stat { padding: 17px; border-right: 1px solid var(--line); }
.window-stat:last-child { border-right: 0; }
.window-stat strong { display: block; font-family: var(--display); font-size: 1.3rem; }
.window-stat span { color: #76849f; font-size: .63rem; }

.signal-strip { overflow: hidden; border-block: 1px solid var(--line); background: rgba(12,18,36,.6); }
.signal-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 15px 0; animation: marquee 28s linear infinite; }
.signal-track span { display: inline-flex; align-items: center; gap: 32px; color: #8c99b5; font-family: var(--display); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.signal-track span::after { content: '✦'; color: var(--orange); }

.problem-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.problem-card { min-height: 270px; position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17,26,52,.83), rgba(8,12,25,.72)); }
.problem-card:nth-child(1), .problem-card:nth-child(4) { grid-column: span 7; }
.problem-card:nth-child(2), .problem-card:nth-child(3) { grid-column: span 5; }
.problem-card::after { content: attr(data-number); position: absolute; right: 18px; bottom: -24px; color: rgba(255,255,255,.035); font-family: var(--display); font-size: 8rem; font-weight: 800; line-height: 1; }
.problem-card h3 { max-width: 16ch; margin-bottom: 16px; }
.problem-card p { max-width: 46ch; }
.problem-card .tag { position: absolute; left: 30px; bottom: 25px; }
.tag { display: inline-flex; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #8fa0c1; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.lab { border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: rgba(10,16,32,.82); box-shadow: var(--shadow); }
.lab-tabs { display: flex; padding: 12px; gap: 8px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.lab-tab { flex: 1; min-width: 145px; padding: 13px 16px; border: 0; border-radius: 12px; background: transparent; color: #7f8daa; cursor: pointer; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.lab-tab.active { background: rgba(67,220,255,.08); color: white; box-shadow: inset 0 0 0 1px rgba(67,220,255,.16); }
.lab-panel { display: none; grid-template-columns: .85fr 1.15fr; min-height: 440px; }
.lab-panel.active { display: grid; }
.lab-copy { padding: clamp(30px, 5vw, 60px); }
.lab-copy h3 { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: 18px; }
.lab-copy ul { padding: 0; margin: 28px 0 0; list-style: none; }
.lab-copy li { display: flex; gap: 10px; margin: 12px 0; color: #b8c3da; font-size: .88rem; }
.lab-copy li::before { content: '↳'; color: var(--cyan); }
.lab-visual { display: grid; place-items: center; padding: 38px; background: radial-gradient(circle at 55% 42%, rgba(57,120,255,.16), transparent 55%), rgba(255,255,255,.012); }
.automation-map { width: min(100%, 480px); display: grid; gap: 14px; }
.map-row { display: grid; grid-template-columns: 1fr 42px 1fr; gap: 8px; align-items: center; }
.map-box { min-height: 72px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: rgba(10,18,39,.9); }
.map-box strong { display: block; font-family: var(--display); font-size: .84rem; }
.map-box small { color: #71809f; font-size: .65rem; }
.map-arrow { text-align: center; color: var(--cyan); animation: nudge 1.5s ease-in-out infinite; }
.map-output { border-color: rgba(109,231,183,.25); box-shadow: 0 0 24px rgba(109,231,183,.06); }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 360px; overflow: hidden; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(15,24,48,.9), rgba(7,11,23,.88)); transition: transform .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(67,220,255,.32); }
.service-card .service-index { color: var(--cyan); font-family: var(--display); font-size: .76rem; }
.service-card h3 { margin: 78px 0 18px; font-size: clamp(2rem, 3.4vw, 3.15rem); }
.service-card p { max-width: 42ch; }
.service-card .service-link { position: absolute; left: 36px; bottom: 32px; color: white; font-size: .82rem; font-weight: 700; }
.service-card .service-link::after { content: ' ↗'; color: var(--orange); }
.service-card::after { content: ''; position: absolute; width: 180px; height: 180px; right: -100px; top: -100px; border-radius: 50%; border: 1px solid rgba(67,220,255,.2); box-shadow: 0 0 70px rgba(67,220,255,.08); }

.proof-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.proof-card { position: relative; min-height: 460px; overflow: hidden; padding: 40px; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); }
.proof-card:nth-child(2) { background: linear-gradient(150deg, rgba(47,105,255,.14), rgba(10,16,32,.85)); }
.proof-number { display: block; margin: 48px 0 4px; font-family: var(--display); font-size: clamp(4rem, 10vw, 8rem); line-height: .9; letter-spacing: -.07em; }
.proof-card h3 { max-width: 15ch; margin-bottom: 20px; }
.proof-meta { position: absolute; inset: auto 40px 34px; display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: #7c8ba8; font-size: .7rem; }

.roi-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: stretch; }
.roi-controls, .roi-result { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: 28px; background: rgba(11,18,37,.82); }
.range-group { margin: 24px 0; }
.range-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; color: #cbd5ea; font-size: .82rem; }
.range-head output { color: white; font-family: var(--display); font-size: 1.15rem; }
input[type='range'] { width: 100%; accent-color: var(--cyan); }
.roi-result { display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, rgba(46,119,255,.18), rgba(142,68,255,.1)); }
.roi-value { margin: 28px 0 10px; font-family: var(--display); font-size: clamp(4rem, 10vw, 7.6rem); font-weight: 800; line-height: .9; letter-spacing: -.07em; }
.roi-breakdown { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 32px; }
.roi-mini { padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(0,0,0,.12); }
.roi-mini strong { display: block; font-family: var(--display); }
.roi-mini span { color: #8795b0; font-size: .67rem; }

.process { counter-reset: process; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--line); }
.process-step { counter-increment: process; min-height: 310px; padding: 30px; background: #0a1020; }
.process-step::before { content: '0' counter(process); display: block; margin-bottom: 72px; color: var(--cyan); font-family: var(--display); font-size: .78rem; }
.process-step p { font-size: .83rem; }

.media-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); box-shadow: var(--shadow); }
.media-frame img, .media-frame video { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 90px); align-items: center; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.stat-tile { padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.stat-tile strong { display: block; font-family: var(--display); font-size: 1.6rem; }
.stat-tile span { color: #7d8ba8; font-size: .68rem; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(46px, 8vw, 92px); border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(120deg, rgba(45,117,255,.19), rgba(148,72,255,.13) 50%, rgba(255,132,45,.12)); text-align: center; }
.cta-panel h2 { max-width: 12ch; margin: 0 auto 22px; }
.cta-panel p { max-width: 52ch; margin: 0 auto 30px; }
.cta-panel .hero-actions { justify-content: center; }
.cta-panel::before, .cta-panel::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.cta-panel::before { width: 380px; height: 380px; left: -240px; top: -200px; }
.cta-panel::after { width: 260px; height: 260px; right: -160px; bottom: -140px; }

.page-hero { padding: 190px 0 90px; }
.page-hero h1 { max-width: 12ch; margin-bottom: 24px; font-size: clamp(3.7rem, 8vw, 7.4rem); }
.page-hero p { max-width: 58ch; font-size: 1.15rem; }
.page-hero .tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.detail-stack { display: grid; gap: 18px; }
.detail-card { display: grid; grid-template-columns: .55fr 1.45fr; gap: 30px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(12,19,39,.75); }
.detail-card h3 { margin: 0; }
.detail-card ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 22px; margin: 0; padding: 0; list-style: none; }
.detail-card li { color: #aebad2; font-size: .84rem; }
.detail-card li::before { content: '•'; margin-right: 9px; color: var(--cyan); }
.case-full { padding: 46px; border: 1px solid var(--line); border-radius: 28px; background: rgba(11,18,36,.82); }
.case-full + .case-full { margin-top: 24px; }
.case-full h2 { max-width: 16ch; }
.case-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 36px 0; }
.case-col { padding: 22px; border: 1px solid var(--line); border-radius: 18px; }
.case-col span { display: block; margin-bottom: 12px; color: var(--cyan); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.case-metric { padding: 22px; border-radius: 18px; background: rgba(67,220,255,.045); }
.case-metric strong { display: block; font-family: var(--display); font-size: 2.2rem; }
.case-metric small { color: #7f8da9; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; }
.contact-direct, .contact-form { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: 28px; background: rgba(12,19,39,.82); }
.contact-method { display: block; margin: 26px 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-method span { display: block; color: #7787a5; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-method strong { font-family: var(--display); font-size: 1.25rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: #aeb9d1; font-size: .75rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 13px 14px; background: rgba(4,7,16,.55); color: white; outline: none; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(67,220,255,.08); }
.field select option { background: var(--ink-2); }
.form-note { margin: 16px 0 0; color: #73809b; font-size: .7rem; }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--green); font-size: .78rem; }

.footer { padding: 74px 0 28px; border-top: 1px solid var(--line); background: rgba(4,6,14,.68); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .65fr; gap: 48px; padding-bottom: 46px; }
.footer .brand { margin-bottom: 20px; }
.footer-copy { max-width: 38ch; }
.footer h4 { margin-bottom: 18px; color: #7886a2; font-family: var(--body); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #b6c0d6; font-size: .84rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid var(--line); color: #63708b; font-size: .7rem; }
.footer-bottom a { color: #9ba8c0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }
@keyframes signal { 0% { transform: translateY(0); } 30% { transform: translateY(67px); } 62% { transform: translateY(134px); } 100% { transform: translateY(201px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes nudge { 50% { transform: translateX(5px); } }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 82px 20px auto; display: grid; gap: 6px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(7,10,21,.96); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .nav-links.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-links a { display: block; padding: 12px; }
  .academy-link, .nav-cta { border-radius: 12px; }
  .hero-grid, .lab-panel, .roi-shell, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 150px; }
  .hero h1 { max-width: 10ch; }
  .automation-window { transform: none; max-width: 650px; }
  .section-head { grid-template-columns: 1fr; gap: 8px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .brand-copy { display: none; }
  .hero { min-height: auto; padding-bottom: 84px; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); }
  .hero-proof { flex-wrap: wrap; gap: 8px 18px; }
  .workflow { padding: 18px; }
  .flow-step { grid-template-columns: 40px 1fr; }
  .flow-status { display: none; }
  .window-stats { grid-template-columns: 1fr; }
  .window-stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card:nth-child(n) { grid-column: auto; min-height: 300px; }
  .service-grid, .case-cols, .case-metrics, .stat-row, .process { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; padding: 28px; }
  .service-card .service-link { left: 28px; }
  .lab-visual { padding: 24px 16px; }
  .map-row { grid-template-columns: 1fr; }
  .map-arrow { transform: rotate(90deg); }
  .detail-card { grid-template-columns: 1fr; }
  .detail-card ul, .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .case-full { padding: 28px; }
  .proof-card { min-height: 430px; padding: 28px; }
  .proof-meta { inset-inline: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@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; }
}
