/*
Theme Name: PrimoCheck
Theme URI: https://primocheck.de
Author: PrimoCheck / Service Junkies S.R.L.
Description: Marketing-Theme für PrimoCheck — Sicher geprüft. Navy/Gold Design System, Liquid-Glass Buttons, vollständige Single-Page-Landingpage mit Pre-Check Formular.
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: PrimoCheck
*/

/* =========================================================================
   PrimoCheck Design System — Tokens
   colors_and_type.css

   Load order:
     1. <link rel="preconnect" href="https://fonts.googleapis.com">
     2. <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
     3. <link rel="stylesheet" href="colors_and_type.css">

   Companion: README.md > Visual Foundations
   ========================================================================= */

:root {
  /* -----------------------------------------------------------------------
     COLOR — primitives
     ----------------------------------------------------------------------- */

  /* Lime — the brand accent. Use one surface per viewport. */
  --lime-50:  #F6FFE0;
  --lime-100: #ECFFC0;
  --lime-200: #DCFF92;
  --lime-300: #CFFC68;
  --lime-400: #D2FB54;
  --lime-500: #C5FB45;   /* canonical accent */
  --lime-600: #A6E223;
  --lime-700: #84B81C;
  --lime-800: #5E8313;
  --lime-900: #3D5A0A;

  /* Forest — deep dark green for surfaces, lockups, photo overlays */
  --forest-50:  #EAF1ED;
  --forest-100: #C8D8CD;
  --forest-200: #9DB9A5;
  --forest-300: #6E9379;
  --forest-400: #406B4F;
  --forest-500: #2A553C;
  --forest-600: #1F3F2C;
  --forest-700: #1E3A2E;   /* logo lockup background */
  --forest-800: #142319;
  --forest-900: #0E1A14;   /* primary dark canvas */

  /* Warm neutrals — paper / ink (NOT blue-grey; warm) */
  --paper-50:  #F6F4EF;    /* primary light surface */
  --paper-100: #EFEBE2;
  --paper-200: #E2DCCE;
  --paper-300: #CFC6B2;
  --paper-400: #A89C82;
  --paper-500: #7A6F58;

  --ink-900: #0A0A0A;      /* body text on light */
  --ink-800: #1A1A1A;
  --ink-700: #2C2C2A;
  --ink-600: #4A4A45;
  --ink-500: #6E6E68;
  --ink-400: #9A9A92;
  --ink-300: #C7C7BF;
  --ink-200: #E6E5DE;
  --ink-100: #F2F1EB;

  /* Semantic — kept desaturated so lime stays the loud channel */
  --success: #4FA86D;
  --warning: #E6A23C;
  --danger:  #D14545;
  --info:    #4A7DC9;

  /* -----------------------------------------------------------------------
     COLOR — semantic / role-based
     ----------------------------------------------------------------------- */

  /* Surfaces */
  --surface-bg:        var(--paper-50);
  --surface-bg-alt:    #FFFFFF;
  --surface-bg-dark:   var(--forest-900);
  --surface-bg-deep:   var(--forest-700);
  --surface-card:      #FFFFFF;
  --surface-card-dark: var(--forest-800);

  /* Foregrounds */
  --fg-1: var(--ink-900);          /* primary text on light */
  --fg-2: var(--ink-600);          /* secondary text on light */
  --fg-3: var(--ink-500);          /* tertiary / captions */
  --fg-disabled: var(--ink-400);

  --fg-on-dark-1: var(--paper-50); /* primary text on dark */
  --fg-on-dark-2: rgba(246, 244, 239, 0.72);
  --fg-on-dark-3: rgba(246, 244, 239, 0.54);

  /* Borders */
  --border-subtle:    rgba(10, 10, 10, 0.08);
  --border-strong:    rgba(10, 10, 10, 0.18);
  --border-on-dark:   rgba(246, 244, 239, 0.12);
  --border-on-dark-strong: rgba(246, 244, 239, 0.24);

  /* Accent roles */
  --accent:           var(--lime-500);
  --accent-hover:     var(--lime-400);
  --accent-press:     var(--lime-600);
  --accent-fg:        var(--ink-900);   /* text/icon on lime */

  /* Focus */
  --focus-ring:       var(--lime-500);
  --focus-ring-offset: 2px;
  --focus-ring-width:  2px;

  /* -----------------------------------------------------------------------
     TYPOGRAPHY
     ----------------------------------------------------------------------- */

  --font-display: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body:    "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono:    ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;

  /* Type scale — clamp() so it works across artifact sizes */
  --fs-display-1: clamp(56px, 7.2vw, 120px);
  --fs-display-2: clamp(44px, 5.6vw, 88px);
  --fs-h1:        clamp(36px, 4.4vw, 64px);
  --fs-h2:        clamp(28px, 3.2vw, 44px);
  --fs-h3:        clamp(22px, 2.2vw, 32px);
  --fs-h4:        20px;
  --fs-body-lg:   18px;
  --fs-body:      16px;
  --fs-body-sm:   14px;
  --fs-caption:   13px;
  --fs-micro:     11px;     /* ALL CAPS labels */

  --lh-tight:   1.05;
  --lh-snug:    1.2;
  --lh-normal:  1.5;
  --lh-loose:   1.7;

  --tracking-tight: -0.02em;
  --tracking-normal: 0em;
  --tracking-wide:   0.02em;
  --tracking-caps:   0.12em;

  --weight-regular: 400;
  --weight-medium:  500;
  --weight-semibold: 600;
  --weight-bold:    700;
  --weight-black:   800;

  /* -----------------------------------------------------------------------
     SPACING — 4pt grid
     ----------------------------------------------------------------------- */
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  --gutter-mobile:  32px;
  --gutter-desktop: 80px;

  /* -----------------------------------------------------------------------
     RADII
     ----------------------------------------------------------------------- */
  --radius-xs:   4px;
  --radius-sm:   8px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  32px;
  --radius-pill: 999px;
  --radius-circle: 50%;

  /* -----------------------------------------------------------------------
     SHADOW / ELEVATION — minimal
     ----------------------------------------------------------------------- */
  --shadow-none: 0 0 #0000;
  --shadow-card: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px -8px rgba(0,0,0,0.08);
  --shadow-pop:  0 2px 4px rgba(0,0,0,0.06), 0 16px 40px -12px rgba(0,0,0,0.18);
  --shadow-inset-hairline: inset 0 0 0 1px var(--border-subtle);

  /* -----------------------------------------------------------------------
     MOTION
     ----------------------------------------------------------------------- */
  --ease-out:   cubic-bezier(.2,.7,.2,1);
  --ease-in:    cubic-bezier(.55,.1,.85,.4);
  --ease-in-out: cubic-bezier(.65,.05,.35,1);
  --dur-press:  120ms;
  --dur-hover:  200ms;
  --dur-reveal: 400ms;
  --dur-hero:   800ms;

  /* -----------------------------------------------------------------------
     ICONS
     ----------------------------------------------------------------------- */
  --icon-sm: 16px;
  --icon-md: 24px;
  --icon-lg: 32px;
  --icon-xl: 48px;
  --icon-stroke: 1.75;

  /* -----------------------------------------------------------------------
     LAYOUT
     ----------------------------------------------------------------------- */
  --content-max: 1440px;
  --content-narrow: 920px;
  --nav-height: 80px;
}

