/* =========================================================================
   Umzug in Bremen — Design-System
   Marke: Rot (#E11D2A) + Schwarz (#0A0A0A), Anton (Display) + Inter (Text)
   1A Qualitäts Umzüge GmbH
   ========================================================================= */

:root {
  --red: #E11D2A;
  --red-dark: #b3131f;
  --red-soft: #fdecec;
  --ink: #0A0A0A;
  --ink-2: #1c1c1e;
  --grey-900: #171717;
  --grey-700: #3f3f46;
  --grey-600: #52525b;
  --grey-500: #71717a;
  --grey-400: #a1a1aa;
  --grey-200: #e4e4e7;
  --grey-100: #f4f4f5;
  --grey-50: #fafafa;
  --wa: #25d366;
  --wa-dark: #1eb757;
  --white: #ffffff;
  --gold: #f5b301;
  --line: #e7e7ea;
  --shadow-sm: 0 1px 2px rgba(10,10,10,.06), 0 2px 8px rgba(10,10,10,.04);
  --shadow: 0 4px 12px rgba(10,10,10,.08), 0 12px 32px rgba(10,10,10,.06);
  --shadow-lg: 0 8px 24px rgba(10,10,10,.10), 0 24px 64px rgba(10,10,10,.10);
  --radius: 14px;
  --radius-lg: 20px;
  --font-display: 'Anton', 'Arial Narrow', sans-serif;
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --wrap: 1160px;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--grey-900);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.1; color: var(--ink); }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }
strong { font-weight: 700; color: var(--ink); }

.container { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.center { text-align: center; }

/* Display headings */
.hero__title, .section-head h2, .section h2, .prose h2, .quote h2, .split h2,
.reviews__rating, .stats__num, .step__num, .calc__price {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2rem, 5.2vw, 3.4rem); }
.section h2, .section-head h2, .prose h2 { font-size: clamp(1.5rem, 3.6vw, 2.3rem); }
.prose h3 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.15rem, 2.4vw, 1.5rem); letter-spacing: .01em; margin-top: 1.8rem; }
.prose h4 { font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--font-sans); font-weight: 600; font-size: 1rem;
  line-height: 1; text-align: center; white-space: nowrap;
  padding: .95rem 1.5rem; border-radius: var(--radius);
  border: 2px solid transparent; cursor: pointer;
  transition: transform .12s ease, background .15s ease, box-shadow .15s ease, color .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn img { display: inline-block; }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(225,29,42,.28); }
