/* VirtScale landing — dark, technical, EU-quiet */
:root {
  --hue: 235;
  --bg: oklch(0.16 0.012 260);
  --bg-deep: oklch(0.12 0.014 260);
  --bg-card: oklch(0.20 0.014 260);
  --bg-card-2: oklch(0.23 0.014 260);
  --line: oklch(0.30 0.012 260);
  --line-soft: oklch(0.26 0.010 260);
  --fg: oklch(0.97 0.005 260);
  --fg-mute: oklch(0.74 0.010 260);
  --fg-dim: oklch(0.56 0.012 260);
  --accent: oklch(0.72 0.18 var(--hue));
  --accent-soft: oklch(0.72 0.18 var(--hue) / 0.12);
  --accent-line: oklch(0.72 0.18 var(--hue) / 0.42);
  --good: oklch(0.78 0.16 155);
  --warn: oklch(0.80 0.16 75);
  --danger: oklch(0.70 0.20 25);
  --r-sm: 6px;
  --r: 10px;
  --r-lg: 16px;
  --r-xl: 22px;
  --pad: 24px;
  --maxw: 1200px;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg-deep);
  color: var(--fg);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

/* density */
body.dense { --pad: 18px; }
body.dense h1.hero-h { font-size: clamp(36px, 5.2vw, 64px); }

/* ——— layout helpers ——— */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.nav-links a.is-active { color: var(--fg); background: oklch(0.22 0.014 260); }
.nav-status { cursor: pointer; }