/* =========================================================================
   SEMANTIC TYPOGRAPHY CLASSES
   ========================================================================= */

.type-display-1,
.type-display-2,
.type-h1,
.type-h2,
.type-h3,
.type-h4 {
  font-family: var(--font-display);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-tight);
  line-height: var(--lh-tight);
  color: var(--fg-1);
  text-wrap: balance;
  margin: 0;
}

.type-display-1 { font-size: var(--fs-display-1); font-weight: var(--weight-medium); }
.type-display-2 { font-size: var(--fs-display-2); font-weight: var(--weight-medium); }
.type-h1        { font-size: var(--fs-h1); }
.type-h2        { font-size: var(--fs-h2); line-height: var(--lh-snug); }
.type-h3        { font-size: var(--fs-h3); line-height: var(--lh-snug); }
.type-h4        { font-size: var(--fs-h4); line-height: var(--lh-snug); letter-spacing: var(--tracking-normal); }

.type-body-lg,
.type-body,
.type-body-sm,
.type-caption {
  font-family: var(--font-body);
  color: var(--fg-2);
  font-weight: var(--weight-regular);
  line-height: var(--lh-normal);
  letter-spacing: var(--tracking-normal);
  text-wrap: pretty;
  margin: 0;
}
.type-body-lg { font-size: var(--fs-body-lg); }
.type-body    { font-size: var(--fs-body); }
.type-body-sm { font-size: var(--fs-body-sm); }
.type-caption { font-size: var(--fs-caption); color: var(--fg-3); }

.type-micro {
  font-family: var(--font-body);
  font-size: var(--fs-micro);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--fg-2);
  margin: 0;
}

.type-mono {
  font-family: var(--font-mono);
  font-feature-settings: "tnum", "zero";
}

/* On-dark variants */
.on-dark .type-display-1,
.on-dark .type-display-2,
.on-dark .type-h1,
.on-dark .type-h2,
.on-dark .type-h3,
.on-dark .type-h4 { color: var(--fg-on-dark-1); }
.on-dark .type-body-lg,
.on-dark .type-body,
.on-dark .type-body-sm { color: var(--fg-on-dark-2); }
.on-dark .type-caption { color: var(--fg-on-dark-3); }
.on-dark .type-micro   { color: var(--fg-on-dark-2); }

/* =========================================================================
   BASELINE RESET (minimal — opt-in where used)
   ========================================================================= */

.pc-base {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-normal);
  color: var(--fg-1);
  background: var(--surface-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.pc-base *,
.pc-base *::before,
.pc-base *::after { box-sizing: border-box; }

/* =========================================================================
   FOCUS — global
   ========================================================================= */

.pc-base :focus { outline: none; }
.pc-base :focus-visible {
  outline: var(--focus-ring-width) solid var(--focus-ring);
  outline-offset: var(--focus-ring-offset);
  border-radius: var(--radius-xs);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* PrimoCheck — Webseite
   Brand kit: PrimoCheck Design System (lime + forest, Plus Jakarta Sans)
   Layout structure: airy centered hero w/ pill nav, mockup below (after Bankyz reference)
   ============================================================ */

html, body, #root { margin: 0; padding: 0; min-height: 100%; }

/* ============================================================
   BRAND PALETTE OVERRIDE — Navy / Gold / Off-White
   Re-points design tokens so the whole cascade follows.
   ============================================================ */
:root {
  /* Navy scale */
  --navy-deep: #0D1B35;
  --navy:      #14274E;
  --navy-mid:  #1C3464;

  /* Gold scale */
  --gold:      #C4922A;
  --gold-dark: #A67820;
  --gold-pale: #F5EDD8;

  /* Neutrals */
  --white:     #FFFFFF;
  --off-white: #F3F5F2;
  --line:      #E5E7EB;
  --gray:      #6B7280;
  --text-body: #374151;
  --near-black:#191919;

  /* Re-point existing tokens so the whole site updates */
  --forest-900: var(--navy-deep);
  --forest-800: var(--navy);
  --forest-700: var(--navy-mid);
  --forest-600: var(--navy-mid);

  --lime-500: var(--gold);
  --lime-400: var(--gold-dark);
  --lime-700: var(--gold-dark);

  --paper-50:  var(--off-white);
  --paper-100: var(--gold-pale);

  --ink-900: var(--near-black);
  --ink-800: var(--text-body);
  --ink-700: var(--text-body);
  --ink-600: var(--text-body);
  --ink-500: var(--gray);
  --ink-400: #9CA3AF;
  --ink-300: var(--line);
  --ink-200: var(--line);
}

body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* ============================================================
   STICKY PILL NAV
   ============================================================ */
.nav-wrap {
  position: fixed; top: 20px; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: center;
  padding: 0 24px;
  transition: top 240ms var(--ease-out);
}
.nav {
  width: 100%; max-width: 1240px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: 24px;
  padding: 10px 12px 10px 22px;
  background: rgba(246, 244, 239, 0.78);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(10, 10, 10, 0.06);
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
  transition: box-shadow 240ms var(--ease-out), background 240ms var(--ease-out);
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px -16px rgba(13, 27, 53, 0.18), 0 2px 6px rgba(13, 27, 53, 0.04);
}

.nav-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: 18px; letter-spacing: -0.015em; color: var(--ink-900); }
.nav-brand .mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--forest-700);
  display: inline-flex; align-items: center; justify-content: center;
}
.nav-brand .mark img { width: 22px; height: 22px; }
.brand-logo {
  height: 76px; width: 76px; display: block;
  background: transparent;
  object-fit: contain;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 700; font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #000000;
}
.footer-brand .brand-name { color: var(--white); }

.nav-center {
  display: flex; justify-content: center;
}
.nav-links {
  display: flex; gap: 2px;
  background: rgba(255,255,255,0.6);
  border-radius: 999px;
  padding: 4px;
  border: 1px solid rgba(10,10,10,0.04);
}
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--ink-700);
  padding: 8px 14px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
  transition: background 200ms var(--ease-out), color 200ms var(--ease-out);
}
.nav-links a:hover { background: rgba(13, 27, 53, 0.06); color: var(--ink-900); }
.nav-links a.active { background: var(--ink-900); color: var(--paper-50); }

.nav-actions { display: flex; align-items: center; gap: 6px; }
.nav-login {
  font-size: 14.5px; font-weight: 500; color: var(--ink-700);
  padding: 10px 16px; border-radius: 999px;
  transition: color 200ms var(--ease-out);
}
.nav-login:hover { color: var(--ink-900); }

/* ============================================================
   BUTTONS — Liquid Glass
   Translucent + backdrop-blur + top-edge highlight + soft shadow
   ============================================================ */

