/* Meridian Super Bots. Theme taken from the approved home page mockup:
   deep blue black ground, gold and electric blue light, Poppins text, Orbitron wordmark.
   Fonts and images are served from this site (no external requests). */

@font-face { font-family: "Poppins"; font-weight: 300; font-style: normal; font-display: swap; src: url(fonts/poppins-latin-300-normal.woff2) format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 400; font-style: normal; font-display: swap; src: url(fonts/poppins-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 500; font-style: normal; font-display: swap; src: url(fonts/poppins-latin-500-normal.woff2) format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 600; font-style: normal; font-display: swap; src: url(fonts/poppins-latin-600-normal.woff2) format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 700; font-style: normal; font-display: swap; src: url(fonts/poppins-latin-700-normal.woff2) format("woff2"); }
@font-face { font-family: "Orbitron"; font-weight: 700; font-style: normal; font-display: swap; src: url(fonts/orbitron-latin-700-normal.woff2) format("woff2"); }
@font-face { font-family: "Orbitron"; font-weight: 800; font-style: normal; font-display: swap; src: url(fonts/orbitron-latin-800-normal.woff2) format("woff2"); }
@font-face { font-family: "Orbitron"; font-weight: 900; font-style: normal; font-display: swap; src: url(fonts/orbitron-latin-900-normal.woff2) format("woff2"); }

:root {
  --gutter: 24px;
  --bg: #00060e;
  --bg-2: #030c17;
  --panel: #04101d;
  --panel-2: #071a2e;
  --line: rgba(120, 160, 205, 0.16);
  --line-hi: rgba(120, 160, 205, 0.34);
  --line-gold: rgba(245, 192, 74, 0.42);
  --text: #e9eef6;
  --muted: #aebccd;
  --dim: #7f92a8;
  --gold: #f5c04a;
  --gold-hi: #ffe08a;
  --gold-lo: #b8801f;
  --blue: #2f7bff;
  --blue-hi: #6fb0ff;
  --warn-bg: rgba(245, 160, 74, 0.09);
  --warn-line: rgba(245, 160, 74, 0.42);
  --radius: 16px;
  --btn-gold: linear-gradient(180deg, #ffdd86 0%, #f5c25a 55%, #e6a83c 100%);
  --gold-text: linear-gradient(180deg, #fff1b8 0%, #ffd766 48%, #e0a02c 100%);
  --sans: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --display: "Orbitron", "Poppins", ui-sans-serif, system-ui, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--gold-hi); text-decoration-color: rgba(255, 224, 138, 0.4); text-underline-offset: 3px; }
a:hover { color: #fff; text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--sans); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 0.6em; color: #fff; }
h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
li { margin-bottom: 0.4em; }
code, kbd { font-family: var(--mono); font-size: 0.9em; background: rgba(120, 160, 205, 0.1); border: 1px solid var(--line); padding: 0.1em 0.4em; border-radius: 6px; word-break: break-word; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.2rem 0; }
.container { width: min(1440px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.narrow { width: min(1440px, 100% - 2 * var(--gutter)); margin-inline: auto; }
@media (min-width: 1280px) { :root { --gutter: 6.5vw; } }
@media (max-width: 560px) { :root { --gutter: 20px; } }
.narrow > * { max-width: 820px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: #1a1205; padding: 0.6rem 1rem; z-index: 100; }
.skip:focus { left: 8px; top: 8px; }

/* Header */
.defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(0, 8, 15, 0.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(73, 90, 110, 0.6); }
.header-row { display: flex; align-items: center; gap: 2rem; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; color: #fff; text-decoration: none; flex: none; }
.brand:hover { color: #fff; }
.brand-mark { width: 40px; height: auto; flex: none; display: block; }
.brand-text { display: grid; line-height: 1; gap: 0.32rem; }
.brand-text b { font-weight: 300; font-size: 1.45rem; letter-spacing: 0.2em; color: #f2f6fb; }
.brand-text small { font-weight: 500; font-size: 0.83rem; letter-spacing: 0.3em; color: var(--gold); padding-left: 0.05em; }
.nav-desktop { display: flex; align-items: center; gap: 0.2rem; margin-left: clamp(0.5rem, 3vw, 3.2rem); flex: 1; }
.nav-desktop a { position: relative; color: #e6ecf5; text-decoration: none; padding: 0.55rem 0.85rem; font-size: 0.92rem; font-weight: 400; }
.nav-desktop a:hover { color: var(--gold-hi); }
.nav-desktop a[aria-current="page"] { color: var(--gold-hi); }
.nav-desktop a[aria-current="page"]::after { content: ""; position: absolute; left: 0.85rem; right: 0.85rem; bottom: 0.05rem; height: 2px; border-radius: 2px; background: #f4e359; }
.header-actions { display: flex; align-items: center; gap: 0.8rem; flex: none; }
.mnav { display: none; margin-left: auto; }
.mnav summary { list-style: none; cursor: pointer; padding: 0.5rem 0.95rem; border: 1px solid var(--line-hi); border-radius: 9px; color: #fff; font-size: 0.92rem; background: rgba(0, 10, 30, 0.6); }
.mnav summary::-webkit-details-marker { display: none; }
.mnav-panel { position: absolute; left: 0; right: 0; top: 100%; background: #010a14; border-bottom: 1px solid var(--line-hi); padding: 0.8rem var(--gutter) 1.3rem; display: grid; gap: 0.15rem; }
.mnav-panel a { color: var(--text); text-decoration: none; padding: 0.75rem 0.4rem; border-bottom: 1px solid var(--line); }
.mnav-panel .btn { margin-top: 0.8rem; justify-content: center; border-bottom: 0; }
@media (max-width: 1199px) {
  .nav-desktop, .header-actions { display: none; }
  .mnav { display: block; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; padding: 0.8rem 1.5rem; border-radius: 10px; font-family: var(--sans); font-weight: 500; font-size: 0.96rem; text-decoration: none; border: 1px solid transparent; cursor: pointer; line-height: 1.2; max-width: 100%; text-align: center; transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease, border-color 0.15s ease; }
.btn svg { width: 1.05em; height: 1.05em; flex: none; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { background: var(--btn-gold); color: #1a1205; box-shadow: 0 6px 26px rgba(245, 192, 74, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.btn-primary:hover { color: #1a1205; filter: brightness(1.07); transform: translateY(-1px); }
.btn-ghost { background: rgba(0, 12, 30, 0.55); color: var(--gold-hi); border-color: var(--line-gold); }
.btn-ghost:hover { background: rgba(245, 192, 74, 0.1); color: #fff; }
.btn-outline { background: rgba(0, 10, 30, 0.7); color: #fff; border-color: rgba(190, 200, 225, 0.55); padding: 0.55rem 1.3rem; border-radius: 8px; font-size: 0.9rem; }
.btn-outline:hover { border-color: var(--gold-hi); color: var(--gold-hi); }
.btn-sm { padding: 0.55rem 1.05rem; font-size: 0.88rem; border-radius: 9px; }
.header-actions .btn-primary { padding: 0.6rem 1.25rem; border-radius: 8px; font-size: 0.9rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1.6rem 0 1rem; }
.btn.btn-email { overflow-wrap: normal; word-break: normal; }
@media (max-width: 420px) { .btn.btn-email { font-size: 0.82rem; padding-inline: 0.8rem; } }

/* Hero (matches the mockup composition) */
.hero { position: relative; overflow: hidden; background: var(--bg); isolation: isolate; }
.hero-art { position: absolute; inset: 0; z-index: -1; background: url(img/hero.webp) center top / 100% auto no-repeat; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 6, 14, 0.5) 0%, rgba(0, 6, 14, 0.28) 24%, rgba(0, 6, 14, 0) 36%), linear-gradient(0deg, rgba(0, 6, 14, 0.9) 0%, rgba(0, 6, 14, 0) 12%); }
.hero-wrap { position: relative; width: 100%; min-height: 37.35vw; padding: 2.8rem 0 1rem var(--gutter); display: flex; align-items: center; }
.hero-copy { max-width: max(22rem, 27vw); }
.eyebrow { display: block; white-space: nowrap; font-size: clamp(0.68rem, 0.78vw, 0.86rem); font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: clamp(0.9rem, 1.3vw, 1.4rem); }
.eyebrow span + span::before { content: "\2022"; margin: 0 0.8em; color: var(--gold); }
.hero h1 { font-family: var(--display); font-weight: 900; font-size: clamp(2.4rem, 4.56vw, 5.6rem); line-height: 1.02; letter-spacing: 0.005em; text-transform: uppercase; margin: 0 0 clamp(1.1rem, 1.6vw, 1.8rem); display: grid; }
.h-gold { font-size: 0.76em; line-height: 1.06; }
.h-silver { background: linear-gradient(180deg, #ffffff 0%, #dfe6f2 38%, #8b96ac 52%, #e9eef8 68%, #b9c3d6 100%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.55)); }
.h-gold { background: linear-gradient(180deg, #fff0b0 0%, #ffd45e 40%, #c98416 54%, #ffd25c 72%, #f2ac2a 100%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 3px 12px rgba(255, 170, 30, 0.35)); }
.hero-sub { font-size: clamp(0.98rem, 1.3vw, 1.5rem); font-weight: 500; line-height: 1.4; color: #fff; margin: 0 0 1rem; }
.hero-text { font-size: clamp(0.82rem, 0.98vw, 1.1rem); font-weight: 300; line-height: 1.7; color: #dfe7f3; margin: 0 0 1.6rem; }
.hero-text strong { font-weight: 500; color: #fff; }
.btn-hero { padding: 0.95rem 1.6rem; border-radius: 999px; font-size: 0.98rem; font-weight: 500; }
.watch { display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 1.4rem; color: #fff; text-decoration: none; font-size: 0.82rem; }
.watch:hover { color: var(--gold-hi); }
.watch .ring { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.85); display: grid; place-items: center; }
.watch .ring svg { width: 10px; height: 10px; fill: currentColor; stroke: none; }
.hero-values { position: absolute; right: 4.5vw; top: 4.9vw; list-style: none; margin: 0; padding: 0; text-align: right; font-size: clamp(0.66rem, 0.75vw, 0.85rem); font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: #dbe6f5; line-height: 1.2; }
.hero-values li { margin: 0 0 0.5em; }
.hero-values::after { content: ""; display: block; width: 4rem; height: 2px; margin: 0.9em 0 0 auto; background: linear-gradient(90deg, #f5c04a, #ffe08a); }
.hero-card { position: absolute; right: 3.65vw; top: 18.85vw; width: 11.5vw; height: 7.95vw; padding: 0 1.1vw; align-content: center; border: 1px solid rgba(160, 190, 230, 0.3); border-radius: 12px; background: rgba(3, 10, 24, 0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: grid; grid-template-columns: auto 1fr; gap: 0.1rem 0.6rem; align-items: center; }
.hero-card svg { width: clamp(26px, 2.1vw, 36px); height: clamp(26px, 2.1vw, 36px); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-card b { font-size: clamp(0.68rem, 0.86vw, 0.98rem); font-weight: 500; white-space: nowrap; letter-spacing: 0.06em; color: var(--gold-hi); text-transform: uppercase; line-height: 1.2; }
.hero-card small { grid-column: 1 / -1; font-size: clamp(0.6rem, 0.72vw, 0.82rem); font-weight: 300; color: #dbe6f5; line-height: 1.55; margin-top: 0.35rem; display: block; }
@media (max-width: 1239px) {
  .hero-values, .hero-card { display: none; }
  .hero-wrap { min-height: 0; padding: calc(37.35vw + 1.4rem) var(--gutter) 2.6rem; display: block; }
  .hero-art { bottom: auto; height: 37.35vw; }
  .hero-art::after { background: linear-gradient(0deg, rgba(0, 6, 14, 1) 0%, rgba(0, 6, 14, 0.7) 20%, rgba(0, 6, 14, 0) 50%); }
  .hero-copy { max-width: 36rem; }
  .eyebrow { white-space: normal; }
  .hero h1 { font-size: clamp(2.6rem, 6.4vw, 4rem); }
  .hero-sub { font-size: 1.15rem; }
  .hero-text { font-size: 0.98rem; }
}
@media (max-width: 760px) {
  .hero-wrap { padding-top: calc(60vw + 1.2rem); }
  .hero-art { height: 66vw; background-size: cover; background-position: 66% 22%; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(2.3rem, 11.5vw, 3.4rem); }
}

/* Stat strip */
.statbar { background: linear-gradient(180deg, #010a13, var(--bg)); border-top: 1px solid rgba(140, 190, 225, 0.55); border-bottom: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); }
.stat { display: flex; align-items: center; justify-content: center; gap: 0.95rem; padding: 1.35rem 1.2rem; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 24%; bottom: 24%; width: 1px; background: rgba(120, 160, 205, 0.28); }
.stat svg { width: 42px; height: 42px; flex: none; fill: none; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.stat .num { display: block; font-size: 1.55rem; font-weight: 600; line-height: 1.1; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .lab { display: block; margin-top: 0.15rem; font-size: 0.68rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: #b0c7d8; line-height: 1.35; }
.stat .sub { display: block; font-size: 0.62rem; letter-spacing: 0.1em; color: #b0c7d8; margin-top: 0.15rem; }
@media (max-width: 1100px) { .stats { grid-template-columns: repeat(2, 1fr); } .stat:nth-child(odd)::before { display: none; } .stat { border-bottom: 1px solid var(--line); } .stat:nth-child(5) { grid-column: 1 / -1; border-bottom: 0; } }
@media (max-width: 520px) { .stats { grid-template-columns: 1fr; } .stat::before { display: none; } .stat:nth-child(5) { grid-column: auto; } .stat { padding: 1rem 0.5rem; justify-content: flex-start; padding-left: 18%; } }

/* Sections */
.section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-alt { background: linear-gradient(180deg, rgba(4, 16, 32, 0.7), rgba(2, 10, 20, 0.7)); border-block: 1px solid var(--line); }
.section-head { max-width: 700px; margin-bottom: 2.4rem; }
.section-head p { color: var(--muted); font-size: 1.05rem; font-weight: 300; }
.kicker { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; display: block; }
.grid { display: grid; gap: 1.2rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card { background: linear-gradient(180deg, rgba(7, 22, 42, 0.78), rgba(2, 10, 22, 0.92)); border: 1px solid var(--line-hi); border-radius: var(--radius); padding: 1.6rem; position: relative; box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4); }
.card h3 { margin-bottom: 0.5rem; }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card p { font-weight: 300; color: #cfdae9; }
.card-gold { border-color: var(--line-gold); box-shadow: 0 0 0 1px rgba(245, 192, 74, 0.08) inset, 0 0 40px rgba(245, 192, 74, 0.07), 0 18px 50px rgba(0, 0, 0, 0.45); }
.icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: var(--gold-hi); background: rgba(245, 192, 74, 0.08); border: 1px solid var(--line-gold); margin-bottom: 1rem; }
.icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* Bots showcase (home) */
#bots.section { padding-top: clamp(2.4rem, 4vw, 3.4rem); }
.showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.55fr); gap: clamp(1.5rem, 3vw, 3rem); align-items: center; }
.showcase h2 { font-weight: 500; font-size: clamp(1.7rem, 2.5vw, 2.15rem); margin-bottom: 1rem; }
.showcase h2 em { display: block; font-style: normal; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.showcase > div:first-child p { font-weight: 300; color: #d5e0ee; font-size: 0.95rem; max-width: 24em; }
.bcards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.bcard { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 0.5rem 1.4rem 1.3rem; border: 1px solid rgba(140, 175, 215, 0.34); border-radius: 18px; background: linear-gradient(180deg, rgba(6, 20, 40, 0.75), rgba(0, 8, 18, 0.95)); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45); color: #fff; transition: border-color 0.2s ease, transform 0.2s ease; }
.bcard:hover, .bcard:focus-within { border-color: rgba(245, 192, 74, 0.6); transform: translateY(-2px); }
.bcard h3 a { color: inherit; text-decoration: none; }
.bcard h3 a::after { content: ""; position: absolute; inset: 0; border-radius: 18px; }
.bcard h3 a:focus-visible { outline: none; }
.bcard:focus-within { outline: 2px solid var(--gold); outline-offset: 3px; }
.bcard .art { height: 118px; display: grid; place-items: center; margin: 0 -0.4rem 0.4rem; }
.bcard .art img { height: 112px; width: auto; max-width: 100%; object-fit: contain; }
.bcard h3 { font-size: 1.12rem; font-weight: 600; margin: 0.2rem 0 0.15rem; }
.bcard .role { font-size: 0.86rem; font-weight: 400; color: #cbd6e6; margin: 0 0 1rem; line-height: 1.45; }
.bcard .role.gold { color: var(--gold); }
.bcard .foot { margin-top: auto; display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.chip { font-size: 0.68rem; font-weight: 400; letter-spacing: 0.04em; padding: 0.32rem 0.85rem; border-radius: 999px; border: 1px solid rgba(190, 205, 225, 0.4); color: #e4ebf5; background: rgba(255, 255, 255, 0.03); line-height: 1.2; text-decoration: none; }
a.chip { position: relative; z-index: 2; }
a.chip:hover { border-color: var(--gold-hi); color: var(--gold-hi); }
.chip-sep::before { content: "\2022"; margin: 0 0.5em; color: var(--gold); }
.go { margin-left: auto; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(245, 192, 74, 0.85); color: var(--gold-hi); display: grid; place-items: center; flex: none; }
.go svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 1100px) { .showcase { grid-template-columns: 1fr; } .showcase > div:first-child p { max-width: 42em; } }
@media (max-width: 760px) { .bcards { grid-template-columns: 1fr; } }

/* Products (bot pages) */
.product { display: flex; flex-direction: column; gap: 0; }
.tag { align-self: flex-start; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.28rem 0.7rem; border-radius: 999px; border: 1px solid var(--line-gold); color: var(--gold-hi); margin-bottom: 1rem; }
.tag-btc { border-color: rgba(111, 176, 255, 0.55); color: var(--blue-hi); }
.product h3 { font-size: 1.6rem; }
.product .meta { list-style: none; padding: 0; margin: 1rem 0 1.4rem; border-top: 1px solid var(--line); }
.product .meta li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.6rem 0; margin: 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.product .meta span:first-child { color: var(--dim); }
.product .meta span:last-child { text-align: right; }
.product .actions { margin-top: auto; }
.actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.4rem; }
.emblem-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; }
.emblem-row img { height: 96px; width: auto; }

/* Steps */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.steps li { counter-increment: step; position: relative; padding: 1.4rem 1.3rem 1.3rem; border: 1px solid var(--line-hi); border-radius: var(--radius); background: linear-gradient(180deg, rgba(7, 22, 42, 0.78), rgba(2, 10, 22, 0.92)); margin: 0; }
.steps li::before { content: counter(step); font-family: var(--display); font-weight: 700; font-size: 1.9rem; line-height: 1; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; margin-bottom: 0.7rem; }
.steps h3 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.steps p { color: var(--muted); font-size: 0.93rem; font-weight: 300; margin: 0; }
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* Plans */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
@media (max-width: 960px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .plans { grid-template-columns: 1fr; } }
.plan { border: 1px solid var(--line-hi); border-radius: var(--radius); background: linear-gradient(180deg, rgba(7, 22, 42, 0.78), rgba(2, 10, 22, 0.92)); padding: 1.5rem 1.4rem; display: flex; flex-direction: column; box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4); }
.plan.best { border-color: rgba(245, 192, 74, 0.6); box-shadow: 0 0 44px rgba(245, 192, 74, 0.12), 0 18px 50px rgba(0, 0, 0, 0.45); }
.plan .name { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.plan .price { font-family: var(--display); font-weight: 700; font-size: 2.3rem; line-height: 1; color: #fff; }
.plan .per { color: var(--muted); font-size: 0.9rem; margin: 0.6rem 0 1rem; font-weight: 300; }
.plan .save { display: inline-block; align-self: flex-start; font-size: 0.74rem; font-weight: 500; padding: 0.2rem 0.7rem; border-radius: 999px; background: rgba(245, 192, 74, 0.14); color: var(--gold-hi); margin-bottom: 1.1rem; }
.plan .save.none { visibility: hidden; }
.plan .days { color: var(--dim); font-size: 0.86rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }

/* Spec table */
.spec { width: 100%; border-collapse: collapse; margin: 0 0 1.5rem; }
.spec th, .spec td { text-align: left; padding: 0.85rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec th { width: 34%; color: var(--dim); font-weight: 400; font-size: 0.92rem; }
.spec td { color: #dfe8f4; font-weight: 300; }
.spec tr:first-child th, .spec tr:first-child td { border-top: 1px solid var(--line); }
@media (max-width: 640px) {
  .spec th, .spec td { display: block; width: 100%; padding: 0.35rem 0; border: 0; }
  .spec tr { display: block; padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
  .spec tr:first-child { border-top: 1px solid var(--line); }
}
.table-wrap { overflow-x: auto; }
.cmp { width: 100%; border-collapse: collapse; min-width: 520px; }
.cmp th, .cmp td { padding: 0.8rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
.cmp th { color: var(--gold); font-weight: 500; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; }

/* Page head (inner pages) */
.page-head { padding: clamp(2.6rem, 5vw, 4.2rem) 0 clamp(2rem, 3.5vw, 2.8rem); background: linear-gradient(90deg, rgba(0, 6, 14, 0.97) 0%, rgba(0, 6, 14, 0.86) 42%, rgba(0, 6, 14, 0.5) 100%), url(img/hero.webp) 78% 42% / cover no-repeat, var(--bg); border-bottom: 1px solid rgba(73, 90, 110, 0.6); }
.page-head h1 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); font-weight: 600; margin-bottom: 0.6rem; max-width: 20em; }
.page-head p { color: #d5e0ee; font-weight: 300; max-width: 60ch; margin: 0; font-size: 1.05rem; }

/* Prose (guide, legal) */
.prose { max-width: 760px; }
.prose h2 { font-size: 1.6rem; margin-top: 2.6rem; padding-top: 0.4rem; scroll-margin-top: 90px; }
.prose h3 { margin-top: 1.8rem; scroll-margin-top: 90px; }
.prose li p { margin-bottom: 0.4em; }
.prose .meta-line, .meta-line { color: var(--dim); font-size: 0.9rem; }
.prose ol, .prose ul { padding-left: 1.3rem; }
.prose ul.check { padding-left: 0; }
.prose li { margin-bottom: 0.45rem; }
.prose p, .prose li { font-weight: 300; color: #dbe5f2; }
.prose strong { font-weight: 500; color: #fff; }
.narrow.prose { max-width: none; }
.narrow.prose > * { max-width: 760px; }
.doc-two { max-width: 780px; }
.fine-note { color: var(--dim); font-size: 0.9rem; margin: 1.6rem 0 1.4rem; max-width: 760px; }
.doc-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 3rem; padding: 2.6rem 0 4rem; align-items: start; }
.doc-layout > * { min-width: 0; }
.toc { position: sticky; top: 92px; font-size: 0.92rem; border-left: 1px solid var(--line-hi); padding-left: 1rem; }
.toc strong { display: block; color: var(--dim); font-weight: 500; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.7rem; margin-bottom: 0.7rem; }
.toc a { display: block; color: var(--muted); text-decoration: none; padding: 0.3rem 0; }
.toc a:hover { color: var(--gold-hi); }
@media (max-width: 900px) {
  .doc-layout { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
  .toc { position: static; border-left: 0; padding-left: 0; border: 1px solid var(--line-hi); border-radius: 12px; padding: 1rem; background: var(--panel); }
  .toc a { display: inline-block; margin-right: 1rem; }
}
pre { font-family: var(--mono); font-size: 0.92rem; background: var(--panel); border: 1px solid var(--line-hi); border-radius: 12px; padding: 1rem 1.2rem; overflow-x: auto; color: var(--gold-hi); margin: 1.2rem 0; }

/* Callouts */
.note, .warn { border-radius: 12px; padding: 1rem 1.2rem; margin: 1.4rem 0; border: 1px solid var(--line-gold); background: rgba(245, 192, 74, 0.07); font-size: 0.96rem; }
.warn { border-color: var(--warn-line); background: var(--warn-bg); }
.note p:last-child, .warn p:last-child { margin-bottom: 0; }
.note strong, .warn strong { color: #fff; }
.dl-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1rem 0 1.4rem; }
.check { list-style: none; padding: 0; }
.check li { position: relative; padding-left: 1.7rem; }
.check li::before { content: ""; position: absolute; left: 0; top: 0.42em; width: 1em; height: 1em; background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5c04a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }

/* FAQ */
.faq-group { margin-bottom: 2.4rem; }
.faq-group h2 { font-size: 1.3rem; margin-bottom: 1rem; }
details.qa { border: 1px solid var(--line-hi); border-radius: 12px; background: linear-gradient(180deg, rgba(7, 22, 42, 0.6), rgba(2, 10, 22, 0.8)); margin-bottom: 0.7rem; }
details.qa[open] { border-color: var(--line-gold); }
details.qa summary { cursor: pointer; list-style: none; padding: 1rem 3rem 1rem 1.2rem; font-weight: 500; position: relative; color: #fff; }
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after { content: ""; position: absolute; right: 1.2rem; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; }
details.qa[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
details.qa .ans { padding: 0 1.2rem 1.1rem; color: var(--muted); font-weight: 300; }
details.qa .ans p:last-child { margin-bottom: 0; }

/* CTA band and risk */
.cta-band { text-align: center; padding: clamp(3rem, 6vw, 4.6rem) 0; background: radial-gradient(700px 300px at 30% 0%, rgba(245, 192, 74, 0.13), transparent 70%), radial-gradient(700px 300px at 75% 100%, rgba(47, 123, 255, 0.16), transparent 70%), var(--bg-2); border-top: 1px solid var(--line-hi); }
.cta-band p { color: var(--muted); font-weight: 300; max-width: 54ch; margin-inline: auto; }
.cta-band .cta-row { justify-content: center; }
.risk { border: 1px solid var(--warn-line); background: var(--warn-bg); border-radius: 12px; padding: 1rem 1.2rem; font-size: 0.88rem; color: var(--muted); font-weight: 300; }
.risk strong { color: #ffc27f; font-weight: 500; }
.section.flush { padding-top: 0; }

/* Footer */
.site-footer { border-top: 1px solid rgba(73, 90, 110, 0.6); background: #00040a; padding: 3rem 0 2rem; font-size: 0.92rem; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2rem; margin-bottom: 2rem; }
.footer-grid h4 { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim); font-weight: 500; margin-bottom: 0.9rem; }
.footer-grid a { display: block; color: var(--muted); text-decoration: none; padding: 0.22rem 0; }
.footer-grid a.brand { display: inline-flex; margin-bottom: 0.9rem; color: #fff; }
.footer-grid a:hover { color: var(--gold-hi); }
.footer-grid p { max-width: 34ch; font-weight: 300; }
.fine { font-size: 0.8rem; color: var(--dim); border-top: 1px solid var(--line); padding-top: 1.4rem; margin-top: 1.4rem; font-weight: 300; }
.fine p { margin-bottom: 0.6em; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid > :first-child { grid-column: 1 / -1; } }
@media (max-width: 420px) { .footer-grid { grid-template-columns: 1fr; } }

/* 404 */
.center-page { text-align: center; padding: clamp(4rem, 12vw, 8rem) 0; }
.center-page p { color: var(--muted); }
.center-page .cta-row { justify-content: center; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .bcard, details.qa summary::after { transition: none; }
}
@media print {
  .site-header, .site-footer, .cta-band, .toc { display: none; }
  body { background: #fff; color: #000; }
  a { color: #000; }
}