/* ——— page header (non-home pages) ——— */
.page-head {
  position: relative; padding: 88px 0 56px; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-head-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(50% 60% at 80% 0%, var(--accent-soft), transparent 60%),
    linear-gradient(to right, oklch(0.30 0.012 260 / 0.25) 1px, transparent 1px),
    linear-gradient(to bottom, oklch(0.30 0.012 260 / 0.25) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  mask-image: radial-gradient(80% 80% at 50% 30%, black 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(80% 80% at 50% 30%, black 30%, transparent 90%);
}
.page-head-inner { position: relative; z-index: 1; }
.page-h {
  font-size: clamp(36px, 4.4vw, 56px); line-height: 1.04;
  letter-spacing: -0.03em; font-weight: 600; max-width: 880px;
  margin-top: 18px;
}
.page-lede { color: var(--fg-mute); font-size: 18px; margin-top: 18px; max-width: 680px; line-height: 1.55; }

.section { padding: 96px 0; position: relative; }
.section--tight { padding: 72px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--fg-mute);
  padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px;
  background: oklch(0.20 0.014 260 / 0.6);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
h1, h2, h3, h4 { font-family: var(--font); font-weight: 600; letter-spacing: -0.02em; margin: 0; }
h2.section-h { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.08; max-width: 820px; }
.section-sub { color: var(--fg-mute); font-size: 17px; max-width: 680px; margin-top: 14px; }

/* ——— nav ——— */
.nav-outer {
  position: sticky; top: 0; z-index: 50;
  background: oklch(0.12 0.014 260 / 0.72);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid oklch(0.30 0.012 260 / 0.5);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -0.01em; font-size: 17px; }
.brand .logo { width: 24px; height: 24px; display: grid; place-items: center; }
.nav-links { display: flex; gap: 4px; }
.nav-links a {
  padding: 8px 14px; border-radius: var(--r-sm); color: var(--fg-mute); font-size: 14px;
  transition: color .15s, background .15s;
}
.nav-links a:hover { color: var(--fg); background: oklch(0.22 0.014 260); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-status {
  font-family: var(--mono); font-size: 12px; color: var(--fg-mute);
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px;
  border: 1px solid var(--line); border-radius: 999px;
}
.nav-status .blip { width: 6px; height: 6px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 0 oklch(0.78 0.16 155 / 0.6); animation: blip 2s infinite; }
@keyframes blip { 0%, 100% { box-shadow: 0 0 0 0 oklch(0.78 0.16 155 / 0.0); } 50% { box-shadow: 0 0 0 5px oklch(0.78 0.16 155 / 0.0); } }

/* ——— buttons ——— */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: var(--r); font-size: 14px; font-weight: 500;
  border: 1px solid transparent; transition: transform .15s, background .15s, border-color .15s, color .15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--fg); color: oklch(0.14 0.014 260); }
.btn-primary:hover { background: oklch(0.92 0.005 260); }
.btn-accent { background: var(--accent); color: oklch(0.14 0.014 260); }
.btn-accent:hover { filter: brightness(1.06); }
.btn-ghost { color: var(--fg); border-color: var(--line); background: transparent; }
.btn-ghost:hover { border-color: oklch(0.42 0.012 260); background: oklch(0.20 0.014 260); }
.btn-lg { padding: 14px 22px; font-size: 15px; }

/* ——— hero ——— */
.hero { padding: 88px 0 72px; position: relative; overflow: hidden; }
.hero-grid::before {
  content: ""; position: absolute; inset: -1px 0 0 0; height: 540px; pointer-events: none;
  background:
    radial-gradient(60% 50% at 80% 0%, oklch(0.72 0.18 var(--hue) / 0.10), transparent 60%),
    linear-gradient(to bottom, oklch(0.16 0.012 260 / 0.0), oklch(0.12 0.014 260 / 1) 90%);
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(to right, oklch(0.30 0.012 260 / 0.35) 1px, transparent 1px),
    linear-gradient(to bottom, oklch(0.30 0.012 260 / 0.35) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(70% 60% at 50% 30%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, black 30%, transparent 80%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero-copy { max-width: 620px; }
h1.hero-h {
  font-size: clamp(40px, 5.6vw, 72px); line-height: 1.02; letter-spacing: -0.035em;
  font-weight: 600; margin-top: 20px;
}
h1.hero-h .accent { color: var(--accent); }
.hero-sub { color: var(--fg-mute); font-size: 18px; line-height: 1.55; margin-top: 22px; max-width: 560px; }
.hero-ctas { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 36px; display: flex; gap: 20px; flex-wrap: wrap;
  color: var(--fg-mute); font-size: 13px;
}
.hero-meta .pill { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta .pill svg { color: var(--accent); }

/* hero motif card */
.motif {
  position: relative;
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: linear-gradient(180deg, oklch(0.20 0.014 260) 0%, oklch(0.16 0.014 260) 100%);
  padding: 18px;
  box-shadow: 0 24px 60px -28px oklch(0.05 0 0 / 0.7), 0 0 0 1px oklch(0.30 0.012 260 / 0.3);
}
.motif-head {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--mono); font-size: 12px; color: var(--fg-mute);
  padding-bottom: 12px; border-bottom: 1px dashed var(--line-soft);
}
.motif-head .left { display: flex; align-items: center; gap: 10px; }
.motif-head .tag { padding: 3px 8px; border: 1px solid var(--line); border-radius: 999px; }
.motif-head .live { color: var(--good); display: inline-flex; align-items: center; gap: 6px; }
.motif-head .live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--good); animation: blip 1.6s infinite; }

.motif-chart { position: relative; height: 220px; margin-top: 12px; }
.motif-chart svg { width: 100%; height: 100%; display: block; }
.motif-axis { font-family: var(--mono); font-size: 10.5px; fill: var(--fg-dim); }
.quota-line { stroke: var(--accent); stroke-width: 1.4; stroke-dasharray: 4 4; }
.quota-cap { stroke: var(--warn); stroke-width: 1.2; stroke-dasharray: 2 4; opacity: 0.85; }
.load-area { fill: url(#loadGrad); }
.load-line { stroke: var(--accent); stroke-width: 2; fill: none; }
.event-dot { fill: var(--accent); }

.motif-vms {
  display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; margin-top: 14px;
}
.vm {
  aspect-ratio: 1.7 / 1; border-radius: 6px;
  border: 1px solid var(--line);
  background: oklch(0.22 0.014 260);
  position: relative; overflow: hidden;
  transition: background .35s, border-color .35s, transform .35s;
}
.vm.active {
  background: linear-gradient(180deg, oklch(0.72 0.18 var(--hue) / 0.18), oklch(0.72 0.18 var(--hue) / 0.04));
  border-color: var(--accent-line);
}
.vm.spawning { animation: spawn .6s ease-out; }
.vm::after {
  content: ""; position: absolute; left: 6px; bottom: 5px; width: 10px; height: 2px; border-radius: 1px;
  background: var(--fg-dim);
}
.vm.active::after { background: var(--accent); }
@keyframes spawn {
  from { transform: translateY(6px) scale(0.96); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

.motif-foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 14px; font-family: var(--mono); font-size: 12px; color: var(--fg-mute);
  border-top: 1px dashed var(--line-soft); padding-top: 12px;
}
.motif-foot .k { color: var(--fg); }
.motif-foot .delta-up { color: var(--good); }

/* ——— how it works ——— */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.step {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--bg-card);
  padding: 24px; position: relative; min-height: 220px;
  display: flex; flex-direction: column;
}
.step-num {
  font-family: var(--mono); font-size: 12px; color: var(--accent);
  display: inline-flex; align-items: center; gap: 8px;
}
.step-num .num {
  display: inline-grid; place-items: center; width: 22px; height: 22px;
  border: 1px solid var(--accent-line); border-radius: 50%; color: var(--accent);
}
.step h3 { font-size: 19px; margin-top: 16px; letter-spacing: -0.01em; }
.step p { color: var(--fg-mute); font-size: 14.5px; margin-top: 8px; line-height: 1.6; }
.step-vis { margin-top: auto; padding-top: 18px; }

/* tiny inline policy diagram in step 1 */
.policy-row {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--mono); font-size: 12px;
  padding: 6px 10px; border: 1px solid var(--line); border-radius: 6px;
  background: oklch(0.18 0.014 260); color: var(--fg-mute); margin-top: 6px;
}
.policy-row .v { color: var(--fg); }

/* step 2 sparkline */
.spark { width: 100%; height: 56px; }

/* step 3 invoice mini */
.invoice {
  font-family: var(--mono); font-size: 12px;
  border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
}
.invoice .row { display: flex; justify-content: space-between; padding: 6px 10px; border-top: 1px solid var(--line-soft); color: var(--fg-mute); }
.invoice .row:first-child { border-top: 0; background: oklch(0.18 0.014 260); color: var(--fg); }
.invoice .row .v { color: var(--fg); }
.invoice .total { background: oklch(0.20 0.014 260); color: var(--fg); }

/* ——— compare ——— */
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px;
  position: relative;
}
.compare::before {
  content: "vs"; position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--bg-deep); border: 1px solid var(--line);
  color: var(--fg-mute); font-family: var(--mono); font-size: 12px;
  display: grid; place-items: center; z-index: 2;
}
.compare-col {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--bg-card); padding: 24px;
  display: flex; flex-direction: column; gap: 18px;
}
.compare-col--old { background: oklch(0.18 0.014 260); }
.compare-col--new {
  background: linear-gradient(180deg, oklch(0.21 0.014 260), oklch(0.17 0.014 260));
  border-color: var(--accent-line);
  box-shadow: 0 0 0 1px var(--accent-soft) inset;
}
.compare-head { display: flex; flex-direction: column; gap: 4px; padding-bottom: 14px; border-bottom: 1px dashed var(--line-soft); }
.compare-tag {
  font-family: var(--mono); font-size: 12px; color: var(--fg-mute);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.compare-tag--accent { color: var(--accent); }
.compare-sub { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; color: var(--fg); }
.compare-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.compare-list li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: flex-start; }
.compare-mark {
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
}
.compare-mark--x { background: oklch(0.30 0.014 260); color: var(--fg-dim); }
.compare-mark--ok { background: var(--accent-soft); color: var(--accent); border: 1px solid var(--accent-line); }
.compare-t { font-size: 15px; color: var(--fg); font-weight: 500; }
.compare-s { font-size: 13.5px; color: var(--fg-mute); margin-top: 3px; line-height: 1.5; }

