@import url("colors_and_type.css");

/* =====================================================================
   HappyKids Akademie — Webinar Landingpage
   ADHS verstehen · Kostenloses Live-Webinar
   Built on the marketing-site UI kit vocabulary.
   ===================================================================== */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--color-fg);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.wb-italic { font-style: italic; }

/* ---------- Shared display type ---------- */
.hk-eyebrow {
  font-family: var(--font-body);
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--hk-lila); font-weight: 700;
}
.hk-display {
  font-family: var(--font-display); font-weight: 500;
  color: var(--hk-lila-900); line-height: 1.06; letter-spacing: -.015em;
  margin: 0; text-wrap: balance;
}
.hk-h1 { font-family: var(--font-display); font-weight: 500; color: var(--hk-lila-900); margin: 0; line-height: 1.12; letter-spacing: -.01em; text-wrap: balance; }
.hk-h2 { font-family: var(--font-display); font-weight: 500; color: var(--hk-lila-900); margin: 0; line-height: 1.18; letter-spacing: -.01em; text-wrap: balance; }
.hk-h3 { font-family: var(--font-display); font-weight: 500; color: var(--hk-lila-900); margin: 0; line-height: 1.25; }
.hk-lead { font-size: 19px; line-height: 1.6; color: var(--color-fg-muted); text-wrap: pretty; }

/* ---------- Buttons ---------- */
.hk-btn {
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  padding: 13px 24px; border-radius: 999px; border: 0; cursor: pointer;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: background var(--dur-fast), color var(--dur-fast), box-shadow var(--dur-fast), transform var(--dur-fast);
}
.hk-btn--primary { background: var(--hk-lila); color: #fff; box-shadow: var(--shadow-lila-glow); }
.hk-btn--primary:hover { background: var(--hk-lila-700); }
.hk-btn--primary:active { background: var(--hk-lila-800); }
.hk-btn--ghost { background: transparent; color: var(--hk-lila); box-shadow: inset 0 0 0 1.5px var(--hk-lila); }
.hk-btn--ghost:hover { background: var(--hk-lila-050); }
.hk-btn--lg { padding: 17px 34px; font-size: 17px; }
.hk-btn--xl { padding: 20px 42px; font-size: 19px; }
.hk-btn--block { width: 100%; justify-content: center; }

/* ---------- Yellow tag (the one attention moment) ---------- */
.hk-tag-yellow {
  display: inline-block; background: var(--hk-gelb); color: #2a2730;
  font-family: var(--font-body); font-weight: 800; font-size: 13px; letter-spacing: .05em;
  padding: 8px 18px; transform: rotate(-5deg);
  box-shadow: 0 6px 16px rgba(120, 110, 0, .22);
}

/* ---------- Wave divider ---------- */
.wb-wave { display: block; width: 100%; height: 64px; color: var(--hk-lila); }
.wb-wave--flip { transform: scaleY(-1); }

/* =====================================================================
   TOP BANNER
   ===================================================================== */
.wb-banner {
  background: var(--hk-lila-800); color: #fff;
  text-align: center; font-size: 14px; font-weight: 600;
  padding: 11px 24px; letter-spacing: .01em;
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
}
.wb-banner a { color: #fff; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.wb-banner a:hover { color: var(--hk-gelb); }
.wb-banner__dot { opacity: .5; }

/* =====================================================================
   HEADER
   ===================================================================== */
.wb-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 14px 48px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hk-grau-200);
  position: sticky; top: 0; z-index: 50;
}
.wb-header__brand img { height: 50px; display: block; }
.wb-header__meta { display: flex; align-items: center; gap: 22px; }
.wb-header__date { font-size: 13px; color: var(--color-fg-muted); font-weight: 600; display: flex; align-items: center; gap: 7px; }
.wb-header__date b { color: var(--hk-lila-800); }

/* =====================================================================
   LAYOUT HELPERS
   ===================================================================== */
