:root {
  --ink: #07111f;
  --ink-2: #0b1830;
  --panel: #101c2e;
  --text: #0f172a;
  --muted: #667085;
  --line: #dfe5ef;
  --soft: #f6f8fc;
  --white: #ffffff;
  --blue: #3467f6;
  --purple: #8a3ffc;
  --green: #22b573;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(3, 12, 28, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header { position: sticky; top: 0; z-index: 40; min-height: 74px; padding: 0 5vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; color: white; background: rgba(4,10,20,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg,var(--blue),var(--purple)); color: #fff; font-size: 24px; }
.brand strong { display: block; font-size: 16px; letter-spacing: .02em; }
.brand small { display: block; margin-top: 2px; font-size: 9px; letter-spacing: .18em; color: #b7c1d3; }
.primary-nav { justify-self: center; display: flex; gap: 30px; font-size: 14px; color: #d8deea; }
.primary-nav a:hover { color: white; }
.header-actions { display: flex; gap: 10px; }
.nav-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border-radius: 10px; border: 1px solid transparent; font-weight: 700; font-size: 14px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: linear-gradient(135deg,var(--blue),var(--purple)); box-shadow: 0 12px 30px rgba(86,79,255,.24); }
.button-ghost { color: white; border-color: rgba(255,255,255,.22); }
.button-dark-outline { color: white; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-large { min-height: 54px; padding-inline: 24px; border-radius: 12px; font-size: 15px; }
.section-dark { color: white; background: radial-gradient(circle at 80% 26%, rgba(77,64,255,.22), transparent 32%), radial-gradient(circle at 72% 76%, rgba(124,49,255,.14), transparent 26%), linear-gradient(135deg,#030711 0%,#07111f 55%,#0a0d1b 100%); }
.hero { min-height: 690px; padding: 70px 5vw 72px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(540px,1.08fr); align-items: center; gap: 5vw; overflow: hidden; }
.hero-copy { max-width: 660px; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px,5.6vw,78px); line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 620px; margin-bottom: 32px; font-size: clamp(18px,1.6vw,22px); line-height: 1.65; color: #c7d0de; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: #bcc7d8; font-size: 13px; }
.hero-points span::before { content: "✓"; margin-right: 7px; color: #8b7bff; }
.console-preview { border: 1px solid rgba(255,255,255,.13); border-radius: 19px; overflow: hidden; background: rgba(10,18,31,.92); box-shadow: 0 40px 100px rgba(0,0,0,.45); transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.preview-topbar { height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); }
.preview-topbar div { display: flex; gap: 12px; align-items: center; }
.preview-topbar span { font-size: 12px; color: #aeb9ca; }
.status-dot { color: #86e3b7 !important; }
.status-dot::before { content:""; width:8px; height:8px; display:inline-block; margin-right:6px; border-radius:50%; background:#27c782; }
.preview-grid { display: grid; grid-template-columns: 160px 1fr; min-height: 450px; }
.preview-nav { padding: 20px 10px; border-right: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; gap: 6px; }
.preview-nav span { padding: 10px 12px; border-radius: 8px; font-size: 11px; color: #9cabc0; }
.preview-nav .active { color:white; background: linear-gradient(90deg,rgba(73,92,255,.55),rgba(112,56,255,.18)); }
.preview-body { padding: 20px; }
.preview-heading { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
.preview-heading strong { font-size: 17px; }
.preview-heading span { font-size:10px; color:#9cabc0; }
.metric-row { display:grid; grid-template-columns: repeat(3,1fr); gap:10px; }
.metric-row article, .chart-panel, .preview-lower article { border:1px solid rgba(255,255,255,.08); background:#0b1626; border-radius:10px; }
.metric-row article { padding:14px; display:flex; flex-direction:column; gap:6px; }
.metric-row small { color:#8592a5; font-size:9px; }
.metric-row strong { font-size:18px; }
.metric-row span { color:#8fd8b6; font-size:9px; }
.chart-panel { margin-top:10px; padding:14px 16px 8px; }
.chart-title { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.chart-title strong { font-size:12px; }
.chart-title span { font-size:9px; color:#8491a4; }
.chart-panel svg { width:100%; height:170px; }
.grid-line { stroke:#223047; stroke-width:1; }
.chart-line { fill:none; stroke:#4c78ff; stroke-width:4; stroke-linecap:round; }
.chart-line.secondary { stroke:#904bff; stroke-width:3; }
.preview-lower { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:10px; }
.preview-lower article { min-height:96px; padding:14px; position:relative; }
.preview-lower strong { font-size:12px; }
.preview-lower small { display:block; margin-top:12px; font-size:9px; color:#8390a3; }
.score-ring { float:right; width:46px; height:46px; display:grid; place-items:center; border:4px solid #2ac77f; border-radius:50%; color:white; font-weight:800; }
.preview-lower ul { margin:10px 0 0; padding-left:16px; columns:2; color:#9fabbd; font-size:9px; }
.section { padding: 100px 5vw; }
.section-light { background: #fff; }
.section-heading { max-width: 850px; margin: 0 auto 44px; text-align:center; }
.section-heading.narrow { max-width: 650px; }
h2 { font-size: clamp(34px,4vw,54px); line-height:1.06; letter-spacing:-.035em; margin-bottom:16px; }
.section-heading p, .pricing-copy p, .integration-copy p, .health-copy p { font-size:17px; line-height:1.65; color:var(--muted); }
.feature-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:18px; max-width:1200px; margin:0 auto; }
.feature-grid article { padding:28px; border:1px solid var(--line); border-radius:16px; background:white; box-shadow:0 12px 30px rgba(15,23,42,.05); }
.feature-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:11px; margin-bottom:20px; background:linear-gradient(135deg,#eef3ff,#f2ebff); color:#5d58ef; font-size:22px; }
.feature-grid h3 { margin-bottom:9px; font-size:20px; }
.feature-grid p { margin:0; color:var(--muted); line-height:1.6; font-size:14px; }
.section-process { background:var(--soft); }
.process-rail { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:1px; border:1px solid var(--line); border-radius:18px; overflow:hidden; background:var(--line); }
.process-rail article { padding:34px; display:flex; gap:22px; background:white; }
.process-rail article>span { color:#6b62f6; font-size:13px; font-weight:800; }
.process-rail h3 { margin-bottom:8px; font-size:21px; }
.process-rail p { margin:0; color:var(--muted); line-height:1.6; font-size:14px; }
.section-integrations { display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:center; background:#fff; }
.integration-copy { max-width:620px; justify-self:end; }
.check-list { list-style:none; padding:0; margin:26px 0 0; display:grid; gap:12px; }
.check-list li::before { content:"✓"; margin-right:10px; color:var(--green); font-weight:800; }
.integration-stack { max-width:560px; display:grid; gap:12px; }
.integration-stack article { padding:20px 22px; border:1px solid var(--line); border-radius:14px; display:flex; justify-content:space-between; gap:20px; background:linear-gradient(180deg,#fff,#fbfcff); }
.integration-stack strong { font-size:15px; }
.integration-stack span { color:var(--muted); text-align:right; font-size:13px; }
.section-health { display:grid; grid-template-columns:1.1fr .9fr; gap:7vw; align-items:center; background:var(--soft); }
.health-preview { min-height:380px; padding:34px; border-radius:20px; background:#0a1423; color:white; box-shadow:var(--shadow); display:grid; grid-template-columns:.62fr 1.38fr; gap:28px; align-items:center; }
.health-score { text-align:center; }
.health-score span { display:block; color:#aeb8c7; font-size:13px; }
.health-score strong { display:block; margin:8px 0 0; font-size:92px; line-height:1; letter-spacing:-.07em; }
.health-score small { color:#7f8ca0; }
.health-findings { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.health-findings span { padding:16px; border:1px solid rgba(255,255,255,.08); border-radius:10px; color:#c7cfdb; font-size:12px; background:#0d1a2c; }
.text-link { display:inline-block; margin-top:12px; color:#4f5cf6; font-weight:800; }
.section-pricing { display:grid; grid-template-columns:1fr .8fr; gap:8vw; align-items:center; background:#fff; }
.pricing-copy { max-width:660px; justify-self:end; }
.pricing-panel { max-width:520px; padding:32px; border-radius:18px; border:1px solid var(--line); box-shadow:var(--shadow); }
.pricing-panel strong { font-size:14px; text-transform:uppercase; letter-spacing:.12em; color:#655cf6; }
.pricing-panel p { margin:15px 0 24px; color:var(--muted); line-height:1.65; }
.section-cta { padding-top:70px; padding-bottom:70px; display:flex; justify-content:space-between; align-items:center; gap:40px; }
.section-cta h2 { max-width:760px; margin-bottom:10px; }
.section-cta p { color:#b9c4d4; font-size:17px; margin:0; }
.site-footer { padding:36px 5vw; display:grid; grid-template-columns:auto 1fr auto; gap:24px; align-items:center; background:#030711; color:#aeb8c8; border-top:1px solid rgba(255,255,255,.06); }
.footer-links { justify-self:center; display:flex; gap:24px; font-size:13px; }
.site-footer p { margin:0; font-size:12px; }
.footer-brand { color:white; }
code { padding:2px 6px; border-radius:6px; background:#eef2f7; color:#344054; font-size:.9em; }
@media (max-width: 1100px) {
  .site-header { grid-template-columns:auto auto 1fr; }
  .primary-nav { display:none; position:absolute; top:74px; left:0; right:0; padding:24px 5vw; background:#07111f; flex-direction:column; align-items:flex-start; }
  .primary-nav.open { display:flex; }
  .nav-toggle { display:inline-flex; justify-self:end; color:white; background:transparent; border:1px solid rgba(255,255,255,.2); border-radius:8px; padding:9px 12px; }
  .header-actions { justify-self:end; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { max-width:800px; }
  .console-preview { max-width:900px; width:100%; margin:0 auto; transform:none; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .section-integrations,.section-health,.section-pricing { grid-template-columns:1fr; }
  .integration-copy,.pricing-copy { justify-self:start; }
  .integration-stack { max-width:none; }
}
@media (max-width: 720px) {
  .site-header { padding-inline:20px; min-height:68px; gap:10px; }
  .header-actions .button-ghost { display:none; }
  .header-actions .button-primary { padding-inline:12px; font-size:12px; min-height:38px; }
  .brand small { display:none; }
  .hero { min-height:auto; padding:56px 20px; }
  h1 { font-size:clamp(42px,13vw,60px); }
  .hero-lead { font-size:17px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-points { display:grid; gap:10px; }
  .console-preview { overflow-x:auto; }
  .preview-grid { min-width:700px; }
  .section { padding:70px 20px; }
  .feature-grid,.process-rail { grid-template-columns:1fr; }
  .process-rail { border-radius:14px; }
  .integration-stack article { flex-direction:column; gap:8px; }
  .integration-stack span { text-align:left; }
  .health-preview { grid-template-columns:1fr; min-height:auto; }
  .health-findings { grid-template-columns:1fr; }
  .section-cta { flex-direction:column; align-items:flex-start; }
  .site-footer { padding:32px 20px; grid-template-columns:1fr; }
  .footer-links { justify-self:start; flex-wrap:wrap; }
}
/* v1.1 pricing + contact */
.section-pricing-v2 { background:#fff; }
.pricing-grid { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; }
.price-card { position:relative; padding:30px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 14px 36px rgba(15,23,42,.06); display:flex; flex-direction:column; min-height:470px; }
.price-card.featured { border-color:#6a63f6; box-shadow:0 20px 50px rgba(87,77,235,.14); transform:translateY(-8px); }
.plan-highlight { position:absolute; top:16px; right:16px; padding:6px 9px; border-radius:999px; background:#eef0ff; color:#5a54e9; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.price-card h3 { font-size:22px; margin:8px 0 14px; }
.price-line { display:flex; align-items:baseline; gap:7px; margin-bottom:15px; }
.price-line strong { font-size:48px; letter-spacing:-.05em; }
.price-line span { color:var(--muted); font-size:14px; }
.price-card p { color:var(--muted); line-height:1.6; font-size:14px; min-height:68px; }
.price-card ul { list-style:none; padding:0; margin:22px 0 28px; display:grid; gap:11px; color:#344054; font-size:14px; flex:1; }
.price-card li::before { content:"✓"; margin-right:9px; color:var(--green); font-weight:900; }
.button-plan { border:1px solid #d8dce6; background:#fff; color:#202738; }
.button-plan:hover { border-color:#8b86f7; color:#514ae6; }
.pricing-note { text-align:center; color:var(--muted); margin:26px auto 0; font-size:14px; }
.pricing-note a { color:#514ae6; font-weight:800; }
.section-contact { background:linear-gradient(135deg,#f5f7ff,#f9f7ff); display:grid; grid-template-columns:1fr .8fr; gap:8vw; align-items:center; }
.contact-copy { max-width:680px; justify-self:end; }
.contact-copy p { color:var(--muted); font-size:17px; line-height:1.65; }
.contact-panel { max-width:520px; width:100%; padding:34px; border-radius:20px; background:#07111f; color:#fff; box-shadow:var(--shadow); display:grid; gap:14px; }
.contact-panel>span { color:#98a5b7; text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:800; }
.contact-email { font-size:clamp(24px,3vw,34px); font-weight:850; letter-spacing:-.035em; overflow-wrap:anywhere; }
.contact-panel .button { margin-top:8px; justify-self:start; }
@media (max-width:1100px){ .pricing-grid{grid-template-columns:1fr 1fr}.section-contact{grid-template-columns:1fr}.contact-copy{justify-self:start}.contact-panel{max-width:none}.price-card.featured{transform:none} }
@media (max-width:720px){ .pricing-grid{grid-template-columns:1fr}.price-card{min-height:auto}.contact-panel{padding:26px}.contact-panel .button{justify-self:stretch} }