/* ——— services grid ——— */
.svc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 40px; }
.svc-badge {
  position: absolute; top: 14px; right: 14px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--accent);
  padding: 3px 8px; border: 1px solid var(--accent-line); border-radius: 999px;
  background: var(--accent-soft);
}
.svc--soon { opacity: 0.92; }
.svc {
  position: relative;
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--bg-card); padding: 22px;
  min-height: 220px; display: flex; flex-direction: column;
  transition: transform .2s, border-color .2s, background .2s;
}
.svc:hover { border-color: var(--accent-line); transform: translateY(-2px); }
.svc-icon {
  width: 36px; height: 36px; border-radius: 8px;
  display: grid; place-items: center;
  border: 1px solid var(--line); background: oklch(0.20 0.014 260);
  color: var(--accent);
}
.svc h3 { font-size: 17px; margin-top: 18px; }
.svc p { color: var(--fg-mute); font-size: 14px; margin-top: 6px; line-height: 1.55; }
.svc-meta {
  margin-top: auto; font-family: var(--mono); font-size: 11.5px;
  display: flex; gap: 6px; flex-wrap: wrap;
  color: var(--fg-dim); padding-top: 16px;
}
.svc-meta span { padding: 2px 8px; border: 1px solid var(--line); border-radius: 999px; }

