/* =========================================================================
   CoreAgentics — Landingpage
   Aesthetik: Mittelstand-seriös, kühl. Navy-System, viel Weißraum,
   präzise Typografie. Dezente Bewegung statt Effekt-Feuerwerk.
   ========================================================================= */

:root {
  /* Farben */
  --navy-900: #0d1f33;
  --navy-800: #122843;
  --navy-700: #16314f;
  --navy-600: #1e3a5f;   /* Primär-Akzent */
  --navy-500: #2b4f7e;
  --blue-500: #2d6cdf;   /* scharfer Akzent: Links, CTA-Hover */
  --blue-400: #4f86ef;

  --ink: #0f1b2d;        /* Fließtext fast-schwarz */
  --ink-soft: #3c4a5c;
  --muted: #66748a;
  --line: #e4e8ee;
  --line-soft: #eef1f5;

  --bg: #ffffff;
  --bg-alt: #f4f6f8;
  --bg-tint: #eef3fa;

  --white: #ffffff;

  /* Typo */
  --font-display: "Schibsted Grotesk", -apple-system, "Segoe UI", sans-serif;
  --font-body: "Hanken Grotesk", -apple-system, "Segoe UI", sans-serif;

  /* Maße */
  --maxw: 1180px;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(15, 27, 45, .06), 0 2px 8px rgba(15, 27, 45, .04);
  --shadow-md: 0 8px 30px rgba(15, 27, 45, .08);
  --shadow-lg: 0 24px 60px rgba(15, 27, 45, .12);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

::selection { background: var(--navy-600); color: #fff; }

/* ---------- Layout-Helfer ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding: 104px 0; }
.section--alt { background: var(--bg-alt); }
.section--navy { background: var(--navy-700); color: #dbe4f0; }

.eyebrow {
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-500);
  margin-bottom: 18px;
}
.section--navy .eyebrow { color: var(--blue-400); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; color: var(--navy-800); }
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }

.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(28px, 4vw, 42px); }
.section-head p { margin-top: 18px; font-size: 18px; color: var(--ink-soft); }
.section--navy .section-head p { color: #aebfd4; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display);
  font-weight: 600; font-size: 15px;
  padding: 13px 24px; border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease);
  white-space: nowrap;
}
.btn--primary { background: var(--navy-600); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--blue-500); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--navy-700); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy-600); color: var(--navy-700); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--navy-700); }
.btn--light:hover { background: var(--bg-tint); transform: translateY(-2px); }
.btn .arrow { transition: transform .2s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 1px 0 rgba(15,27,45,.02); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.nav .logo { height: 22px; width: auto; }
.nav .logo img { height: 100%; width: auto; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 15px; color: var(--ink-soft); font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--navy-700); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy-700); border-radius: 2px; transition: .25s var(--ease); }
.nav-toggle span + span { margin-top: 6px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: 96px 0 88px;
  background:
    radial-gradient(900px 500px at 78% -8%, var(--bg-tint), transparent 60%),
    linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(30,58,95,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(30,58,95,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(720px 420px at 80% 0%, #000, transparent 72%);
  mask-image: radial-gradient(720px 420px at 80% 0%, #000, transparent 72%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }

.badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line);
  padding: 7px 14px 7px 9px; border-radius: 999px;
  font-size: 13.5px; color: var(--ink-soft); font-weight: 500;
  box-shadow: var(--shadow-sm); margin-bottom: 26px;
}
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #2ec28b; box-shadow: 0 0 0 3px rgba(46,194,139,.18); }
.badge strong { color: var(--navy-700); font-weight: 700; }

.hero h1 { font-size: clamp(34px, 5.2vw, 56px); letter-spacing: -.03em; }
.hero h1 .accent { color: var(--blue-500); }
.hero p.lead { margin-top: 24px; font-size: 19px; color: var(--ink-soft); max-width: 33em; }
.hero-cta { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 20px; font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; }

/* Hero-Panel (rechts): "Vorgangs"-Karte */
.hero-panel {
  background: var(--navy-700); color: #cfdcec;
  border-radius: 20px; padding: 26px; box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.hero-panel::after {
  content: ""; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(79,134,239,.4), transparent 70%);
}
.panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; position: relative; }
.panel-head .ttl { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: #fff; letter-spacing: .02em; }
.panel-head .live { font-size: 11.5px; color: #8fe6c0; display: flex; align-items: center; gap: 6px; }
.panel-head .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2ec28b; }
.vorgang { display: flex; gap: 13px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.08); position: relative; }
.vorgang .ic { flex: none; width: 34px; height: 34px; border-radius: 9px; background: rgba(79,134,239,.16); display: grid; place-items: center; color: #9fc0ff; font-size: 16px; }
.vorgang .meta { flex: 1; }
.vorgang .meta b { color: #fff; font-weight: 600; font-size: 14.5px; font-family: var(--font-display); }
.vorgang .meta span { display: block; font-size: 13px; color: #93a6c0; margin-top: 1px; }
.vorgang .state { flex: none; align-self: center; font-size: 11.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px; font-family: var(--font-display); }
.state--done { background: rgba(46,194,139,.16); color: #6fdcae; }
.state--esc { background: rgba(255,184,77,.16); color: #ffce8a; }
.panel-foot { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; align-items: baseline; }
.panel-foot .amt { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: #fff; }
.panel-foot .lbl { font-size: 12.5px; color: #93a6c0; }

/* ---------- Stat-Leiste ---------- */
.stats { border-top: 1px solid var(--line); }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 44px; }
.stat { text-align: left; }
.stat .num { font-family: var(--font-display); font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; color: var(--navy-700); letter-spacing: -.02em; }
.stat .lbl { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* ---------- Logos / powered by ---------- */
.poweredby { padding: 40px 0; }
.poweredby .wrap { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; text-align: center; }
.poweredby p { font-size: 14px; color: var(--muted); letter-spacing: .01em; }
.poweredby .sys { display: flex; gap: 10px 22px; flex-wrap: wrap; justify-content: center; }
.poweredby .sys span { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink-soft); opacity: .8; }

/* ---------- Problem ---------- */
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.problem-list { display: grid; gap: 18px; }
.problem-item { display: flex; gap: 16px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.problem-item .n { font-family: var(--font-display); font-weight: 700; color: var(--blue-500); font-size: 15px; flex: none; }
.problem-item p { font-size: 15.5px; color: var(--ink-soft); }
.problem-item b { color: var(--navy-700); }

/* ---------- Agenten-Karten ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--navy-600), var(--blue-500));
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: #d7deea; }
.card:hover::before { transform: scaleX(1); }
.card .icon { width: 50px; height: 50px; border-radius: 12px; background: var(--bg-tint); color: var(--navy-600); display: grid; place-items: center; margin-bottom: 22px; }
.card .icon svg { width: 24px; height: 24px; }
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card .flow { font-family: var(--font-display); font-size: 13px; color: var(--blue-500); font-weight: 600; margin-bottom: 14px; letter-spacing: .01em; }
.card p { font-size: 15px; color: var(--ink-soft); }
.card .tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.card .tags span { font-size: 12px; font-weight: 600; color: var(--muted); background: var(--bg-alt); border: 1px solid var(--line-soft); padding: 4px 10px; border-radius: 999px; font-family: var(--font-display); }

/* ---------- Ablauf / Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 30px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step .num { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; background: var(--navy-600); width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 20px; }
.step h3 { font-size: 18px; margin-bottom: 9px; }
.step p { font-size: 15px; color: var(--ink-soft); }
.step .price-tag { display: inline-block; margin-top: 16px; font-family: var(--font-display); font-size: 13px; font-weight: 600; color: var(--navy-700); background: var(--bg-tint); padding: 5px 12px; border-radius: 8px; }

/* ---------- Preise ---------- */
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 36px 34px; box-shadow: var(--shadow-sm); }
.price-card.feature { background: var(--navy-700); color: #cfdcec; border-color: var(--navy-700); }
.price-card .ph { font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--blue-500); }
.price-card.feature .ph { color: var(--blue-400); }
.price-card h3 { font-size: 24px; margin: 12px 0 6px; }
.price-card .amount { font-family: var(--font-display); font-size: 40px; font-weight: 700; color: var(--navy-800); letter-spacing: -.02em; }
.price-card.feature .amount { color: #fff; }
.price-card .amount small { font-size: 16px; font-weight: 500; color: var(--muted); }
.price-card.feature .amount small { color: #93a6c0; }
.price-card .desc { font-size: 15px; color: var(--ink-soft); margin: 14px 0 22px; }
.price-card.feature .desc { color: #aebfd4; }

.tier-table { width: 100%; border-collapse: collapse; margin-top: 6px; }
.tier-table th, .tier-table td { text-align: left; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14.5px; vertical-align: top; }
.tier-table th { font-family: var(--font-display); font-weight: 600; color: #fff; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.tier-table .tier-name { font-family: var(--font-display); font-weight: 600; color: #fff; }
.tier-table .tier-desc { color: #93a6c0; font-size: 13px; display: block; margin-top: 2px; }
.tier-table .tier-price { font-family: var(--font-display); font-weight: 700; color: #9fc0ff; white-space: nowrap; text-align: right; }
.price-note { font-size: 13px; color: var(--muted); margin-top: 22px; }
.price-card.feature .price-note { color: #7e91ab; }
.checklist { display: grid; gap: 12px; margin: 8px 0 26px; }
.checklist li { display: flex; gap: 11px; font-size: 15px; color: var(--ink-soft); }
.checklist li svg { flex: none; width: 19px; height: 19px; color: #2ec28b; margin-top: 3px; }

/* ---------- Compliance / Technik ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 44px; }
.trust-item { padding: 26px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.03); }
.trust-item .icon { color: var(--blue-400); margin-bottom: 16px; }
.trust-item .icon svg { width: 26px; height: 26px; }
.trust-item h3 { font-size: 17px; margin-bottom: 7px; }
.trust-item p { font-size: 14.5px; color: #aebfd4; }
.integrations { border-top: 1px solid rgba(255,255,255,.1); padding-top: 36px; }
.integrations p.cap { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #7e91ab; font-family: var(--font-display); font-weight: 600; margin-bottom: 20px; }
.integration-row { display: flex; flex-wrap: wrap; gap: 12px; }
.integration-row span { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: #cfdcec; padding: 9px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.03); }

/* ---------- Testimonial ---------- */
.quote { max-width: 820px; margin-inline: auto; text-align: center; }
.quote .mark { font-family: var(--font-display); font-size: 64px; line-height: 1; color: var(--blue-400); opacity: .35; }
.quote blockquote { font-family: var(--font-display); font-size: clamp(22px, 3vw, 30px); font-weight: 600; line-height: 1.34; color: var(--navy-800); letter-spacing: -.01em; margin-top: -12px; }
.quote .by { margin-top: 26px; font-size: 15px; color: var(--muted); }
.quote .by b { color: var(--navy-700); font-weight: 700; }

/* ---------- Kontakt / Formular ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.contact-info h2 { font-size: clamp(28px, 4vw, 40px); }
.contact-info p { margin-top: 18px; font-size: 17px; color: var(--ink-soft); }
.contact-points { margin-top: 30px; display: grid; gap: 18px; }
.contact-points li { display: flex; gap: 13px; font-size: 15.5px; color: var(--ink-soft); align-items: flex-start; }
.contact-points svg { flex: none; width: 21px; height: 21px; color: var(--blue-500); margin-top: 2px; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 34px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--font-display); font-size: 13.5px; font-weight: 600; color: var(--navy-700); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 15px; color: var(--ink);
  padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fcfdfe; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(45,108,223,.12); background: #fff;
}
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-consent { font-size: 12.5px; color: var(--muted); margin-top: 14px; line-height: 1.5; }
.form-consent a { color: var(--blue-500); text-decoration: underline; }
.form-success {
  display: none; text-align: center; padding: 20px 0;
}
.form-success.show { display: block; animation: fadeUp .5s var(--ease) both; }
.form-success .ic { width: 56px; height: 56px; border-radius: 50%; background: rgba(46,194,139,.14); color: #1fa874; display: grid; place-items: center; margin: 0 auto 18px; }
.form-success h3 { font-size: 21px; margin-bottom: 8px; }
.form-success p { color: var(--ink-soft); font-size: 15.5px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #8fa1bb; padding: 64px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand .logo { height: 22px; margin-bottom: 18px; }
.footer-brand .logo img { height: 100%; width: auto; filter: brightness(0) invert(1); }
.footer-brand p { font-size: 14.5px; max-width: 30ch; color: #8fa1bb; }
.footer-col h4 { font-family: var(--font-display); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #cfdcec; margin-bottom: 16px; font-weight: 600; }
.footer-col a { display: block; font-size: 14.5px; color: #8fa1bb; padding: 5px 0; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; flex-wrap: wrap; gap: 12px; font-size: 13.5px; }
.footer-bottom .eu { display: inline-flex; align-items: center; gap: 8px; }
.footer-bottom .eu .stars { color: var(--blue-400); }

/* ---------- Legal-Seiten ---------- */
.legal { padding: 72px 0 96px; }
.legal .wrap { max-width: 820px; }
.legal h1 { font-size: clamp(30px, 5vw, 44px); margin-bottom: 12px; }
.legal .updated { color: var(--muted); font-size: 14px; margin-bottom: 44px; }
.legal h2 { font-size: 22px; margin: 40px 0 14px; color: var(--navy-700); }
.legal h3 { font-size: 17px; margin: 26px 0 8px; color: var(--navy-700); }
.legal p, .legal li { color: var(--ink-soft); font-size: 16px; margin-bottom: 12px; }
.legal ul { list-style: disc; padding-left: 22px; }
.legal a { color: var(--blue-500); text-decoration: underline; }
.legal .ph { background: #fff3d6; color: #8a6a14; padding: 1px 7px; border-radius: 5px; font-weight: 600; font-size: 14px; }
.legal .back { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--blue-500); margin-bottom: 36px; }

/* ---------- Reveal-Animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hero .badge, .hero h1, .hero .lead, .hero-cta, .hero-note { animation: fadeUp .8s var(--ease) both; }
.hero h1 { animation-delay: .08s; }
.hero .lead { animation-delay: .16s; }
.hero-cta { animation-delay: .24s; }
.hero-note { animation-delay: .32s; }
.hero-panel { animation: fadeUp 1s var(--ease) .2s both; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .problem-grid, .pricing-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-panel { max-width: 460px; }
  .cards, .steps, .trust-grid { grid-template-columns: 1fr 1fr; }
  .stats .wrap { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .nav-links { position: fixed; inset: 74px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 8px 24px 20px; box-shadow: var(--shadow-md); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .25s var(--ease); }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
  .nav-actions .btn--ghost { display: none; }
  .nav-toggle { display: block; }
  .cards, .steps, .trust-grid, .field-row { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .stats .wrap { grid-template-columns: 1fr 1fr; }
  body { font-size: 16px; }
}