/* Primary — Gold liquid glass */
.btn-primary {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 12px 12px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.02) 38%, rgba(0, 0, 0, 0.08) 100%),
    rgba(196, 146, 42, 0.86);
  color: #FFFFFF;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 14.5px;
  letter-spacing: -0.005em;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 8px 22px -8px rgba(196, 146, 42, 0.50),
    0 2px 6px rgba(13, 27, 53, 0.08);
  transition: all 0.22s var(--ease-out);
  overflow: hidden;
}
.btn-primary::before {
  content: ""; position: absolute; inset: 1px 1px auto 1px; height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 9999px 9999px 50% 50% / 9999px 9999px 100% 100%;
  pointer-events: none;
}
.btn-primary .chip {
  position: relative; z-index: 2;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92); color: #C4922A;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.15);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 260ms var(--ease-out), color 260ms var(--ease-out);
}
.btn-primary > * { position: relative; z-index: 1; }
.btn-primary:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.04) 38%, rgba(0, 0, 0, 0.10) 100%),
    rgba(166, 120, 32, 0.92);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2),
    0 12px 28px -8px rgba(196, 146, 42, 0.65),
    0 4px 10px rgba(13, 27, 53, 0.12);
  transform: translateY(-1px);
}
.btn-primary:hover .chip { transform: rotate(45deg); color: #A67820; }
.btn-primary:active { transform: scale(0.97); }
.btn-primary.lg { padding: 14px 14px 14px 28px; font-size: 16px; }
.btn-primary.lg .chip { width: 36px; height: 36px; }

/* Ghost — white-tinted glass (for dark sections) */
.btn-ghost {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%),
    rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 14.5px;
  letter-spacing: -0.005em;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    0 6px 18px -8px rgba(0, 0, 0, 0.35);
  transition: all 0.22s var(--ease-out);
  overflow: hidden;
}
.btn-ghost:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.06) 100%),
    rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.btn-ghost:active { transform: scale(0.97); }
.btn-ghost.lg { padding: 14px 28px; font-size: 16px; }

/* Outline — clear glass (for light sections) */
.btn-outline {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.55) 100%),
    rgba(255, 255, 255, 0.45);
  color: #000000;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 14.5px;
  letter-spacing: -0.005em;
  border-radius: 9999px;
  border: 1px solid rgba(13, 27, 53, 0.12);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(13, 27, 53, 0.04),
    0 6px 18px -10px rgba(13, 27, 53, 0.15),
    0 1px 3px rgba(13, 27, 53, 0.05);
  transition: all 0.22s var(--ease-out);
  overflow: hidden;
}
.btn-outline:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.70) 100%),
    rgba(255, 255, 255, 0.55);
  border-color: rgba(13, 27, 53, 0.20);
  color: #000000;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(13, 27, 53, 0.06),
    0 10px 24px -10px rgba(13, 27, 53, 0.22),
    0 2px 6px rgba(13, 27, 53, 0.08);
}
.btn-outline:active { transform: scale(0.97); }
.btn-outline.lg { padding: 14px 28px; font-size: 16px; }

/* Nav CTA — Navy glass */
.btn-nav {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 24px;
  background: rgba(20, 39, 78, 0.86);
  color: #FFFFFF;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 14px;
  letter-spacing: -0.005em;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 6px 18px -8px rgba(13, 27, 53, 0.40);
  transition: all 0.22s var(--ease-out);
}
.btn-nav:hover { background: rgba(14, 27, 56, 0.92); border-color: rgba(255, 255, 255, 0.28); }
.btn-nav:active { transform: scale(0.97); }

/* Legacy alias — .btn-lime acts as gold liquid glass */
.btn-lime {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 12px 12px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.02) 38%, rgba(0, 0, 0, 0.08) 100%),
    rgba(196, 146, 42, 0.86);
  color: #FFFFFF;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 14.5px;
  letter-spacing: -0.005em;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 8px 22px -8px rgba(196, 146, 42, 0.50);
  transition: all 0.22s var(--ease-out);
  overflow: hidden;
}
.btn-lime .chip {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92); color: #C4922A;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: transform 260ms var(--ease-out), color 260ms var(--ease-out);
}
.btn-lime:hover { background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.04) 38%, rgba(0, 0, 0, 0.10) 100%),
    rgba(166, 120, 32, 0.92);
  transform: translateY(-1px);
}
.btn-lime:hover .chip { transform: rotate(45deg); color: #A67820; }
.btn-lime:active { transform: scale(0.97); }
.btn-lime.lg { padding: 14px 14px 14px 28px; font-size: 16px; }
.btn-lime.lg .chip { width: 36px; height: 36px; }

.nav-mobile-toggle { display: none; }
.mobile-drawer { display: none; }

/* ============================================================
   HERO — light, centered, w/ rolling-hill silhouettes
   ============================================================ */
.hero {
  position: relative;
  padding: 168px 32px 0;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% -20%, rgba(196, 146, 42, 0.14), transparent 60%),
    radial-gradient(ellipse 60% 50% at 50% 10%, rgba(255, 255, 255, 0.8), transparent 70%),
    linear-gradient(180deg, #FBF6E8 0%, #F3F5F2 55%, #F3F5F2 100%);
}
.hero-inner { position: relative; z-index: 3; max-width: 1100px; margin: 0 auto; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(10,10,10,0.06);
  border-radius: 999px;
  font-size: 13px; font-weight: 500; color: var(--ink-800);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lime-500);
  box-shadow: 0 0 0 4px rgba(196, 146, 42, 0.25);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(196, 146, 42, 0.25); }
  50% { box-shadow: 0 0 0 8px rgba(196, 146, 42, 0.10); }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 7.2vw, 112px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--ink-900);
  margin: 28px auto 0;
  max-width: 1100px;
  text-wrap: balance;
}
.hero h1 em {
  font-style: normal;
  position: relative;
  white-space: nowrap;
}
.hero h1 em::after {
  content: ""; position: absolute;
  left: -2%; right: -2%; bottom: 0.08em; height: 0.42em;
  background: linear-gradient(90deg, #C4922A 0%, #E6BF65 50%, #C4922A 100%);
  background-size: 200% 100%;
  z-index: -1;
  border-radius: 4px;
  transform: skewX(-6deg) scaleX(0);
  transform-origin: left center;
  animation:
    underline-sweep 0.7s cubic-bezier(.2,.7,.2,1) 1.2s forwards,
    underline-shimmer 3.6s ease-in-out 2.4s infinite;
}
@keyframes underline-sweep {
  from { transform: skewX(-6deg) scaleX(0); }
  to   { transform: skewX(-6deg) scaleX(1); }
}
@keyframes underline-shimmer {
  0%, 100% { background-position: 0% 0; }
  50%      { background-position: 100% 0; }
}
.hero h1 em > .hero-word {
  display: inline-block;
  animation:
    hero-fade-up 0.6s ease-out forwards,
    word-pop 0.5s cubic-bezier(.34,1.56,.64,1) 1.2s;
}
@keyframes word-pop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .hero h1 em::after { animation: none; transform: skewX(-6deg) scaleX(1); }
  .hero h1 em > .hero-word { animation: none; }
}
.hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--ink-600);
  max-width: 620px; margin: 28px auto 0;
  text-wrap: pretty;
}
.hero-actions {
  display: flex; justify-content: center; gap: 12px;
  margin: 36px 0 0;
  flex-wrap: wrap;
}
.hero-trust {
  display: flex; justify-content: center; align-items: center; gap: 14px;
  margin: 32px 0 0;
  font-size: 13px; color: var(--ink-500);
}
.hero-trust .stars { color: var(--forest-700); letter-spacing: 0.06em; font-weight: 700; }
.hero-trust .divider { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-300); }

