/* ============================================================
   kundenstimmen.snorly.de — Styles
   Brand-Tokens aus 00_company/03_brand/tokens/design-tokens.json
   ============================================================ */

:root {
  --snorly-navy: #1B2D5D;
  --snorly-electric: #3C65FF;
  --snorly-periwinkle: #EDF0FA;
  --snorly-ghost: #F9F9F9;
  --snorly-white: #FFFFFF;
  --snorly-text-muted: #555555;
  --snorly-text-disabled: #999999;
  --snorly-border-subtle: rgba(27, 45, 93, 0.08);
  --snorly-border-default: rgba(27, 45, 93, 0.18);
  --snorly-whatsapp: #25D366;

  --shadow-md: 0 4px 8px rgba(27, 45, 93, 0.08);
  --shadow-lg: 0 12px 24px rgba(27, 45, 93, 0.12);
  --shadow-focus: 0 0 0 3px rgba(60, 101, 255, 0.25);

  --font-heading: 'Onest', system-ui, -apple-system, sans-serif;
  --font-body: 'Manrope', 'Inter', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: var(--font-body);
  background: var(--snorly-ghost);
  color: var(--snorly-navy);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--snorly-electric); }
a:focus-visible, button:focus-visible { outline: none; box-shadow: var(--shadow-focus); border-radius: 4px; }

/* Layout: zentrierte Spalte, auf Desktop als Karte */
.page {
  max-width: 560px;
  margin: 0 auto;
  background: var(--snorly-white);
  min-height: 100vh;
}
@media (min-width: 640px) {
  .page {
    margin: 32px auto;
    min-height: 0;
    border: 1px solid var(--snorly-border-subtle);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
  }
}

/* Header */
.site-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--snorly-border-subtle);
}
.site-head__logo { height: 22px; width: auto; }
.site-head__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--snorly-periwinkle);
  color: var(--snorly-electric);
  border-radius: 9999px;
  padding: 4px 12px;
}

/* Hero */
.hero { padding: 32px 20px 8px; }
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--snorly-electric);
  margin: 0 0 10px;
}
.hero h1 {
  font-family: var(--font-heading);
  font-feature-settings: "ss01";
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 14px;
}
.hero p { font-size: 16px; line-height: 1.55; color: var(--snorly-text-muted); margin: 0 0 8px; }
.hero p strong { color: var(--snorly-navy); }
.hero .hero__partner { font-size: 14px; }

/* Dankeschön-Kachel (Variante C + Navy-Rahmen + Gesamtwert-Pille) */
.gift { margin: 20px 20px 0; }
.gift__tile {
  border: 2px solid var(--snorly-navy);
  border-radius: 24px;
  background: var(--snorly-ghost);
  padding: 16px;
}
.gift__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.gift__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--snorly-electric);
}
.gift__total {
  font-size: 11.5px;
  font-weight: 700;
  background: var(--snorly-navy);
  color: var(--snorly-white);
  border-radius: 9999px;
  padding: 3px 11px;
  white-space: nowrap;
}
.gift__card {
  background: var(--snorly-white);
  border: 1px solid var(--snorly-border-default);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: var(--shadow-md);
  position: relative;
}
.gift__plusdot {
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: var(--snorly-electric);
  color: var(--snorly-white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -8px auto;
  position: relative;
  z-index: 2;
  border: 3px solid var(--snorly-ghost);
}
.gift__imgwrap { position: relative; flex: 0 0 auto; }
.gift__img { width: 84px; height: 84px; border-radius: 12px; object-fit: cover; }
.gift__free {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--snorly-electric);
  color: var(--snorly-white);
  border-radius: 9999px;
  padding: 2px 9px;
  font-size: 10.5px;
  font-weight: 800;
  font-family: var(--font-heading);
  white-space: nowrap;
}
.gift__free s { color: rgba(255, 255, 255, 0.65); margin-right: 4px; font-weight: 600; }
.gift__title {
  font-family: var(--font-heading);
  font-feature-settings: "ss01";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 3px;
}
.gift__sub { font-size: 12.5px; color: var(--snorly-text-muted); line-height: 1.45; margin: 0; }
.gift__voucher {
  font-family: var(--font-heading);
  font-feature-settings: "ss01";
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--snorly-electric);
  flex: 0 0 auto;
  width: 84px;
  text-align: center;
}
.gift__scarcity {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--snorly-text-muted);
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.45;
}
.gift__scarcity svg { flex: 0 0 auto; margin-top: 2px; }