/* ——— why pillars ——— */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.pillar {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px; background: var(--bg-card);
  display: flex; flex-direction: column; gap: 14px; min-height: 280px;
}
.pillar h3 { font-size: 20px; letter-spacing: -0.015em; }
.pillar p { color: var(--fg-mute); font-size: 14.5px; line-height: 1.6; }
.pillar .quote {
  margin-top: auto; padding: 12px 14px; border-left: 2px solid var(--accent);
  background: var(--accent-soft);
  font-family: var(--mono); font-size: 12px; color: var(--fg);
  border-radius: 0 8px 8px 0;
}
.pillar .icon-frame {
  width: 44px; height: 44px; border-radius: 10px;
  border: 1px solid var(--line); display: grid; place-items: center;
  background: oklch(0.20 0.014 260); color: var(--accent);
}

/* ——— pricing preview ——— */
.pricing-card {
  margin-top: 40px;
  border: 1px solid var(--line); border-radius: var(--r-xl);
  background: linear-gradient(180deg, oklch(0.21 0.014 260), oklch(0.17 0.014 260));
  padding: 32px;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 32px;
  position: relative; overflow: hidden;
}
.pricing-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 100% 0%, var(--accent-soft), transparent 60%);
  pointer-events: none;
}
.pp-left h3 { font-size: 22px; }
.pp-bundle {
  margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.pp-stat {
  border: 1px solid var(--line); border-radius: 12px;
  padding: 14px; background: oklch(0.16 0.014 260 / 0.6);
}
.pp-stat .label { font-family: var(--mono); font-size: 11px; color: var(--fg-mute); text-transform: uppercase; letter-spacing: 0.05em; }
.pp-stat .v { font-family: var(--mono); font-size: 22px; margin-top: 6px; letter-spacing: -0.02em; }
.pp-stat .u { color: var(--fg-mute); font-size: 12px; font-family: var(--mono); }

.pp-right { position: relative; z-index: 1; }
.overage-card {
  border: 1px solid var(--line); border-radius: 14px;
  padding: 20px; background: oklch(0.16 0.014 260 / 0.85);
}
.overage-card .row { display: flex; align-items: center; justify-content: space-between; }
.overage-card h4 { font-size: 14px; color: var(--fg-mute); font-weight: 500; font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.05em; }
.overage-card .big { font-family: var(--mono); font-size: 38px; letter-spacing: -0.02em; color: var(--fg); margin-top: 4px; }
.overage-card .big .pct { color: var(--accent); }
.overage-slider {
  -webkit-appearance: none; appearance: none; width: 100%;
  height: 4px; background: var(--line); border-radius: 999px; margin-top: 18px; outline: none;
}
.overage-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent); border: 3px solid oklch(0.16 0.014 260);
  box-shadow: 0 0 0 1px var(--accent-line);
  cursor: pointer;
}
.overage-slider::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent); border: 3px solid oklch(0.16 0.014 260);
}
.overage-bar { display: flex; height: 22px; border-radius: 6px; overflow: hidden; margin-top: 18px; border: 1px solid var(--line); }
.overage-bar .quota { background: oklch(0.30 0.014 260); }
.overage-bar .head { background: var(--accent-soft); }
.overage-bar .stop { background: oklch(0.20 0.014 260); }
.overage-legend { display: flex; gap: 14px; margin-top: 10px; font-family: var(--mono); font-size: 11px; color: var(--fg-mute); }
.overage-legend .sw { display: inline-block; width: 10px; height: 10px; border-radius: 2px; vertical-align: -1px; margin-right: 6px; }
.pp-note { margin-top: 14px; font-size: 13px; color: var(--fg-mute); line-height: 1.55; }
.pp-cta { margin-top: 18px; display: flex; gap: 10px; }