/* Hills silhouette at bottom of hero */
.hero-hills {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 280px;
  z-index: 1; pointer-events: none;
}
.hero-hills svg { width: 100%; height: 100%; display: block; }
.hero-hills .hill { will-change: transform; transform-origin: center bottom; }
.hero-hills .hill-back  { animation: hill-sway-a 22s ease-in-out infinite alternate; }
.hero-hills .hill-mid   { animation: hill-sway-b 17s ease-in-out infinite alternate; }
.hero-hills .hill-front { animation: hill-sway-c 13s ease-in-out infinite alternate; }
@keyframes hill-sway-a {
  0%   { transform: translateX(-22px) translateY(0); }
  50%  { transform: translateX(0)     translateY(-3px); }
  100% { transform: translateX(22px)  translateY(0); }
}
@keyframes hill-sway-b {
  0%   { transform: translateX(18px)  translateY(0); }
  50%  { transform: translateX(-4px)  translateY(2px); }
  100% { transform: translateX(-18px) translateY(0); }
}
@keyframes hill-sway-c {
  0%   { transform: translateX(-30px) translateY(0); }
  50%  { transform: translateX(6px)   translateY(-2px); }
  100% { transform: translateX(30px)  translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-hills .hill { animation: none; }
}

/* Centered showcase mockup */
.hero-mockup-wrap {
  position: relative; z-index: 4;
  margin: 64px auto -120px;
  max-width: 760px;
  padding: 0 32px;
}
.mockup-seal img {
  width: 168px; height: 168px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.3));
}
.hero-mockup {
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid rgba(10,10,10,0.08);
  box-shadow:
    0 1px 2px rgba(13, 27, 53, 0.04),
    0 24px 56px -16px rgba(13, 27, 53, 0.18),
    0 60px 120px -40px rgba(13, 27, 53, 0.20);
  overflow: hidden;
  text-align: left;
}
.mockup-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  background: var(--paper-100);
  border-bottom: 1px solid rgba(10,10,10,0.06);
}
.mockup-bar .dots { display: flex; gap: 6px; }
.mockup-bar .dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(10,10,10,0.12); }
.mockup-bar .url {
  flex: 1; text-align: center;
  font-size: 12px; color: var(--ink-500);
  background: #FFFFFF;
  padding: 6px 14px; border-radius: 999px;
  border: 1px solid rgba(10,10,10,0.05);
}
.mockup-body {
  display: grid; grid-template-columns: 280px 1fr;
  gap: 0;
}
.mockup-seal {
  background: var(--forest-900);
  padding: 36px 24px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px;
  color: var(--paper-50);
}
.mockup-seal .label { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime-500); }
.mockup-seal .name { font-size: 14px; font-weight: 600; color: var(--paper-50); }

.mockup-info { padding: 26px 28px; }
.mockup-info .row { display: flex; justify-content: space-between; align-items: baseline; }
.mockup-info h4 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 600; letter-spacing: -0.02em;
  margin: 0; color: var(--ink-900);
}
.mockup-info .score {
  font-family: var(--font-display);
  font-size: 32px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--forest-700);
}
.mockup-info .score small { font-size: 14px; color: var(--ink-400); font-weight: 500; }
.mockup-info .sub { font-size: 13px; color: var(--ink-500); margin: 4px 0 18px; }
.mockup-cats { display: flex; flex-direction: column; gap: 10px; }
.mockup-cat { display: grid; grid-template-columns: 110px 1fr 36px; align-items: center; gap: 12px; font-size: 13px; }
.mockup-cat .name { color: var(--ink-700); font-weight: 500; }
.mockup-cat .bar { height: 6px; background: var(--paper-100); border-radius: 999px; overflow: hidden; }
.mockup-cat .bar i { display: block; height: 100%; background: var(--forest-700); border-radius: 999px; }
.mockup-cat:nth-child(1) .bar i { background: #14274E; }
.mockup-cat:nth-child(2) .bar i { background: #C4922A; }
.mockup-cat:nth-child(3) .bar i { background: #5C7A6A; }
.mockup-cat:nth-child(4) .bar i { background: #D9B470; }
.mockup-cat:nth-child(5) .bar i { background: #0D1B35; }
.mockup-cat .pts { text-align: right; color: var(--ink-500); font-weight: 600; font-variant-numeric: tabular-nums; }

/* ============================================================
   SECTIONS — shared
   ============================================================ */
.section {
  padding: 96px 32px;
  position: relative;
}
.section.alt { background: var(--off-white); }
.section.paper { background: var(--off-white); }
.section.dark { background: var(--navy-deep); color: var(--white); }
.section.deep { background: var(--navy); color: var(--white); }

.container { max-width: 1240px; margin: 0 auto; }
.container-narrow { max-width: 900px; margin: 0 auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-500);
}
.eyebrow::before {
  content: ""; width: 24px; height: 2px;
  background: var(--ink-700); display: inline-block;
}
.dark .eyebrow, .deep .eyebrow { color: var(--lime-500); }
.dark .eyebrow::before, .deep .eyebrow::before { background: var(--lime-500); }

.section-h {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 18px 0 0;
  max-width: 880px;
  text-wrap: balance;
}
.section-h em {
  font-style: normal;
  background: linear-gradient(180deg, transparent 64%, var(--lime-500) 64%, var(--lime-500) 92%, transparent 92%);
}
.section-sub {
  font-size: 17px; line-height: 1.55;
  color: var(--ink-600);
  max-width: 560px; margin: 20px 0 0;
}
.dark .section-sub, .deep .section-sub { color: rgba(246, 244, 239, 0.74); }

.section-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: end;
  margin-bottom: 64px;
}
.section-head.center { grid-template-columns: 1fr; text-align: center; margin-bottom: 64px; }
.section-head.center .section-h { margin-left: auto; margin-right: auto; }
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head.center .eyebrow::after {
  content: ""; width: 24px; height: 2px;
  background: var(--ink-700);
}
.dark .section-head.center .eyebrow::after { background: var(--lime-500); }

/* ============================================================
   VORTEILE — 3 card grid
   ============================================================ */
.vorteile-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 0;
}
.vcard {
  background: #FFFFFF;
  border: 1px solid rgba(10,10,10,0.06);
  border-radius: 24px;
  padding: 32px;
  display: flex; flex-direction: column; gap: 18px;
  transition: transform 280ms var(--ease-out), box-shadow 280ms var(--ease-out), border-color 280ms;
  position: relative; overflow: hidden;
}
.vcard:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-pop);
  border-color: rgba(10,10,10,0.10);
}
.vcard .num {
  font-family: var(--font-display); font-size: 13px;
  letter-spacing: 0.14em; font-weight: 700; text-transform: uppercase;
  color: var(--ink-400);
}
.vcard .icon-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--lime-500); color: var(--ink-900);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 280ms var(--ease-out);
}
.vcard:hover .icon-circle { transform: rotate(-6deg) scale(1.04); }
.vcard h3 {
  font-family: var(--font-display);
  font-size: 26px; font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.15;
  margin: 4px 0 0;
}
.vcard p {
  font-size: 15px; line-height: 1.55;
  color: var(--ink-600);
  margin: 0;
}
.vcard .accent-bar {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 6px;
  background: var(--lime-500);
  transform: scaleX(0.18); transform-origin: left center;
  transition: transform 360ms var(--ease-out);
}
.vcard:hover .accent-bar { transform: scaleX(1); }

