:root {
  --bg: #070b14;
  --bg-soft: #0b1120;
  --surface: #0f1728;
  --surface-2: #131d31;
  --text: #f6f8fc;
  --muted: #94a3b8;
  --line: rgba(255, 255, 255, .09);
  --blue: #1778ff;
  --blue-light: #54a6ff;
  --cyan: #55d8ff;
  --green: #20d78d;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .34);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 999; padding: 12px 18px; color: #07111f; background: #fff; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.ambient { position: fixed; z-index: -1; width: 600px; height: 600px; border-radius: 50%; filter: blur(140px); opacity: .12; pointer-events: none; }
.ambient-one { top: -250px; left: 30%; background: #006fff; }
.ambient-two { top: 45%; right: -350px; background: #0d61df; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
}
.site-header.scrolled { background: rgba(7, 11, 20, .82); border-color: var(--line); backdrop-filter: blur(20px); }
.nav-wrap { display: flex; height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: linear-gradient(145deg, #3195ff, #0754e8); border: 1px solid rgba(255,255,255,.22); border-radius: 10px; box-shadow: 0 8px 25px rgba(20, 112, 255, .28); }
.brand-name { font-size: 20px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #aeb9c9; font-size: 14px; }
.desktop-nav a { position: relative; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 50% -9px; height: 2px; background: var(--blue-light); transition: inset .25s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.desktop-nav a:hover::after { inset-inline: 0; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; font: 700 14px/1 var(--font); transition: transform .25s, box-shadow .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 13px; }
.button-outline { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.14); }
.button-outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); }
.button-primary { background: linear-gradient(135deg, #1f88ff, #0758ed); box-shadow: 0 12px 35px rgba(18, 108, 255, .28), inset 0 1px rgba(255,255,255,.25); }
.button-primary:hover { box-shadow: 0 17px 42px rgba(18,108,255,.42); }
.button-secondary { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.13); backdrop-filter: blur(10px); }
.button-secondary:hover { background: rgba(255,255,255,.09); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 5px auto; background: #fff; transition: transform .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { padding: 8px 20px 22px; background: rgba(7,11,20,.98); border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 14px 4px; color: #bec8d6; border-bottom: 1px solid var(--line); }

.hero { position: relative; min-height: 800px; padding: 170px 0 108px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 20%, transparent 90%);
}
.hero::after { content: ""; position: absolute; z-index: -1; width: 760px; height: 760px; top: -420px; left: 42%; border-radius: 50%; background: radial-gradient(circle, rgba(43,139,255,.22), transparent 67%); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 65px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #76adf9; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; background: var(--blue-light); border-radius: 50%; box-shadow: 0 0 0 5px rgba(55,149,255,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(48px, 5.4vw, 76px); line-height: .99; letter-spacing: -.058em; }
.gradient-text { color: transparent; background: linear-gradient(100deg, #53b1ff 0%, #8dc8ff 45%, #397cff 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: #aab6c8; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 28px; color: #8392a8; font-size: 12px; }
.trust-row span::first-letter { color: #52cfa0; }
.product-showcase { position: relative; perspective: 1000px; }
.showcase-glow { position: absolute; inset: 15% -10% 0; background: #146dff; filter: blur(90px); opacity: .18; border-radius: 50%; }
.dashboard { position: relative; display: flex; aspect-ratio: 1.22; overflow: hidden; background: rgba(13,21,36,.94); border: 1px solid rgba(255,255,255,.13); border-radius: 22px; box-shadow: 0 50px 100px rgba(0,0,0,.5); transform: rotateY(-5deg) rotateX(2deg); }
.dash-sidebar { width: 12%; display: flex; flex-direction: column; align-items: center; gap: 25px; padding-top: 20px; background: rgba(6,11,21,.8); border-right: 1px solid var(--line); }
.dash-logo { display: grid; place-items: center; width: 27px; height: 27px; margin-bottom: 18px; background: var(--blue); border-radius: 8px; font-size: 12px; font-weight: 900; }
.dash-sidebar span { width: 20px; height: 7px; border-radius: 4px; background: #283348; }
.dash-sidebar span.active { background: #3087ff; box-shadow: 0 0 12px #2678ed; }
.dash-main { flex: 1; min-width: 0; padding: 25px; }
.dash-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.dash-top small, .metric small, .floating-card small { display: block; color: #687890; font-size: 9px; }
.dash-top strong { display: block; margin-top: 5px; font-size: 15px; }
.dash-top i { width: 28px; height: 28px; background: linear-gradient(145deg,#26364f,#141d2d); border: 1px solid var(--line); border-radius: 50%; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric { position: relative; padding: 14px; background: #111b2c; border: 1px solid var(--line); border-radius: 11px; }
.metric.blue { background: linear-gradient(145deg, rgba(25,116,255,.2), rgba(16,28,47,.8)); border-color: rgba(57,139,255,.3); }
.metric strong { display: block; margin-top: 9px; font-size: 13px; }
.metric em { display: block; margin-top: 8px; color: #3bd69a; font-size: 8px; font-style: normal; }
.chart-card { margin-top: 12px; padding: 15px 15px 0; background: #0e1727; border: 1px solid var(--line); border-radius: 12px; }
.chart-title { display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 700; }
.chart-title small { color: #66758b; font-size: 8px; font-weight: 500; }
.chart { width: 100%; height: auto; margin-top: 12px; overflow: visible; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: #3995ff; stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 0 6px #247bd6); }
.dash-bottom { display: grid; grid-template-columns: 1fr .8fr .7fr; gap: 10px; margin-top: 12px; }
.dash-bottom span { height: 52px; background: #111b2c; border: 1px solid var(--line); border-radius: 10px; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: rgba(15,25,42,.9); border: 1px solid rgba(255,255,255,.14); border-radius: 13px; box-shadow: 0 15px 40px rgba(0,0,0,.36); backdrop-filter: blur(15px); animation: float 5s ease-in-out infinite; }
.floating-card strong { display: block; margin-top: 3px; white-space: nowrap; font-size: 10px; }
.floating-status { right: -25px; top: -28px; }
.floating-cloud { left: -35px; bottom: -25px; animation-delay: -2.5s; }
.floating-cloud svg { width: 29px; fill: none; stroke: #68aaff; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.status-icon { display: grid; place-items: center; width: 28px; height: 28px; color: #39d79b; background: rgba(34,211,145,.12); border-radius: 8px; font-weight: 900; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.proof-strip { padding: 23px 0; color: #738299; background: rgba(255,255,255,.018); border-block: 1px solid var(--line); }
.proof-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.proof-strip p { margin: 0; font-size: 12px; }
.platform-list { display: flex; align-items: center; gap: 21px; color: #a6b2c4; font-size: 12px; font-weight: 700; }
.platform-list i { width: 3px; height: 3px; background: #3e4a5d; border-radius: 50%; }
.section { padding: 125px 0; }
.intro { background: #f7f9fc; color: #111827; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.section-copy h2, .section-heading h2, .faq-intro h2 { margin-bottom: 25px; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; letter-spacing: -.05em; }
.muted-title { color: #9aa6b5; }
.section-copy p, .section-heading p, .faq-intro p { color: #647187; font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; color: #126cf0; font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.access-card { position: relative; min-height: 205px; padding: 28px; overflow: hidden; background: #fff; border: 1px solid #e5eaf1; border-radius: 20px; box-shadow: 0 20px 50px rgba(18,35,60,.07); transition: transform .3s, box-shadow .3s, border-color .3s; }
.access-card:hover { transform: translateY(-6px); border-color: #bed7ff; box-shadow: 0 28px 60px rgba(18,62,125,.12); }
.access-wide { grid-column: 1 / -1; display: flex; min-height: 165px; align-items: center; gap: 24px; }
.icon-box, .feature-icon { display: grid; place-items: center; width: 48px; height: 48px; color: #1877f2; background: #edf5ff; border-radius: 13px; font-weight: 800; }
.icon-box svg, .feature-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.access-card h3 { margin: 20px 0 8px; font-size: 17px; letter-spacing: -.02em; }
.access-card p { margin: 0; color: #758196; font-size: 13px; line-height: 1.6; }
.access-wide h3 { margin-top: 0; }
.card-number { position: absolute; right: 18px; bottom: 8px; color: #edf1f6; font-size: 48px; font-weight: 900; letter-spacing: -.06em; }

.section-heading { max-width: 730px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { max-width: 640px; margin: 0 auto; color: var(--muted); }
.features { position: relative; }
.features::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 25%, rgba(24,100,215,.10), transparent 42%); }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 260px; padding: 27px; overflow: hidden; background: linear-gradient(145deg, rgba(20,30,49,.96), rgba(11,18,31,.96)); border: 1px solid var(--line); border-radius: 20px; transition: transform .3s, border-color .3s; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(86,159,255,.34); }
.feature-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -60px; bottom: -60px; background: #1a74ff; filter: blur(65px); opacity: .14; }
.feature-main { grid-column: span 2; display: flex; min-height: 330px; }
.feature-wide { grid-column: span 2; display: flex; align-items: flex-end; justify-content: space-between; }
.feature-icon { margin-bottom: 42px; flex: 0 0 auto; background: rgba(42,128,255,.12); border: 1px solid rgba(71,146,255,.16); font-size: 22px; }
.feature-card h3 { max-width: 390px; margin-bottom: 12px; font-size: 20px; letter-spacing: -.025em; }
.feature-card p { max-width: 430px; margin: 0; color: #8391a6; font-size: 14px; line-height: 1.7; }
.feature-main .feature-icon { position: absolute; }
.feature-content { align-self: flex-end; max-width: 56%; }
.feature-tag { display: inline-block; margin-bottom: 12px; color: #64a9ff; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.doc-stack { position: absolute; right: 43px; top: 58px; width: 180px; height: 210px; }
.mini-doc { position: absolute; inset: 0; padding: 25px; background: #f8fafc; border-radius: 13px; box-shadow: 0 20px 50px rgba(0,0,0,.35); transform: rotate(4deg); }
.mini-doc.back { transform: translate(-22px, 14px) rotate(-7deg); opacity: .28; }
.mini-doc b { color: #1975eb; font-size: 25px; }
.mini-doc i { display: block; width: 34px; height: 5px; margin: 20px 0 12px; background: #b4c3d7; border-radius: 4px; }
.mini-doc span { display: block; width: 100%; height: 5px; margin: 9px 0; background: #d6dee9; border-radius: 4px; }
.mini-doc span:nth-of-type(2) { width: 70%; }
.mini-doc em { display: inline-block; margin-top: 25px; padding: 7px 10px; color: #15976c; background: #ddf8ed; border-radius: 6px; font-size: 9px; font-style: normal; font-weight: 800; }
.bars { display: flex; width: 43%; height: 150px; align-items: flex-end; gap: 9px; padding: 10px 18px 0; border-bottom: 1px solid #334055; }
.bars i { flex: 1; height: var(--h); background: linear-gradient(to top,#0c65ee,#56b4ff); border-radius: 5px 5px 0 0; box-shadow: 0 0 18px rgba(31,132,255,.15); }
.feature-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.feature-pills span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: #8d9bb0; background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 99px; font-size: 11px; }
.feature-pills i { width: 5px; height: 5px; background: #3f9bff; border-radius: 50%; }

.why { padding-top: 40px; }
.why-panel { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 80px; overflow: hidden; background: linear-gradient(135deg,#0b64ed,#103f9c); border: 1px solid rgba(255,255,255,.14); border-radius: 32px; box-shadow: 0 35px 90px rgba(0,69,173,.22); }
.why-panel::before { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; bottom: -420px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.eyebrow.light { color: #d6e9ff; }
.eyebrow.light span { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.15); }
.why-copy { position: relative; z-index: 1; }
.why-copy h2 { margin-bottom: 20px; font-size: clamp(38px,4vw,56px); line-height: 1.05; letter-spacing: -.05em; }
.why-copy p { color: #d2e3fb; font-size: 16px; line-height: 1.7; }
.button-white { margin-top: 16px; color: #0c58c6; background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.why-list { position: relative; z-index: 1; }
.why-item { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.why-item:first-child { padding-top: 0; }
.why-item:last-child { border-bottom: 0; }
.why-item > span { color: #8cc2ff; font-size: 11px; font-weight: 800; }
.why-item h3 { margin-bottom: 7px; font-size: 17px; }
.why-item p { margin: 0; color: #bed7f7; font-size: 13px; line-height: 1.6; }

.segments { background: #f7f9fc; color: #111827; }
.segments .section-heading p { margin-left: 0; color: #69768a; }
.segment-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.segment-card { min-height: 315px; padding: 28px; background: #fff; border: 1px solid #e4e9f0; border-radius: 18px; box-shadow: 0 18px 45px rgba(20,38,67,.05); transition: transform .3s, box-shadow .3s, border-color .3s; }
.segment-card:hover { transform: translateY(-7px); border-color: #bed7ff; box-shadow: 0 28px 60px rgba(19,71,150,.11); }
.segment-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 45px; color: #1472ef; background: #edf5ff; border-radius: 12px; font-size: 11px; font-weight: 800; }
.segment-card h3 { min-height: 48px; margin-bottom: 13px; font-size: 18px; }
.segment-card p { min-height: 90px; margin-bottom: 24px; color: #69768a; font-size: 13px; line-height: 1.65; }
.segment-card a { color: #166fe5; font-size: 12px; font-weight: 800; }
.segment-card a span { display: inline-block; transition: transform .2s; }
.segment-card a:hover span { transform: translateX(5px); }
.seo-copy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-top: 70px; padding-top: 45px; border-top: 1px solid #dfe5ed; }
.seo-copy h3 { font-size: 25px; line-height: 1.3; letter-spacing: -.03em; }
.seo-copy p { color: #687588; font-size: 14px; line-height: 1.8; }

.organic-content { position: relative; overflow: hidden; }
.organic-content::before { content: ""; position: absolute; z-index: -1; width: 650px; height: 650px; right: -300px; top: 5%; background: #0e6cff; filter: blur(170px); opacity: .09; border-radius: 50%; }
.organic-content .section-heading p { margin-left: 0; }
.knowledge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.knowledge-card { padding: 34px; background: linear-gradient(145deg, rgba(20,30,49,.94), rgba(10,16,28,.96)); border: 1px solid var(--line); border-radius: 20px; transition: transform .3s, border-color .3s; }
.knowledge-card:hover { transform: translateY(-5px); border-color: rgba(86,159,255,.34); }
.knowledge-card > span, .buyer-label { display: inline-block; margin-bottom: 24px; padding: 7px 10px; color: #70b2ff; background: rgba(42,128,255,.1); border: 1px solid rgba(71,146,255,.15); border-radius: 7px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.knowledge-card h3 { margin-bottom: 14px; font-size: 20px; letter-spacing: -.025em; }
.knowledge-card p { margin: 0; color: #8b99ad; font-size: 14px; line-height: 1.8; }
.buyer-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-top: 16px; padding: 46px; background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 20px; }
.buyer-guide h3 { margin: 0; font-size: 28px; line-height: 1.25; letter-spacing: -.035em; }
.buyer-guide ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.buyer-guide li { position: relative; padding-left: 22px; color: #8795aa; font-size: 13px; line-height: 1.65; }
.buyer-guide li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; background: #4198ff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(65,152,255,.09); }
.buyer-guide strong { color: #dfe7f2; }
.compliance-note { max-width: 950px; margin: 25px auto 0; color: #66758a; font-size: 11px; line-height: 1.7; text-align: center; }

.process { padding-bottom: 80px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin: 0; padding: 0; list-style: none; }
.process-item { position: relative; }
.process-item > span { color: #4297ff; font-size: 12px; font-weight: 800; }
.process-line { width: 100%; height: 1px; margin: 20px 0 28px; background: linear-gradient(to right,#348dff,rgba(255,255,255,.08)); }
.process-item h3 { margin-bottom: 12px; font-size: 20px; }
.process-item p { color: #8290a5; font-size: 14px; line-height: 1.7; }

.faq-section { padding-bottom: 130px; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 2px; cursor: pointer; font-size: 15px; font-weight: 700; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; flex: 0 0 auto; width: 26px; height: 26px; border: 1px solid #354155; border-radius: 50%; }
.faq-item summary span::before, .faq-item summary span::after { content: ""; position: absolute; left: 7px; right: 7px; top: 12px; height: 1px; background: #9eabbd; transition: transform .25s; }
.faq-item summary span::after { transform: rotate(90deg); }
.faq-item[open] summary { color: #64aaff; }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item p { max-width: 90%; margin: -5px 0 24px; color: #8593a8; font-size: 14px; line-height: 1.75; }

.final-cta { padding: 30px 0 110px; }
.cta-panel { position: relative; min-height: 530px; display: grid; place-items: center; overflow: hidden; padding: 80px 40px; background: linear-gradient(145deg,#0b62ec,#073789); border: 1px solid rgba(255,255,255,.17); border-radius: 32px; text-align: center; box-shadow: 0 35px 100px rgba(0,55,145,.25); }
.cta-orb { position: absolute; width: 500px; height: 500px; top: -360px; left: 50%; transform: translateX(-50%); background: #67b9ff; filter: blur(70px); opacity: .5; border-radius: 50%; }
.cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 55px 55px; mask-image: radial-gradient(circle,#000,transparent 75%); }
.cta-content { position: relative; z-index: 1; max-width: 780px; }
.cta-content h2 { margin-bottom: 22px; font-size: clamp(42px,5vw,66px); line-height: 1; letter-spacing: -.055em; }
.cta-content h2 span { color: #b9dbff; }
.cta-content > p { max-width: 620px; margin: 0 auto 27px; color: #d6e7fb; font-size: 17px; line-height: 1.7; }
.cta-actions { display: flex; justify-content: center; gap: 12px; }
.button-ghost-white { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.3); }
.button-ghost-white:hover { background: rgba(255,255,255,.14); }
.cta-content .cta-note { margin: 20px auto 0; color: #a9cbed; font-size: 11px; }

.site-footer { padding: 75px 0 28px; background: #050810; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; padding-bottom: 55px; }
.footer-brand p { max-width: 250px; margin-top: 20px; color: #6f7d91; font-size: 13px; line-height: 1.7; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column h2 { margin-bottom: 10px; color: #dfe5ee; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.footer-column a, .footer-column span { color: #718095; font-size: 12px; line-height: 1.6; transition: color .2s; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; color: #536074; border-top: 1px solid var(--line); font-size: 10px; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: #20c77a; border: 1px solid rgba(255,255,255,.35); border-radius: 17px; box-shadow: 0 15px 35px rgba(21,188,113,.32); transition: transform .25s, box-shadow .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 20px 42px rgba(21,188,113,.45); }
.whatsapp-float svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid #67aaff; outline-offset: 4px; border-radius: 4px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .desktop-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .product-showcase { width: min(700px,90%); margin: 45px auto 0; }
  .hero { padding-bottom: 90px; }
  .split-layout { gap: 50px; }
  .segment-grid { grid-template-columns: repeat(2,1fr); }
  .segment-card p { min-height: 66px; }
  .why-panel { padding: 60px; gap: 55px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 600px); }
  .nav-wrap { height: 68px; }
  .desktop-cta { display: none; }
  .hero { min-height: auto; padding: 125px 0 85px; }
  .hero-grid { gap: 30px; }
  h1 { font-size: clamp(42px,13vw,60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 10px 16px; }
  .product-showcase { width: 98%; margin-top: 40px; }
  .floating-status { right: -8px; top: -20px; }
  .floating-cloud { left: -8px; bottom: -20px; }
  .floating-card { padding: 9px 11px; }
  .dash-main { padding: 16px; }
  .dash-sidebar { gap: 15px; }
  .metric-grid { gap: 6px; }
  .metric { padding: 8px; }
  .metric strong { font-size: 9px; }
  .dash-bottom { display: none; }
  .proof-strip .container { flex-direction: column; }
  .platform-list { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .section { padding: 90px 0; }
  .split-layout, .faq-layout, .why-panel, .seo-copy { grid-template-columns: 1fr; gap: 50px; }
  .section-copy h2, .section-heading h2, .faq-intro h2 { font-size: 39px; }
  .access-card { padding: 22px; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-main, .feature-wide { grid-column: auto; }
  .feature-main { min-height: 440px; }
  .feature-content { max-width: 100%; }
  .doc-stack { width: 140px; height: 165px; top: 60px; right: 25px; }
  .mini-doc { padding: 18px; }
  .mini-doc em { margin-top: 12px; }
  .feature-wide { min-height: 330px; }
  .bars { width: 48%; }
  .why { padding-top: 10px; }
  .why-panel { padding: 45px 28px; border-radius: 24px; }
  .segment-grid { grid-template-columns: 1fr; }
  .segment-card { min-height: 285px; }
  .segment-card p { min-height: auto; }
  .seo-copy { margin-top: 50px; }
  .knowledge-grid, .buyer-guide { grid-template-columns: 1fr; }
  .buyer-guide { gap: 30px; padding: 32px 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-item { padding-bottom: 18px; }
  .faq-intro { position: static; }
  .final-cta { padding-bottom: 80px; }
  .cta-panel { min-height: 560px; padding: 65px 20px; border-radius: 24px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 450px) {
  .access-grid { grid-template-columns: 1fr; }
  .access-wide { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .access-card { min-height: 180px; }
  .feature-main { min-height: 465px; }
  .doc-stack { top: 75px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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