/* =========================================================
   Manuel León Webdesign — Prototyp
   Elegantes Dark-Theme · animiertes Raster
   ========================================================= */

:root{
  --bg:        #0a0d12;
  --bg-2:      #0e131b;
  --surface:   rgba(255,255,255,.026);
  --surface-2: rgba(255,255,255,.048);
  --border:    rgba(150,180,210,.13);
  --border-2:  rgba(150,180,210,.26);

  --text:      #e8ecf2;
  --text-soft: #aeb9c8;
  --muted:     #7c8798;

  --accent:    #86b8e8;   /* eine einzige, ruhige Signalfarbe */
  --accent-hi: #b9d6f2;
  --accent-ink:#08121c;

  --maxw: 1140px;
  --radius: 12px;
  --radius-sm: 6px;

  --ff-display: "Archivo", system-ui, "Segoe UI", sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

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

*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }

html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }

html{ overflow-x:hidden; }
body{
  font-family:var(--ff-body);
  background:var(--bg);
  color:var(--text);
  line-height:1.65;
  font-size:17px;
  overflow-x:hidden;
  overflow-wrap:break-word;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }

/* Barrierefreiheit: sichtbarer Fokus (Punkt 10) */
:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
  border-radius:4px;
}

.skip-link{
  position:fixed; top:-60px; left:12px; z-index:200;
  background:var(--accent); color:var(--accent-ink);
  padding:.6rem 1rem; border-radius:8px; font-weight:600;
  transition:top .2s var(--ease);
}
.skip-link:focus{ top:12px; }

