:root{
  --bg:#05060a;
  --bg2:#0b1020;

  /* opaque panel colors (no translucent boxes) */
  --panel:#0b1020;
  --panel2:#0f1220;

  --text:#f4f6fb;
  --muted:rgba(244,246,251,.68);

  --accent:#2f7cff;
  --accent2:#1b4fff;

  --stroke:rgba(255,255,255,.10);
  --stroke2:rgba(255,255,255,.14);

  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --shadow2: 0 10px 30px rgba(0,0,0,.35);

  --r:18px;
  --r2:26px;

  --pad:24px;
  --max:1200px;

  --ease:cubic-bezier(.2,.8,.2,1);
}

html.theme-light{
  --bg:#f6f7fb;
  --bg2:#eef1f7;

  --panel:#ffffff;
  --panel2:#f6f7fb;

  --text:#0d1220;
  --muted:rgba(13,18,32,.62);

  --stroke:rgba(0,0,0,.10);
  --stroke2:rgba(0,0,0,.14);

  --shadow: 0 18px 60px rgba(0,0,0,.14);
  --shadow2: 0 10px 30px rgba(0,0,0,.10);
}

/* =========================
   Base
   ========================= */
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(1200px 700px at 18% -10%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 60%),
    radial-gradient(1100px 800px at 88% 0%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 58%),
    linear-gradient(180deg, var(--bg2), var(--bg));
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; }
::selection{ background: color-mix(in srgb, var(--accent) 35%, transparent); }
[hidden]{ display:none !important; }

/* =========================
   Utilities
   ========================= */
.container{ max-width:var(--max); margin:0 auto; padding:0 var(--pad); }
.muted{ color:var(--muted); }
.mono{ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.row{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:nowrap;
}
@media (max-width:520px){
  .row{ flex-wrap:wrap; }
  .row .btn{ width:100%; }
}

.text-link{
  color: color-mix(in srgb, var(--accent) 90%, white);
  font-weight:700;
}
.text-link:hover{ text-decoration: underline; }

/* Make boxes opaque and enforce panel backgrounds */
.header-row,
.panel,
.card,
.rail-card,
.rail-link,
.strip-item,
.price-card,
.mini,
.shot,
.faq,
.legal-card,
.table-wrap,
.mobile-panel,
.side-rail,
.footer-grid,
.footer-left,
.footer-right,
.footer-links{
  background-color: var(--panel) !important;
  border-color: var(--stroke) !important;
  backdrop-filter: none !important;
}

/* Ensure small UI elements are solid too */
.chip,
.btn,
.badge,
.rail-pill{
  background-color: var(--panel2) !important;
  border-color: var(--stroke) !important;
}

/* Inputs */
input, textarea, select{ background-color: var(--panel) !important; border-color: var(--stroke); }

/* =========================
   Background scene (AI/tech)
   ========================= */
.bg-scene{
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  isolation:isolate;
}

.bg-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.22;
  mask-image: radial-gradient(60% 55% at 55% 14%, rgba(0,0,0,1), transparent 72%);
}

.bg-glow{
  position:absolute;
  border-radius:999px;
  filter: blur(40px);
  opacity:.55;
  background: radial-gradient(closest-side, rgba(47,124,255,.55), transparent 65%);
  mix-blend-mode: screen;
}
.glow-1{ width:680px; height:680px; left:-180px; top:60px; opacity:.55; }
.glow-2{ width:520px; height:520px; right:-180px; top:140px; opacity:.45; }
.glow-3{ width:640px; height:640px; left:40%; top:55%; transform:translateX(-50%); opacity:.25; }

.bg-scene::after{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(1200px 700px at 18% 0%, rgba(47,124,255,.18), transparent 60%),
    radial-gradient(900px 600px at 82% 10%, rgba(47,124,255,.10), transparent 60%),
    radial-gradient(600px 600px at 55% 70%, rgba(47,124,255,.08), transparent 65%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 12px);
  opacity:.35;
  mix-blend-mode: screen;
}