/* Sections */
.section { padding: 28px 20px 4px; }
.section h2 {
  font-family: var(--font-heading);
  font-feature-settings: "ss01";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

/* Schritte */
.steps { display: flex; flex-direction: column; gap: 12px; }
.step { display: flex; gap: 12px; align-items: flex-start; }
.step__num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: var(--snorly-electric);
  color: var(--snorly-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.step__txt { font-size: 14.5px; line-height: 1.5; }
.step__txt strong { display: block; font-family: var(--font-heading); font-size: 15px; }

/* Fragen */
.question {
  background: var(--snorly-white);
  border: 1px solid var(--snorly-border-default);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 12px;
  box-shadow: var(--shadow-md);
}
.question__num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--snorly-electric);
  margin: 0 0 6px;
}
.question__text {
  font-family: var(--font-heading);
  font-feature-settings: "ss01";
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
.question__ex-label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--snorly-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 6px;
}
.question__ex { display: flex; flex-direction: column; gap: 6px; }
.question__ex span {
  font-size: 13px;
  line-height: 1.45;
  color: var(--snorly-navy);
  background: var(--snorly-periwinkle);
  border-radius: 10px;
  padding: 8px 12px;
  font-style: italic;
}
.question-note { font-size: 12.5px; color: var(--snorly-text-muted); line-height: 1.5; margin: 4px 0 0; }

/* Beispiel-Video */
.video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, var(--snorly-periwinkle), #dde4f7);
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__play {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
}
.video__caption { font-size: 13px; color: var(--snorly-text-muted); margin: 10px 0 0; line-height: 1.5; }

/* Tipps */
.tips { display: flex; flex-direction: column; gap: 9px; }
.tip { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.tip svg { flex: 0 0 auto; margin-top: 2px; }

/* CTA */
.cta {
  margin: 28px 20px;
  background: var(--snorly-navy);
  border-radius: 16px;
  padding: 26px 22px;
  text-align: center;
}
.cta h2 {
  font-family: var(--font-heading);
  font-feature-settings: "ss01";
  color: var(--snorly-white);
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 6px;
}
.cta__sub { color: var(--snorly-periwinkle); font-size: 13.5px; line-height: 1.5; margin: 0 0 18px; }
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 24px;
  border-radius: 9999px;
  background: var(--snorly-whatsapp);
  color: var(--snorly-white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: 0;
  transition: filter 180ms ease;
}
.btn-whatsapp:hover { filter: brightness(0.95); }
.cta__note { margin: 16px 0 0; color: rgba(255, 255, 255, 0.65); font-size: 12px; line-height: 1.5; }
.cta__note a { color: rgba(255, 255, 255, 0.85); }

/* Footer */
.site-foot {
  padding: 22px 20px 28px;
  border-top: 1px solid var(--snorly-border-subtle);
  text-align: center;
}
.site-foot a {
  font-size: 12.5px;
  color: var(--snorly-text-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 0 8px;
}
.site-foot__copy { font-size: 11.5px; color: var(--snorly-text-disabled); margin-top: 10px; }

/* Einwilligung-Seite */
.legal { padding: 26px 20px 30px; }
.legal h1 {
  font-family: var(--font-heading);
  font-feature-settings: "ss01";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 4px;
}
.legal__meta { font-size: 12px; color: var(--snorly-text-disabled); margin: 0 0 18px; }
.legal__block {
  margin-bottom: 16px;
  padding: 14px 16px;
  background: var(--snorly-ghost);
  border-radius: 12px;
  font-size: 13.5px;
  line-height: 1.6;
}
.legal__block strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 14px;
  margin-bottom: 4px;
}
.legal__wa {
  margin-top: 18px;
  border: 1.5px solid var(--snorly-electric);
  background: var(--snorly-periwinkle);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 13.5px;
  line-height: 1.55;
}
.back-link {
  font-size: 13px;
  color: var(--snorly-text-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
}
.back-link:hover { color: var(--snorly-navy); }