.wb-section { padding: 96px 48px; }
.wb-inner { max-width: 1160px; margin: 0 auto; }
.wb-inner--narrow { max-width: 820px; margin: 0 auto; }
.wb-head { text-align: center; max-width: 760px; margin: 0 auto 56px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.wb-head .hk-h1 { font-size: clamp(30px, 3.4vw, 46px); }
.wb-rule { width: 72px; height: 2px; background: var(--hk-lila-300); border: 0; margin: 0; }

.wb-bg-tint { background: var(--hk-lila-050); }
.wb-bg-rosa { background: linear-gradient(180deg, #fbf4f9 0%, #f6ebf3 100%); }

/* =====================================================================
   HERO
   ===================================================================== */
.wb-hero {
  position: relative;
  background:
    radial-gradient(900px 520px at 8% -10%, var(--hk-lila-100), transparent 60%),
    radial-gradient(900px 520px at 100% 10%, var(--hk-tuerkis-100), transparent 55%),
    #fff;
  padding: 64px 48px 0;
}
.wb-hero__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.04fr .96fr; gap: 60px; align-items: center;
  padding-bottom: 88px;
}
.wb-hero__copy { display: flex; flex-direction: column; gap: 22px; }
.wb-badge {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--hk-lila-800);
  border: 1.5px solid var(--hk-lila-200);
  padding: 9px 18px; border-radius: 999px;
  font-size: 13.5px; font-weight: 700; box-shadow: var(--shadow-xs);
}
.wb-hero__title { font-size: clamp(36px, 4.4vw, 60px); }
.wb-hero__sub { font-size: 21px; line-height: 1.5; color: var(--hk-lila-700); font-weight: 600; margin: 0; }
.wb-hero__second { font-size: 17px; line-height: 1.6; color: var(--color-fg-muted); margin: 0; max-width: 540px; }

/* fact bar */
.wb-facts { display: flex; flex-direction: column; gap: 2px; margin: 6px 0 4px; }
.wb-fact {
  display: flex; align-items: center; gap: 13px;
  padding: 12px 0; border-bottom: 1px dashed var(--hk-grau-200);
  font-size: 15.5px; color: var(--hk-grau-900); font-weight: 500;
}
.wb-fact:first-child { border-top: 1px dashed var(--hk-grau-200); }
.wb-fact__ico { font-size: 19px; line-height: 1; width: 26px; text-align: center; }
.wb-hero__cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 6px; }
.wb-hero__cta-note { font-size: 13px; color: var(--color-fg-subtle); }

/* hero media */
.wb-hero__media { position: relative; }
.wb-hero__photo {
  width: 100%; aspect-ratio: 5 / 4.2;
  background-size: cover; background-position: 30% 42%;
  border-radius: 28px; box-shadow: var(--shadow-xl);
}
.wb-hero__photo-frame { position: relative; padding: 0; }
.wb-starburst {
  position: absolute; top: -26px; right: -22px; z-index: 5;
  width: 116px; height: 116px;
  display: grid; place-items: center;
  color: var(--hk-tuerkis);
  filter: drop-shadow(0 10px 22px rgba(60,172,174,.42));
}
.wb-starburst > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.wb-starburst__label {
  position: relative; z-index: 2; color: #fff; text-align: center;
  font-family: var(--font-display); font-weight: 600; line-height: .98;
}
.wb-starburst__big { display: block; font-size: 34px; }
.wb-starburst__small { display: block; font-size: 11px; font-family: var(--font-body); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-top: 2px; }
.wb-hero__caption {
  position: absolute; left: 18px; bottom: 18px; z-index: 5;
  background: rgba(255,255,255,.93); backdrop-filter: blur(4px);
  border-radius: 14px; padding: 10px 16px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow-md); font-size: 13px; color: var(--hk-grau-900);
}
.wb-hero__caption img { height: 22px; }
.wb-hero__wave { color: var(--hk-lila); margin-top: -1px; }

/* =====================================================================
   PROBLEM SECTION
   ===================================================================== */
.wb-problem__list { display: flex; flex-direction: column; gap: 12px; max-width: 880px; margin: 0 auto; }
.wb-problem__item {
  display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start;
  background: #fff; border: 1px solid var(--hk-grau-200);
  border-radius: 16px; padding: 20px 24px; box-shadow: var(--shadow-xs);
  transition: box-shadow var(--dur-medium) var(--ease-out), transform var(--dur-medium) var(--ease-out);
}
.wb-problem__item:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.wb-problem__arrow {
  font-size: 20px; color: var(--hk-lila); font-weight: 700; line-height: 1.5;
  width: 34px; height: 34px; display: grid; place-items: center;
  background: var(--hk-lila-100); border-radius: 999px;
}
.wb-problem__item p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--hk-grau-900); }
.wb-callout {
  max-width: 880px; margin: 36px auto 0;
  background: linear-gradient(135deg, var(--hk-lila) 0%, var(--hk-lila-700) 100%);
  color: #fff; border-radius: 22px; padding: 36px 40px;
  box-shadow: var(--shadow-lila-glow); position: relative; overflow: hidden;
}
.wb-callout__heart { position: absolute; right: -20px; bottom: -28px; width: 180px; opacity: .14; }
.wb-callout p { margin: 0; font-size: 18px; line-height: 1.65; position: relative; z-index: 2; }
.wb-callout p strong { font-weight: 700; }