.orb{
  position:absolute;
  width:360px;
  height:360px;
  border-radius:999px;
  opacity:.9;
  background:
    radial-gradient(closest-side at 30% 28%, rgba(255,255,255,.22), transparent 55%),
    radial-gradient(closest-side at 65% 70%, rgba(47,124,255,.40), transparent 55%),
    radial-gradient(closest-side at 50% 50%, rgba(47,124,255,.10), rgba(0,0,0,0) 72%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 120px rgba(47,124,255,.10);
}
.orb::after{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:999px;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 10px);
  mask-image: radial-gradient(closest-side, rgba(0,0,0,.9), transparent 70%);
  opacity:.15;
}
.orb-1{ left:-120px; top:140px; transform:rotate(18deg); }
.orb-2{ right:80px; top:240px; width:280px; height:280px; opacity:.70; }

/* =========================
   Skip link
   ========================= */
.skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  padding:10px 14px;
  background:var(--panel2);
  border:1px solid var(--stroke);
  border-radius:12px;
  z-index:9999;
}
.skip-link:focus{ left:12px; }

/* =========================
   Header (floating bar, rounded, spacing)
   ========================= */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:transparent;
  border-bottom:none;
}

.header-row{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:nowrap;

  /* floating bar */
  margin:14px 24px;
  padding:12px 18px;
  max-width: calc(var(--max) - 48px);
  border-radius:22px;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter: blur(18px);
  border:1px solid var(--stroke);
  box-shadow: var(--shadow2);
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.brand-logo{ width:34px; height:34px; border-radius:10px; }
.brand-name{
  font-weight:800;
  letter-spacing:-0.02em;
  font-size:18px;
  white-space:nowrap;
}

.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
  white-space:nowrap;
}

/* Style top header links to look like the nearby .btn elements */
.top-links{
  display:flex;
  gap:10px;
  align-items:center;
  margin-left:8px;
}
.top-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--stroke);
  font-weight:800;
  font-size:13px;
  letter-spacing:-0.01em;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
  color:inherit;
  background: var(--panel2);
}
.top-links a:hover{ transform: translateY(-1px); border-color: var(--stroke2); }

@media (max-width:520px){
  .top-links{ display:none; }
}

.lang-toggle{ display:flex; gap:8px; }

.chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  color: var(--text);
  font-size:13px;
  font-weight:700;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}
.chip:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.05);
  border-color: var(--stroke2);
}
.chip.is-active{
  border-color: color-mix(in srgb, var(--accent) 60%, transparent);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
}
.chip-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(47,124,255,.12);
}
.chip-label{ white-space:nowrap; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--stroke);
  font-weight:800;
  font-size:13px;
  letter-spacing:-0.01em;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}
.btn:hover{ transform: translateY(-1px); border-color: var(--stroke2); }

.btn-primary{
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 22%, transparent), rgba(255,255,255,.03));
  box-shadow: 0 12px 30px rgba(47,124,255,.18);
}
.btn-primary:hover{ border-color: color-mix(in srgb, var(--accent) 70%, transparent); }
.btn-ghost{ background: rgba(255,255,255,.03); }
.btn-lg{ padding:12px 16px; font-size:14px; }

/* Small button variant for footer imprint */
.btn-sm{ padding:6px 10px; font-size:12px; border-radius:10px; }

/* Burger */
.burger{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  display:none;
  align-items:center;
  justify-content:center;
  gap:4px;
  flex-direction:column;
}
.burger span{
  width:18px;
  height:2px;
  background: rgba(255,255,255,.75);
  border-radius:2px;
}