.btn--primary:hover { background: var(--red-dark); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--grey-200); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--whatsapp { background: var(--wa); color: #fff; }
.btn--whatsapp:hover { background: var(--wa-dark); }
.btn--lg { padding: 1.1rem 1.9rem; font-size: 1.06rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.4rem 0 0; }
.btn-row--center { justify-content: center; }

/* On dark backgrounds ghost buttons flip */
.section--dark .btn--ghost, .hero .btn--ghost {
  background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.35);
}
.section--dark .btn--ghost:hover, .hero .btn--ghost:hover { background: rgba(255,255,255,.16); border-color: #fff; }

/* ---------- Top announcement bar ---------- */
.topbar {
  background: var(--ink); color: #fff;
  font-size: .86rem; text-align: center;
}
.topbar__inner { display: flex; align-items: center; justify-content: center; gap: .6rem; padding: .5rem 20px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 600; }
.topbar .sep { color: var(--grey-500); }
.topbar__phone { color: #fff; }
.topbar__phone strong { color: var(--red); }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 20px; }
.nav__logo { display: inline-flex; align-items: center; }
.nav__logo img { height: 40px; width: auto; }
.nav nav { margin-left: auto; }
.nav__links { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; font-weight: 500; }
.nav__links a { color: var(--grey-700); }
.nav__links a:hover { color: var(--red); text-decoration: none; }
.nav__dropdown { position: relative; }
.nav__dropdown > button { font: inherit; font-weight: 500; color: var(--grey-700); background: none; border: 0; cursor: pointer; padding: 0; }
.nav__dropdown > button:hover { color: var(--red); }
.nav__menu { position: absolute; top: calc(100% + .6rem); left: 50%; transform: translateX(-50%) translateY(6px); min-width: 250px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); list-style: none; margin: 0; padding: .5rem; opacity: 0; visibility: hidden; transition: opacity .15s ease, transform .15s ease; }
.nav__dropdown:hover .nav__menu, .nav__dropdown:focus-within .nav__menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__menu a { display: block; padding: .55rem .8rem; border-radius: 9px; color: var(--grey-700); font-weight: 500; }
.nav__menu a:hover { background: var(--red-soft); color: var(--red); text-decoration: none; }
.nav__cta { display: flex; align-items: center; gap: .6rem; margin-left: 1.2rem; }
.nav__cta .btn { padding: .7rem 1.15rem; font-size: .95rem; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; padding: 10px; margin-left: .3rem; }
.nav__toggle span { display: block; height: 2px; width: 100%; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

/* Wordmark fallback (nur falls kein Logo-Bild) */
.wordmark { font-family: var(--font-display); text-transform: uppercase; font-size: 1.4rem; color: var(--ink); letter-spacing: .01em; }
.wordmark__accent { color: var(--red); }
.wordmark--light, .wordmark--light .wordmark__name { color: #fff; }

/* ---------- Hero (Vollbild-Foto mit Overlay) ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--ink); }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(10,10,10,.86) 0%, rgba(10,10,10,.66) 46%, rgba(10,10,10,.30) 100%); }
.hero__inner { position: relative; z-index: 2; padding: clamp(3rem, 8vw, 6rem) 0 clamp(3.4rem, 8vw, 6rem); max-width: 660px; }
.hero__rating { display: inline-flex; align-items: center; gap: .55rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 100px; padding: .4rem .9rem; font-size: .88rem; font-weight: 500; margin-bottom: 1.2rem; }
.hero__rating img { width: 18px; height: 18px; }
.hero__rating .stars { color: var(--gold); letter-spacing: 1px; }
.hero__title { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.35); margin-bottom: .8rem; }
.hero__title .accent { color: var(--red); }
.hero__text { font-size: 1.14rem; color: rgba(255,255,255,.92); max-width: 56ch; margin-bottom: 0; }
.hero__usps { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.hero__usp { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 100px; padding: .45rem .95rem; font-size: .9rem; font-weight: 500; }
.hero__usp::before { content: "✓"; color: var(--red); font-weight: 700; }
.hero--plain { background: var(--ink); }
.hero--plain::after { background: none; }

/* Hero-Grid (Service-/City-Seiten – linkes Text, rechtes Bild) */
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; padding: clamp(2.6rem,6vw,4.5rem) 0; }
.hero__grid .hero__title, .hero__grid .hero__text, .hero__grid .eyebrow { color: #fff; }
.hero__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }

/* ---------- Sections ---------- */
.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.section--soft { background: var(--grey-50); }
.section--tint { background: var(--red-soft); }
.section--mint { background: var(--grey-100); }
.section--dark { background: var(--ink); color: #fff; }
.section--dark h2 { color: #fff; }
.section--dark p { color: rgba(255,255,255,.82); }
.section-head { max-width: 760px; margin: 0 auto 2.6rem; text-align: center; }
.section-head p { color: var(--grey-600); font-size: 1.06rem; }
.eyebrow { display: inline-block; font-family: var(--font-sans); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; color: var(--red); margin: 0 0 .6rem; }

/* ---------- Service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.svc-card { display: flex; flex-direction: column; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem 1.5rem; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; color: inherit; }
.svc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--grey-200); text-decoration: none; }
.svc-card__icon { width: 54px; height: 54px; margin-bottom: 1rem; display: grid; place-items: center; background: var(--red-soft); border-radius: 12px; color: var(--red); }
.svc-card__icon svg { width: 28px; height: 28px; }
.svc-card h3 { font-size: 1.2rem; margin-bottom: .4rem; color: var(--ink); }
.svc-card p { color: var(--grey-600); font-size: .98rem; margin-bottom: 1rem; }
.svc-card__link { margin-top: auto; font-weight: 600; color: var(--red); font-size: .95rem; }
.svc-card__link::after { content: " →"; }

/* ---------- Steps (So einfach geht's) ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.4rem; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.2rem 1.5rem 1.6rem; box-shadow: var(--shadow-sm); text-align: center; }
.step__num { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); width: 48px; height: 48px; display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 50%; font-family: var(--font-display); font-size: 1.35rem; box-shadow: 0 6px 16px rgba(225,29,42,.3); }
.step img { width: 60px; height: 60px; margin: .4rem auto .9rem; }
.step h3 { font-size: 1.15rem; }
.step p { color: var(--grey-600); font-size: .97rem; margin: 0; }

/* ---------- Trust stats ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.2rem; text-align: center; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.8rem 1rem; box-shadow: var(--shadow-sm); }
.stats__num { font-size: 2.1rem; color: var(--red); line-height: 1; margin-bottom: .35rem; }
.stat p { margin: 0; color: var(--grey-600); font-size: .96rem; }
.stat strong { display: block; color: var(--ink); font-size: 1.05rem; font-weight: 700; margin-bottom: .1rem; text-transform: none; }

/* ---------- Badges ---------- */
.badges { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.4rem 2rem; }
.badges__label { width: 100%; text-align: center; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--grey-500); font-weight: 600; }
.badges img { height: 62px; width: auto; opacity: .9; }

/* ---------- Split (Bild + Text) ---------- */
.split { display: grid; grid-template-columns: 1fr; gap: 2.2rem; align-items: center; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.media-photo { width: 100%; }

/* ---------- Reviews ---------- */
.reviews { text-align: center; max-width: 640px; margin: 0 auto; }
.reviews__rating { font-size: 3.4rem; color: var(--red); line-height: 1; }
.reviews__stars { color: var(--gold); font-size: 1.6rem; letter-spacing: 3px; margin: .3rem 0 .5rem; }
.reviews__meta { color: var(--grey-600); }

/* ---------- Rechner (Sofortpreis) ---------- */
.calc { display: grid; grid-template-columns: 1fr; gap: 1.4rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow); max-width: 980px; margin: 0 auto; }
.calc__q { margin-bottom: 1.1rem; }
.calc__label { display: block; font-weight: 700; color: var(--ink); margin-bottom: .55rem; }
.calc__opts { display: flex; flex-wrap: wrap; gap: .5rem; }
.calc__opt input { position: absolute; opacity: 0; pointer-events: none; }
.calc__opt label { display: inline-block; padding: .55rem 1rem; border: 1.5px solid var(--grey-200); border-radius: 100px; font-size: .93rem; font-weight: 500; cursor: pointer; transition: all .12s ease; color: var(--grey-700); }
.calc__opt label:hover { border-color: var(--red); color: var(--red); }
.calc__opt input:checked + label { background: var(--red); border-color: var(--red); color: #fff; }
.calc__result { background: var(--grey-50); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; text-align: center; align-self: start; }
.calc__price { font-size: 2.4rem; color: var(--red); margin: .2rem 0; }
.calc__hint { color: var(--grey-600); font-size: .95rem; min-height: 2.4em; }
.calc__result .btn { width: 100%; margin-top: .6rem; }
.calc__disclaimer { font-size: .82rem; color: var(--grey-500); max-width: 720px; margin: 1.2rem auto 0; text-align: center; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: .7rem; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq__item summary { cursor: pointer; padding: 1.1rem 3rem 1.1rem 1.3rem; font-weight: 600; color: var(--ink); list-style: none; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--red); font-weight: 400; transition: transform .2s ease; }
.faq__item[open] summary::after { content: "−"; }
.faq__item > div { padding: 0 1.3rem 1.2rem; color: var(--grey-600); }
.faq__item p { margin: 0; }

/* ---------- Prose ---------- */
.prose { max-width: 820px; }
.prose p, .prose li { color: var(--grey-700); }
.prose ul { padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 1.7rem; margin-bottom: .5rem; }
.prose ul li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 700; }
.prose.center { margin: 0 auto; }
.lokal-seo .prose { margin: 0 auto; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 980px; margin: 0 auto; }
.contact-quick { display: flex; flex-direction: column; gap: .8rem; }
.contact-quick .btn { justify-content: flex-start; }
.contact-quick__note { color: var(--grey-500); font-size: .9rem; margin-top: .4rem; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: .9rem; }
.form label { display: block; font-weight: 600; font-size: .92rem; color: var(--ink); }
.form input, .form textarea, .form select { width: 100%; margin-top: .35rem; padding: .8rem .9rem; border: 1.5px solid var(--grey-200); border-radius: 10px; font: inherit; font-weight: 400; color: var(--ink); background: #fff; }
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,29,42,.14); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.form__hint { font-size: .82rem; color: var(--grey-500); margin: 0; }

/* ---------- Quote box ---------- */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.8rem,4vw,3rem); text-align: center; max-width: 820px; margin: 0 auto; box-shadow: var(--shadow); }