/* ——— FAQ ——— */
.faq { margin-top: 40px; display: grid; gap: 10px; max-width: 880px; }
.qa {
  border: 1px solid var(--line); border-radius: var(--r);
  background: var(--bg-card); overflow: hidden;
}
.qa summary {
  list-style: none; cursor: pointer; padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: 16px; font-weight: 500; color: var(--fg);
}
.qa summary::-webkit-details-marker { display: none; }
.qa[open] summary { border-bottom: 1px solid var(--line-soft); }
.qa .chev { width: 20px; height: 20px; color: var(--fg-mute); transition: transform .2s; flex-shrink: 0; }
.qa[open] .chev { transform: rotate(180deg); color: var(--accent); }
.qa-body { padding: 16px 22px 22px; color: var(--fg-mute); font-size: 15px; line-height: 1.65; }
.qa-body code, .qa-body .k { font-family: var(--mono); font-size: 13px; color: var(--fg); background: oklch(0.20 0.014 260); padding: 1px 6px; border-radius: 4px; border: 1px solid var(--line); }

/* ——— contact ——— */
.contact-band {
  margin-top: 40px;
  border: 1px solid var(--line); border-radius: var(--r-xl);
  background:
    radial-gradient(80% 100% at 100% 0%, var(--accent-soft), transparent 50%),
    linear-gradient(180deg, oklch(0.20 0.014 260), oklch(0.16 0.014 260));
  padding: 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.contact-band h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.1; max-width: 460px; }
.contact-band .lede { color: var(--fg-mute); margin-top: 12px; max-width: 460px; }
.contact-info {
  margin-top: 24px; display: flex; flex-direction: column; gap: 10px;
  font-family: var(--mono); font-size: 13px; color: var(--fg-mute);
}
.contact-info a { color: var(--fg); }
.contact-info .row { display: flex; align-items: center; gap: 10px; }