/* ============================================================
   DAS SIEGEL — split with bento grid
   ============================================================ */
.siegel-row {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px;
  align-items: center;
}
.siegel-copy p {
  font-size: 16px; line-height: 1.65;
  color: var(--ink-600);
  margin: 0 0 18px;
}
.siegel-copy p strong { color: var(--ink-900); font-weight: 600; }

.bento {
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 16px;
  aspect-ratio: 1 / 0.95;
}
.bento-tile {
  border-radius: 24px;
  padding: 28px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.bento-tile.image { background: var(--forest-700); color: var(--paper-50); padding: 0; }
.bento-tile.image .placeholder {
  width: 100%; height: 100%;
  background:
    radial-gradient(ellipse 70% 60% at 30% 30%, rgba(196, 146, 42, 0.22), transparent 60%),
    linear-gradient(135deg, var(--forest-700) 0%, var(--forest-900) 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(246, 244, 239, 0.5);
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
}
.bento-tile.image.warm .placeholder {
  background:
    radial-gradient(ellipse 60% 60% at 50% 30%, rgba(180, 120, 60, 0.5), transparent 60%),
    linear-gradient(135deg, #2a1810 0%, #14110a 100%);
}
.bento-tile.navy { background: var(--forest-900); color: var(--paper-50); }
.bento-tile.lime { background: var(--lime-500); color: var(--ink-900); }
.bento-tile .label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.bento-tile.navy .label { color: var(--lime-500); }
.bento-tile h4 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.15;
  margin: 0;
}
.bento-tile .big-num {
  font-family: var(--font-display);
  font-size: 56px; font-weight: 700;
  letter-spacing: -0.03em; line-height: 1;
}
.bento-tile .seal-mini {
  align-self: flex-end;
  width: 56px; height: 56px;
}

/* ============================================================
   VERTRAUEN — dark section
   ============================================================ */
.vertrauen-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: 56px;
}
.fcard {
  background: var(--forest-800);
  border: 1px solid rgba(246, 244, 239, 0.08);
  border-radius: 24px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: background 240ms var(--ease-out), border-color 240ms;
}
.fcard:hover { background: var(--forest-700); border-color: rgba(196, 146, 42, 0.32); }
.fcard .icon-circle {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--lime-500); color: var(--ink-900);
  display: inline-flex; align-items: center; justify-content: center;
}
.fcard h3 {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 600;
  letter-spacing: -0.015em; line-height: 1.2;
  margin: 0; color: var(--paper-50);
}
.fcard p {
  font-size: 14px; line-height: 1.55;
  color: rgba(246, 244, 239, 0.7);
  margin: 0;
}

.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid rgba(246, 244, 239, 0.10);
}
.stat .num {
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--paper-50);
  display: flex; align-items: baseline; gap: 4px;
}
.stat .num .accent { color: var(--lime-500); }
.stat .label {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(246, 244, 239, 0.6);
  margin-top: 10px;
}

/* ============================================================
   UMSATZ — split copy + aside
   ============================================================ */
.umsatz-row {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 80px;
}
.umsatz-copy p {
  font-size: 16px; line-height: 1.65;
  color: var(--ink-600);
  margin: 0 0 20px;
}
.umsatz-aside {
  background: var(--forest-900);
  color: var(--paper-50);
  border-radius: 28px;
  padding: 40px 36px;
  position: relative; overflow: hidden;
}
.umsatz-aside::before {
  content: ""; position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(196, 146, 42, 0.14);
}
.umsatz-aside h3 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.2;
  color: var(--paper-50);
  margin: 0 0 24px;
  max-width: 280px;
  position: relative; z-index: 2;
}
.umsatz-aside .uglist {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
  position: relative; z-index: 2;
}
.umsatz-aside .uglist li {
  display: grid; grid-template-columns: 28px 1fr auto;
  align-items: center; gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(246, 244, 239, 0.10);
  font-size: 15px; font-weight: 500;
}
.umsatz-aside .uglist li:last-child { border-bottom: none; }
.umsatz-aside .uglist li .chk {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--lime-500); color: var(--ink-900);
  display: inline-flex; align-items: center; justify-content: center;
}
.umsatz-aside .uglist li .pts {
  font-family: var(--font-display);
  font-size: 16px; font-weight: 700;
  color: var(--lime-500);
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   PRE-CHECK FORM
   ============================================================ */
.precheck-row {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 64px; align-items: stretch;
}
.precheck-card {
  background: #FFFFFF;
  border: 1px solid rgba(10,10,10,0.06);
  border-radius: 28px;
  padding: 44px;
  box-shadow: var(--shadow-card);
}
.precheck-card h3 {
  font-family: var(--font-display);
  font-size: 34px; font-weight: 600;
  letter-spacing: -0.025em; line-height: 1.05;
  margin: 0 0 12px;
}
.precheck-card .lead {
  font-size: 15px; line-height: 1.55;
  color: var(--ink-600);
  margin: 0 0 24px;
}
.form-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-500);
}
.form-field input,
.form-field select,
.form-field textarea {
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid rgba(10,10,10,0.10);
  background: var(--paper-50);
  font-family: inherit; font-size: 15px;
  color: var(--ink-900);
  outline: none;
  transition: border-color 200ms, box-shadow 200ms, background 200ms;
}
.form-field textarea { min-height: 100px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--forest-700);
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(196, 146, 42, 0.22);
}
.form-field.error input,
.form-field.error select,
.form-field.error textarea {
  border-color: var(--danger);
}
.form-field .err-msg {
  font-size: 12px; color: var(--danger);
}
.form-actions { display: flex; align-items: center; gap: 16px; margin-top: 12px; flex-wrap: wrap; }
.form-note { font-size: 13px; color: var(--ink-500); margin-top: 16px; }
.form-note .dot { color: var(--lime-700); font-weight: 700; margin: 0 6px; }

.precheck-visual {
  display: flex; flex-direction: column; gap: 20px;
}
.precheck-photo {
  flex: 1;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 70% 50% at 60% 30%, rgba(196, 146, 42, 0.22), transparent 70%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 80%);
  position: relative; overflow: hidden;
  min-height: 280px;
  display: flex; align-items: flex-end;
  padding: 32px;
  color: var(--paper-50);
}
.precheck-photo .quote {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500;
  letter-spacing: -0.015em; line-height: 1.25;
  max-width: 320px;
}
.precheck-photo .quote-by { font-size: 13px; opacity: 0.7; margin-top: 12px; }
.precheck-seal-floating {
  position: absolute; top: 24px; right: 24px;
  width: 96px; height: 96px;
  transition: transform 600ms var(--ease-out);
}
.precheck-photo:hover .precheck-seal-floating { transform: rotate(12deg) scale(1.04); }