/* ---------- Breadcrumbs ---------- */
.crumbs { font-size: .86rem; color: var(--grey-500); padding: 1.1rem 0 0; }
.crumbs a { color: var(--grey-600); }
.crumbs a:hover { color: var(--red); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.72); padding: 3.4rem 0 1.6rem; font-size: .95rem; }
.footer a { color: rgba(255,255,255,.72); }
.footer a:hover { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2rem; }
.footer__logo img { height: 38px; margin-bottom: 1rem; }
.footer h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.footer strong { color: #fff; }
.footer__cities { display: flex; flex-wrap: wrap; gap: .3rem .7rem; }
.footer__cities a { font-size: .9rem; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; color: var(--grey-500); }
.footer__bottom a { color: var(--grey-400); }

/* ---------- Floating WhatsApp + Mobile CTA bar ---------- */
.wa-float { position: fixed; right: 16px; bottom: 84px; z-index: 45; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 22px rgba(37,211,102,.45); }
.wa-float:hover { background: var(--wa-dark); }
.wa-float svg { width: 30px; height: 30px; }
.btn svg { flex: 0 0 auto; }
.btn--whatsapp svg { width: 18px; height: 18px; }
.cta-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 46; display: none; gap: .5rem; padding: .55rem .7rem calc(.55rem + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); backdrop-filter: blur(8px); border-top: 1px solid var(--line); }
.cta-bar .btn { flex: 1; padding: .85rem; }