/* Mobile panel (NO page links anymore) */
.mobile-nav{
  display:none;
  padding: 8px 0 18px;
  gap: 8px;
}
.mobile-panel{
  border: 1px solid var(--stroke);
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 12px;
  box-shadow: var(--shadow2);
}
.mobile-controls{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

/* Header responsive: show mobile menu only on narrow (phone) widths */
@media (max-width:520px){
  .burger{ display:flex; }
  .mobile-nav{ display:block; }
}
@media (max-width:900px){
  .chip{ padding:9px 10px; }
  .btn{ padding:10px 12px; }
}
@media (max-width:620px){
  .chip-label{ display:none; }
  .lang-toggle .chip{ width:44px; padding:10px 0; }
}

/* =========================
   Side rail
   ========================= */
.side-rail{
  position:fixed;
  right:20px;
  top:96px;
  width:280px;
  display:grid;
  gap:12px;
  z-index:90;
  max-height: calc(100vh - 140px);
  overflow:auto;
}

.rail-card{
  border:1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius:22px;
  padding:14px;
  box-shadow: var(--shadow2);
}

.rail-pill{
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid color-mix(in srgb, var(--accent) 35%, var(--stroke));
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  border-radius:999px;
  padding:8px 10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;
}
.rail-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--accent);
  box-shadow: 0 0 0 6px rgba(47,124,255,.12);
}
.rail-links{ margin-top:10px; display:grid; gap:8px; }

.rail-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  font-size:14px;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}
.rail-link:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.06);
  border-color: color-mix(in srgb, var(--accent) 22%, var(--stroke));
}
.rail-link::after{
  content:"";
  width:10px;height:10px;border-radius:999px;
  background: rgba(255,255,255,.18);
}
.rail-link.is-active{
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
}
.rail-link.is-active::after{
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(47,124,255,.12);
}

.rail-kpi{
  padding:10px 0;
  border-top:1px solid var(--stroke);
}
.rail-kpi:first-child{ border-top:none; padding-top:0; }
.rail-k{
  font-size:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.22px;
  font-weight:800;
}
.rail-v{
  margin-top:4px;
  font-size:14px;
  font-weight:800;
  letter-spacing:-0.01em;
}

/* Rail layout rules: no overlap */
@media (min-width:1181px){
  main{ padding-right:320px; }
}
@media (max-width:1180px){
  .side-rail{ display:none !important; }
  main{ padding-right:0; }
}

/* Optional: hide rail near footer (JS toggles html.rail-hide) */
html.rail-hide .side-rail{
  opacity:0;
  transform: translateY(12px);
  pointer-events:none;
}

/* =========================
   Sections
   ========================= */