.form { display: grid; gap: 12px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label {
  display: block; font-family: var(--mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.06em; color: var(--fg-mute); margin-bottom: 6px;
}
.field input, .field textarea {
  width: 100%; background: oklch(0.16 0.014 260); color: var(--fg);
  border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px;
  font-family: inherit; font-size: 14px; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus {
  border-color: var(--accent-line); box-shadow: 0 0 0 3px var(--accent-soft);
}
.field textarea { min-height: 96px; resize: vertical; }
.field.invalid input, .field.invalid textarea { border-color: var(--danger); }
.field .err { color: var(--danger); font-size: 12px; margin-top: 6px; font-family: var(--mono); }
.form-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.form-foot .note { color: var(--fg-dim); font-size: 12px; font-family: var(--mono); }
.success-card {
  border: 1px solid var(--accent-line); background: var(--accent-soft);
  border-radius: 12px; padding: 18px;
  display: flex; gap: 12px; align-items: flex-start;
}
.success-card .check {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); color: oklch(0.14 0.014 260); display: grid; place-items: center;
  flex-shrink: 0;
}

/* ——— footer ——— */
.footer { border-top: 1px solid var(--line); padding: 40px 0; margin-top: 40px; color: var(--fg-mute); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a:hover { color: var(--fg); }
.footer .meta { font-family: var(--mono); font-size: 12px; }

/* ——— product detail ——— */
.product-detail {
  display: grid; grid-template-columns: 0.4fr 1fr; gap: 32px;
  padding: 48px 0; border-bottom: 1px solid var(--line);
}
.product-detail:last-child { border-bottom: 0; }
.product-detail .pd-side {
  position: sticky; top: 88px; align-self: flex-start;
  display: flex; flex-direction: column; gap: 14px;
}
.pd-icon-lg {
  width: 56px; height: 56px; border-radius: 14px;
  border: 1px solid var(--line); background: oklch(0.20 0.014 260);
  display: grid; place-items: center; color: var(--accent);
}
.pd-name { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.pd-tag {
  font-family: var(--mono); font-size: 11px; padding: 3px 8px;
  border: 1px solid var(--line); border-radius: 999px; color: var(--fg-mute);
  align-self: flex-start; text-transform: uppercase; letter-spacing: 0.06em;
}
.pd-tag.coming { color: var(--accent); border-color: var(--accent-line); background: var(--accent-soft); }
.pd-body p { color: var(--fg-mute); font-size: 15.5px; line-height: 1.65; }
.pd-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.pd-feat {
  border: 1px solid var(--line); border-radius: 10px;
  padding: 14px; background: var(--bg-card);
}
.pd-feat .h { font-size: 14px; font-weight: 600; }
.pd-feat .d { color: var(--fg-mute); font-size: 13px; margin-top: 4px; line-height: 1.5; }
.pd-specs {
  margin-top: 22px; border: 1px solid var(--line); border-radius: 10px;
  font-family: var(--mono); font-size: 12.5px; overflow: hidden;
}
.pd-specs .row { display: flex; justify-content: space-between; padding: 9px 14px; border-top: 1px solid var(--line-soft); }
.pd-specs .row:first-child { border-top: 0; background: oklch(0.18 0.014 260); color: var(--fg); }
.pd-specs .row .v { color: var(--fg); }
.pd-specs .row .l { color: var(--fg-mute); }

/* ——— pricing page ——— */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.tier {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--bg-card); padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.tier.is-featured {
  border-color: var(--accent-line);
  background: linear-gradient(180deg, oklch(0.21 0.014 260), oklch(0.17 0.014 260));
  box-shadow: 0 0 0 1px var(--accent-soft) inset;
}
.tier .tier-name { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; }
.tier .tier-tag { position: absolute; top: 14px; right: 14px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--accent); padding: 3px 8px; border: 1px solid var(--accent-line); border-radius: 999px; background: var(--accent-soft);
}
.tier .tier-price { font-family: var(--mono); font-size: 36px; letter-spacing: -0.02em; }
.tier .tier-price .u { font-size: 13px; color: var(--fg-mute); margin-left: 6px; }
.tier .tier-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.tier .tier-list li { display: grid; grid-template-columns: 16px 1fr; gap: 10px; align-items: flex-start; font-size: 14px; }
.tier .tier-list li svg { color: var(--accent); margin-top: 4px; }
.tier .tier-cta { margin-top: auto; }

.compare-table {
  margin-top: 56px; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  background: var(--bg-card);
}
.compare-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.compare-table th, .compare-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line-soft); }
.compare-table thead th { background: oklch(0.18 0.014 260); font-weight: 500; font-size: 13px; color: var(--fg-mute); text-transform: uppercase; letter-spacing: 0.05em; font-family: var(--mono); }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table td.center, .compare-table th.center { text-align: center; }
.compare-table td .check { color: var(--accent); }
.compare-table td .dash { color: var(--fg-dim); }
.compare-table td.label { color: var(--fg); font-weight: 500; }
.compare-table td.note { color: var(--fg-mute); font-family: var(--mono); font-size: 12px; }

/* ——— status ——— */
.status-hero {
  margin-top: 40px;
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: linear-gradient(180deg, oklch(0.21 0.014 260), oklch(0.17 0.014 260));
  padding: 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.status-hero .left { display: flex; align-items: center; gap: 16px; }
.status-light {
  width: 14px; height: 14px; border-radius: 50%; background: var(--good);
  box-shadow: 0 0 0 0 oklch(0.78 0.16 155 / 0.4); animation: blip 2s infinite;
}
.status-hero h2 { font-size: 22px; letter-spacing: -0.015em; }
.status-hero .sub { color: var(--fg-mute); font-size: 13.5px; margin-top: 2px; }
.status-meta { font-family: var(--mono); font-size: 12px; color: var(--fg-mute); }

.svc-status {
  margin-top: 28px;
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  background: var(--bg-card);
}
.svc-status .row {
  display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 16px; align-items: center;
  padding: 16px 22px; border-top: 1px solid var(--line-soft);
}
.svc-status .row:first-child { border-top: 0; }
.svc-status .name { font-weight: 500; }
.svc-status .name .l { color: var(--fg-mute); font-family: var(--mono); font-size: 11.5px; margin-left: 8px; }
.svc-status .uptime { font-family: var(--mono); font-size: 12px; color: var(--fg-mute); }
.svc-status .pill {
  font-family: var(--mono); font-size: 11.5px; padding: 4px 10px; border-radius: 999px;
  border: 1px solid var(--line); background: oklch(0.18 0.014 260);
}
.svc-status .pill.ok { color: var(--good); border-color: oklch(0.78 0.16 155 / 0.4); background: oklch(0.78 0.16 155 / 0.08); }
.svc-status .pill.warn { color: var(--warn); border-color: oklch(0.80 0.16 75 / 0.4); background: oklch(0.80 0.16 75 / 0.08); }

.uptime-bars { display: flex; gap: 2px; height: 28px; align-items: stretch; }
.uptime-bars span { flex: 1; background: var(--good); border-radius: 1px; min-width: 3px; }
.uptime-bars span.warn { background: var(--warn); }
.uptime-bars span.bad { background: var(--danger); }

.incidents {
  margin-top: 40px; border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--bg-card); padding: 24px;
}
.incidents h3 { font-size: 17px; margin-bottom: 4px; }
.incidents .empty { color: var(--fg-mute); font-size: 14px; margin-top: 6px; }
.incident { padding: 14px 0; border-top: 1px solid var(--line-soft); }
.incident:first-of-type { border-top: 0; }
.incident .head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.incident .t { font-weight: 500; }
.incident .when { font-family: var(--mono); font-size: 12px; color: var(--fg-mute); }
.incident .body { color: var(--fg-mute); font-size: 14px; margin-top: 6px; line-height: 1.55; }
.incident .resolved { font-family: var(--mono); font-size: 11px; color: var(--good); padding: 2px 8px; border: 1px solid oklch(0.78 0.16 155 / 0.4); border-radius: 999px; background: oklch(0.78 0.16 155 / 0.08); }

/* ——— company / legal ——— */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.value {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  background: var(--bg-card); padding: 24px;
}
.value h3 { font-size: 17px; }
.value p { color: var(--fg-mute); font-size: 14px; margin-top: 8px; line-height: 1.6; }
.value .num { font-family: var(--mono); font-size: 12px; color: var(--accent); }

.timeline {
  margin-top: 40px; border-left: 1px solid var(--line);
  padding-left: 28px; display: flex; flex-direction: column; gap: 28px;
}
.timeline-item { position: relative; }
.timeline-item::before {
  content: ""; position: absolute; left: -34px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--bg-deep); border: 2px solid var(--accent);
}
.timeline-item.is-current::before { background: var(--accent); }
.timeline .when { font-family: var(--mono); font-size: 12px; color: var(--accent); text-transform: uppercase; letter-spacing: 0.06em; }
.timeline h3 { font-size: 17px; margin-top: 4px; }
.timeline p { color: var(--fg-mute); font-size: 14px; margin-top: 4px; line-height: 1.55; }