.precheck-mini-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.precheck-mini-stat {
  background: var(--paper-50);
  border: 1px solid rgba(10,10,10,0.06);
  border-radius: 16px;
  padding: 20px;
}
.precheck-mini-stat .v {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink-900);
}
.precheck-mini-stat .l {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-500);
  margin-top: 4px;
}

/* Success state for form */
.form-success {
  text-align: center; padding: 24px 0;
  animation: fadeUp 400ms var(--ease-out);
}
.form-success img { width: 96px; height: 96px; margin: 0 auto 16px; }
.form-success h3 {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
}
.form-success p { color: var(--ink-600); font-size: 15px; margin: 0; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   PREISE
   ============================================================ */
.pricing-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 4px;
  margin: 24px auto 0;
  white-space: nowrap;
}
.pricing-toggle button {
  padding: 8px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 6px;
  transition: background 200ms, color 200ms;
}
.pricing-toggle button.active { background: var(--gold); color: var(--white); }
.pricing-toggle .save {
  font-size: 10px; padding: 2px 6px; border-radius: 4px;
  background: var(--white); color: var(--navy);
  font-weight: 700;
}

.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 56px;
}
.price-card {
  border-radius: 28px;
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
  transition: transform 280ms var(--ease-out);
}
.price-card:hover { transform: translateY(-4px); }
.price-card.starter {
  background: var(--forest-800);
  border: 1px solid rgba(246, 244, 239, 0.10);
}
.price-card.pro {
  background: var(--lime-500);
  color: var(--ink-900);
  box-shadow: 0 24px 60px -20px rgba(196, 146, 42, 0.40);
  transform: translateY(-12px);
}
.price-card.pro:hover { transform: translateY(-16px); }
.price-card.enterprise {
  background: var(--forest-800);
  border: 1px solid rgba(246, 244, 239, 0.10);
}
.price-tier {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--lime-500);
}
.price-card.pro .price-tier { color: var(--forest-900); }
.price-name {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--paper-50);
}
.price-card.pro .price-name { color: var(--ink-900); }
.price-amount {
  font-family: var(--font-display);
  font-size: 64px; font-weight: 700;
  letter-spacing: -0.035em; line-height: 1;
  color: var(--paper-50);
  display: flex; align-items: baseline; gap: 4px;
}
.price-amount .currency { font-size: 28px; font-weight: 500; opacity: 0.8; }
.price-amount small {
  font-size: 13px; font-weight: 500;
  color: rgba(246, 244, 239, 0.6);
  margin-left: 4px;
}
.price-card.pro .price-amount { color: var(--ink-900); }
.price-card.pro .price-amount small { color: rgba(10,10,10,0.55); }
.price-desc {
  font-size: 14px; line-height: 1.5;
  color: rgba(246, 244, 239, 0.7);
}
.price-card.pro .price-desc { color: rgba(10,10,10,0.7); }
.price-list {
  list-style: none; padding: 0; margin: 8px 0 0;
  display: flex; flex-direction: column; gap: 12px;
  flex: 1;
}
.price-list li {
  display: grid; grid-template-columns: 20px 1fr;
  gap: 12px; align-items: flex-start;
  font-size: 14.5px; line-height: 1.4;
  color: rgba(246, 244, 239, 0.85);
}
.price-card.pro .price-list li { color: var(--ink-800); }
.price-list li svg { margin-top: 3px; color: var(--lime-500); }
.price-card.pro .price-list li svg { color: var(--forest-900); }
.price-action {
  margin-top: 16px;
  width: 100%;
}
.price-action.dark-on-lime {
  background: var(--forest-900); color: var(--paper-50);
}
.price-action.dark-on-lime .chip {
  background: var(--lime-500); color: var(--ink-900);
}
.price-action.lime-on-dark {
  background: var(--lime-500); color: var(--ink-900);
}
.price-badge {
  position: absolute; top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--forest-900); color: var(--lime-500);
  padding: 6px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px;
}
.price-card.pro .price-tier-divider {
  height: 1px; background: rgba(10,10,10,0.12); margin: 4px 0;
}
.price-card .price-tier-divider {
  height: 1px; background: rgba(246, 244, 239, 0.10); margin: 4px 0;
}

/* ============================================================
   ÜBER UNS
   ============================================================ */