.section{ padding:80px 0; }
.section-soft{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.section-head h1, .section-head h2{
  margin:0;
  font-size:34px;
  letter-spacing:-0.02em;
}
.section-head p{ margin:10px 0 0; max-width:720px; }

@media (max-width:760px){
  .section{ padding:56px 0; }
  .section-head h1, .section-head h2{ font-size:28px; }
}

/* =========================
   Hero
   ========================= */
.hero{ padding:70px 0 30px; }
/* allow absolute decorative elements inside hero */
.hero{ position:relative; }
.hero-grid{
  display:grid;
  grid-template-columns: 1fr 1.4fr;
  gap:36px;
  align-items:start;
}
.kicker{
  display:inline-block;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  font-size:12px;
  font-weight:800;
  color:var(--muted);
}
/* Accent for second half of kicker/werbespruch */
.kicker-accent{
  color: color-mix(in srgb, var(--accent) 90%, white);
  font-weight:800;
}
.hero-title{
  margin:14px 0 0;
  font-size:64px;
  letter-spacing:-0.03em;
  line-height:1.05;
  font-weight:800;
}
.hero-subtitle{
  margin:12px 0 0;
  font-size:16px;
  color:var(--muted);
  max-width:640px;
}

/* CTAs under the hero image */
.image-ctas{ margin-top:14px; margin-bottom:28px; display:flex; gap:12px; justify-content:center; }
.image-ctas .btn{ padding:10px 14px; }

/* About bullets */
.about-bullets{ margin:12px 0 0; padding-left:18px; color:var(--muted); }
.about-bullets li{ margin:8px 0; }

/* Accent for title second line */
.title-accent{ color: color-mix(in srgb, var(--accent) 90%, white); font-weight:900; }
.hero-ctas{ margin-top:18px; display:flex; gap:12px; flex-wrap:wrap; }

.hero-strip{
  margin-top:48px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}

/* Layout inside hero copy: reserve space to the right of the headline for an image */
.hero-copy-inner{
  display:grid;
  grid-template-columns: 1fr 620px;
  gap:22px;
  align-items:start;
}

/* Inline media split used inside hero-copy: image left, text right */
.media-split{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; align-items:center; }
.media-left{ display:flex; flex-direction:column; align-items:center; justify-content:center; }
.media-left img{ display:block; width:100%; max-width:560px; height:auto; object-fit:contain; border-radius:0; border:none; box-shadow:none; }
.media-right h3{ margin:0 0 8px; font-size:22px; font-weight:800; }
.media-right p{ margin:0; color:var(--muted); font-size:18px; font-weight:600; line-height:1.4; }

/* Decorative, large device image positioned over the hero (like screenshot) */
.hero-decor{
  position:absolute;
  right:6%;
  top:12%;
  width:760px;
  max-width:56vw;
  transform: rotate(-12deg);
  pointer-events:none;
  z-index:1;
  opacity:1;
}

/* keep hero copy above the decorative image */
.hero-copy{ position:relative; z-index:2; }

/* hide inline media on large screens because we show the large hero-decor instead */
.media-left img{ display:none; }

/* Override: ensure image and CTAs inside the hero media column show and stack vertically */
.hero .media-left img{ display:block !important; }
.hero .media-left{ flex-direction:column !important; }

/* Remove box around the main hero image: make it sticker-like */
.hero .media-left,
.hero .media-left img,
#hero-shot{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

/* hide the structured panel on large screens to match the screenshot layout */
.hero-visual{ display:none; }
.hero-side-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
  border:1px solid var(--stroke);
  box-shadow: var(--shadow2);
}
@media (max-width:980px){
  .hero-copy-inner{ grid-template-columns: 1fr; gap:12px; }
  .hero-side-image{ order:2; }
  .media-left img{ display:block; }
}

/* Side image selector */
.hero-side-image{ display:flex; flex-direction:column; gap:10px; }
.hero-side-image .side-main{ background: transparent; padding:0; border-radius:0; display:flex; align-items:center; justify-content:center; border:none; box-shadow:none; }
.hero-side-image #side-main-img{ width:340px; height:auto; object-fit:contain; display:block; border-radius:0; border:none; box-shadow:none; }
.hero-side-image .side-thumbs{ display:flex; gap:8px; justify-content:center; }
.side-thumb{ background:transparent; border:1px solid var(--stroke); padding:4px; border-radius:8px; cursor:pointer; }
.side-thumb img{ width:56px; height:98px; object-fit:cover; display:block; border-radius:6px; }
.side-thumb.active{ border-color: color-mix(in srgb, var(--accent) 55%, transparent); box-shadow: 0 6px 18px rgba(0,0,0,.25); }

@media (max-width:760px){
  .hero-side-image #side-main-img{ width:100%; max-width:340px; }

  /* Make the hero visual panel sit flush when empty / remove frame for visual cohesion */
  .hero-visual .panel{ background: var(--panel); border:1px solid var(--stroke); box-shadow: var(--shadow); height: min(760px, 75vh); border-radius:22px; overflow:hidden; }
  .hero-visual .panel .panel-body{ padding:0; height:100%; }

  /* Split layout inside the panel: image left, text right */
  .panel-split{ display:grid; grid-template-columns: 1fr 1fr; gap:22px; align-items:center; height:100%; }
  .panel-left{ display:flex; align-items:center; justify-content:center; padding:18px; }
  .panel-left{ background:transparent; }
  .panel-left img{ width:100%; height:100%; max-width:680px; object-fit:contain; border-radius:0; border:none; box-shadow:none; }
  .panel-right h3{ font-size:22px; margin-bottom:10px; font-weight:800; }
  .panel-right p{ margin:0; color:var(--muted); line-height:1.5; font-size:18px; font-weight:600; }
  .panel-right{ padding:28px; }
  .panel-right h3{ margin:0 0 8px; font-size:20px; }
  .panel-right p{ margin:0; color:var(--muted); line-height:1.5; }
  .side-thumb img{ width:44px; height:78px; }
}
.strip-item{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius:18px;
  padding:12px 14px;
}
.strip-k{
  font-size:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.22px;
  font-weight:800;
}
.strip-v{
  margin-top:4px;
  font-size:14px;
  font-weight:800;
}