/* =====================================================================
   AGENDA
   ===================================================================== */
.wb-agenda__list { display: flex; flex-direction: column; gap: 18px; max-width: 920px; margin: 0 auto; }
.wb-agenda__item {
  display: grid; grid-template-columns: 96px 1fr; gap: 28px; align-items: start;
  background: #fff; border-radius: 20px; padding: 30px 34px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--hk-lila-300);
  transition: box-shadow var(--dur-medium) var(--ease-out), border-color var(--dur-medium) var(--ease-out);
}
.wb-agenda__item:hover { box-shadow: var(--shadow-md); border-left-color: var(--hk-lila); }
.wb-agenda__item--final { border-left-color: var(--hk-tuerkis); background: var(--hk-tuerkis-100); }
.wb-agenda__item--final:hover { border-left-color: var(--hk-tuerkis); }
.wb-agenda__num {
  font-family: var(--font-display); font-size: 52px; font-weight: 500;
  color: var(--hk-lila-300); line-height: .9; letter-spacing: -.03em;
}
.wb-agenda__item--final .wb-agenda__num { color: var(--hk-tuerkis-500); }
.wb-agenda__cta { display: flex; justify-content: center; margin-top: 38px; }
.wb-agenda__body h3 { font-size: 23px; margin: 6px 0 10px; }
.wb-agenda__body p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--color-fg-muted); }
.wb-agenda__final-pill {
  display: inline-block; margin-bottom: 8px;
  background: var(--hk-tuerkis); color: #fff; font-size: 11px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px;
}

/* =====================================================================
   RESULTS
   ===================================================================== */
.wb-results__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 920px; margin: 0 auto; }
.wb-result-card {
  background: #fff; border-radius: 20px; padding: 32px 32px 30px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--hk-grau-200);
  display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow var(--dur-medium) var(--ease-out), transform var(--dur-medium) var(--ease-out);
}
.wb-result-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.wb-result-card__ico {
  width: 54px; height: 54px; border-radius: 16px;
  background: var(--hk-lila-100); display: grid; place-items: center; font-size: 26px;
}
.wb-result-card h3 { font-size: 21px; }
.wb-result-card p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--color-fg-muted); }

/* =====================================================================
   SABINE
   ===================================================================== */
.wb-sabine__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; max-width: 1080px; margin: 0 auto; }
.wb-sabine__photo-wrap { position: relative; }
.wb-sabine__photo { width: 100%; display: block; }
.wb-sabine__zfu {
  position: absolute; right: 6px; bottom: 4px; z-index: 3;
  background: #fff; border-radius: 999px; width: 112px; height: 112px;
  display: grid; place-items: center; text-align: center;
  box-shadow: var(--shadow-lg); border: 1px solid var(--hk-grau-200);
}
.wb-sabine__zfu .zfu { font-family: var(--font-display); font-size: 26px; color: var(--hk-blau); font-weight: 700; line-height: 1; letter-spacing: -.02em; }
.wb-sabine__zfu small { display: block; font-size: 8.5px; font-weight: 700; color: var(--hk-blau); letter-spacing: .04em; margin-top: 3px; line-height: 1.2; }
.wb-sabine__copy { display: flex; flex-direction: column; gap: 16px; }
.wb-sabine__copy .hk-h1 { font-size: clamp(28px, 3vw, 40px); }
.wb-sabine__copy p { margin: 0; font-size: 16.5px; line-height: 1.7; color: var(--color-fg-muted); }
.wb-sabine__copy p strong { color: var(--hk-lila-800); }
.wb-signature {
  font-family: var(--font-display); font-style: italic; font-size: 26px;
  color: var(--hk-lila); margin-top: 6px;
}

/* =====================================================================
   ANMELDEFORMULAR
   ===================================================================== */