/* ---------- Responsive ---------- */
@media (min-width: 780px) {
  .hero__grid { grid-template-columns: 1.1fr .9fr; }
  .split { grid-template-columns: 1fr 1fr; }
  .split--img-right .split__media { order: 2; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; }
}
@media (max-width: 900px) {
  .nav nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); background: #fff; box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .25s ease; padding: 5rem 1.5rem 2rem; overflow-y: auto; }
  .nav[data-open="true"] nav { transform: translateX(0); }
  header.nav, .nav { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; } /* MOBILNAV-FIX backdrop erzeugt sonst containing-block fuer fixed-Drawer */
  .nav__links { flex-direction: column; align-items: flex-start; gap: 1.1rem; }
  .nav__menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: .3rem 0 .3rem .8rem; min-width: 0; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; margin-left: auto; }
  .nav[data-open="true"] .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav[data-open="true"] .nav__toggle span:nth-child(2) { opacity: 0; }
  .nav[data-open="true"] .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .cta-bar { display: flex; }
  .wa-float { bottom: 78px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .btn-row .btn { flex: 1; }
}

/* ---------- Angebot / Multi-Step-Formular ---------- */
.quiz { max-width: 640px; margin: 0 auto; }
.quiz__progress { height: 6px; background: var(--grey-200); border-radius: 100px; overflow: hidden; margin-bottom: .7rem; }
.quiz__progress > span { display: block; height: 100%; background: var(--red); border-radius: 100px; transition: width .3s ease; }
.quiz__step-label { font-size: .85rem; color: var(--grey-500); font-weight: 600; margin-bottom: 1.4rem; text-align: center; }
.quiz__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(1.6rem, 4vw, 2.6rem); }
.quiz__q { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: clamp(1.3rem, 3vw, 1.8rem); text-align: center; margin-bottom: 1.6rem; }
.quiz__options { display: grid; gap: .7rem; }
.quiz__options--2 { grid-template-columns: 1fr 1fr; }
.quiz__opt { display: flex; align-items: center; gap: .8rem; padding: 1.1rem 1.2rem; border: 1.5px solid var(--grey-200); border-radius: var(--radius); background: #fff; cursor: pointer; font-weight: 600; color: var(--ink); text-align: left; font: inherit; font-weight: 600; transition: all .12s ease; }
.quiz__opt:hover { border-color: var(--red); background: var(--red-soft); }
.quiz__opt--selected { border-color: var(--red); background: var(--red-soft); }
.quiz__opt .ico { font-size: 1.5rem; }
.quiz__field { margin-bottom: 1rem; }
.quiz__field label { display: block; font-weight: 600; color: var(--ink); margin-bottom: .4rem; }
.quiz__field input, .quiz__field select, .quiz__field textarea { width: 100%; padding: .85rem 1rem; border: 1.5px solid var(--grey-200); border-radius: 10px; font: inherit; font-weight: 400; }
.quiz__field input:focus, .quiz__field select:focus, .quiz__field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,29,42,.14); }
.quiz__nav { display: flex; justify-content: space-between; gap: .8rem; margin-top: 1.6rem; }
.quiz__nav .btn { min-width: 120px; }
.quiz__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem 1.4rem; margin-top: 1.6rem; font-size: .85rem; color: var(--grey-500); }
.quiz__trust span { display: inline-flex; align-items: center; gap: .35rem; }
.quiz__trust span::before { content: "✓"; color: var(--wa-dark); font-weight: 700; }