.legal { max-width: 760px; }
.legal h2 { font-size: 22px; margin-top: 36px; letter-spacing: -0.015em; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--fg-mute); font-size: 15px; line-height: 1.7; }
.legal p { margin-top: 12px; }
.legal ul { margin-top: 12px; padding-left: 22px; }
.legal ul li { margin-top: 6px; }
.legal .meta-line { font-family: var(--mono); font-size: 12px; color: var(--fg-dim); }

@media (max-width: 980px) {
  .product-detail { grid-template-columns: 1fr; gap: 18px; }
  .product-detail .pd-side { position: static; }
  .tier-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .pd-feats { grid-template-columns: 1fr; }
  .svc-status .row { grid-template-columns: 1fr 1fr; }
  .svc-status .uptime-bars { grid-column: 1 / -1; }
}

/* ——— responsive ——— */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .steps { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .compare { grid-template-columns: 1fr; }
  .compare::before { display: none; }
  .why { grid-template-columns: 1fr; }
  .pricing-card { grid-template-columns: 1fr; padding: 24px; }
  .contact-band { grid-template-columns: 1fr; padding: 28px; }
  .section { padding: 72px 0; }
  .nav-links { display: none; }
  .nav-status { display: none; }
}
@media (max-width: 1100px) and (min-width: 981px) {
  .svc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .svc-grid { grid-template-columns: 1fr; }
  .pp-bundle { grid-template-columns: 1fr; }
  .form .row2 { grid-template-columns: 1fr; }
  .hero { padding: 56px 0 48px; }
  .section { padding: 56px 0; }
}