.wb-form-band { position: relative; background: var(--hk-lila); padding: 0 48px; overflow: hidden; }
.wb-form-band__bg-heart { position: absolute; left: -60px; top: -40px; width: 320px; opacity: .1; pointer-events: none; }
.wb-form-band__inner { max-width: 1040px; margin: 0 auto; padding: 88px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.wb-form-band__copy { color: #fff; display: flex; flex-direction: column; gap: 16px; }
.wb-form-band__copy .hk-eyebrow { color: var(--hk-rosa); }
.wb-form-band__copy .hk-h1 { color: #fff; font-size: clamp(30px, 3.4vw, 44px); }
.wb-form-band__copy .wb-subline { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.88); margin: 0; }
.wb-form-band__perks { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.wb-form-band__perk { display: flex; align-items: center; gap: 11px; font-size: 15px; color: #fff; }
.wb-form-band__perk svg { flex: none; color: var(--hk-gelb); }

.wb-form-card {
  background: #fff; border-radius: 24px; padding: 38px 36px;
  box-shadow: var(--shadow-xl);
}
.wb-form-card__title { font-family: var(--font-display); font-size: 24px; color: var(--hk-lila-900); margin: 0 0 4px; }
.wb-form-card__lead { font-size: 14px; color: var(--color-fg-muted); margin: 0 0 22px; }
.wb-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.wb-field label { font-size: 13px; font-weight: 700; color: var(--hk-grau-900); }
.wb-field label .req { color: var(--hk-lila); }
.wb-field label .opt { color: var(--color-fg-subtle); font-weight: 500; }
.wb-field input {
  font-family: var(--font-body); font-size: 15px; color: var(--hk-grau-900);
  padding: 13px 16px; border-radius: 12px; border: 1.5px solid var(--hk-grau-200);
  background: var(--hk-grau-050); outline: none;
  transition: border-color var(--dur-fast), background var(--dur-fast), box-shadow var(--dur-fast);
}
.wb-field input::placeholder { color: var(--hk-grau-500); }
.wb-field input:focus { border-color: var(--hk-lila); background: #fff; box-shadow: 0 0 0 4px var(--hk-lila-100); }
.wb-field input.wb-invalid { border-color: var(--color-error); background: #fdf3f3; }
.wb-field__err { font-size: 12px; color: var(--color-error); font-weight: 600; min-height: 0; }
.wb-form-card .hk-btn { margin-top: 6px; }
.wb-form-note { display: flex; align-items: flex-start; gap: 8px; justify-content: flex-start; font-size: 12.5px; line-height: 1.5; color: var(--color-fg-subtle); margin-top: 14px; text-align: left; }
.wb-form-note svg { flex: none; margin-top: 2px; }
.wb-form-note a { color: var(--hk-lila); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* =====================================================================
   FAQ
   ===================================================================== */
.wb-faq__list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.wb-faq__item { background: #fff; border: 1px solid var(--hk-grau-200); border-radius: 16px; overflow: hidden; transition: box-shadow var(--dur-medium) var(--ease-out); }
.wb-faq__item[data-open="true"] { box-shadow: var(--shadow-md); border-color: var(--hk-lila-200); }
.wb-faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 26px; font-family: var(--font-body); font-size: 17px; font-weight: 600; color: var(--hk-lila-900);
}
.wb-faq__q:hover { color: var(--hk-lila); }
.wb-faq__icon { flex: none; width: 26px; height: 26px; display: grid; place-items: center; color: var(--hk-lila); transition: transform var(--dur-medium) var(--ease-out); }
.wb-faq__item[data-open="true"] .wb-faq__icon { transform: rotate(45deg); }
.wb-faq__a { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease-out); }
.wb-faq__a-inner { padding: 0 26px 24px; font-size: 15.5px; line-height: 1.65; color: var(--color-fg-muted); }

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.wb-final { position: relative; background: linear-gradient(135deg, var(--hk-lila-700) 0%, var(--hk-lila) 55%, var(--hk-lila-600) 100%); padding: 96px 48px; overflow: hidden; }
.wb-final__inner { max-width: 760px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 20px; align-items: center; position: relative; z-index: 2; }
.wb-final .hk-h1 { color: #fff; font-size: clamp(30px, 3.6vw, 48px); }
.wb-final p { color: rgba(255,255,255,.9); font-size: 19px; line-height: 1.6; margin: 0; max-width: 600px; }
.wb-final__heart { position: absolute; z-index: 1; opacity: .1; }
.wb-final__heart--1 { left: -40px; top: -30px; width: 240px; }
.wb-final__heart--2 { right: -50px; bottom: -50px; width: 280px; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.wb-footer { background: var(--hk-grau-050); padding: 48px 48px 30px; border-top: 1px solid var(--hk-grau-200); }
.wb-footer__inner { max-width: 1160px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.wb-footer__logo { height: 48px; }
.wb-footer__copy { font-size: 13px; color: var(--color-fg-muted); }
.wb-footer__links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.wb-footer__links a { font-size: 13px; color: var(--hk-lila); text-decoration: none; font-weight: 600; }
.wb-footer__links a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* =====================================================================
   TESTIMONIALS — Webinar-Chat
   ===================================================================== */
.wb-chat {
  max-width: 680px; margin: 0 auto;
  background: #fff; border-radius: 22px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--hk-grau-200);
  overflow: hidden;
}
.wb-chat__bar {
  display: flex; align-items: center; gap: 8px;
  padding: 13px 18px; background: var(--hk-lila-900);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.wb-chat__dot { width: 11px; height: 11px; border-radius: 999px; flex: none; }
.wb-chat__bar-title {
  display: flex; align-items: center; gap: 8px;
  margin-left: 12px; color: #fff; font-size: 13.5px; font-weight: 600;
  font-family: var(--font-body);
}
.wb-chat__bar-title svg { opacity: .85; }
.wb-chat__live {
  margin-left: auto; display: flex; align-items: center; gap: 6px;
  color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em;
  background: rgba(255,255,255,.14); padding: 4px 10px; border-radius: 999px;
}
.wb-chat__live-dot { width: 7px; height: 7px; border-radius: 999px; background: #ff5f57; }
@media (prefers-reduced-motion: no-preference) {
  .wb-chat__live-dot { animation: wb-pulse 1.8s ease-in-out infinite; }
}
@keyframes wb-pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

.wb-chat__feed {
  padding: 26px 24px 20px;
  background:
    radial-gradient(circle at 18% 12%, var(--hk-lila-050), transparent 60%),
    #fff;
  display: flex; flex-direction: column; gap: 20px;
}
.wb-chat__msg { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.wb-chat__avatar {
  width: 42px; height: 42px; border-radius: 999px; flex: none;
  display: grid; place-items: center; color: #fff;
  font-family: var(--font-display); font-size: 20px; font-weight: 600;
  box-shadow: var(--shadow-xs);
}
.wb-chat__body { min-width: 0; }
.wb-chat__meta { display: flex; align-items: baseline; gap: 9px; margin-bottom: 5px; flex-wrap: wrap; }
.wb-chat__name { font-size: 14.5px; font-weight: 700; color: var(--hk-grau-900); }
.wb-chat__role { font-size: 12px; color: var(--hk-lila); font-weight: 600; }
.wb-chat__time { font-size: 11.5px; color: var(--color-fg-subtle); margin-left: auto; }
.wb-chat__bubble {
  background: var(--hk-lila-050); color: var(--hk-grau-900);
  border-radius: 4px 16px 16px 16px; padding: 13px 17px;
  font-size: 15px; line-height: 1.55; text-wrap: pretty;
  border: 1px solid var(--hk-lila-100);
}
.wb-chat__note {
  display: flex; align-items: center; gap: 8px; justify-content: center;
  margin-top: 8px; padding-top: 16px; border-top: 1px dashed var(--hk-grau-200);
  font-size: 12px; color: var(--color-fg-subtle); text-align: center;
}
.wb-chat__note svg { flex: none; }
@media (max-width: 640px) {
  .wb-chat__time { margin-left: 0; }
}

/* =====================================================================
   COOKIE BANNER
   ===================================================================== */
.wb-cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  display: flex; justify-content: center;
  padding: 18px 18px 22px; pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .wb-cookie__card { animation: wb-cookie-in .42s var(--ease-out) both; }
}
@keyframes wb-cookie-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.wb-cookie__card {
  pointer-events: auto;
  background: #fff; border-radius: 22px;
  box-shadow: 0 18px 50px rgba(77, 43, 72, .26);
  border: 1px solid var(--hk-lila-100);
  max-width: 760px; width: 100%;
  padding: 26px 30px 24px;
}
.wb-cookie__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.wb-cookie__heart { height: 30px; }
.wb-cookie__title { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--hk-lila-900); margin: 0; }
.wb-cookie__text { font-size: 14.5px; line-height: 1.6; color: var(--color-fg-muted); margin: 0 0 18px; }
.wb-cookie__text a { color: var(--hk-lila); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.wb-cookie__options { display: flex; flex-direction: column; gap: 4px; margin: 0 0 20px; border-top: 1px solid var(--hk-grau-200); }
.wb-cookie__opt {
  display: flex; align-items: center; gap: 18px;
  padding: 16px 4px; border-bottom: 1px solid var(--hk-grau-200);
  cursor: pointer;
}
.wb-cookie__opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.wb-cookie__opt-info { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.wb-cookie__opt-name { font-size: 15px; font-weight: 700; color: var(--hk-grau-900); }
.wb-cookie__opt-desc { font-size: 13px; line-height: 1.45; color: var(--color-fg-muted); }
.wb-cookie__toggle {
  flex: none; width: 46px; height: 26px; border-radius: 999px;
  background: var(--hk-grau-300); position: relative; transition: background var(--dur-fast);
}
.wb-cookie__toggle > span {
  position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 999px;
  background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: transform var(--dur-fast) var(--ease-out);
}
.wb-cookie__toggle--on { background: var(--hk-lila); }
.wb-cookie__toggle--on > span { transform: translateX(20px); }
.wb-cookie__toggle--locked { background: var(--hk-lila-300); }
.wb-cookie__opt--locked { cursor: default; }

.wb-cookie__actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }
.wb-cookie__btn { padding: 11px 20px; font-size: 14px; }

@media (max-width: 640px) {
  .wb-cookie { padding: 12px 12px 14px; }
  .wb-cookie__card { padding: 22px 20px 20px; border-radius: 20px; }
  .wb-cookie__actions { flex-direction: column-reverse; }
  .wb-cookie__btn { width: 100%; justify-content: center; }
}

/* =====================================================================
   THANK YOU SCREEN
   ===================================================================== */
.wb-thanks {
  min-height: 100vh;
  background:
    radial-gradient(800px 480px at 50% -8%, var(--hk-lila-100), transparent 62%),
    var(--hk-lila-050);
  display: flex; flex-direction: column; align-items: center;
  padding: 48px 24px 64px;
}
.wb-thanks__brand { margin-bottom: 40px; }
.wb-thanks__brand img { height: 56px; }
.wb-thanks__card {
  background: #fff; border-radius: 28px; box-shadow: var(--shadow-xl);
  max-width: 680px; width: 100%; padding: 52px 52px 46px; text-align: center;
  position: relative; overflow: hidden;
}
.wb-thanks__heart-mark { width: 64px; margin: 0 auto 18px; display: block; }
.wb-thanks__title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 46px); color: var(--hk-lila-900); margin: 0 0 10px; font-weight: 500; }
.wb-thanks__sub { font-size: 18px; color: var(--color-fg-muted); line-height: 1.5; margin: 0 auto 36px; max-width: 460px; }
.wb-steps { display: flex; flex-direction: column; gap: 16px; text-align: left; margin-bottom: 34px; }
.wb-step { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; background: var(--hk-lila-050); border-radius: 16px; padding: 20px 22px; }
.wb-step__num { width: 44px; height: 44px; border-radius: 999px; background: var(--hk-lila); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-size: 22px; font-weight: 600; }
.wb-step h3 { font-family: var(--font-body); font-size: 16px; font-weight: 700; color: var(--hk-lila-900); margin: 4px 0 5px; }
.wb-step p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--color-fg-muted); }
.wb-thanks__closing { font-size: 16.5px; line-height: 1.6; color: var(--hk-grau-900); margin: 0 0 8px; }
.wb-thanks__sign { font-family: var(--font-display); font-style: italic; font-size: 24px; color: var(--hk-lila); }
.wb-thanks__footer { margin-top: 36px; font-size: 12.5px; color: var(--color-fg-subtle); text-align: center; }
.wb-thanks__footer a { color: var(--hk-lila); text-decoration: none; }
.wb-thanks__footer a:hover { text-decoration: underline; }

/* =====================================================================
   FADE-IN ON SCROLL
   ===================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .wb-reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
  .wb-reveal.is-in { opacity: 1; transform: none; }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
  .wb-hero__inner { grid-template-columns: 1fr; gap: 36px; padding-bottom: 64px; }
  .wb-hero__media { order: -1; }
  .wb-sabine__grid { grid-template-columns: 1fr; gap: 36px; }
  .wb-sabine__photo-wrap { max-width: 380px; margin: 0 auto; }
  .wb-form-band__inner { grid-template-columns: 1fr; gap: 36px; }
  .wb-results__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wb-section { padding: 64px 22px; }
  .wb-hero { padding: 40px 22px 0; }
  .wb-header { padding: 12px 20px; }
  .wb-header__meta { display: none; }
  .wb-form-band { padding: 0 22px; }
  .wb-final { padding: 64px 22px; }
  .wb-agenda__item { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .wb-thanks__card { padding: 36px 24px; }
  .wb-step { grid-template-columns: 40px 1fr; gap: 14px; }
}