/* ---------- Antwort-Box (Kurz erklärt) ---------- */
.answer-box { background: var(--red-soft); border: 1px solid #f6cfd1; border-left: 4px solid var(--red); border-radius: var(--radius); padding: 1.1rem 1.3rem; margin: 0 0 1.8rem; }
.answer-box__label { font-family: var(--font-sans); font-weight: 700; text-transform: uppercase; letter-spacing: .07em; font-size: .74rem; color: var(--red); margin: 0 0 .35rem; }
.answer-box p:last-child { margin-bottom: 0; }
.answer-box p { color: var(--grey-800, #27272a); }

/* ---------- Einsatzorte-Wolke ---------- */
.city-cloud { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; max-width: 960px; margin: 0 auto; }
.city-cloud__item { display: inline-block; padding: .5rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 100px; font-size: .95rem; font-weight: 500; color: var(--grey-700); box-shadow: var(--shadow-sm); }
.city-cloud__item:hover { border-color: var(--red); color: var(--red); text-decoration: none; }

/* ---------- Ratgeber-Tabelle ---------- */
.ratgeber-table { width: 100%; border-collapse: collapse; margin: 1rem 0 .6rem; font-size: .98rem; }
.ratgeber-table th, .ratgeber-table td { text-align: left; padding: .8rem 1rem; border-bottom: 1px solid var(--line); }
.ratgeber-table thead th { background: var(--grey-100); font-family: var(--font-sans); font-weight: 700; color: var(--ink); }
.ratgeber-table tbody tr:last-child td { border-bottom: 0; }
.ratgeber-note { font-size: .85rem; color: var(--grey-500); }
.ratgeber-links { font-size: .95rem; color: var(--grey-600); background: var(--grey-50); border: 1px solid var(--line); border-radius: var(--radius); padding: .8rem 1rem; }
.ratgeber-links strong { color: var(--ink); }

/* ---------- Cookie-Banner ---------- */
.footer__cookie { background: none; border: 0; padding: 0; font: inherit; color: var(--grey-400); cursor: pointer; text-decoration: underline; }
.footer__cookie:hover { color: #fff; }
.cookie { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--white); border-top: 2px solid var(--red); box-shadow: 0 -8px 30px rgba(10,10,10,.14); }
.cookie__inner { max-width: var(--wrap); margin: 0 auto; padding: 1rem 20px calc(1rem + env(safe-area-inset-bottom)); display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.cookie__text { margin: 0; flex: 1 1 340px; font-size: .92rem; color: var(--grey-700); }
.cookie__actions { display: flex; gap: .6rem; flex: 0 0 auto; margin-left: auto; }
.cookie__actions .btn { padding: .7rem 1.15rem; font-size: .95rem; }
@media (max-width: 640px) { .cookie__actions { width: 100%; } .cookie__actions .btn { flex: 1; } }
.cookie:not([hidden]) ~ .cta-bar { display: none; }