.panel{
  border:1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-radius:28px;
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.panel::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 320px at 20% 0%, rgba(47,124,255,.26), transparent 60%);
  opacity:.9;
  pointer-events:none;
}
.panel-head{ padding:14px 16px; border-bottom:1px solid var(--stroke); }
.panel-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;
  border:1px solid color-mix(in srgb, var(--accent) 35%, var(--stroke));
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  padding:8px 10px;
  border-radius:999px;
}
.panel-dot{
  width:8px;height:8px;border-radius:999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(47,124,255,.12);
}
.panel-body{ padding:14px; display:flex; align-items:center; justify-content:center; height:100%; }
.panel-body img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:18px;
  border:1px solid var(--stroke);
  box-shadow: var(--shadow2);
}

/* Make hero visual panel taller on large screens to accommodate bigger screenshots */
.hero-visual .panel{ height: min(560px, 62vh); }

.panel-foot{ padding:0 16px 16px; font-size:12px; color:var(--muted); }

@media (max-width:980px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-title{ font-size:52px; }
  .hero-copy-inner{ grid-template-columns: 1fr; }
  .panel-split{ grid-template-columns: 1fr; }
  .panel-right{ padding:18px; }
  .panel-left img{ max-width:520px; }
  .hero-decor{ display:none; }
  .hero-visual{ display:block; }
}
@media (max-width:760px){
  .hero-title{ font-size:36px; }
  .hero-strip{ grid-template-columns:1fr; }
  .hero-visual .panel{ height: auto; }
  .hero-side-image #side-main-img{ width:100%; max-width:320px; }
  .hero-copy-inner{ gap:12px; }
}

/* Gallery removed: single static images used instead */

/* =========================
   Cards / Split
   ========================= */
.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top:22px;
}
.card{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius:22px;
  padding:16px;
  box-shadow: var(--shadow2);
}
.card h3{ margin:0; font-size:16px; letter-spacing:-0.01em; }
.card p{ margin:8px 0 0; color:var(--muted); font-size:14px; }

.card.pad{ padding:18px; }

@media (max-width:980px){
  .cards{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:760px){
  .cards{ grid-template-columns:1fr; }
}

.split{
  display:grid;
  grid-template-columns: 1fr .9fr;
  gap:18px;
  margin-top:26px;
  align-items:stretch;
}
@media (max-width:980px){
  .split{ grid-template-columns:1fr; }
}

.bullets{ margin:14px 0 0; padding-left:18px; color:var(--muted); }
.bullets li{ margin:8px 0; }

.shot{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius:26px;
  padding:14px;
  box-shadow: var(--shadow2);
}
.shot img{ border-radius:18px; border:1px solid var(--stroke); }
.shot-caption{ margin-top:10px; font-size:12px; color:var(--muted); }

/* Ensure the visual in the split sits on the right and is aligned */
.split-visual{ display:flex; align-items:stretch; justify-content:flex-end; }
.split-visual .shot{ background:transparent; border:none; box-shadow:none; padding:0; }
.split-visual .shot img{ max-width:480px; width:auto; height:100%; object-fit:cover; border-radius:0; }

/* Make the left text column stretch to the visual height and align content */
.split-copy{ display:flex; flex-direction:column; justify-content:flex-start; }
.split-copy > *{ max-width:100%; }

/* =========================
   Pricing
   ========================= */
.pricing-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  margin-top:22px;
}
@media (max-width:760px){
  .pricing-grid{ grid-template-columns:1fr; }
}