/* ---------- Animierter Hintergrund (Punkt 4) ---------- */
#bg{
  position:fixed; inset:0; z-index:-2;
  width:100%; height:100%;
  background:
    radial-gradient(120% 80% at 50% -10%, #12203a 0%, var(--bg) 55%),
    var(--bg);
}
.bg-vignette{
  position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(90% 60% at 50% 40%, transparent 0%, rgba(10,14,22,.55) 78%, var(--bg) 100%);
}
.bg-vignette::before{
  content:""; position:absolute; inset:0; opacity:.035; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Layout ---------- */
.container{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:24px; }
.container-narrow{ max-width:780px; }

.section{ padding:clamp(4rem,9vw,7.5rem) 0; position:relative; }
.section-alt{ background:linear-gradient(180deg, transparent, rgba(255,255,255,.014) 12% 88%, transparent); }

.section-head{ max-width:640px; margin-bottom:clamp(2.5rem,5vw,4rem); }
.section-head h2{ margin:.35rem 0 .6rem; }
.section-intro{ color:var(--text-soft); }

.eyebrow{
  font-family:var(--ff-mono);
  font-size:.74rem; letter-spacing:.16em; text-transform:uppercase;
  color:var(--accent);
  display:inline-flex; align-items:center; gap:.6rem;
}
.eyebrow::before{ content:""; width:22px; height:1px; background:var(--accent); opacity:.55; }

/* ---------- Typografie ---------- */
h1,h2,h3{ font-family:var(--ff-display); font-weight:600; line-height:1.12; letter-spacing:-.015em; color:#fff; }
h1{ font-size:clamp(2.3rem,6vw,4rem); }
h2{ font-size:clamp(1.8rem,3.6vw,2.7rem); }
h3{ font-size:1.2rem; letter-spacing:-.01em; }
.lead{ font-size:clamp(1.05rem,1.8vw,1.22rem); color:var(--text-soft); max-width:42ch; }

/* ---------- Buttons (Punkt 9) ---------- */
.btn{
  --pad-y:.9rem; --pad-x:1.6rem;
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:var(--pad-y) var(--pad-x);
  border-radius:8px;
  font-family:var(--ff-display); font-weight:600; font-size:.98rem;
  border:1px solid transparent; cursor:pointer;
  transition:transform .18s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.btn-primary{
  background:var(--accent);
  color:var(--accent-ink);
  box-shadow:0 10px 34px -12px rgba(134,184,232,.55);
}
.btn-primary:hover{ transform:translateY(-2px); background:var(--accent-hi); box-shadow:0 16px 44px -14px rgba(134,184,232,.7); }
.btn-ghost{ border-color:var(--border-2); color:var(--text); background:var(--surface); }
.btn-ghost:hover{ border-color:var(--accent); color:#fff; transform:translateY(-2px); }
.btn-block{ width:100%; }

/* ---------- NAV (Punkt 2 / Punkt 5) ---------- */
.nav{
  position:fixed; inset:0 0 auto 0; z-index:100;
  transition:background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s var(--ease);
  border-bottom:1px solid transparent;
}
.nav.scrolled{
  background:rgba(10,14,22,.82);
  backdrop-filter:blur(12px);
  border-bottom-color:var(--border);
}
.nav-inner{
  max-width:var(--maxw); margin-inline:auto; padding:0 24px;
  height:72px; display:flex; align-items:center; justify-content:space-between;
}
.brand{ display:flex; align-items:center; gap:.6rem; font-family:var(--ff-display); font-weight:600; }
.brand-mark{
  width:33px; height:33px; border-radius:7px; display:grid; place-items:center;
  background:var(--accent);
  color:var(--accent-ink); font-family:var(--ff-display); font-size:1.1rem; font-weight:700;
}
.brand-text{ display:flex; flex-direction:column; line-height:1.05; font-size:.98rem; }
.brand-text em{ font-style:normal; font-family:var(--ff-mono); font-size:.62rem; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); }

.nav-links{ display:flex; align-items:center; gap:2rem; }
.nav-links a{ font-size:.95rem; color:var(--text-soft); transition:color .2s var(--ease); }
.nav-links a:hover{ color:#fff; }
.nav-links .nav-cta{
  padding:.6rem 1.15rem; border-radius:8px; border:1px solid var(--border-2);
  color:var(--text); font-family:var(--ff-display); font-weight:600; font-size:.9rem;
}
.nav-links .nav-cta:hover{ border-color:var(--accent); color:#fff; }

.nav-toggle{ display:none; width:44px; height:44px; background:none; border:0; cursor:pointer; }
.nav-toggle span{ display:block; width:22px; height:2px; margin:5px auto; background:var(--text); border-radius:2px; transition:.28s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.mobile-menu{
  position:fixed; inset:72px 0 auto 0; z-index:99;
  background:rgba(10,14,22,.97); backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
  display:flex; flex-direction:column; padding:1rem 24px 1.6rem;
  transform:translateY(-12px); opacity:0; pointer-events:none;
  transition:.3s var(--ease);
}
.mobile-menu.open{ transform:translateY(0); opacity:1; pointer-events:auto; }
.mobile-menu a{ padding:.95rem 0; border-bottom:1px solid var(--border); color:var(--text-soft); font-family:var(--ff-display); }
.mobile-menu a:last-child{ border-bottom:0; }
.mobile-menu .nav-cta{ margin-top:1rem; text-align:center; border:1px solid var(--accent); border-radius:8px; color:#fff; }

/* ---------- HERO ---------- */
.hero{ padding:calc(72px + clamp(3rem,10vw,7rem)) 0 clamp(3rem,8vw,6rem); }
/* Grid-/Flex-Kinder dürfen unter ihre Inhaltsbreite schrumpfen (verhindert
   horizontales Overflow bei langen Wörtern bzw. nicht umbrechbaren
   Leerzeichen, z. B. in Überschriften oder der Telefonnummer). */
.about-grid > *, .contact-grid > *{ min-width:0; }
.hero-copy h1{ margin:1rem 0 1.2rem; }
.hero-actions{ display:flex; flex-wrap:wrap; gap:1rem; margin:1.8rem 0 2rem; }
.hero-trust{ list-style:none; display:flex; flex-wrap:wrap; gap:1.6rem; padding-top:1.6rem; border-top:1px solid var(--border); }
.hero-trust li{ font-size:.9rem; color:var(--muted); }
.hero-trust strong{ display:block; font-family:var(--ff-mono); font-size:1.3rem; color:#fff; letter-spacing:-.01em; }

/* ---------- Website-Typen-Showcase (abstrakte Illustrationen, keine echten Screenshots) ---------- */
.showcase-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(1.6rem,4vw,2.6rem); margin-top:.6rem; overflow:hidden; }
.showcase-item{ position:relative; }
.showcase-glow{
  position:absolute; inset:-16%; z-index:0; pointer-events:none;
  background:radial-gradient(circle, rgba(134,184,232,.26), transparent 70%);
  filter:blur(38px);
}
.browser-mock{
  position:relative; z-index:1;
  border:1px solid var(--border); border-radius:var(--radius);
  background:linear-gradient(160deg, var(--surface-2), var(--surface));
  overflow:hidden; box-shadow:0 30px 60px -26px rgba(0,0,0,.55);
}
.browser-bar{ display:flex; gap:.4rem; padding:.8rem 1rem; border-bottom:1px solid var(--border); }
.browser-bar span{ width:8px; height:8px; border-radius:50%; background:var(--border-2); }
.browser-body{ padding:1.2rem; display:flex; flex-direction:column; gap:.6rem; }
.bl{ height:11px; border-radius:6px; background:var(--surface-2); }
.bl-lg{ height:16px; width:58%; background:linear-gradient(90deg,var(--accent),transparent); }
.btile-row{ display:grid; gap:.5rem; margin:.25rem 0; }
.btile-row.cols-3{ grid-template-columns:repeat(3,1fr); }
.btile-row.cols-4{ grid-template-columns:repeat(4,1fr); gap:.4rem; }
.btile{ aspect-ratio:1; border-radius:7px; background:var(--surface-2); border:1px solid var(--border); }
.btile.active{ background:var(--accent); border-color:var(--accent); }
.btile-tall{ aspect-ratio:16/9; border-radius:8px; background:var(--surface-2); border:1px solid var(--border); }
.bcta{ height:24px; width:36%; border-radius:6px; background:var(--accent); margin-top:.15rem; }

/* Variante: Sidebar-Layout (Beratung & Dienstleistung) */
.browser-split{ display:flex; gap:.8rem; }
.browser-nav{ display:flex; flex-direction:column; gap:.55rem; width:26%; flex-shrink:0; padding-right:.7rem; border-right:1px solid var(--border); }
.bnav-item{ height:9px; border-radius:4px; background:var(--surface-2); }
.bnav-item.active{ background:linear-gradient(90deg,var(--accent),transparent); }
.browser-content{ flex:1; min-width:0; display:flex; flex-direction:column; gap:.55rem; justify-content:center; }

/* Variante: Produktraster mit Preiszeile (Online-Shop) */
.bproduct-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:.6rem; margin:.25rem 0; }
.bproduct{ display:flex; flex-direction:column; gap:.35rem; }
.bproduct .bl{ height:7px; }
.showcase-caption{
  margin-top:1rem; text-align:center; font-family:var(--ff-mono); font-size:.76rem;
  letter-spacing:.08em; text-transform:uppercase; color:var(--muted);
}

/* ---------- CARDS (Leistungen) ---------- */
.cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.2rem; }
.card,.ref{
  border:1px solid var(--border); border-radius:var(--radius);
  background:var(--surface);
  transition:transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.card{ padding:1.8rem; }
.card:hover,.ref:hover{ transform:translateY(-4px); border-color:var(--border-2); background:var(--surface-2); }
.card-ico{
  width:44px; height:44px; border-radius:11px; display:grid; place-items:center;
  background:rgba(134,184,232,.11); color:var(--accent);
  margin-bottom:1.1rem;
}
.card-ico svg{ width:20px; height:20px; }
.card h3{ margin-bottom:.5rem; }
.card p{ color:var(--text-soft); font-size:.97rem; }

/* ---------- PAKETE / PREISE ---------- */
.plans{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.2rem; align-items:stretch; }
.plan{
  border:1px solid var(--border); border-radius:var(--radius);
  background:var(--surface); padding:1.9rem 1.6rem;
  display:flex; flex-direction:column; gap:.85rem;
}
.plan-featured{
  border-color:var(--accent);
  background:linear-gradient(180deg, rgba(134,184,232,.08), var(--surface) 55%);
  box-shadow:0 24px 70px -34px rgba(134,184,232,.5);
}
.plan-badge{
  align-self:flex-start; font-family:var(--ff-mono); font-size:.64rem;
  letter-spacing:.1em; text-transform:uppercase; color:var(--accent-ink);
  background:var(--accent); padding:.25rem .6rem; border-radius:5px;
}
.plan-name{ font-family:var(--ff-display); font-weight:600; font-size:1.15rem; color:#fff; }
.plan-price{ font-family:var(--ff-mono); font-size:1.85rem; color:#fff; line-height:1; }
.plan-price span{ font-size:.72rem; color:var(--muted); margin-right:.35rem; letter-spacing:.08em; text-transform:uppercase; }
.plan-for{ color:var(--muted); font-size:.87rem; }
.plan-list{ list-style:none; display:grid; gap:.55rem; margin:.2rem 0 1.2rem; }
.plan-list li{ position:relative; padding-left:1.5rem; color:var(--text-soft); font-size:.91rem; }
.plan-list li::before{ content:"✓"; position:absolute; left:0; color:var(--accent); font-weight:700; }
.plan-note{ font-family:var(--ff-mono); font-size:.8rem; color:var(--accent-hi); margin-top:-.4rem; }
.plan .btn{ margin-top:auto; }
.plans-note{ margin-top:1.1rem; font-size:.82rem; color:var(--muted); }

.table-wrap{ overflow-x:auto; border:1px solid var(--border); border-radius:var(--radius); background:var(--surface); }
.price-table{ width:100%; border-collapse:collapse; min-width:480px; }
.price-table th, .price-table td{ padding:.85rem 1.1rem; text-align:left; border-bottom:1px solid var(--border); white-space:nowrap; }
.price-table th{ font-family:var(--ff-mono); font-size:.72rem; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); background:var(--surface-2); }
.price-table td:first-child{ white-space:normal; color:var(--text); }
.price-table td{ font-size:.92rem; color:var(--text-soft); }
.price-table td:nth-child(2){ font-family:var(--ff-mono); color:#fff; }
.price-table tbody tr:last-child td{ border-bottom:none; }
.text-link{ color:var(--accent); text-decoration:underline; text-underline-offset:2px; }
.text-link:hover{ color:var(--accent-hi); }

.notfound{ padding:clamp(6rem,14vw,10rem) 0; text-align:center; }
.notfound-code{ font-family:var(--ff-mono); font-size:clamp(3rem,10vw,5rem); font-weight:500; color:var(--accent); letter-spacing:.04em; margin-bottom:.6rem; }
.notfound .lead{ margin-inline:auto; }
.notfound .hero-actions{ justify-content:center; margin-top:2rem; }
.notfound-links{ margin-top:2.4rem; font-size:.9rem; color:var(--muted); display:flex; gap:.6rem; justify-content:center; flex-wrap:wrap; }

.retainer{
  margin-top:1.6rem; border:1px solid var(--border); border-radius:var(--radius);
  background:var(--surface); padding:1.6rem 1.8rem;
  display:flex; align-items:center; justify-content:space-between; gap:1.4rem; flex-wrap:wrap;
}
.retainer h3{ margin:.35rem 0 .5rem; }
.retainer p{ color:var(--text-soft); font-size:.92rem; max-width:62ch; }
.retainer .btn{ flex-shrink:0; }

/* ---------- STEPS (Ablauf) ---------- */
.steps{ list-style:none; counter-reset:s; display:grid; grid-template-columns:repeat(5,1fr); gap:1rem; }
.step{
  border:1px solid var(--border); border-radius:var(--radius); padding:1.5rem 1.3rem;
  background:var(--surface); position:relative;
}
.step-num{
  font-family:var(--ff-mono); font-weight:500; font-size:.9rem;
  width:32px; height:32px; border-radius:7px; display:grid; place-items:center;
  border:1px solid var(--accent); color:var(--accent); margin-bottom:1rem;
}
.step h3{ font-size:1.05rem; margin-bottom:.4rem; }
.step p{ color:var(--text-soft); font-size:.92rem; }

/* ---------- REFERENZEN ---------- */
.tag-demo{
  display:inline-block; margin-right:.6rem; padding:.2rem .6rem; border-radius:6px;
  background:rgba(134,184,232,.14); color:var(--accent-hi);
  font-family:var(--ff-mono); font-size:.68rem; letter-spacing:.06em; text-transform:uppercase; vertical-align:middle;
}
.ref{ overflow:hidden; }
.ref-thumb{ aspect-ratio:16/10; background:#0f1725 center/cover; border-bottom:1px solid var(--border); position:relative; }
.ref-thumb::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(115deg, rgba(134,184,232,.14), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 26px);
}
.ref-thumb-1{ background-color:#13202b; }
.ref-thumb-2{ background-color:#161a2a; }
.ref-thumb-3{ background-color:#122320; }
.ref-body{ padding:1.4rem 1.6rem 1.7rem; }
.ref-meta{ font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-bottom:.4rem; }
.ref-body h3{ margin-bottom:.5rem; }
.ref-body p{ color:var(--text-soft); font-size:.94rem; }
.ref-thumb{ display:flex; align-items:center; justify-content:center; }
.ref-thumb-label{
  position:relative; z-index:2; color:var(--muted);
  display:flex; flex-direction:column; align-items:center; gap:.5rem;
  text-align:center; padding:0 1.2rem;
}
.ref-thumb-label svg{ width:22px; height:22px; opacity:.6; }
.ref-thumb-label span{ font-family:var(--ff-mono); font-size:.7rem; letter-spacing:.08em; text-transform:uppercase; }

/* ---------- ÜBER MICH ---------- */
.about-grid{ display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(2rem,5vw,4rem); align-items:center; }
.about-photo{
  position:relative; overflow:hidden;
  aspect-ratio:4/5; border-radius:var(--radius); border:1px solid var(--border);
  background:linear-gradient(160deg,#16203200,#1a2438);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.7rem; color:var(--muted);
  font-family:var(--ff-display); text-align:center; letter-spacing:.1em; text-transform:uppercase; font-size:.85rem;
}
.about-photo-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.about-photo-placeholder{ display:flex; flex-direction:column; align-items:center; gap:.7rem; }
.about-photo svg{ width:32px; height:32px; opacity:.5; }
.about-copy h2{ margin:.4rem 0 1rem; }
.about-copy p{ color:var(--text-soft); margin-bottom:1rem; }
.about-list{ list-style:none; margin-top:1.4rem; display:grid; gap:.7rem; }
.about-list li{ padding-left:1.6rem; position:relative; color:var(--text); }
.about-list li::before{ content:"✓"; position:absolute; left:0; color:var(--accent); font-weight:700; }

/* ---------- STIMMEN ---------- */
.quotes{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.2rem; }
.quote{
  border:1px solid var(--border); border-radius:var(--radius); padding:1.7rem;
  background:var(--surface);
}
.quote p{ color:var(--text); font-size:1rem; }
.quote footer{ margin-top:1rem; color:var(--muted); font-size:.88rem; font-family:var(--ff-display); }

/* ---------- FAQ ---------- */
.faq details{
  border:1px solid var(--border); border-radius:var(--radius-sm);
  background:var(--surface); padding:1rem 1.3rem; margin-bottom:.7rem;
}
.faq summary{
  cursor:pointer; font-family:var(--ff-display); font-weight:600; font-size:1.02rem;
  list-style:none; display:flex; justify-content:space-between; align-items:center; gap:1rem;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; color:var(--accent); font-size:1.3rem; transition:transform .2s var(--ease); }
.faq details[open] summary::after{ transform:rotate(45deg); }
.faq details p{ color:var(--text-soft); margin-top:.8rem; font-size:.96rem; }

/* ---------- KONTAKT ---------- */
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,5vw,4rem); align-items:start; }
.contact-copy h2{ margin:.4rem 0 1rem; }
.contact-copy > p{ color:var(--text-soft); }
.nap{ list-style:none; margin:1.8rem 0 1rem; display:grid; gap:.8rem; }
.nap li{ display:grid; grid-template-columns:110px 1fr; gap:1rem; align-items:baseline; font-size:.95rem; }
.nap span{ color:var(--muted); font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; }
.nap a{ color:var(--accent); }
.provisional-note{ font-size:.82rem; color:var(--muted); border-left:2px solid var(--border-2); padding-left:.9rem; }

/* ---------- RECHTLICHES (Impressum / Datenschutz) ---------- */
.legal-content h3{ color:#fff; font-family:var(--ff-display); font-weight:600; font-size:1.1rem; margin:2rem 0 .6rem; }
.legal-content h3:first-child{ margin-top:0; }
.legal-content p{ color:var(--text-soft); margin-bottom:1rem; }
.legal-content ul{ margin:0 0 1rem 1.2rem; display:grid; gap:.4rem; }
.legal-content li{ color:var(--text-soft); }
.legal-content a{ color:var(--accent); text-decoration:underline; }
.legal-content .provisional-note{ margin-top:2.2rem; }

.contact-form{
  border:1px solid var(--border); border-radius:var(--radius);
  background:var(--surface); padding:clamp(1.5rem,3vw,2.2rem);
}
.field{ margin-bottom:1.1rem; }
.field label{ display:block; font-size:.86rem; font-family:var(--ff-display); font-weight:500; margin-bottom:.45rem; color:var(--text-soft); }
.field label small{ color:var(--muted); font-weight:400; }
.field input,.field textarea{
  width:100%; padding:.85rem 1rem; font:inherit; font-size:.95rem;
  background:var(--bg-2); border:1px solid var(--border); border-radius:var(--radius-sm);
  color:var(--text); transition:border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus,.field textarea:focus{ border-color:var(--accent); box-shadow:0 0 0 3px rgba(134,184,232,.16); outline:none; }
.field textarea{ resize:vertical; min-height:110px; }
.field input:user-invalid,.field textarea:user-invalid{ border-color:#ff8a8a; }

.checkbox{ display:flex; gap:.7rem; align-items:flex-start; font-size:.86rem; color:var(--text-soft); margin-bottom:1.3rem; }
.checkbox input{ width:18px; height:18px; margin-top:.15rem; accent-color:var(--accent); flex-shrink:0; }
.checkbox a{ color:var(--accent); text-decoration:underline; }

.form-status{ margin-top:1rem; font-size:.9rem; min-height:1.2em; }
.form-status.ok{ color:var(--accent); }
.form-status.err{ color:#ff9a9a; }

/* ---------- FOOTER ---------- */
.site-footer{ border-top:1px solid var(--border); background:var(--bg-2); padding:clamp(3rem,6vw,4.5rem) 0 2rem; margin-top:2rem; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:2.5rem; padding-bottom:2.5rem; }
.brand-footer{ margin-bottom:1rem; }
.footer-tagline{ color:var(--muted); font-size:.9rem; }
.footer-col-title{ font-family:var(--ff-display); font-size:.78rem; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin-bottom:.9rem; }
.footer-col ul{ list-style:none; display:grid; gap:.55rem; }
.footer-col a,.footer-col li{ color:var(--text-soft); font-size:.92rem; }
.footer-col a:hover{ color:#fff; }
.footer-bottom{
  border-top:1px solid var(--border); padding-top:1.6rem;
  display:flex; flex-wrap:wrap; gap:.6rem 1.5rem; align-items:center; justify-content:space-between;
  color:var(--muted); font-size:.82rem;
}
.footer-cookie{ color:var(--muted); }
.footer-legal{ display:flex; gap:1.2rem; }
.footer-legal a:hover{ color:#fff; }

/* ---------- Reveal-Animation (Punkt 4) ---------- */
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible{ opacity:1; transform:none; }

/* ---------- Responsive (Punkt 5: Mobile-first-Anpassungen) ---------- */
@media (max-width:1000px){
  .cards,.quotes{ grid-template-columns:repeat(2,1fr); }
  .steps{ grid-template-columns:repeat(2,1fr); }
  .plans{ grid-template-columns:1fr; max-width:460px; margin-inline:auto; }
  .retainer{ flex-direction:column; align-items:flex-start; }
  .about-grid,.contact-grid{ grid-template-columns:1fr; }
  .about-photo{ max-width:320px; }
}
/* Navigation wechselt schon auf Tablet-Breite ins Mobilmenü, damit
   Logo, Links und Button nie um den Platz konkurrieren müssen. */
@media (max-width:900px){
  .nav-links{ display:none; }
  .nav-toggle{ display:block; }
}
@media (max-width:720px){
  body{ font-size:16px; }
  .cards,.quotes,.steps,.showcase-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:2rem; }
  .hero-actions{ flex-direction:column; align-items:stretch; }
  .btn{ width:100%; }
  .footer-bottom{ flex-direction:column; align-items:flex-start; }
}

/* ---------- Reduzierte Bewegung (Punkt 10) ---------- */
@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  .reveal{ opacity:1; transform:none; transition:none; }
  *,*::before,*::after{ animation-duration:.001ms !important; transition-duration:.001ms !important; }
}

/* ---------- Druck ---------- */
@media print{
  #bg,.bg-vignette,.nav,.mobile-menu{ display:none; }
  body{ background:#fff; color:#000; }
}


/* Eigenständige Unterseiten (ohne Hero) brauchen Abstand zur fixen Nav */
.main-page{ padding-top:72px; }

/* Aktive Seite in der Navigation sichtbar machen */
.nav-links a[aria-current="page"],
.mobile-menu a[aria-current="page"]{ color:#fff; }
.nav-links a[aria-current="page"]{ position:relative; }
.nav-links a[aria-current="page"]::after{
  content:""; position:absolute; left:0; right:0; bottom:-6px; height:2px;
  background:var(--accent); border-radius:2px;
}
<
