:root {
  --bg: #050b14;
  --bg-soft: #08111f;
  --panel: rgba(11, 22, 38, .82);
  --panel-strong: #0a1525;
  --text: #f5f8fd;
  --muted: #93a4bb;
  --line: rgba(151, 178, 214, .16);
  --blue: #1680ff;
  --blue-2: #44a4ff;
  --green: #1ed58b;
  --purple: #9b6cff;
  --amber: #ff9d3b;
  --shadow: 0 30px 90px rgba(0, 58, 145, .18);
  --radius: 18px;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--text); background:
  radial-gradient(circle at 80% 15%, rgba(10, 101, 255, .08), transparent 28%),
  radial-gradient(circle at 10% 42%, rgba(14, 111, 255, .06), transparent 24%), var(--bg);
  line-height: 1.55; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; position: relative; }
.section-sm { padding: 34px 0; }
.section-muted { background: rgba(255,255,255,.012); border-block: 1px solid var(--line); }
.page-glow { position: fixed; width: 680px; height: 680px; border-radius: 50%; filter: blur(120px); opacity: .08; pointer-events: none; z-index: -1; }
.page-glow-a { right: -320px; top: 80px; background: #087cff; }
.page-glow-b { left: -360px; top: 900px; background: #00aaff; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(5,11,20,.68); backdrop-filter: blur(18px); transition: border .3s ease, background .3s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(5,11,20,.9); }
.nav-wrap { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; font-weight: 900; border-radius: 8px; background: linear-gradient(135deg,#fff 0 45%,#98a6b6 46% 55%,#fff 56%); color: #05101d; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); }
.brand-mark.small { width: 23px; height: 23px; font-size: 11px; }
.nav { display: flex; gap: 28px; color: #c3cfde; font-size: 13px; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: white; }
.nav-actions { justify-self: end; display: flex; gap: 10px; }
.nav-toggle { display: none; background: transparent; color: white; border: 0; font-size: 24px; }

.btn { min-height: 43px; padding: 0 18px; border-radius: 9px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; font-size: 13px; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #0a73ff, #1162ef); border-color: #2388ff; box-shadow: 0 10px 34px rgba(11,112,255,.26), inset 0 1px rgba(255,255,255,.16); }
.btn-primary:hover { box-shadow: 0 14px 42px rgba(11,112,255,.38); }
.btn-ghost { background: rgba(255,255,255,.025); }
.btn-ghost:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.22); }
.btn-large { min-height: 52px; padding: 0 22px; }

.hero { padding-top: 80px; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 68px; }
.eyebrow, .kicker { color: #b9c8dc; font-size: 11px; letter-spacing: .16em; font-weight: 700; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.025); }
.dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 14px var(--blue); }
.hero h1 { font-size: clamp(52px, 5.8vw, 82px); line-height: .98; margin: 25px 0; letter-spacing: -.055em; }
.hero h1 span, h2 span { color: var(--blue-2); }
.hero-sub { max-width: 630px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; margin: 32px 0; flex-wrap: wrap; }
.play { width: 23px; height: 23px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; font-size: 9px; }
.azure-line { display: flex; align-items: center; gap: 11px; font-weight: 600; margin-top: 26px; }
.azure-icon { color: #35a1ff; border: 1px solid #197be4; width: 28px; height: 28px; display: grid; place-items: center; clip-path: polygon(50% 0, 100% 100%, 0 100%); font-size: 12px; font-weight: 900; }
.trust-row { display: flex; gap: 20px; flex-wrap: wrap; color: #8da0b9; font-size: 11px; margin-top: 30px; }
.trust-row span::before { content: '◈'; color: var(--blue); margin-right: 7px; }

.dashboard-shell { border: 1px solid rgba(110,151,206,.28); background: linear-gradient(180deg, rgba(11,22,38,.96), rgba(5,12,23,.96)); border-radius: 22px; box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.06); overflow: hidden; transform-style: preserve-3d; will-change: transform; }
.dashboard-shell::after { content:''; position:absolute; inset:-80px; pointer-events:none; background: radial-gradient(circle at 50% 0, rgba(20,112,255,.13), transparent 30%); }
.dash-topbar { min-height: 58px; border-bottom: 1px solid var(--line); display:flex; align-items:center; justify-content:space-between; padding: 0 18px; }
.mini-brand { display:flex; align-items:center; gap:8px; font-size:10px; font-weight:700; }
.dash-icons { display:flex; gap:12px; align-items:center; color:#8193aa; font-size:12px; }
.avatar { width:24px; height:24px; border-radius:50%; background:var(--blue); color:white; display:grid; place-items:center; font-size:9px; }
.dash-content { padding: 18px; }
.dash-title-row, .card-head { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.dash-title-row small, .card-head small { color:#a8b9cf; }
.dash-title-row h3 { font-size:15px; margin:3px 0 0; }
.status-pill { font-size:9px; color:#9acdb5; padding:6px 9px; border-radius:999px; border:1px solid rgba(48,194,118,.18); background:rgba(35,179,107,.07); }
.status-pill span { width:6px; height:6px; border-radius:50%; background:#2cd88a; display:inline-block; margin-right:5px; box-shadow:0 0 10px #2cd88a; }
.metrics-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:16px 0 12px; }
.metric-card, .pipeline-card, .activity-card, .chart-card { background:rgba(255,255,255,.025); border:1px solid var(--line); border-radius:12px; }
.metric-card { padding:13px; min-height:96px; }
.metric-card small { display:block; color:#8fa1b9; font-size:9px; }
.metric-card strong { display:block; font-size:20px; margin:7px 0 2px; letter-spacing:-.03em; }
.metric-card span { font-size:8px; }.positive{color:#39d992}.warn{color:#ff9d3b}
.pipeline-card { padding:14px; }
.pipeline-card>small { color:#9baec5; }
.pipeline { display:grid; grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr; align-items:center; margin-top:12px; }
.pipe-step { min-height:65px; border:1px solid var(--line); border-radius:9px; padding:9px; display:flex; flex-direction:column; justify-content:center; position:relative; }
.pipe-step.active { border-color:rgba(31,124,255,.65); box-shadow:0 0 30px rgba(17,103,255,.12); }
.pipe-step span { position:absolute; right:7px; top:7px; color:#7d92aa; font-size:8px; }.pipe-step b{font-size:9px}.pipe-step small{font-size:7px;color:#8395ad;margin-top:2px}
.pipe-line { height:1px; background:rgba(49,130,255,.35); overflow:hidden; position:relative; }
.pipe-line i { position:absolute; inset:0; width:45%; background:linear-gradient(90deg,transparent,#67b2ff,transparent); animation:flow 2s linear infinite; }
@keyframes flow { from{transform:translateX(-120%)} to{transform:translateX(260%)} }
.dash-bottom-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:10px; }
.activity-card,.chart-card{padding:13px}.card-head a{font-size:8px;color:#4aa3ff}.activity-list{margin-top:10px;display:grid;gap:9px}.activity-list>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.activity-list p{margin:0;font-size:8px}.activity-list p small{display:block;color:#7f91aa}.activity-list time{font-size:7px;color:#7788a0}.file{font-size:7px;padding:5px;border-radius:5px;background:#15375e}.file.orange{background:#5d3219}.chart-wrap{height:160px;margin-top:4px}.chart-wrap svg{width:100%;height:100%}.gridlines path{stroke:rgba(137,165,200,.12);stroke-width:1;fill:none}.trend{stroke:#2992ff;stroke-width:3;fill:none;filter:drop-shadow(0 0 5px #1680ff)}.area{fill:url(#area)}

.proof-inner { border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:28px 0; text-align:center; }
.proof-label { font-size:9px; letter-spacing:.18em; color:#71839b; }
.proof-logos { display:flex; justify-content:center; gap:48px; margin-top:22px; flex-wrap:wrap; color:#718197; font-size:13px; font-weight:700; letter-spacing:.08em; }

.section-heading { margin-bottom:38px; }.section-heading.split{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.section-heading.centered{text-align:center;max-width:800px;margin-inline:auto;margin-bottom:40px}.section-heading h2,.security-copy h2,.contact-panel h2,.roi-grid h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em;margin:10px 0 0}.section-heading p,.security-copy p,.contact-panel p,.roi-grid p{color:var(--muted);max-width:620px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012));min-height:286px;transition:transform .28s ease,border-color .28s ease,background .28s ease}.feature-card:hover{transform:translateY(-6px);border-color:rgba(66,145,255,.36);background:rgba(15,32,55,.55)}.feature-card h3{margin:20px 0 10px}.feature-card p{color:var(--muted);font-size:14px}.feature-card a{display:inline-block;margin-top:17px;color:#47a4ff;font-size:13px}.icon-circle{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-weight:800;border:1px solid rgba(255,255,255,.1)}.icon-circle.blue{background:rgba(20,111,255,.16);color:#57abff}.icon-circle.green{background:rgba(29,205,134,.12);color:#41e29e}.icon-circle.purple{background:rgba(157,99,255,.13);color:#b889ff}.icon-circle.amber{background:rgba(255,157,59,.14);color:#ffac59}
.doc-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.doc-grid div{border:1px solid var(--line);background:rgba(255,255,255,.018);min-height:72px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px;color:#4aa3ff;font-size:16px}.doc-grid span{color:#dce6f4;font-size:12px}
.workflow{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;align-items:center}.flow-card{position:relative;padding:28px 18px 20px;min-height:230px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.016);text-align:center}.flow-card.trusted{border-color:rgba(42,140,255,.4);box-shadow:0 0 30px rgba(16,116,255,.08)}.flow-num{position:absolute;left:50%;top:-19px;transform:translateX(-50%);width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0d4fb0;border:1px solid #2e91ff;box-shadow:0 0 24px rgba(25,128,255,.28);font-weight:700}.flow-icon{font-size:26px;color:#45a8ff;margin:14px 0}.flow-card h3{margin:0 0 8px}.flow-card p{font-size:12px;color:var(--muted)}.flow-arrow{height:1px;background:rgba(45,139,255,.34);position:relative;overflow:hidden}.flow-arrow i{position:absolute;inset:0;width:40%;background:linear-gradient(90deg,transparent,#68bcff,transparent);animation:flow 2s linear infinite}
.security-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}.security-copy .btn{margin-top:20px}.security-panel{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(34,132,255,.5);border-radius:18px;overflow:hidden;box-shadow:0 0 60px rgba(8,92,211,.1)}.security-panel article{padding:24px;min-height:190px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(13,29,50,.78),rgba(7,16,29,.78))}.security-panel article:nth-child(3n){border-right:0}.security-panel article:nth-child(n+4){border-bottom:0}.security-panel article>span{color:#45a9ff;font-size:24px}.security-panel h3{font-size:15px;margin:12px 0 8px}.security-panel p{font-size:12px;color:var(--muted)}
.roi-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.roi-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.roi-cards div{border:1px solid var(--line);border-radius:16px;padding:25px;background:rgba(255,255,255,.02)}.roi-cards strong{font-size:28px;color:#47a4ff;display:block}.roi-cards span{font-size:11px;color:var(--muted)}
.contact-panel{border:1px solid rgba(37,129,255,.38);border-radius:24px;padding:48px;background:radial-gradient(circle at 90% 30%,rgba(20,112,255,.16),transparent 33%),linear-gradient(180deg,rgba(15,32,56,.6),rgba(8,17,30,.7));display:flex;align-items:center;justify-content:space-between;gap:40px}.contact-actions{display:flex;gap:10px;flex-wrap:wrap}
.site-footer{border-top:1px solid var(--line);padding:55px 0 26px;background:#040911}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-grid p,.footer-grid a{font-size:12px;color:var(--muted)}.footer-grid strong{font-size:12px;margin-bottom:6px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:40px;padding-top:24px;color:#6f8198;font-size:10px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}

@media (max-width: 1060px){
  .nav-wrap{grid-template-columns:1fr auto}.nav,.nav-actions{display:none}.nav-toggle{display:block}.nav.open{display:flex;position:absolute;top:76px;left:20px;right:20px;flex-direction:column;padding:20px;background:#07111e;border:1px solid var(--line);border-radius:14px}.hero-grid,.security-grid,.roi-grid{grid-template-columns:1fr}.hero{padding-top:56px}.dashboard-shell{max-width:900px}.feature-grid{grid-template-columns:repeat(2,1fr)}.doc-grid{grid-template-columns:repeat(3,1fr)}.workflow{grid-template-columns:1fr 1fr;gap:16px}.flow-arrow{display:none}.flow-card{min-height:210px}.section-heading.split{grid-template-columns:1fr;gap:18px}.security-copy{max-width:700px}.contact-panel{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/3}
}
@media (max-width: 720px){
  .container{width:min(100% - 28px,var(--max))}.section{padding:68px 0}.hero h1{font-size:48px}.hero-sub{font-size:16px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.pipeline{grid-template-columns:1fr}.pipe-line{height:22px;width:1px;margin:0 auto}.dash-bottom-grid{grid-template-columns:1fr}.feature-grid,.security-panel,.roi-cards{grid-template-columns:1fr}.doc-grid{grid-template-columns:repeat(2,1fr)}.workflow{grid-template-columns:1fr}.security-panel article{border-right:0!important;border-bottom:1px solid var(--line)!important}.security-panel article:last-child{border-bottom:0!important}.proof-logos{gap:20px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.dashboard-shell{border-radius:16px}.dash-title-row{align-items:flex-start;flex-direction:column}.nav-wrap{min-height:68px}.nav.open{top:68px}
}

/* Logo system updates */

.brand { display:inline-flex; align-items:center; gap:12px; font-size:14px; font-weight:800; letter-spacing:.04em; }
.brand-icon { width: 28px; height: 28px; display:block; filter: drop-shadow(0 0 10px rgba(22,128,255,.18)); flex: 0 0 auto; }
.brand-wordmark { display:inline-flex; align-items:baseline; gap:0; font-size:13px; font-weight:800; letter-spacing:.10em; line-height:1; }
.brand-wordmark .micro { color: #f5f8fd; }
.brand-wordmark .extract { color: var(--blue); }
.brand-tagline { display:block; margin-top:8px; color: #8ea4c0; font-size:12px; }
.mini-brand .brand-icon { width: 16px; height: 16px; }
.mini-brand .brand-wordmark { font-size:9px; letter-spacing:.09em; }
.site-footer .brand { margin-bottom: 6px; }
.footer-logo-copy p { max-width: 280px; }
.contact-badge { display:inline-flex; align-items:center; gap:10px; color:#9ab3d2; font-size:12px; margin-bottom:10px; }
.contact-badge .brand-icon { width:20px; height:20px; }
@media (max-width: 1060px){
  .brand-wordmark { font-size:13px; letter-spacing:.08em; }
}
@media (max-width: 740px){
  .brand-icon { width:24px; height:24px; }
  .brand-wordmark { font-size:11px; letter-spacing:.07em; }
}

.brand { justify-content:flex-start; white-space:nowrap; }


/* ===== MicroExtract V3: marketing, search and partner system ===== */
:root{--content:820px;--success:#2bd58d;--danger:#ff6c7c}
body{background:radial-gradient(circle at 80% 10%,rgba(10,101,255,.08),transparent 25%),radial-gradient(circle at 12% 38%,rgba(14,111,255,.055),transparent 22%),var(--bg)}
.skip-link{position:fixed;left:14px;top:-60px;z-index:1000;background:#fff;color:#06111f;padding:10px 14px;border-radius:8px;font-weight:700}.skip-link:focus{top:14px}
.nav a[aria-current="page"]{color:#fff}.nav a[aria-current="page"]::after{content:"";display:block;height:1px;margin-top:5px;background:linear-gradient(90deg,var(--blue),transparent)}
.subhero{padding:100px 0 58px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.subhero::after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-260px;top:-330px;background:#0b78ff;filter:blur(150px);opacity:.09;pointer-events:none}.subhero .container{position:relative;z-index:1}.subhero h1{font-size:clamp(44px,6.4vw,76px);line-height:.98;letter-spacing:-.055em;max-width:980px;margin:18px 0 24px}.subhero h1 span,.content-section h2 span,.page-title span{color:var(--blue-2)}.subhero p{max-width:760px;color:var(--muted);font-size:18px}.subhero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.breadcrumbs{font-size:11px;color:#74879f;display:flex;gap:8px;flex-wrap:wrap}.breadcrumbs a{color:#9db1c9}.breadcrumbs b{color:#5b7089;font-weight:500}
.content-section{padding:74px 0}.content-narrow{width:min(var(--content),calc(100% - 40px));margin-inline:auto}.content-section h2{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em;margin:0 0 18px}.content-section h3{font-size:22px;margin:30px 0 10px}.content-section p,.content-section li{color:var(--muted)}.content-section ul{padding-left:20px}.content-section li+li{margin-top:8px}.lead{font-size:20px!important;color:#bcc9da!important}
.card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.card-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.info-card,.solution-card,.resource-card,.partner-card,.step-panel,.quote-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012));padding:26px}.info-card h3,.solution-card h3,.resource-card h3,.partner-card h3{margin:10px 0 9px}.info-card p,.solution-card p,.resource-card p,.partner-card p{font-size:14px;color:var(--muted)}.info-card .mini,.solution-card .mini,.resource-card .mini{font-size:10px;letter-spacing:.14em;color:#5faeff;font-weight:700}.resource-card a,.solution-card a,.partner-card a{display:inline-block;margin-top:12px;color:#54acff;font-size:13px}.resource-card{min-height:240px}.resource-card .type{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:5px 8px;font-size:9px;color:#91a5bf}.resource-card time{display:block;margin-top:18px;color:#657a94;font-size:10px}
.answer-block{border-left:2px solid var(--blue);padding:4px 0 4px 22px;margin:28px 0}.answer-block strong{display:block;color:#dfe9f7;font-size:15px;margin-bottom:6px}.answer-block p{margin:0;color:#9cafc7}
.diagram{border:1px solid rgba(42,137,255,.34);border-radius:22px;background:radial-gradient(circle at 50% 20%,rgba(18,104,255,.13),transparent 35%),#07111f;padding:30px;overflow:hidden}.diagram-row{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:28px}.diagram-node{position:relative;border:1px solid var(--line);background:#0b1728;border-radius:14px;padding:22px;text-align:center}.diagram-node b{display:block}.diagram-node small{display:block;color:#8195af;margin-top:5px}.diagram-node:not(:last-child)::after{content:"→";position:absolute;right:-22px;top:50%;transform:translateY(-50%);color:#4fa6ff;font-size:20px}
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat-box{border:1px solid var(--line);border-radius:16px;padding:24px}.stat-box strong{display:block;font-size:30px;color:#55adff}.stat-box span{font-size:12px;color:var(--muted)}
.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:14px;padding:18px 20px;background:rgba(255,255,255,.014)}.faq-list summary{cursor:pointer;font-weight:650}.faq-list p{margin:12px 0 0;color:var(--muted);font-size:14px}
.cta-strip{margin-top:54px;border:1px solid rgba(39,132,255,.38);border-radius:22px;padding:36px;background:radial-gradient(circle at 92% 40%,rgba(25,114,255,.14),transparent 35%),rgba(12,27,47,.62);display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-strip h2{font-size:32px;margin:0}.cta-strip p{margin:8px 0 0;color:var(--muted);max-width:650px}.cta-strip .actions{display:flex;gap:10px;flex-wrap:wrap;flex:none}
.comparison{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:16px;overflow:hidden}.comparison th,.comparison td{padding:15px 16px;text-align:left;border-bottom:1px solid var(--line);font-size:13px}.comparison th{background:rgba(255,255,255,.035);color:#c9d6e8}.comparison td{color:#91a5bd}.comparison tr:last-child td{border-bottom:0}.check{color:var(--success)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field.full{grid-column:1/-1}.form-field label{font-size:11px;color:#aabbd0}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid var(--line);border-radius:10px;background:#071321;color:#f3f7fc;padding:13px 14px;font:inherit;outline:0}.form-field textarea{min-height:135px;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:#338fff;box-shadow:0 0 0 3px rgba(39,128,255,.11)}.form-note{font-size:11px;color:#71859e}.form-status{margin-top:12px;color:#8fb2d9;font-size:12px;min-height:18px}
.roi-tool{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.roi-inputs,.roi-results{border:1px solid var(--line);border-radius:20px;padding:28px;background:rgba(255,255,255,.018)}.roi-results{background:radial-gradient(circle at 80% 20%,rgba(20,112,255,.13),transparent 38%),rgba(255,255,255,.018)}.roi-output{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.roi-output div{border:1px solid var(--line);border-radius:13px;padding:18px}.roi-output strong{display:block;font-size:27px;color:#51aaff}.roi-output span{font-size:10px;color:#7e93ad}.range-row{display:grid;grid-template-columns:1fr 100px;gap:12px;align-items:center}.range-row input[type="number"]{text-align:right}.roi-disclaimer{font-size:10px;color:#627891;margin-top:18px}
.partner-signal{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.partner-signal span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:#8fa4bd;font-size:10px}.seller-card{border:1px solid rgba(39,132,255,.4);border-radius:20px;background:#071525;padding:30px}.seller-card h3{font-size:28px;margin:0 0 12px}.seller-card ul{margin:0;padding-left:18px}.seller-card li{color:#95a9c1;font-size:14px}.seller-card li+li{margin-top:8px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:64px}.article-body{min-width:0}.article-body h2{scroll-margin-top:110px}.toc{position:sticky;top:100px;align-self:start;border-left:1px solid var(--line);padding-left:20px}.toc strong{font-size:10px;letter-spacing:.13em;color:#7591b1}.toc a{display:block;font-size:11px;color:#7f93ad;margin-top:11px}.article-meta{display:flex;gap:12px;flex-wrap:wrap;color:#748aa4;font-size:11px;margin:20px 0 34px}.callout{border:1px solid rgba(55,143,255,.32);border-radius:14px;padding:20px;background:rgba(16,74,149,.09);margin:24px 0}.callout b{color:#dce9f9}.callout p{margin:7px 0 0!important}
.legal{max-width:850px}.legal h2{margin-top:42px}.legal p,.legal li{font-size:14px}.legal .notice{border:1px solid rgba(255,170,70,.28);background:rgba(255,157,59,.06);padding:18px;border-radius:12px;color:#d7b68d}
.preview-label{font-size:9px;color:#657e9b;border:1px solid var(--line);border-radius:999px;padding:4px 7px;margin-left:auto}
.site-footer .footer-grid{grid-template-columns:2fr repeat(4,1fr)}.footer-grid>div:last-child{grid-column:auto!important}.footer-grid .footer-mini{font-size:10px;color:#60758f;margin-top:8px}
@media(max-width:1060px){.card-grid-3{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.toc{display:none}.roi-tool{grid-template-columns:1fr}.site-footer .footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:nth-child(n+4){margin-top:12px}.diagram-row{grid-template-columns:repeat(2,1fr)}.diagram-node:nth-child(2)::after{display:none}}
@media(max-width:720px){.subhero{padding:72px 0 42px}.subhero h1{font-size:46px}.card-grid-3,.card-grid-2,.stat-row,.form-grid,.roi-output{grid-template-columns:1fr}.form-field.full{grid-column:auto}.cta-strip{align-items:flex-start;flex-direction:column}.diagram-row{grid-template-columns:1fr}.diagram-node::after{display:none!important}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.range-row{grid-template-columns:1fr}.site-footer .footer-grid>div:first-child{grid-column:1/-1}}
