/* =========================================================
   Sales Manager Akademie – Design System
   Brand: Dunkelblau #0B1D33 · Blau #0072CE · Neutral #F2F4F7
   Font: Montserrat
   ========================================================= */

/* ---------------------------------------------------------
   Montserrat – selbst gehostet (SIL Open Font License 1.1)
   Variable Font, deckt die Schnitte 100–900 in einer Datei ab.
   Kein Abruf bei Google: keine Übertragung von Besucher-IPs.
   --------------------------------------------------------- */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Brand */
  --navy: #0B1D33;
  --navy-800: #10294a;
  --navy-700: #163156;
  --blue: #0072CE;
  --blue-600: #0063b4;
  --blue-300: #4fa3e3;
  --neutral: #F2F4F7;

  /* Extended neutrals */
  --white: #ffffff;
  --gray-50: #f8fafc;
  --gray-100: #eef1f6;
  --gray-200: #e2e7ef;
  --gray-300: #cbd3e0;
  --gray-400: #9aa6ba;
  --gray-500: #6b7688;
  --gray-600: #4a5568;
  --gray-700: #2f3a4d;
  --ink: #0B1D33;
  --muted: #5a6678;

  /* Typography */
  --font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Layout */
  --maxw: 1200px;
  --radius: 14px;
  --radius-sm: 9px;
  --radius-lg: 22px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(11, 29, 51, .06), 0 1px 3px rgba(11, 29, 51, .08);
  --shadow-md: 0 6px 20px rgba(11, 29, 51, .08), 0 2px 6px rgba(11, 29, 51, .06);
  --shadow-lg: 0 22px 48px rgba(11, 29, 51, .16);

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

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration: none; transition: color .18s var(--ease); }
a:hover { color: var(--blue-600); }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { line-height: 1.15; font-weight: 800; letter-spacing: -.01em; color: var(--navy); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding: 86px 0; }
.section--tight { padding: 56px 0; }
.section--alt { background: var(--neutral); }
.section--navy { background: var(--navy); color: #dbe4f0; }
.section--navy h2, .section--navy h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.section--navy .eyebrow { color: var(--blue-300); }

.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
.section-head p { margin-top: 16px; color: var(--muted); font-size: 1.08rem; }
.section--navy .section-head p { color: #a9b8cc; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-weight: 700; font-size: .98rem; letter-spacing: .01em;
  padding: 14px 26px; border-radius: 100px;
  transition: transform .18s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(0, 114, 206, .28); }
.btn--primary:hover { background: var(--blue-600); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 114, 206, .34); }
.btn--dark { background: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--navy-800); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--navy); box-shadow: inset 0 0 0 2px var(--gray-300); }
.btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--blue); color: var(--blue); }
.btn--white { background: #fff; color: var(--navy); }
.btn--white:hover { background: var(--neutral); color: var(--navy); transform: translateY(-2px); }
.btn--light-ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.35); }
.btn--light-ghost:hover { color: #fff; box-shadow: inset 0 0 0 2px #fff; background: rgba(255,255,255,.08); }
.btn--lg { padding: 17px 32px; font-size: 1.05rem; }
.btn--sm { padding: 10px 18px; font-size: .9rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid var(--gray-200);
  transition: box-shadow .2s var(--ease);
}
.site-header.scrolled { box-shadow: var(--shadow-md); }
.nav { display: flex; align-items: center; gap: 32px; height: 76px; }
.nav__logo { flex-shrink: 0; display: flex; align-items: center; }
.nav__logo svg { height: 40px; width: auto; }
.nav__logo-img { height: 42px; width: auto; display: block; }
@media (max-width: 480px) { .nav__logo-img { height: 34px; } }
.nav__links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav__links a {
  color: var(--gray-700); font-weight: 600; font-size: .96rem;
  padding: 9px 14px; border-radius: 9px; position: relative;
}
.nav__links a:hover { color: var(--navy); background: var(--gray-100); }
.nav__links a.active { color: var(--blue); }
.nav__cta { margin-left: 8px; }
.nav__toggle { display: none; width: 44px; height: 44px; border-radius: 10px; align-items: center; justify-content: center; color: var(--navy); }
.nav__toggle:hover { background: var(--gray-100); }
.nav__toggle svg { width: 26px; height: 26px; }

/* Mobile drawer */
.nav__drawer { display: none; }

@media (max-width: 960px) {
  .nav__links, .nav > .nav__cta { display: none; }
  .nav__toggle { display: inline-flex; margin-left: auto; }
  .nav__drawer {
    display: block; position: fixed; inset: 76px 0 auto 0;
    background: #fff; border-bottom: 1px solid var(--gray-200);
    box-shadow: var(--shadow-lg);
    transform: translateY(-120%); transition: transform .28s var(--ease);
    padding: 16px 24px 26px; z-index: 99;
  }
  .nav__drawer.open { transform: translateY(0); }
  .nav__drawer a { display: block; padding: 14px 8px; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--gray-100); }
  .nav__drawer .btn { margin-top: 18px; width: 100%; justify-content: center; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 82% -8%, rgba(0, 114, 206, .38), transparent 60%),
    radial-gradient(600px 400px at 0% 110%, rgba(0, 114, 206, .18), transparent 55%);
  pointer-events: none;
}
.hero__grid {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 56px; align-items: center; padding: 92px 0 100px;
}
.hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -.02em; }
.hero h1 .accent { color: var(--blue-300); }
.hero p.lead { margin-top: 22px; font-size: 1.18rem; color: #b9c7db; max-width: 560px; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__badges { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 26px; }
.hero__badge { display: flex; align-items: center; gap: 10px; color: #9fb1c9; font-size: .92rem; font-weight: 500; }
.hero__badge svg { width: 20px; height: 20px; color: var(--blue-300); flex-shrink: 0; }

.hero__panel {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-lg);
  padding: 30px; backdrop-filter: blur(6px);
}
.hero__panel h3 { color: #fff; font-size: 1.05rem; margin-bottom: 6px; }
.hero__panel .sub { color: #93a6c0; font-size: .88rem; margin-bottom: 22px; }
.ladder { display: grid; gap: 12px; }
.ladder__step {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px; padding: 14px 16px; transition: background .2s var(--ease), transform .2s var(--ease);
}
.ladder__step:hover { background: rgba(0,114,206,.16); transform: translateX(4px); }
.ladder__num {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px;
  display: grid; place-items: center; font-weight: 800; font-size: .95rem;
  background: var(--blue); color: #fff;
}
.ladder__step strong { color: #fff; font-size: .98rem; display: block; }
.ladder__step span { color: #90a3bd; font-size: .82rem; }

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; padding: 62px 0 70px; }
  .hero__panel { order: 2; }
}

/* ---------- Stat strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; }
.stat b { display: block; font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.stat span { color: var(--muted); font-size: .95rem; font-weight: 500; }
@media (max-width: 640px) { .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; } }

/* ---------- Level cards (Struktur) ---------- */
.levels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.level {
  position: relative; background: #fff; border: 1px solid var(--gray-200);
  border-radius: var(--radius); padding: 30px 26px; transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
  overflow: hidden;
}
.level::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--blue); opacity: .0; transition: opacity .22s var(--ease); }
.level:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.level:hover::before { opacity: 1; }
.level__tag { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.level h3 { font-size: 1.28rem; margin: 12px 0 10px; }
.level p { color: var(--muted); font-size: .96rem; }
.level__meta { margin-top: 18px; font-size: .85rem; font-weight: 600; color: var(--gray-500); }
@media (max-width: 900px) { .levels { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .levels { grid-template-columns: 1fr; } }

/* ---------- Course grid & cards ---------- */
.grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-cards--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-cards, .grid-cards--2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-cards, .grid-cards--2 { grid-template-columns: 1fr; } }

.card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  overflow: hidden; transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
  height: 100%;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card__top {
  padding: 22px 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.card__cat { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-500); }
.card__body { padding: 12px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.card__body h3 { font-size: 1.16rem; margin-bottom: 10px; }
.card__body h3 a { color: var(--navy); }
.card__body h3 a:hover { color: var(--blue); }
.card__body p { color: var(--muted); font-size: .93rem; flex: 1; }
.card__foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--gray-100); display: flex; align-items: center; justify-content: space-between; }
.card__price { font-weight: 800; color: var(--navy); font-size: 1.02rem; }
.card__price small { font-weight: 500; color: var(--gray-400); font-size: .74rem; display: block; letter-spacing: .02em; }
.card__link { font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: 5px; }
.card__link svg { width: 15px; height: 15px; transition: transform .18s var(--ease); }
.card:hover .card__link svg { transform: translateX(3px); }

/* Badge / pill */
.pill {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  padding: 5px 11px; border-radius: 100px; text-transform: uppercase;
}
.pill--blue { background: rgba(0,114,206,.1); color: var(--blue-600); }
.pill--navy { background: var(--navy); color: #fff; }
.pill--neutral { background: var(--neutral); color: var(--gray-600); }
.pill--gold { background: #fbf3dd; color: #a97b17; }

/* Featured card variant */
.card--featured { border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.card__ribbon { background: var(--blue); color: #fff; text-align: center; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 7px; }

/* ---------- Filter bar ---------- */
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.filterbar button {
  font-weight: 600; font-size: .9rem; padding: 9px 17px; border-radius: 100px;
  background: var(--white); color: var(--gray-600); box-shadow: inset 0 0 0 1.5px var(--gray-200);
  transition: all .18s var(--ease);
}
.filterbar button:hover { color: var(--navy); box-shadow: inset 0 0 0 1.5px var(--gray-400); }
.filterbar button.active { background: var(--navy); color: #fff; box-shadow: none; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(700px 380px at 85% -20%, rgba(0,114,206,.34), transparent 62%);
}
.page-hero__inner { position: relative; padding: 66px 0 60px; max-width: 780px; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3rem); }
.page-hero p { margin-top: 18px; color: #b9c7db; font-size: 1.12rem; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: .86rem; color: #7f93b0; margin-bottom: 20px; }
.breadcrumb a { color: #9fb1c9; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: #7f93b0; }
.breadcrumb .sep { color: #4a5f7f; }

/* ---------- Detail page ---------- */
.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
@media (max-width: 940px) { .detail-grid { grid-template-columns: 1fr; } }

.prose h2 { font-size: 1.6rem; margin: 40px 0 16px; }
.prose h3 { font-size: 1.2rem; margin: 30px 0 12px; }
.prose p { color: var(--gray-700); margin-bottom: 16px; }
.prose > p:first-child { font-size: 1.12rem; color: var(--gray-600); }
.prose ul.check { display: grid; gap: 12px; margin: 8px 0 22px; }
.prose ul.check li { position: relative; padding-left: 34px; color: var(--gray-700); }
.prose ul.check li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px;
  border-radius: 6px; background: rgba(0,114,206,.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230072CE' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 14px;
}

.module-list { display: grid; gap: 12px; }
.module-item {
  display: flex; gap: 14px; align-items: center;
  padding: 16px 18px; border: 1px solid var(--gray-200); border-radius: 12px;
  background: #fff; transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.module-item:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }
.module-item__no { flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; background: var(--neutral); color: var(--navy); font-weight: 800; font-size: .85rem; display: grid; place-items: center; }
.module-item strong { color: var(--navy); font-size: .98rem; }
.module-item a { font-weight: 700; }

/* Sidebar / booking card */
.sidecard {
  position: sticky; top: 96px;
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); overflow: hidden;
}
.sidecard__head { background: var(--navy); color: #fff; padding: 26px 26px 22px; }
.sidecard__head .pill { margin-bottom: 14px; }
.sidecard__price { font-size: 2.1rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.sidecard__price small { font-size: .9rem; font-weight: 500; color: #a9b8cc; }
.sidecard__note { color: #a9b8cc; font-size: .84rem; margin-top: 4px; }
.sidecard__body { padding: 24px 26px 28px; }
.speclist { display: grid; gap: 14px; margin-bottom: 22px; }
.speclist li { display: flex; gap: 12px; align-items: flex-start; font-size: .92rem; color: var(--gray-700); }
.speclist svg { width: 19px; height: 19px; color: var(--blue); flex-shrink: 0; margin-top: 1px; }
.sidecard .btn { width: 100%; justify-content: center; }
.sidecard__foot { margin-top: 12px; text-align: center; font-size: .82rem; color: var(--gray-500); }

/* ---------- Process / Ablauf ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-left: 4px; }
.step__no {
  width: 46px; height: 46px; border-radius: 12px; background: rgba(0,114,206,.12); color: var(--blue);
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; margin-bottom: 16px;
}
.section--navy .step__no { background: rgba(255,255,255,.08); color: var(--blue-300); }
.step h3 { font-size: 1.14rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .95rem; }
.section--navy .step p { color: #a9b8cc; }

/* ---------- Feature list ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 820px) { .features { grid-template-columns: 1fr; } }
.feature__icon {
  width: 52px; height: 52px; border-radius: 14px; background: var(--neutral);
  display: grid; place-items: center; margin-bottom: 18px; color: var(--blue);
}
.feature__icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.16rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .96rem; }

/* ---------- Pricing table ---------- */
.ptable { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; }
.ptable th, .ptable td { padding: 16px 22px; text-align: left; }
.ptable thead th { background: var(--navy); color: #fff; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.ptable tbody tr { border-top: 1px solid var(--gray-200); }
.ptable tbody tr:nth-child(even) { background: var(--gray-50); }
.ptable td:last-child { font-weight: 800; color: var(--navy); white-space: nowrap; }
.ptable-wrap { overflow-x: auto; border-radius: var(--radius); }
@media (max-width: 620px) { .ptable th, .ptable td { padding: 13px 15px; font-size: .9rem; } }

/* Pricing cards */
.pcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
@media (max-width: 900px) { .pcards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.pcard { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 34px 30px; display: flex; flex-direction: column; }
.pcard--hi { background: var(--navy); color: #cdd9e8; border-color: var(--navy); transform: scale(1.02); box-shadow: var(--shadow-lg); }
.pcard--hi h3, .pcard--hi .pcard__price { color: #fff; }
.pcard h3 { font-size: 1.3rem; }
.pcard__price { font-size: 2.4rem; font-weight: 800; margin: 14px 0 4px; color: var(--navy); letter-spacing: -.02em; }
.pcard__price small { font-size: .95rem; font-weight: 500; color: var(--gray-400); }
.pcard--hi .pcard__price small { color: #9fb1c9; }
.pcard ul { display: grid; gap: 12px; margin: 22px 0 26px; flex: 1; }
.pcard li { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; }
.pcard li svg { width: 18px; height: 18px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.pcard--hi li svg { color: var(--blue-300); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--navy); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 80% 120%, rgba(0,114,206,.4), transparent 60%); }
.cta-band__inner { position: relative; text-align: center; padding: 74px 0; max-width: 680px; margin-inline: auto; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.cta-band p { color: #b9c7db; margin: 16px 0 30px; font-size: 1.1rem; }
.cta-band .hero__actions { justify-content: center; }

/* ---------- Contact / Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
@media (max-width: 880px) { .form-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 8px; color: var(--navy); }
.field .req { color: var(--blue); }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--gray-300); border-radius: 10px; background: #fff;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,114,206,.14);
}
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--muted); }
.form-check input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: var(--blue); }
.form-note { font-size: .85rem; color: var(--gray-500); margin-top: 8px; }
.form-success {
  display: none; padding: 18px 20px; border-radius: 12px; background: rgba(0,114,206,.08);
  border: 1px solid rgba(0,114,206,.25); color: var(--navy); font-weight: 600; margin-bottom: 22px;
}
.form-success.show { display: block; }
.form-error {
  display: none; padding: 18px 20px; border-radius: 12px; background: rgba(190, 30, 45, .06);
  border: 1px solid rgba(190, 30, 45, .28); color: #8f1622; font-weight: 600; margin-bottom: 22px;
}
.form-error.show { display: block; }

/* Absende-Button während des Versands */
button[disabled] { opacity: .65; cursor: not-allowed; }

.contact-aside { background: var(--neutral); border-radius: var(--radius-lg); padding: 34px 30px; }
.contact-aside h3 { margin-bottom: 18px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.contact-item svg { width: 22px; height: 22px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.contact-item strong { display: block; color: var(--navy); font-size: .95rem; }
.contact-item span, .contact-item a { color: var(--muted); font-size: .93rem; }

/* ---------- FAQ / accordion ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--gray-200); }
.faq__q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 4px; font-weight: 700; font-size: 1.06rem; color: var(--navy); }
.faq__q svg { width: 22px; height: 22px; color: var(--blue); flex-shrink: 0; transition: transform .25s var(--ease); }
.faq__item.open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq__a p { color: var(--muted); padding: 0 4px 22px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #93a6c0; padding: 66px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand svg { height: 40px; margin-bottom: 18px; }
.footer-logo { height: 58px; width: auto; margin-bottom: 18px; display: block; }
.footer-brand p { font-size: .92rem; color: #8497b1; max-width: 300px; }
.site-footer h4 { color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer ul li { margin-bottom: 11px; }
.site-footer ul a { color: #9fb1c9; font-size: .93rem; }
.site-footer ul a:hover { color: #fff; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between; align-items: center; font-size: .85rem; color: #7f93b0; }
.footer-bottom a { color: #9fb1c9; }
.footer-bottom nav { display: flex; gap: 20px; flex-wrap: wrap; }

/* ---------- Partner- / Zertifizierungs-Logos ---------- */
.logo-strip { display: flex; flex-wrap: wrap; gap: 22px 40px; align-items: center; justify-content: center; }
.logo-tile { height: 54px; display: flex; align-items: center; }
.logo-tile img { max-height: 54px; max-width: 170px; width: auto; filter: grayscale(1); opacity: .6; transition: filter .2s var(--ease), opacity .2s var(--ease); }
.logo-tile img:hover { filter: grayscale(0); opacity: 1; }
.logo-tile__text { font-weight: 700; color: var(--gray-400); font-size: 1.05rem; letter-spacing: .01em; padding: 12px 24px; border: 1.5px dashed var(--gray-300); border-radius: 10px; white-space: nowrap; }

.cert-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 820px) { .cert-cards { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }
.cert-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 32px 28px; text-align: center; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.cert-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.cert-card__logo { height: 58px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.cert-card__logo img { max-height: 58px; max-width: 190px; width: auto; }
.cert-card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.cert-card p { color: var(--muted); font-size: .95rem; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-lg { margin-bottom: 40px; }
.hidden { display: none !important; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* Anchor offset for sticky header */
[id] { scroll-margin-top: 96px; }

/* Selection */
::selection { background: var(--blue); color: #fff; }