.price-card{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius:26px;
  padding:18px;
  box-shadow: var(--shadow2);
}
.price-card.is-highlight{
  border-color: color-mix(in srgb, var(--accent) 35%, var(--stroke));
  background:
    radial-gradient(700px 300px at 10% 0%, rgba(47,124,255,.20), transparent 55%),
    rgba(255,255,255,.03);
}
.price-top h3{ margin:0; font-size:18px; }

.badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid color-mix(in srgb, var(--accent) 45%, var(--stroke));
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  font-size:12px;
  font-weight:900;
  margin-bottom:10px;
}

.checklist{ margin:12px 0 0; padding-left:18px; color:var(--muted); }
.checklist li{ margin:8px 0; }

/* Compare table */
.table-wrap{
  margin-top:16px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.02);
  border-radius:28px;
  overflow:hidden;
  box-shadow: var(--shadow2);
}
.compare{
  width:100%;
  border-collapse:collapse;
}
.compare th, .compare td{
  text-align:left;
  padding:18px;
  border-top:1px solid rgba(255,255,255,.08);
}
.compare thead th{
  font-size:14px;
  color:var(--muted);
  border-top:none;
}
.compare tbody th{ font-weight:800; }
.compare td{ font-weight:700; }

@media (max-width:760px){
  .compare th, .compare td{ padding:14px; }
}

/* =========================
   Philosophy
   ========================= */
.philosophy{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:start;
}
@media (max-width:980px){
  .philosophy{ grid-template-columns:1fr; }
}

.mini-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width:980px){
  .mini-grid{ grid-template-columns:1fr; }
}

.mini{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius:22px;
  padding:14px;
  box-shadow: var(--shadow2);
}
.mini h3{ margin:0; font-size:14px; }
.mini p{ margin:8px 0 0; color:var(--muted); font-size:13px; }

.bottom-cta{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

/* =========================
   Pages / FAQ / Legal
   ========================= */
.page{ padding-top:10px; }
.note{ margin-top:12px; }

.faq{
  border:1px solid var(--stroke);
  border-radius:18px;
  padding:12px 14px;
  background: rgba(255,255,255,.03);
  margin-top:10px;
}
.faq summary{ cursor:pointer; font-weight:800; }
.faq p{ margin:8px 0 0; }

.legal-card{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  border-radius:26px;
  padding:18px;
  box-shadow: var(--shadow2);
}
.legal h2{ margin:18px 0 8px; font-size:16px; }
.legal h2:first-of-type{ margin-top:0; }
.legal p, .legal li{ color:var(--muted); }
.legal a{ color: color-mix(in srgb, var(--accent) 90%, white); }

/* =========================
   Footer
   ========================= */
.site-footer{
  border-top: none;
  background: transparent;
  padding:24px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap:16px;
  align-items:start;
}
.footer-brand{
  display:flex;
  gap:12px;
  align-items:center;
}
.footer-logo{ width:34px; height:34px; border-radius:10px; }

/* Make footer inner grid look like the header floating bar */
.footer-grid{
  margin:14px 24px;
  padding:12px 18px;
  max-width: calc(var(--max) - 48px);
  border-radius:22px;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter: blur(18px);
  border:1px solid var(--stroke);
  box-shadow: var(--shadow2);
}

.site-footer{ padding:18px 0; }
.footer-name{ font-weight:900; }
.footer-muted{ color:var(--muted); font-size:13px; margin-top:2px; }

.footer-links{
  display:grid;
  gap:10px;
  color:var(--muted);
}
.footer-links a:hover{ color:var(--text); }

.footer-actions{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  flex-wrap:nowrap;
  white-space:nowrap;
}

.copyright{ color:var(--muted); }

@media (max-width:980px){
  .footer-grid{ grid-template-columns:1fr; }
  .footer-actions{
    justify-content:flex-start;
    flex-wrap:wrap;
    white-space:normal;
  }
}