:root {
  --midnight: #07111f;
  --midnight-2: #0a1524;
  --midnight-3: #0e1b2c;
  --ivory: #f4f2ec;
  --ivory-2: #ebe9e2;
  --cobalt: #4f6bff;
  --cobalt-soft: #7187ff;
  --cyan: #35d6e9;
  --violet: #8668ff;
  --lime: #b8ff63;
  --slate: #8ea0b7;
  --slate-dark: #607087;
  --line: rgba(142, 160, 183, .18);
  --shadow: 0 32px 90px rgba(0, 0, 0, .24);
  --radius: 26px;
  --radius-sm: 12px;
  --container: min(1296px, calc(100vw - 48px));
  --heading: "Space Grotesk", "Nimbus Sans", Arial, sans-serif;
  --body: "Inter", "Nimbus Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ivory);
  background: #050b14;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.02; letter-spacing: -.045em; }
h1 { font-size: clamp(3.45rem, 5.8vw, 6.65rem); font-weight: 600; }
h2 { font-size: clamp(2.65rem, 4.2vw, 5rem); font-weight: 570; }
h3 { font-size: 1.8rem; }
h1 em, h2 em { color: var(--slate); font-style: normal; font-weight: 380; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 132px 0; overflow: hidden; }
.section--light { color: var(--midnight); background: var(--ivory); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; color: var(--midnight); background: var(--ivory); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; color: var(--slate); font-size: .73rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--cobalt); }
.eyebrow--dark { color: var(--slate-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; font-size: .92rem; font-weight: 750; transition: transform .25s ease, background-color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.1rem; }
.button--small { min-height: 44px; padding-inline: 19px; font-size: .82rem; }
.button--primary { color: white; background: var(--cobalt); box-shadow: 0 14px 40px rgba(79, 107, 255, .2); }
.button--primary:hover { background: #6279ff; }
.button--ghost { border-color: rgba(244, 242, 236, .2); background: rgba(255,255,255,.025); }
.button--ghost:hover { border-color: rgba(244, 242, 236, .38); background: rgba(255,255,255,.055); }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-weight: 750; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; height: 82px; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, height .3s; }
.site-header.is-scrolled { height: 72px; border-color: var(--line); background: rgba(5, 11, 20, .82); backdrop-filter: blur(20px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 240px 1fr 240px; align-items: center; }
.brand { display: inline-flex; width: 178px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 46px); color: #b2bfce; font-size: .84rem; font-weight: 650; }
.desktop-nav a { position: relative; padding: 9px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--cobalt); transition: right .25s; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100vh; padding: 168px 0 0; overflow: hidden; background: radial-gradient(circle at 73% 35%, rgba(79, 107, 255, .08), transparent 26%), #050b14; }
.hero-grid, .product-grid, .contact-grid { position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(rgba(142,160,183,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(142,160,183,.07) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .24; pointer-events: none; }
.hero-glow--one { width: 480px; height: 480px; top: 120px; right: 9%; background: var(--cobalt); }
.hero-glow--two { width: 280px; height: 280px; top: 430px; right: 31%; background: var(--cyan); opacity: .09; }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 70px; }
.hero-copy h1 { max-width: 730px; margin-bottom: 28px; font-size: clamp(3.45rem, 4.85vw, 5rem); }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #adbac9; font-size: 1.11rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.hero-note { display: flex; align-items: center; gap: 10px; color: #6f8298; font-size: .75rem; }
.hero-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 15px rgba(184,255,99,.65); }

.control-visual { position: relative; z-index: 2; min-width: 0; padding: 24px 0 82px 18px; }
.dashboard-shell { position: relative; z-index: 2; min-height: 570px; padding: 22px; border: 1px solid rgba(142, 160, 183, .24); border-radius: 24px; background: linear-gradient(150deg, rgba(20,36,57,.92), rgba(7,17,31,.94)); box-shadow: 0 50px 120px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(15px); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.dashboard-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.dashboard-brand { display: flex; align-items: center; gap: 13px; }
.dashboard-brand b { font-size: .9rem; letter-spacing: .13em; }
.dashboard-brand span { padding-left: 13px; border-left: 1px solid var(--line); color: var(--slate); font-size: .72rem; }
.live-status { display: flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid rgba(184,255,99,.17); border-radius: 20px; color: #cdeaa8; background: rgba(184,255,99,.04); font-size: .67rem; text-transform: uppercase; }
.live-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.source-row { display: flex; gap: 8px; margin-bottom: 13px; }
.source-row span { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 6px; color: #8fa0b5; background: rgba(255,255,255,.025); font-size: .66rem; }
.source-dot { width: 6px; height: 6px; border-radius: 2px; }
.source-dot--g { background: #4f8df7; }.source-dot--m { background: #8668ff; }.source-dot--t { background: #35d6e9; }.source-dot--c { background: var(--lime); }
.chart-card { position: relative; margin-bottom: 14px; padding: 20px 20px 8px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: rgba(3,11,20,.46); }
.chart-head { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: start; }
.chart-head div { display: grid; gap: 2px; }
.chart-head small, .metric-grid small, .product-kpis small { color: #6f8298; font-size: .61rem; font-weight: 750; letter-spacing: .14em; }
.chart-head strong { font-family: var(--heading); font-size: 2rem; letter-spacing: -.03em; }
.delta { color: var(--lime); font-size: .73rem; }
.revenue-chart { margin-top: 4px; }
.grid-lines path { stroke-width: 1; }
.chart-line { stroke-dasharray: 950; stroke-dashoffset: 950; animation: draw-chart 2.1s .5s ease forwards; }
.chart-line--cyan { animation-delay: .85s; }
@keyframes draw-chart { to { stroke-dashoffset: 0; } }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-grid article { display: grid; gap: 4px; min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); }
.metric-grid strong { font-family: var(--heading); font-size: 1.4rem; }
.metric-grid span { color: var(--lime); font-size: .65rem; }
.signal-card { position: absolute; z-index: 3; min-width: 180px; padding: 13px 16px; border: 1px solid rgba(142,160,183,.24); border-radius: 12px; background: rgba(10,21,36,.88); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.signal-card span { display: block; color: #76899f; font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.signal-card b { font-size: .72rem; }
.signal-card--left { left: -18px; bottom: 30px; animation: float 4.5s ease-in-out infinite; }
.signal-card--right { right: -20px; top: 135px; animation: float 5.2s .8s ease-in-out infinite; }
.signal-card--right i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--lime); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(79,107,255,.16); border-radius: 50%; }
.orbit--one { width: 640px; height: 250px; top: 140px; left: -20px; transform: rotate(-19deg); }
.orbit--two { width: 500px; height: 180px; top: 230px; left: 64px; transform: rotate(23deg); border-color: rgba(53,214,233,.12); }

.proof-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.proof-strip article { min-height: 132px; padding: 30px 26px; border-right: 1px solid var(--line); }
.proof-strip article:first-child { padding-left: 0; }
.proof-strip article:last-child { border-right: 0; }
.proof-strip strong { display: block; margin-bottom: 6px; font-family: var(--heading); font-size: 1.35rem; }
.proof-strip span { display: block; max-width: 220px; color: #72859c; font-size: .73rem; line-height: 1.45; }

.split-heading { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; align-items: start; }
.split-heading h2 { margin-bottom: 30px; }
.split-heading > div > p { max-width: 750px; color: var(--slate-dark); font-size: 1.1rem; }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 82px; background: #d7d6d0; border: 1px solid #d7d6d0; }
.question-grid article { min-height: 300px; padding: 38px; background: var(--ivory); transition: background .25s, transform .25s; }
.question-grid article:hover { z-index: 1; background: white; transform: translateY(-5px); }
.question-grid span { display: block; margin-bottom: 70px; color: var(--cobalt); font-size: .75rem; font-weight: 800; }
.question-grid h3 { margin-bottom: 16px; font-size: 1.45rem; }
.question-grid p { color: var(--slate-dark); font-size: .9rem; }

.system { background: linear-gradient(180deg, #050b14, #07111f); }
.section-heading { margin-bottom: 68px; }
.section-heading h2 { max-width: 920px; margin-bottom: 0; }
.section-heading--row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.section-heading--row > p { margin-bottom: 8px; color: #8b9cb1; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pillar { position: relative; min-height: 610px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.pillar::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--accent); opacity: .8; }
.pillar::after { content: ""; position: absolute; width: 260px; height: 260px; top: -130px; right: -130px; border-radius: 50%; background: var(--accent); filter: blur(85px); opacity: .1; }
.pillar--blue { --accent: var(--cobalt); }.pillar--cyan { --accent: var(--cyan); }.pillar--violet { --accent: var(--violet); }
.pillar-number { color: #64768d; font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.pillar-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 60px 0 45px; border: 1px solid color-mix(in srgb, var(--accent), transparent 55%); border-radius: 18px; color: var(--accent); background: color-mix(in srgb, var(--accent), transparent 92%); font-family: var(--heading); font-size: 2rem; }
.pillar-label { margin-bottom: 10px; color: var(--accent); font-size: .67rem; font-weight: 800; letter-spacing: .18em; }
.pillar h3 { margin-bottom: 20px; font-size: 2rem; }
.pillar > p:not(.pillar-label) { min-height: 82px; color: #91a1b5; font-size: .92rem; }
.pillar ul { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.pillar li { padding-top: 10px; border-top: 1px solid var(--line); color: #bac4d0; font-size: .78rem; }

.product { min-height: 900px; background: #081120; }
.product-grid { opacity: .55; mask-image: radial-gradient(circle at center, black, transparent 75%); }
.product-layout { position: relative; display: grid; grid-template-columns: .68fr 1.32fr; gap: 76px; align-items: center; }
.product-copy { position: relative; z-index: 2; }
.product-lockup { display: inline-flex; gap: 8px; margin-bottom: 64px; padding: 10px 13px; border: 1px solid rgba(121,87,255,.25); border-radius: 8px; color: #c7bcff; background: rgba(121,87,255,.08); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.product-lockup span { color: white; }
.product-copy h2 { font-size: clamp(2.7rem, 4vw, 4.6rem); }
.product-copy > p:not(.eyebrow,.product-lockup) { max-width: 550px; color: #95a4b6; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin: 34px 0; color: #c3ccd7; font-size: .78rem; }
.feature-list i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; border-radius: 50%; color: #081120; background: var(--cyan); font-style: normal; font-size: .64rem; }
.product-ui { position: relative; z-index: 2; min-height: 610px; overflow: hidden; border: 1px solid rgba(142,160,183,.22); border-radius: 25px; background: #0a1422; box-shadow: 0 60px 120px rgba(0,0,0,.42); transform: perspective(1400px) rotateY(-3deg); }
.product-ui::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 1px rgba(255,255,255,.06); }
.product-ui-bar { display: flex; align-items: center; justify-content: space-between; height: 62px; padding: 0 24px; border-bottom: 1px solid var(--line); }
.product-ui-bar b { font-size: .76rem; letter-spacing: .16em; }
.product-ui-bar > div { display: flex; align-items: center; gap: 10px; }
.product-ui-bar span { width: 38px; height: 5px; border-radius: 3px; background: #26364a; }
.product-ui-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); }
.product-ui-body { display: grid; grid-template-columns: 68px 1fr; min-height: 548px; }
.product-ui aside { display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 20px; border-right: 1px solid var(--line); }
.product-ui aside b { margin-bottom: 18px; color: var(--violet); }
.product-ui aside span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; color: #61738b; font-size: .8rem; }
.product-ui aside .active { color: white; background: var(--cobalt); }
.product-main { min-width: 0; padding: 28px; }
.product-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.product-title small { color: #6f8298; font-size: .58rem; font-weight: 800; letter-spacing: .16em; }
.product-title h3 { margin: 3px 0 0; font-size: 1.28rem; letter-spacing: -.02em; }
.product-title button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 7px; color: #93a2b4; background: transparent; font-size: .62rem; }
.product-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.product-kpis article { display: grid; gap: 7px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.02); }
.product-kpis b { font-family: var(--heading); font-size: 1.35rem; }
.product-kpis em { color: var(--lime); font-size: .62rem; font-style: normal; }
.journey-panel { margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.018); }
.journey-head { display: flex; justify-content: space-between; margin-bottom: 21px; font-size: .7rem; }
.journey-head span { color: #71839a; }
.journey-row { display: flex; align-items: center; min-width: 0; margin-bottom: 17px; }
.journey-row i { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border-radius: 8px; font-style: normal; font-size: .59rem; font-weight: 800; }
.journey-row span { flex: 1 1 30px; height: 1px; margin: 0 7px; background: #26364a; }
.journey-row strong { flex: 0 0 70px; margin-left: 12px; text-align: right; font-size: .69rem; }
.journey-row .meta { background: rgba(134,104,255,.18); color: #b6a7ff; }.journey-row .google { background: rgba(79,107,255,.18); color: #91a2ff; }.journey-row .crm { background: rgba(184,255,99,.14); color: var(--lime); }.journey-row .direct { background: rgba(244,242,236,.1); color: white; }.journey-row .tiktok { background: rgba(53,214,233,.16); color: var(--cyan); }

.results-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.result-story h2 { font-size: clamp(2.7rem, 4.1vw, 4.8rem); }
.result-story > p:not(.eyebrow) { max-width: 620px; margin-bottom: 28px; color: var(--slate-dark); font-size: 1.02rem; }
.results-card { position: relative; min-height: 510px; padding: 38px; overflow: hidden; color: white; border-radius: var(--radius); background: var(--midnight); box-shadow: 0 40px 90px rgba(7,17,31,.18); }
.results-card::before { content: ""; position: absolute; width: 360px; height: 360px; right: -130px; bottom: -190px; border-radius: 50%; background: var(--cobalt); filter: blur(80px); opacity: .24; }
.results-card-top { display: flex; justify-content: space-between; font-size: .67rem; font-weight: 800; letter-spacing: .15em; }
.results-card-top b { color: var(--cyan); }
.big-number { margin-top: 65px; font-family: var(--heading); font-size: clamp(5rem, 8vw, 8rem); font-weight: 600; letter-spacing: -.07em; line-height: .85; }
.big-number sup { color: var(--cobalt-soft); font-size: .35em; }
.results-card > p { color: #8ea0b7; }
.results-bars { position: absolute; right: 40px; bottom: 67px; display: flex; align-items: end; gap: 9px; width: 48%; height: 130px; }
.results-bars i { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(to top, var(--cobalt), var(--cyan)); opacity: .9; }
.results-foot { position: absolute; left: 38px; right: 38px; bottom: 25px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: #8596aa; font-size: .7rem; }

.services { background: #050b14; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 74px 1fr 1fr 60px; gap: 30px; align-items: center; min-height: 132px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-list article:hover { padding-inline: 18px; background: rgba(255,255,255,.025); }
.service-list span { color: #60738a; font-size: .7rem; font-weight: 800; }
.service-list h3 { margin: 0; font-size: 1.8rem; }
.service-list p { margin: 0; color: #8394a8; font-size: .85rem; }
.service-list i { justify-self: end; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--cobalt-soft); font-style: normal; }

.industries { padding-top: 20px; background: #050b14; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.industry-card { position: relative; display: grid; grid-template-columns: 50px 1fr 50px; align-items: end; min-height: 290px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); transition: transform .3s, border-color .3s; }
.industry-card::before { content: ""; position: absolute; width: 240px; height: 240px; right: -140px; top: -140px; border-radius: 50%; background: var(--cobalt); filter: blur(70px); opacity: 0; transition: opacity .3s; }
.industry-card:hover { transform: translateY(-4px); border-color: rgba(79,107,255,.48); }
.industry-card:hover::before { opacity: .16; }
.industry-card > span { align-self: start; color: #60738a; font-size: .7rem; font-weight: 800; }
.industry-card p { margin-bottom: 8px; color: var(--cobalt-soft); font-size: .64rem; font-weight: 800; letter-spacing: .16em; }
.industry-card h3 { margin-bottom: 14px; font-size: 2rem; }
.industry-card small { color: #7f90a5; }
.industry-card > i { justify-self: end; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--cobalt-soft); font-style: normal; }
.industry-card--featured { background: linear-gradient(145deg, rgba(79,107,255,.14), rgba(255,255,255,.015)); }

.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 130px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 480px; color: var(--slate-dark); }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 28px; min-height: 150px; padding: 30px 0; border-top: 1px solid #d5d4cf; }
.process-list li:last-child { border-bottom: 1px solid #d5d4cf; }
.process-list > li > span { color: var(--cobalt); font-size: .72rem; font-weight: 800; }
.process-list h3 { margin-bottom: 12px; font-size: 1.7rem; }
.process-list p { max-width: 570px; margin: 0; color: var(--slate-dark); font-size: .9rem; }

.team { background: radial-gradient(circle at 20% 30%, rgba(79,107,255,.08), transparent 28%), #07111f; }
.team-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.team-copy { padding-top: 45px; color: #93a2b5; font-size: 1.03rem; }
.team-copy p:nth-child(2) { color: white; font-weight: 700; }
.role-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; }
.role-cloud span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: #aab6c5; background: rgba(255,255,255,.025); font-size: .7rem; }

.faq { padding-top: 30px; background: #07111f; }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 120px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 96px; padding: 0; border: 0; text-align: left; background: transparent; cursor: pointer; }
.faq-item button span { font-family: var(--heading); font-size: 1.15rem; font-weight: 650; }
.faq-item button i { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--cobalt-soft); font-style: normal; transition: transform .25s; }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-item > div > p { min-height: 0; margin: 0; overflow: hidden; color: #8d9db1; }
.faq-item.is-open > div { grid-template-rows: 1fr; }
.faq-item.is-open > div > p { padding-bottom: 28px; }

.contact { position: relative; padding: 132px 0; overflow: hidden; background: #050b14; }
.contact::before { content: ""; position: absolute; width: 650px; height: 650px; left: 5%; top: 0; border-radius: 50%; background: var(--cobalt); filter: blur(150px); opacity: .11; }
.contact-grid { opacity: .4; mask-image: radial-gradient(circle at 30% 50%, black, transparent 65%); }
.contact-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.contact-copy h2 { font-size: clamp(2.8rem, 4.2vw, 5rem); }
.contact-copy > p:not(.eyebrow) { max-width: 550px; color: #94a3b6; }
.contact-copy > a { display: inline-flex; gap: 16px; margin-top: 30px; padding-bottom: 7px; border-bottom: 1px solid var(--cobalt); color: white; font-weight: 750; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: rgba(10,21,36,.82); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 14px; color: #8fa0b4; font-size: .68rem; font-weight: 750; letter-spacing: .05em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; outline: none; color: white; background: rgba(255,255,255,.025); transition: border-color .2s, background .2s; }
.contact-form input, .contact-form select { height: 48px; padding: 0 13px; }
.contact-form textarea { resize: vertical; padding: 12px 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cobalt); background: rgba(79,107,255,.04); }
.contact-form select { color-scheme: dark; }
.form-submit { display: flex; align-items: center; gap: 17px; margin-top: 6px; }
.form-submit small { color: #687b91; font-size: .58rem; line-height: 1.45; }
.form-success { margin: 18px 0 0; padding: 12px; border: 1px solid rgba(184,255,99,.22); border-radius: 8px; color: #d2f4aa; background: rgba(184,255,99,.05); font-size: .75rem; }

.site-footer { padding: 62px 0 24px; background: var(--midnight); border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: center; padding-bottom: 55px; }
.footer-top img { width: 190px; }
.footer-top p { margin: 0; color: #8b9cb0; }
.footer-top > a { justify-self: end; padding-bottom: 6px; border-bottom: 1px solid var(--cobalt); font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #65788f; font-size: .65rem; }
.footer-bottom nav { display: flex; gap: 26px; }
.footer-company { margin: 18px auto 0; color: #506177; font-size: .58rem; letter-spacing: .03em; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .13s; }.reveal--delay-2 { transition-delay: .26s; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 190px 1fr 180px; }
  .desktop-nav { gap: 22px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; padding-bottom: 20px; }
  .control-visual { width: min(820px, 100%); margin: auto; padding-left: 0; }
  .dashboard-shell { transform: none; }
  .product-layout { grid-template-columns: 1fr; }
  .product-copy { max-width: 760px; }
  .product-ui { transform: none; }
  .results-layout { gap: 55px; }
  .contact-layout { gap: 55px; }
}

@media (max-width: 850px) {
  :root { --container: min(100% - 34px, 680px); }
  .section { padding: 92px 0; }
  .desktop-nav, .header-cta { display: none; }
  .header-inner { display: flex; justify-content: space-between; }
  .brand { width: 152px; }
  .menu-toggle { display: grid; align-content: center; gap: 7px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.02); }
  .menu-toggle span { justify-self: center; width: 18px; height: 1px; background: white; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 72px 0 0; z-index: 49; display: flex; flex-direction: column; gap: 8px; padding: 26px 17px; background: rgba(5,11,20,.98); transform: translateX(100%); transition: transform .3s ease; }
  .mobile-nav.is-open { transform: translateX(0); }
  .mobile-nav > a:not(.button) { padding: 18px 8px; border-bottom: 1px solid var(--line); font-family: var(--heading); font-size: 1.4rem; }
  .mobile-nav .button { margin-top: 18px; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-copy h1 { font-size: clamp(3.15rem, 11vw, 5rem); }
  .hero-lead { font-size: 1rem; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip article:nth-child(2) { border-right: 0; }
  .proof-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-strip article:first-child { padding-left: 20px; }
  .split-heading, .section-heading--row, .results-layout, .process-layout, .team-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .question-grid, .pillar-grid { grid-template-columns: 1fr; }
  .question-grid article { min-height: auto; }
  .question-grid span { margin-bottom: 38px; }
  .pillar { min-height: auto; }
  .pillar-icon { margin: 42px 0 32px; }
  .pillar > p:not(.pillar-label) { min-height: 0; }
  .product { min-height: auto; }
  .product-lockup { margin-bottom: 35px; }
  .industry-grid { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .team-copy { padding-top: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-top > a { justify-self: start; }
  .footer-bottom { display: grid; gap: 18px; }
}

@media (max-width: 560px) {
  h2 { font-size: 2.65rem; }
  .hero { padding-top: 112px; }
  .hero-copy h1 { font-size: clamp(3rem, 13vw, 3.25rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-note { align-items: flex-start; font-size: .68rem; }
  .control-visual { margin-top: 15px; padding-bottom: 75px; }
  .dashboard-shell { min-height: 440px; padding: 13px; border-radius: 18px; }
  .dashboard-brand span { display: none; }
  .source-row { overflow: hidden; }
  .source-row span { flex: 0 0 auto; }
  .chart-card { padding: 15px 12px 5px; }
  .chart-head strong { font-size: 1.45rem; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid article:last-child { display: none; }
  .signal-card { min-width: 150px; padding: 10px 12px; }
  .signal-card--left { left: 8px; }
  .signal-card--right { right: 4px; top: 105px; }
  .orbit { display: none; }
  .proof-strip article { min-height: 120px; padding: 22px 15px; }
  .proof-strip article:first-child { padding-left: 15px; }
  .proof-strip strong { font-size: 1.1rem; }
  .question-grid { margin-top: 50px; }
  .question-grid article { padding: 28px; }
  .pillar { padding: 28px; }
  .product-ui { min-height: 470px; border-radius: 18px; }
  .product-ui-body { grid-template-columns: 48px 1fr; min-height: 408px; }
  .product-ui aside span { width: 32px; height: 32px; }
  .product-main { padding: 18px 12px; }
  .product-title button { display: none; }
  .product-kpis { grid-template-columns: 1fr 1fr; }
  .product-kpis article:last-child { display: none; }
  .journey-row strong { display: none; }
  .results-card { min-height: 440px; padding: 28px; }
  .results-bars { right: 24px; width: 50%; }
  .service-list article { grid-template-columns: 38px 1fr 42px; gap: 13px; padding: 25px 0; }
  .service-list h3 { font-size: 1.35rem; }
  .service-list p { grid-column: 2 / 4; }
  .service-list i { grid-column: 3; grid-row: 1; }
  .industry-card { grid-template-columns: 34px 1fr 42px; min-height: 245px; padding: 24px; }
  .industry-card h3 { font-size: 1.6rem; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 18px; }
  .contact-form { padding: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { display: grid; }
  .form-submit .button { width: 100%; }
  .footer-bottom nav { flex-wrap: wrap; gap: 12px 20px; }
}

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

/* Inner pages */
.subpage { background: #050b14; }
.subhero { position: relative; min-height: 880px; padding: 165px 0 105px; overflow: hidden; background: #050b14; }
.subhero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.subhero-glow { position: absolute; width: 680px; height: 680px; top: 80px; right: 4%; border-radius: 50%; background: var(--cobalt); filter: blur(150px); opacity: .13; }
.subhero--product .subhero-glow { background: var(--violet); }
.subhero--clinics .subhero-glow { background: #ef7bc8; opacity: .09; }
.subhero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.subhero-copy h1 { max-width: 740px; margin-bottom: 28px; font-size: clamp(3.3rem, 5vw, 5.9rem); }
.subhero-copy > p:not(.eyebrow,.product-lockup,.hero-note) { max-width: 680px; color: #9aa9bb; font-size: 1.08rem; }
.subhero-copy .product-lockup { margin-bottom: 34px; }
.subhero-visual .control-visual { padding-bottom: 40px; }
.subhero-visual .dashboard-shell { transform: perspective(1400px) rotateY(-3deg); }
.product-intro { padding-bottom: 35px; }
.section--tight { padding-top: 45px; }

.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bento-card { position: relative; min-height: 360px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.bento-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -150px; bottom: -160px; border-radius: 50%; background: var(--cobalt); filter: blur(80px); opacity: .14; }
.bento-card--wide { grid-column: span 1; }
.bento-card > span { color: var(--cobalt-soft); font-size: .65rem; font-weight: 800; letter-spacing: .17em; }
.bento-card h3 { max-width: 540px; margin: 45px 0 15px; font-size: 2rem; }
.bento-card > p { max-width: 570px; color: #8798ac; font-size: .88rem; }
.demo-note { display: block; margin-top: 18px; color: #73859b; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.mini-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.mini-kpis b { display: grid; padding: 14px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--heading); font-size: 1.3rem; }
.mini-kpis small { color: #71839a; font: 500 .58rem var(--body); }
.model-lines { display: grid; gap: 12px; margin-top: 45px; }
.model-lines i { display: block; width: var(--w); height: 8px; border-radius: 8px; background: linear-gradient(90deg, var(--cobalt), var(--cyan)); }
.journey-mini { display: flex; align-items: center; margin-top: 50px; }
.journey-mini b { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(79,107,255,.35); border-radius: 12px; color: #aebaff; background: rgba(79,107,255,.08); }
.journey-mini i { flex: 1; height: 1px; background: #304159; }
.decision-row { display: flex; gap: 10px; margin-top: 48px; }
.decision-row span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; color: #a4b1c1; font-size: .72rem; }
.decision-row i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); }
.decision-row span:nth-child(2) i { background: #ffc45f; }.decision-row span:nth-child(3) i { background: #ff6b6b; }

.platform-flow { padding-top: 115px; }
.flow-map { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 55px; align-items: center; }
.flow-sources, .flow-outputs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.flow-sources span, .flow-outputs span { display: grid; place-items: center; min-height: 76px; border: 1px solid #d5d4cf; border-radius: 12px; color: var(--slate-dark); background: rgba(255,255,255,.3); font-size: .78rem; font-weight: 700; }
.flow-core { position: relative; display: grid; place-items: center; min-height: 220px; border-radius: 50%; color: white; background: var(--midnight); box-shadow: 0 20px 70px rgba(7,17,31,.18); }
.flow-core::before, .flow-core::after { content: ""; position: absolute; top: 50%; width: 56px; height: 1px; background: #9ba9ba; }
.flow-core::before { left: -56px; }.flow-core::after { right: -56px; }
.flow-core b { font-family: var(--heading); font-size: 1.4rem; letter-spacing: .14em; }
.flow-core small { margin-top: -65px; color: #7f92a9; font-size: .62rem; }
.future { background: radial-gradient(circle at 18% 32%, rgba(121,87,255,.1), transparent 28%), #07111f; }
.future-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.future-list { border-top: 1px solid var(--line); }
.future-list article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; min-height: 108px; align-items: center; border-bottom: 1px solid var(--line); }
.future-list span { color: var(--violet); font-size: .68rem; font-weight: 800; }
.future-list h3 { margin: 0; font-size: 1.35rem; }

.commerce-visual, .clinic-visual { position: relative; }
.commerce-card, .clinic-card { position: relative; min-height: 560px; padding: 28px; overflow: hidden; border: 1px solid rgba(142,160,183,.25); border-radius: 24px; background: linear-gradient(145deg, #11223a, #07111f); box-shadow: var(--shadow); }
.commerce-card::before { content: ""; position: absolute; width: 380px; height: 380px; right: -180px; bottom: -220px; border-radius: 50%; background: var(--cobalt); filter: blur(90px); opacity: .28; }
.commerce-top, .clinic-top { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #8395aa; font-size: .66rem; font-weight: 800; letter-spacing: .16em; }
.commerce-top b, .clinic-top b { color: var(--lime); }
.commerce-main { position: relative; z-index: 1; margin-top: 78px; }
.commerce-main small { color: #71839a; font-size: .65rem; font-weight: 800; letter-spacing: .15em; }
.commerce-main strong { display: block; margin-top: 8px; font-family: var(--heading); font-size: clamp(5rem, 8vw, 7.6rem); line-height: .9; letter-spacing: -.08em; }
.commerce-main sup { color: var(--cobalt-soft); font-size: .33em; }
.commerce-main p { color: #8596a9; }
.commerce-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border: 1px solid var(--line); border-radius: 13px; }
.commerce-stats span { display: grid; gap: 3px; padding: 18px; border-right: 1px solid var(--line); color: #72849b; font-size: .62rem; }
.commerce-stats span:last-child { border-right: 0; }
.commerce-stats b { color: white; font-family: var(--heading); font-size: 1.1rem; }
.commerce-products { position: relative; z-index: 1; display: flex; gap: 10px; align-items: end; height: 76px; margin-top: 24px; }
.commerce-products i { flex: 1; height: 45%; border-radius: 5px 5px 0 0; background: linear-gradient(to top, var(--cobalt), var(--cyan)); }
.commerce-products i:nth-child(2) { height: 66%; }.commerce-products i:nth-child(3) { height: 52%; }.commerce-products i:nth-child(4) { height: 83%; }.commerce-products i:nth-child(5) { height: 100%; }

.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; border: 1px solid #d7d6d0; background: #d7d6d0; }
.pain-grid article { min-height: 290px; padding: 30px; background: var(--ivory); }
.pain-grid b { display: block; margin-bottom: 70px; color: var(--cobalt); font-size: .7rem; }
.pain-grid h3 { font-size: 1.35rem; }
.pain-grid p { color: var(--slate-dark); font-size: .84rem; }
.vertical-system { background: #07111f; }
.vertical-steps { border-top: 1px solid var(--line); }
.vertical-steps article { display: grid; grid-template-columns: 80px 1fr; gap: 30px; min-height: 135px; align-items: center; border-bottom: 1px solid var(--line); }
.vertical-steps span { color: var(--cobalt-soft); font-size: .68rem; font-weight: 800; }
.vertical-steps h3 { margin: 0 0 10px; font-size: 1.65rem; }
.vertical-steps p { margin: 0; color: #8394a8; font-size: .86rem; }
.ninety-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.ninety-phases { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d7d6d0; }
.page-clinics .ninety-phases, .page-clinics .ninety-phases article { border-color: var(--line); }
.ninety-phases article { min-height: 330px; padding: 28px; border-right: 1px solid #d7d6d0; }
.ninety-phases article:last-child { border-right: 0; }
.ninety-phases span { display: block; margin-bottom: 75px; color: var(--cobalt); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.ninety-phases h3 { font-size: 1.35rem; }
.ninety-phases p { color: var(--slate-dark); font-size: .8rem; }
.page-clinics .ninety-phases p { color: #8495aa; }
.fit { background: #050b14; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fit-card { min-height: 510px; padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.02); }
.fit-card--yes { background: linear-gradient(145deg, rgba(79,107,255,.14), rgba(255,255,255,.015)); }
.fit-card > p { color: var(--cobalt-soft); font-size: .66rem; font-weight: 800; letter-spacing: .17em; }
.fit-card h2 { max-width: 510px; margin: 62px 0 48px; font-size: 2.6rem; }
.fit-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #91a1b4; }
.fit-card li { padding-top: 13px; border-top: 1px solid var(--line); font-size: .84rem; }

.clinic-card::before { content: ""; position: absolute; width: 340px; height: 340px; right: -170px; top: -190px; border-radius: 50%; background: #ef7bc8; filter: blur(90px); opacity: .18; }
.clinic-calendar { position: relative; z-index: 1; display: grid; grid-template-columns: .7fr 1.3fr; gap: 28px; margin-top: 78px; }
.clinic-calendar small { color: #71839a; font-size: .62rem; font-weight: 800; }
.clinic-calendar strong { display: block; font-family: var(--heading); font-size: 5.8rem; line-height: 1; letter-spacing: -.08em; }
.clinic-calendar em { color: var(--lime); font-size: .72rem; font-style: normal; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; align-content: start; }
.calendar-grid i { aspect-ratio: 1; border: 1px solid var(--line); border-radius: 5px; background: rgba(255,255,255,.02); }
.calendar-grid i.booked { border-color: rgba(79,107,255,.5); background: var(--cobalt); }
.clinic-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border: 1px solid var(--line); border-radius: 13px; }
.clinic-stats span { display: grid; gap: 3px; padding: 18px; border-right: 1px solid var(--line); color: #72849b; font-size: .62rem; }
.clinic-stats span:last-child { border-right: 0; }
.clinic-stats b { color: white; font-family: var(--heading); font-size: 1.25rem; }
.clinic-funnel { background: radial-gradient(circle at 50% 60%, rgba(239,123,200,.06), transparent 35%), #07111f; }
.funnel-line { display: grid; grid-template-columns: 1fr 35px 1fr 35px 1fr 35px 1fr; align-items: center; }
.funnel-line article { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); }
.funnel-line article span { display: block; margin-bottom: 70px; color: #ef9bd2; font-size: .65rem; font-weight: 800; }
.funnel-line article b { display: block; margin-bottom: 7px; font-size: .78rem; letter-spacing: .13em; }
.funnel-line article small { color: #74869d; font-size: .68rem; }
.funnel-line > i { justify-self: center; color: #53657c; font-style: normal; }
.channel-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.channel-layout > div:first-child > p:not(.eyebrow) { color: var(--slate-dark); }
.channel-cards { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #d7d6d0; }
.channel-cards article { min-height: 190px; padding: 25px; border-right: 1px solid #d7d6d0; border-bottom: 1px solid #d7d6d0; }
.channel-cards article:nth-child(2n) { border-right: 0; }.channel-cards article:nth-last-child(-n+2) { border-bottom: 0; }
.channel-cards b { font-family: var(--heading); font-size: 1.4rem; }
.channel-cards p { margin-top: 55px; color: var(--slate-dark); font-size: .8rem; }

.status-page { position: relative; min-height: 78vh; display: grid; align-items: center; padding: 160px 0 100px; overflow: hidden; background: #050b14; }
.status-card { position: relative; z-index: 1; max-width: 850px; }
.status-card h1 { margin-bottom: 30px; font-size: clamp(3.5rem, 6vw, 6rem); }
.status-card > p:not(.eyebrow) { max-width: 650px; margin-bottom: 32px; color: #93a2b5; }
.status-card a:not(.button) { color: white; border-bottom: 1px solid var(--cobalt); }
.contact-form h3 { margin-bottom: 26px; font-size: 1.5rem; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.legal-page { min-height: 100vh; height: auto; padding: 150px 0 110px; align-items: start; }
.legal-document { position: relative; z-index: 1; max-width: 1040px; }
.legal-header { max-width: 900px; margin-bottom: 48px; }
.legal-header h1 { max-width: 980px; margin-bottom: 26px; font-size: clamp(3rem, 6vw, 6.2rem); }
.legal-lead { max-width: 760px; color: #a5b3c4; font-size: 1.1rem; line-height: 1.75; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: #708298; font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.legal-toc { margin-bottom: 64px; padding: 28px 30px; border: 1px solid rgba(79,107,255,.27); border-radius: 18px; background: linear-gradient(135deg, rgba(79,107,255,.09), rgba(255,255,255,.015)); }
.legal-toc > strong { display: block; margin-bottom: 8px; color: white; font-family: var(--heading); font-size: 1.1rem; }
.legal-toc > p { max-width: 800px; margin: 0; color: #9babbd; font-size: .85rem; }
.legal-toc > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.legal-toc a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #bdc8d5; font-size: .65rem; font-weight: 720; }
.legal-toc a:hover { border-color: var(--cobalt); color: white; }
.legal-content { display: grid; gap: 0; }
.legal-section { padding: 52px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-section h2 { max-width: 860px; margin-bottom: 26px; font-size: clamp(1.8rem, 3vw, 2.65rem); letter-spacing: -.035em; }
.legal-section p, .legal-section li { color: #a6b3c3; font-size: .92rem; line-height: 1.85; }
.legal-section p { max-width: 880px; }
.legal-section p + p { margin-top: 18px; }
.legal-section ul { display: grid; gap: 12px; max-width: 880px; margin: 24px 0 0; padding-left: 22px; }
.legal-section li { padding-left: 6px; }
.legal-section li::marker { color: var(--cobalt-soft); }
.legal-section strong { color: #e5eaf0; }
.legal-section a { color: white; border-bottom: 1px solid rgba(79,107,255,.7); }
.legal-company-card { display: grid; gap: 7px; max-width: 820px; margin: 24px 0 28px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 16px; color: #9eacbd; background: rgba(255,255,255,.025); font-size: .82rem; font-style: normal; line-height: 1.65; }
.legal-company-card strong { color: white; font-family: var(--heading); font-size: 1rem; letter-spacing: .02em; }
.legal-company-card a { justify-self: start; margin-top: 4px; }
.legal-note { max-width: 880px; margin-top: 28px; padding: 22px 24px; border-left: 3px solid var(--lime); border-radius: 0 12px 12px 0; color: #9eacbd; background: rgba(184,255,99,.045); font-size: .82rem; line-height: 1.7; }
.legal-note strong { display: block; margin-bottom: 3px; color: var(--lime); }
.legal-table-wrap { max-width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.legal-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.legal-table th, .legal-table td { padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-table th:last-child, .legal-table td:last-child { border-right: 0; }
.legal-table tbody tr:last-child td { border-bottom: 0; }
.legal-table th { color: #b8c5d4; background: rgba(79,107,255,.08); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-table td { color: #9eacbd; background: rgba(255,255,255,.015); font-size: .75rem; line-height: 1.65; }
.legal-table code { color: var(--lime); font-size: .72rem; }
.legal-table--compact { min-width: 620px; }
.legal-document-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-top: 42px; border-top: 1px solid var(--line); }
.legal-document-footer .text-link { color: white; }
.contact-form button:disabled { cursor: wait; opacity: .72; transform: none; }
.contact-form small a { color: white; border-bottom: 1px solid rgba(255,255,255,.35); }

@media (max-width: 1100px) {
  .subhero-layout { grid-template-columns: 1fr; }
  .subhero-copy { max-width: 850px; }
  .subhero-visual, .commerce-visual, .clinic-visual { width: min(820px, 100%); margin-inline: auto; }
  .future-layout, .ninety-layout, .channel-layout { gap: 55px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .pain-grid article { min-height: 240px; }
}

@media (max-width: 850px) {
  .subhero { min-height: auto; padding: 125px 0 80px; }
  .legal-page { padding-top: 125px; }
  .legal-toc { margin-bottom: 40px; }
  .subhero-layout, .future-layout, .ninety-layout, .channel-layout { grid-template-columns: 1fr; }
  .subhero-copy h1 { font-size: clamp(3.1rem, 11vw, 5rem); }
  .bento-grid { grid-template-columns: 1fr; }
  .flow-map { grid-template-columns: 1fr; gap: 35px; }
  .flow-core { min-height: 180px; }
  .flow-core::before, .flow-core::after { top: auto; left: 50%; width: 1px; height: 36px; }
  .flow-core::before { top: -36px; }.flow-core::after { right: auto; bottom: -36px; }
  .ninety-phases { grid-template-columns: 1fr; }
  .ninety-phases article { min-height: 240px; border-right: 0; border-bottom: 1px solid #d7d6d0; }
  .ninety-phases article:last-child { border-bottom: 0; }
  .fit-grid { grid-template-columns: 1fr; }
  .funnel-line { grid-template-columns: 1fr; gap: 12px; }
  .funnel-line > i { transform: rotate(90deg); }
  .funnel-line article { min-height: 180px; }
  .funnel-line article span { margin-bottom: 42px; }
}

@media (max-width: 560px) {
  .subhero-copy h1 { font-size: clamp(2.9rem, 13vw, 3.35rem); }
  .legal-header h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .legal-lead { font-size: .95rem; }
  .legal-toc { padding: 22px 20px; }
  .legal-section { padding: 40px 0; }
  .legal-section h2 { font-size: 1.75rem; }
  .legal-company-card { padding: 20px; }
  .legal-document-footer { display: grid; }
  .bento-card { min-height: 315px; padding: 27px; }
  .mini-kpis { grid-template-columns: 1fr 1fr; }
  .mini-kpis b:last-child { display: none; }
  .future-list article { grid-template-columns: 42px 1fr; }
  .commerce-card, .clinic-card { min-height: 475px; padding: 20px; }
  .commerce-main { margin-top: 58px; }
  .commerce-main strong { font-size: 4.7rem; }
  .commerce-stats, .clinic-stats { grid-template-columns: 1fr 1fr; }
  .commerce-stats span:last-child, .clinic-stats span:last-child { display: none; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: auto; }
  .pain-grid b { margin-bottom: 38px; }
  .vertical-steps article { grid-template-columns: 45px 1fr; gap: 15px; }
  .fit-card { min-height: 450px; padding: 28px; }
  .fit-card h2 { margin: 48px 0 38px; font-size: 2.15rem; }
  .clinic-calendar { grid-template-columns: 1fr; margin-top: 55px; }
  .clinic-calendar strong { font-size: 4.2rem; }
  .calendar-grid { display: none; }
  .clinic-stats { margin-top: 55px; }
  .channel-cards { grid-template-columns: 1fr; }
  .channel-cards article { min-height: 155px; border-right: 0; border-bottom: 1px solid #d7d6d0 !important; }
  .channel-cards article:last-child { border-bottom: 0 !important; }
  .channel-cards p { margin-top: 30px; }
}