.about-row {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px;
}
.about-copy p {
  font-size: 17px; line-height: 1.6;
  color: var(--ink-600);
  margin: 0 0 28px;
  max-width: 560px;
}
.about-values {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.value-card {
  background: #FFFFFF;
  border: 1px solid rgba(10,10,10,0.06);
  border-radius: 20px;
  padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.value-card .icon-circle {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--paper-100); color: var(--forest-700);
  display: inline-flex; align-items: center; justify-content: center;
}
.value-card h4 {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 600;
  letter-spacing: -0.01em; margin: 0;
}
.value-card p {
  font-size: 13.5px; line-height: 1.5;
  color: var(--ink-500);
  margin: 0;
}

.team-side { display: flex; flex-direction: column; gap: 20px; }
.team-photo {
  background:
    radial-gradient(ellipse 80% 60% at 30% 40%, rgba(196, 146, 42, 0.18), transparent 60%),
    radial-gradient(ellipse 60% 50% at 70% 80%, rgba(28, 52, 100, 0.6), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: 28px;
  min-height: 320px;
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
  padding: 28px;
}
.team-photo .badge {
  position: absolute; top: 24px; left: 24px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(13, 27, 53, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(246, 244, 239, 0.18);
  border-radius: 999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--lime-500);
}
.team-photo .quote {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500;
  letter-spacing: -0.015em; line-height: 1.25;
  color: var(--paper-50);
  max-width: 420px;
  text-wrap: balance;
}

.team-card {
  background: #FFFFFF;
  border: 1px solid rgba(10,10,10,0.06);
  border-radius: 24px;
  padding: 24px;
  display: flex; gap: 16px; align-items: center;
}
.team-member {
  display: flex; gap: 12px; align-items: center;
  flex: 1; min-width: 0;
}
.team-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--forest-700); color: var(--lime-500);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.team-member.b .team-avatar { background: var(--lime-500); color: var(--forest-900); }
.team-member .name { font-weight: 600; font-size: 15px; color: var(--ink-900); }
.team-member .role { font-size: 12px; color: var(--ink-500); letter-spacing: 0.04em; }
.team-divider { width: 1px; background: rgba(10,10,10,0.08); align-self: stretch; }

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta-strip {
  padding: 80px 32px;
  background: var(--forest-900);
  position: relative; overflow: hidden;
}
.cta-strip::before {
  content: ""; position: absolute; right: -120px; top: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 146, 42, 0.20) 0%, transparent 70%);
}
.cta-strip-inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr auto; align-items: center; gap: 48px;
  position: relative; z-index: 2;
}
.cta-strip h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.6vw, 52px);
  font-weight: 500;
  letter-spacing: -0.035em; line-height: 1.05;
  color: var(--paper-50);
  margin: 0 0 12px;
  max-width: 720px;
}
.cta-strip p {
  font-size: 17px; line-height: 1.5;
  color: rgba(246, 244, 239, 0.72);
  margin: 0;
  max-width: 540px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--forest-900);
  color: var(--paper-50);
  padding: 80px 32px 32px;
  border-top: 1px solid rgba(246, 244, 239, 0.08);
}
.footer-grid {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
}
.footer-brand .nav-brand {
  color: var(--paper-50);
  font-size: 22px; margin-bottom: 18px;
}
.footer-tagline {
  font-size: 15px; line-height: 1.55;
  color: rgba(246, 244, 239, 0.7);
  max-width: 320px;
}
.footer h5 {
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--lime-500);
  margin: 0 0 18px;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer ul a {
  font-size: 14px;
  color: rgba(246, 244, 239, 0.72);
  transition: color 200ms;
  cursor: pointer;
}
.footer ul a:hover { color: var(--lime-500); }
.footer-bottom {
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 244, 239, 0.1);
  font-size: 13px; color: rgba(246, 244, 239, 0.5);
  flex-wrap: wrap; gap: 16px;
}
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { transition: color 200ms; cursor: pointer; }
.footer-bottom-links a:hover { color: var(--lime-500); }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* Hero entrance choreography — vanilla CSS, triggers on page load */
.anim-fade-up,
.hero-word {
  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up 0.6s ease-out forwards;
}
.hero-word {
  display: inline-block;
  will-change: transform, opacity;
}
.anim-scale-in {
  opacity: 0;
  transform: scale(0.85);
  animation: hero-scale-in 0.8s ease-out forwards;
}
@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes hero-scale-in {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .anim-fade-up, .anim-scale-in, .hero-word {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 820px) {
  .nav-center { display: none; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-mobile-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,0.7); color: var(--ink-900);
    border: 1px solid rgba(10,10,10,0.06);
    margin-left: 4px;
    transition: background 200ms var(--ease-out);
  }
  .nav-mobile-toggle:hover { background: #FFFFFF; }

  .mobile-drawer {
    display: block;
    position: fixed; inset: 0; z-index: 60;
    background: rgba(13, 27, 53, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0; pointer-events: none;
    transition: opacity 240ms var(--ease-out);
  }
  .mobile-drawer.open { opacity: 1; pointer-events: auto; }
  .mobile-drawer-panel {
    position: absolute; top: 20px; left: 20px; right: 20px;
    background: var(--paper-50);
    border-radius: 24px;
    padding: 18px;
    box-shadow: var(--shadow-pop);
    transform: translateY(-12px);
    transition: transform 280ms var(--ease-out);
  }
  .mobile-drawer.open .mobile-drawer-panel { transform: translateY(0); }
  .mobile-drawer-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 4px 8px 16px;
    border-bottom: 1px solid rgba(10,10,10,0.06);
    margin-bottom: 12px;
  }
  .mobile-drawer .close {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--paper-100); color: var(--ink-900);
    display: inline-flex; align-items: center; justify-content: center;
  }
  .mobile-drawer nav { display: flex; flex-direction: column; }
  .mobile-drawer nav a {
    padding: 14px 12px;
    font-size: 17px; font-weight: 600;
    color: var(--ink-900);
    border-radius: 12px;
    transition: background 160ms var(--ease-out);
  }
  .mobile-drawer nav a:hover { background: var(--paper-100); }
  .mobile-drawer .drawer-actions {
    display: flex; flex-direction: column; gap: 10px;
    padding: 14px 4px 4px;
    border-top: 1px solid rgba(10,10,10,0.06);
    margin-top: 8px;
  }
  .mobile-drawer .drawer-actions .btn-primary { justify-content: space-between; }

  .vorteile-grid, .vertrauen-grid, .stats-row, .pricing-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .siegel-row, .umsatz-row, .precheck-row, .about-row { grid-template-columns: 1fr; gap: 40px; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .mockup-body { grid-template-columns: 1fr; }
  .mockup-seal { padding: 28px 24px; }
  .mockup-seal img { width: 128px; height: 128px; }
  .cta-strip-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .nav-login { display: none; }
  .hero { padding: 140px 20px 0; }
  .hero h1 { font-size: clamp(40px, 12vw, 64px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { justify-content: center; }
  .section { padding: 64px 20px; }
  .cta-strip { padding: 56px 20px; }
  .footer { padding: 56px 20px 24px; }
  .vorteile-grid, .vertrauen-grid, .pricing-grid, .stats-row,
  .form-grid, .bento, .precheck-mini-stats, .about-values, .footer-grid { grid-template-columns: 1fr; }
  .price-card.pro { transform: none; }
  .price-card.pro:hover { transform: translateY(-4px); }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .precheck-card { padding: 32px 24px; }
}



/* ============================================================
   SUBPAGE TEMPLATES (page.php / single.php / index.php / 404.php)
   ============================================================ */
.subpage {
  padding: 160px 32px 96px;
  min-height: 80vh;
  background: var(--white);
}
.subpage-head {
  margin-bottom: 48px;
  max-width: 760px;
}
.subpage-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 16px 0 0;
  color: var(--ink-900);
}
.subpage-lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-600);
  margin-top: 20px;
  max-width: 640px;
}
.subpage-hero-image {
  margin: 48px 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--paper-100);
}
.subpage-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.subpage-content {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-700);
}
.subpage-content h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 56px 0 16px;
  color: var(--ink-900);
}
.subpage-content h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 40px 0 12px;
  color: var(--ink-900);
}
.subpage-content p { margin: 0 0 18px; }
.subpage-content ul, .subpage-content ol { margin: 0 0 24px 20px; padding: 0; }
.subpage-content li { margin: 0 0 8px; }
.subpage-content a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-decoration-color: rgba(196, 146, 42, 0.4);
  text-underline-offset: 3px;
  transition: text-decoration-color 200ms;
}
.subpage-content a:hover { text-decoration-color: var(--gold); }
.subpage-content blockquote {
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 20px;
  margin: 24px 0;
  font-style: italic;
  color: var(--ink-800);
}
.subpage-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 24px 0;
}
.subpage-content code {
  background: var(--paper-100);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: ui-monospace, monospace;
  font-size: 0.92em;
}
.subpage-foot {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(13, 27, 53, 0.08);
}

/* Blog grid */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.post-card {
  background: var(--white);
  border: 1px solid rgba(13, 27, 53, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.post-card-thumb { display: block; aspect-ratio: 16/10; overflow: hidden; }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 24px; }
.post-card-body .num {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ink-500);
}
.post-card-body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 8px 0 12px;
  color: var(--ink-900);
}
.post-card-body h3 a { color: inherit; }
.post-card-body h3 a:hover { color: var(--gold-dark); }
.post-card-body p {
  font-size: 14.5px;
  color: var(--ink-600);
  margin: 0 0 16px;
  line-height: 1.5;
}
.post-card-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--gold-dark);
  transition: color 200ms;
}
.post-card-link:hover { color: var(--gold); }

.pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination .page-numbers {
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-700);
  background: var(--white);
  border: 1px solid rgba(13, 27, 53, 0.08);
  transition: all 200ms var(--ease-out);
}
.pagination .page-numbers:hover { background: var(--paper-100); }
.pagination .page-numbers.current {
  background: var(--ink-900);
  color: var(--white);
  border-color: var(--ink-900);
}

@media (max-width: 680px) {
  .subpage { padding: 120px 20px 64px; }
  .subpage-title { font-size: clamp(32px, 9vw, 48px); }
  .post-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   PRE-CHECK WIZARD
   ============================================================ */
.wizard-section {
  padding: 140px 24px 96px;
  background:
    radial-gradient(ellipse 80% 60% at 50% -20%, rgba(196, 146, 42, 0.08), transparent 60%),
    var(--off-white);
  min-height: 100vh;
}
.wizard-container {
  max-width: 920px;
  margin: 0 auto;
}
.wizard-head {
  text-align: center;
  margin-bottom: 40px;
}
.wizard-head .eyebrow { justify-content: center; }
.wizard-head .eyebrow::before { display: none; }
.wizard-head .eyebrow::after { content: ""; width: 24px; height: 2px; background: var(--ink-700); }
.wizard-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 18px 0 12px;
  color: var(--ink-900);
}
.wizard-lead {
  font-size: 17px;
  color: var(--ink-600);
  max-width: 540px;
  margin: 0 auto;
}

.wizard-progress {
  margin: 40px 0 32px;
}
.wizard-progress-track {
  height: 4px;
  background: rgba(13, 27, 53, 0.08);
  border-radius: 999px;
  overflow: hidden;
}
.wizard-progress-bar {
  height: 100%;
  width: 14.28%;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-dark) 100%);
  border-radius: 999px;
  transition: width 400ms cubic-bezier(.2,.7,.2,1);
}
.wizard-steps {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-400);
  overflow-x: auto;
  scrollbar-width: none;
}
.wizard-steps::-webkit-scrollbar { display: none; }
.wizard-step {
  white-space: nowrap;
  padding: 4px 6px;
  transition: color 200ms;
}
.wizard-step.active { color: var(--ink-900); }
.wizard-step.done { color: var(--gold-dark); }

.wizard-form {
  background: var(--white);
  border: 1px solid rgba(13, 27, 53, 0.06);
  border-radius: 28px;
  padding: 48px;
  box-shadow:
    0 1px 2px rgba(13, 27, 53, 0.04),
    0 8px 32px -16px rgba(13, 27, 53, 0.12);
}
.wiz-panel {
  display: none;
  animation: wiz-fade 0.32s ease-out;
}
.wiz-panel.active { display: block; }
@keyframes wiz-fade {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.wiz-step-h {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
  color: var(--ink-900);
}
.wiz-step-sub {
  font-size: 15px;
  color: var(--ink-600);
  margin: 0 0 32px;
}

.wiz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.wiz-grid .form-field.full { grid-column: 1 / -1; }

.wiz-question {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(13, 27, 53, 0.06);
}
.wiz-question:last-child { border-bottom: none; }
.wiz-q-label {
  font-weight: 600;
  font-size: 16px;
  color: var(--ink-900);
  margin-bottom: 14px;
  line-height: 1.4;
}
.wiz-q-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wiz-opt {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1.5px solid rgba(13, 27, 53, 0.08);
  border-radius: 12px;
  cursor: pointer;
  transition: all 180ms cubic-bezier(.2,.7,.2,1);
  background: var(--white);
}
.wiz-opt:hover {
  border-color: rgba(196, 146, 42, 0.35);
  background: rgba(196, 146, 42, 0.04);
}
.wiz-opt input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(13, 27, 53, 0.20);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: all 180ms;
  cursor: pointer;
  margin: 0;
}
.wiz-opt input[type="radio"]:checked {
  border-color: var(--gold);
  background: var(--gold);
}
.wiz-opt input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
}
.wiz-opt input[type="radio"]:checked ~ .wiz-opt-label,
.wiz-opt input[type="radio"]:checked ~ .wiz-opt-score { color: var(--ink-900); font-weight: 600; }
.wiz-opt:has(input:checked) {
  border-color: var(--gold);
  background: rgba(196, 146, 42, 0.06);
  box-shadow: 0 4px 12px -6px rgba(196, 146, 42, 0.4);
}
.wiz-opt-label {
  font-size: 14.5px;
  color: var(--ink-700);
  line-height: 1.3;
}
.wiz-opt-score {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: -0.01em;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--ink-600);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
}
.checkbox-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--gold);
  cursor: pointer;
}
.checkbox-row a { color: var(--gold-dark); text-decoration: underline; }

.wiz-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(13, 27, 53, 0.06);
}
.wiz-nav-spacer { flex: 1; }
.wiz-nav button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.wiz-summary {
  margin-top: 32px;
  padding: 24px;
  background: var(--gold-pale);
  border: 1px solid rgba(196, 146, 42, 0.3);
  border-radius: 16px;
  font-size: 14.5px;
  color: var(--ink-800);
  line-height: 1.5;
}
.wiz-summary strong { color: var(--ink-900); }

/* Success screen */
.wiz-success {
  text-align: center;
  padding: 64px 48px;
  background: var(--white);
  border: 1px solid rgba(13, 27, 53, 0.06);
  border-radius: 28px;
  animation: wiz-fade 0.5s ease-out;
}
.wiz-success-seal {
  width: auto;
  height: 200px;
  margin: 0 auto 24px;
  object-fit: contain;
}
.wiz-success-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 16px 0 12px;
  color: var(--ink-900);
}
.wiz-success-title span { color: var(--gold-dark); }
.wiz-success-lead {
  font-size: 16px;
  color: var(--ink-600);
  max-width: 460px;
  margin: 0 auto 40px;
}
.wiz-success-bars {
  max-width: 480px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
.wiz-cat {
  display: grid;
  grid-template-columns: 130px 1fr 40px;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--ink-700);
  font-weight: 500;
}
.wiz-cat .bar {
  height: 8px;
  background: rgba(13, 27, 53, 0.08);
  border-radius: 999px;
  overflow: hidden;
}
.wiz-cat .bar i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-dark) 100%);
  border-radius: 999px;
  transition: width 1.2s cubic-bezier(.2,.7,.2,1) 0.2s;
}
.wiz-cat .pts {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink-900);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 720px) {
  .wizard-section { padding: 120px 16px 64px; }
  .wizard-form { padding: 32px 24px; border-radius: 20px; }
  .wiz-grid { grid-template-columns: 1fr; }
  .wiz-success { padding: 48px 24px; }
  .wiz-success-seal { height: 140px; }
  .wizard-steps { font-size: 10px; }
  .wiz-cat { grid-template-columns: 100px 1fr 36px; font-size: 13px; }
}
