/* ================================================================
   mybidet.de — v2 · nevernot-inspired
   Modern, feminine, soft pastels, sans-serif only, clean minimalism
   ================================================================ */

/* === A11y: Reduced Motion === */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* === A11y: Brand-Focus-Ring === */
:focus-visible {
  outline: 2px solid var(--brand-accent, #4face8);
  outline-offset: 2px;
  border-radius: 4px;
}
.btn:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible {
  outline-offset: 3px;
}

/* === Mobile Hyphenation für lange DE-Komposita === */
@media (max-width: 720px) {
  p,
  li,
  dd,
  blockquote {
    hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: anywhere;
  }
}

/* === Headlines: Wrap-Balance === */
h1,
h2,
h3,
.hero-display,
.hero-display-line,
.section-head h2,
.subhero h1 {
  text-wrap: balance;
}

/* === Form-Inputs: kein iOS Auto-Zoom === */
input,
textarea,
select {
  font-size: max(1rem, 16px);
}

:root {
  /* === FRESH WATER BRAND — multi-color, catchy, hydrating === */
  --bg: #ffffff;
  --surface: #ffffff;
  --cream: #fff9f0; /* barely-there warm cream */
  --cream-warm: #fef2e0;

  /* WATER family — primary accent, energy, freshness */
  --aqua: #3bc4b8; /* vibrant teal */
  --aqua-bright: #5eead4; /* splash highlight */
  --aqua-soft: #d1f4ee;
  --aqua-pale: #eafbf8;

  /* SKY family — trust, coolness, water */
  --sky: #7cc4f0;
  --sky-bright: #4fade8;
  --sky-soft: #dbeffa;
  --sky-pale: #eaf5fc;

  /* SUNSHINE — warmth, energy, catchy */
  --sunshine: #ffd166;
  --sunshine-soft: #fff0c7;
  --sunshine-pale: #fff8e0;

  /* CORAL — motherly warmth */
  --coral: #ff8c7a;
  --coral-soft: #ffd4cc;
  --coral-pale: #ffe8e2;

  /* LAVENDER — health, calm, premium */
  --lavender: #b5a8fc;
  --lavender-soft: #e3ddfe;
  --lavender-pale: #f0ebfe;

  /* INK / Navy */
  --ink: #0a2540;
  --ink-soft: #334155;
  --muted: #64748b;
  --navy-deep: #041028;

  /* Legacy aliases (so existing selectors still work) */
  --mint: #5eead4;
  --mint-mid: #3bc4b8;
  --mint-deep: #17a39a;
  --mint-ink: #0e7a75;
  --mint-pale: #eafbf8;
  --mint-soft: #d1f4ee;
  --rose: #ffb4a2;
  --rose-soft: #ffe5dd;

  --berry: #0e7a75; /* deep teal — primary accent text */
  --berry-deep: #0a5f5c;
  --berry-soft: #5eead4;
  --blush: #d1f4ee;
  --blush-soft: #eafbf8;

  --gold: #ffd166;

  --border: #e5e7eb;
  --border-soft: #f1f3f5;
  --border-strong: #cbd5e1;

  --max: 1280px;
  --max-prose: 680px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --radius: 8px;
  --radius-lg: 16px;

  --shadow-soft:
    0 2px 8px rgba(26, 26, 28, 0.04), 0 8px 24px -12px rgba(26, 26, 28, 0.08);
  --shadow-card:
    0 4px 16px -6px rgba(26, 26, 28, 0.08),
    0 16px 40px -20px rgba(26, 26, 28, 0.12);
  --shadow-deep: 0 24px 60px -24px rgba(26, 26, 28, 0.25);

  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --font-display:
    "Bricolage Grotesque", "Mona Sans", -apple-system, system-ui, sans-serif;
  --font-body: "DM Sans", "Inter", -apple-system, system-ui, sans-serif;
}

/* v5.8 audit fixes: reduce LCP/CLS risk and keep the desktop hero truly flush. */
@media (min-width: 981px) {
  body.home .hero-fullbleed > .container.hero-shell {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-inline: 0 !important;
  }

  body.home .hero-copy {
    margin-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + 1.5rem));
  }

  body.home .hero-stage {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: none !important;
  }

  body.home .hero-product {
    object-position: center center;
  }
}

@media (max-width: 720px) {
  body.home .hero-product {
    object-position: 68% 30%;
  }

  .calculator-results {
    top: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  overflow-x: clip;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
hr {
  border: 0;
  height: 1px;
  background: var(--border);
  margin: 2rem 0;
}
::selection {
  background: var(--blush);
  color: var(--ink);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: var(--tracking-tight);
  color: var(--ink);
  margin: 0 0 0.5em;
  line-height: 1.05;
  font-feature-settings: "ss01", "ss02";
}
h1 {
  font-size: clamp(2.4rem, 6.5vw, 5rem);
  letter-spacing: var(--tracking-tight);
  line-height: 1;
}
h2 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  letter-spacing: var(--tracking-tight);
}

h1,
h2 {
  overflow: visible;
}

:where(h1, h2, .hero-display) em,
.hero-display-line-accent,
.problem .stat {
  padding-inline-end: 0.2em;
  margin-inline-end: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  letter-spacing: -0.018em;
}
h4 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.005em;
}
p {
  margin: 0 0 1em;
  color: var(--ink-soft);
}
em,
i {
  font-style: italic;
  color: inherit;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  background: var(--blush-soft);
  border-radius: 999px;
}

.container {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--gutter);
}
section {
  padding-block: clamp(4rem, 8vw, 7rem);
  position: relative;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-min-height);
  padding: var(--btn-padding);
  border-radius: var(--btn-radius);
  font-family: var(--font-body);
  font-weight: var(--btn-font-weight);
  font-size: var(--btn-font-size);
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-color);
  box-shadow: 0 4px 14px -3px rgba(59, 196, 184, 0.45);
}
.btn-primary:hover {
  background: var(--btn-primary-bg-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -4px rgba(59, 196, 184, 0.55);
}
.btn-secondary {
  background: var(--btn-secondary-bg, transparent);
  color: var(--btn-secondary-color, var(--ink));
  border: 1px solid var(--btn-secondary-border, currentColor);
}
.btn-secondary:hover {
  background: var(--ink);
  color: var(--surface);
}
.hero-fullbleed,
.guide-hero,
.hero-overlay {
  --btn-secondary-bg: rgba(255, 255, 255, 0.08);
  --btn-secondary-color: #fff;
  --btn-secondary-border: rgba(255, 255, 255, 0.4);
}
.btn-ghost {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--border-strong);
}
.btn-ghost:hover {
  border-color: var(--ink);
  background: var(--cream);
}
.btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s var(--ease);
}
.btn:hover svg {
  transform: translateX(3px);
}

/* Hero-CTA — Desktop: 60px hoch, Mobile: 56px hoch (aus Default .btn) */
.hero-cta .btn,
.guide-hero-actions .btn,
.hero-fullbleed .hero-cta .btn {
  min-height: var(--btn-min-height-hero);
  padding-inline: 1.9rem;
}

@media (max-width: 720px) {
  .hero-cta .btn,
  .guide-hero-actions .btn {
    width: 100%;
    min-height: var(--btn-min-height);
    padding-inline: 1.4rem;
  }
}

/* body.home Hero-CTA spezifischer Schatten */
body.home .hero-cta .btn-primary {
  min-width: 14rem;
  box-shadow: 0 18px 38px -18px rgba(255, 122, 0, 0.75);
}

/* Drawer + Sticky CTAs */
.drawer-cta .btn,
.mobile-sticky-cta .btn {
  min-height: var(--btn-min-height-sticky);
  padding-inline: 1.2rem;
  font-weight: 700;
}

.announce {
  background: linear-gradient(
    90deg,
    var(--aqua) 0%,
    var(--sky-bright) 50%,
    var(--mint-deep) 100%
  );
  color: var(--surface);
  font-family: var(--font-body);
  font-size: 0.78rem;
  text-align: center;
  padding: 0.65rem 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.announce span {
  opacity: 0.7;
  margin-inline: 0.6rem;
}

header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 243, 0.92);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--border-soft);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
}
.logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.logo img {
  height: 30px;
  width: auto;
  filter: brightness(0) saturate(100%);
  transition: filter 0.3s var(--ease);
}
footer .brand img,
footer .logo img {
  filter: none;
}
footer .brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}
footer .brand img {
  height: 36px;
  width: auto;
}

.nav-menu {
  display: none;
  gap: clamp(0.85rem, 1.35vw, 1.65rem);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
}
.nav-menu a {
  color: var(--ink-soft);
  transition: color 0.2s ease;
  position: relative;
  padding-bottom: 3px;
}
.nav-menu a:hover,
.nav-menu a.active {
  color: var(--ink);
}
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--berry);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav-menu a:hover::after,
.nav-menu a.active::after {
  transform: scaleX(1);
}
.nav-actions {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
}
@media (min-width: 960px) {
  .nav-menu {
    display: inline-flex;
  }
}

.burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  margin-left: 0.4rem;
  transition: border-color 0.2s;
}
.burger:hover {
  border-color: var(--ink);
}
.burger span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  margin: 0 auto;
  transition:
    transform 0.3s var(--ease),
    opacity 0.2s ease;
}
.burger.open span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}
@media (min-width: 960px) {
  .burger {
    display: none;
  }
}

.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(88vw, 380px);
  background: var(--surface);
  z-index: 100;
  transform: translateX(110%);
  transition: transform 0.45s var(--ease);
  padding: 5rem 2rem 2rem;
  overflow-y: auto;
  box-shadow: -20px 0 60px -20px rgba(26, 26, 28, 0.25);
}
.drawer.open {
  transform: translateX(0);
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 28, 0.4);
  backdrop-filter: blur(3px);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.drawer nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.drawer nav a {
  padding: 0.9rem 0;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--ink);
  border-bottom: 1px solid var(--border-soft);
  letter-spacing: -0.02em;
}
.drawer nav a:last-of-type {
  border-bottom: 0;
}
.drawer-subnav {
  border-bottom: 1px solid var(--border-soft);
}
.drawer-subnav summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
  cursor: pointer;
  list-style: none;
}
.drawer-subnav summary::-webkit-details-marker {
  display: none;
}
.drawer-subnav summary::after {
  content: "↓";
  display: inline-grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  margin-left: 1rem;
  border-radius: 999px;
  background: rgba(10, 37, 64, 0.06);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: center;
  transition:
    transform 0.24s var(--ease),
    background 0.24s ease,
    color 0.24s ease;
}
.drawer-subnav[open] summary::after {
  background: rgba(255, 122, 0, 0.14);
  color: #ff7a00;
  transform: rotate(0deg);
}
.drawer-subnav-links {
  display: grid;
  gap: 0;
  padding: 0 0 0.7rem 0.85rem;
}
.drawer-subnav-links a {
  padding: 0.7rem 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--border-soft);
}
.drawer-subnav-links a:last-child {
  border-bottom: 0;
}
.drawer-subnav-links a.is-current {
  color: var(--ink);
}
.drawer-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  color: var(--ink);
}
.drawer-cta {
  margin-top: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hero {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--aqua-pale) 0%,
    var(--sky-pale) 60%,
    var(--bg) 100%
  );
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 50% 40% at 85% 10%,
      rgba(94, 234, 212, 0.3) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 60% 50% at 10% 95%,
      rgba(124, 196, 240, 0.25) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 40% 30% at 90% 80%,
      rgba(255, 209, 102, 0.15) 0%,
      transparent 55%
    );
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 8%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(94, 234, 212, 0.45) 0%,
    rgba(94, 234, 212, 0.1) 60%,
    transparent 100%
  );
  filter: blur(8px);
  animation: float-bubble 9s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes float-bubble {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }
  33% {
    transform: translate(-25px, -35px) scale(1.1);
    opacity: 1;
  }
  66% {
    transform: translate(15px, -15px) scale(0.95);
    opacity: 0.7;
  }
}

/* Bubble cluster on left */
.hero-bubbles {
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 1;
  pointer-events: none;
}
.hero-bubbles span {
  position: absolute;
  display: block;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(124, 196, 240, 0.5) 0%,
    rgba(124, 196, 240, 0.1) 70%,
    transparent 100%
  );
  border-radius: 50%;
  animation: float-bubble 11s ease-in-out infinite;
}
.hero-bubbles span:nth-child(1) {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  animation-delay: 0s;
}
.hero-bubbles span:nth-child(2) {
  width: 40px;
  height: 40px;
  top: -40px;
  left: 60px;
  animation-delay: -3s;
}
.hero-bubbles span:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 50px;
  left: 30px;
  animation-delay: -6s;
}

/* Section color rhythm — multi-color fresh palette */
.promise {
  background: var(--coral-pale);
}
.problems {
  background: var(--aqua-pale);
}
.compare {
  background: var(--sunshine-pale);
}
.pullquote {
  background: linear-gradient(
    135deg,
    var(--sky-pale) 0%,
    var(--aqua-pale) 100%
  );
}
.closeup {
  background: var(--lavender-pale);
}
.doctors {
  background: var(--lavender-soft);
}
.stages {
  background: var(--coral-pale);
}
.stores {
  background: var(--sunshine-pale);
}
.reviews {
  background: var(--aqua-pale);
}
.ratgeber {
  background: var(--sky-pale);
}
.faq {
  background: var(--bg);
}

/* Wave divider utility */
.wave-divider {
  position: relative;
  line-height: 0;
  margin-top: -1px;
  z-index: 2;
}
.wave-divider svg {
  width: 100%;
  height: 60px;
  display: block;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
}
@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.05fr 1fr;
  }
}
.hero-copy h1 {
  font-weight: 600;
  margin-bottom: 0.2em;
  line-height: 0.98;
}
.hero-copy h1 em {
  font-style: normal;
  background: linear-gradient(
    135deg,
    var(--aqua) 0%,
    var(--sky-bright) 50%,
    var(--coral) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-copy .flag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--mint-deep);
  background: var(--aqua-soft);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.3rem;
  border: 1px solid rgba(59, 196, 184, 0.25);
}
.hero-copy .flag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.3);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

.hero-lede {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 48ch;
  margin-top: 1.1em;
  margin-bottom: 2rem;
}
.hero-lede em {
  color: var(--ink);
  font-style: normal;
  font-weight: 600;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 2rem;
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem 1.3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--ink-soft);
  max-width: 38rem;
}
@media (min-width: 640px) {
  .hero-meta {
    grid-template-columns: repeat(4, auto);
    gap: 0.9rem 1.5rem;
  }
}
.hero-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.hero-meta .tick {
  width: 16px;
  height: 16px;
  background: var(--mint-deep);
  color: var(--surface);
  border-radius: 50%;
  font-size: 0.62rem;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
}
.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: var(--cream);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  isolation: isolate;
}

.carousel {
  position: absolute;
  inset: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y pinch-zoom;
}
.carousel-track {
  position: absolute;
  inset: 0;
  display: flex;
  transition: transform 0.6s var(--ease-out);
  will-change: transform;
  cursor: pointer;
}
.carousel-slide {
  flex: 0 0 100%;
  margin: 0;
  position: relative;
  background: linear-gradient(160deg, #1a2842 0%, #0d1628 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  pointer-events: none;
}
.carousel-slide::before,
.carousel-slide::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.carousel-slide::before {
  top: 0;
  right: 0;
  width: 42%;
  height: 22%;
  background: radial-gradient(
    ellipse 95% 100% at top right,
    #0d1628 0%,
    #0d1628 30%,
    rgba(13, 22, 40, 0.6) 60%,
    transparent 100%
  );
}
.carousel-slide::after {
  top: 0;
  left: 0;
  width: 36%;
  height: 18%;
  background: radial-gradient(
    ellipse 95% 100% at top left,
    #0d1628 0%,
    #0d1628 28%,
    rgba(13, 22, 40, 0.55) 55%,
    transparent 100%
  );
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition:
    background 0.25s ease,
    transform 0.3s var(--ease);
  z-index: 5;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.carousel-arrow:hover {
  background: var(--berry);
  color: var(--surface);
}
.carousel-arrow svg {
  width: 20px;
  height: 20px;
  display: block;
}
.carousel-prev {
  left: 0.8rem;
}
.carousel-next {
  right: 0.8rem;
}
.carousel-prev:hover {
  transform: translateY(-50%) translateX(-2px);
}
.carousel-next:hover {
  transform: translateY(-50%) translateX(2px);
}
.carousel-dots {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: rgba(26, 26, 28, 0.25);
  border: 0;
  cursor: pointer;
  transition:
    background 0.25s ease,
    width 0.35s var(--ease);
}
.carousel-dots button:hover {
  background: rgba(26, 26, 28, 0.5);
}
.carousel-dots button.is-active {
  background: var(--berry);
  width: 20px;
  border-radius: 6px;
}
.hero-visual .fig-caption {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 4;
  display: inline-flex;
  gap: 0.6rem;
  align-items: baseline;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--ink);
  max-width: calc(100% - 2.4rem);
  backdrop-filter: blur(8px);
}
.hero-visual .fig-caption em {
  color: var(--berry);
  font-weight: 600;
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-visual .fig-caption [data-carousel-caption] {
  color: var(--ink-soft);
  transition: opacity 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-visual .fig-caption [data-carousel-caption].fading {
  opacity: 0;
}

.retail {
  padding-block: 2.5rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.retail-label {
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.retail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.5rem;
  align-items: center;
  justify-items: center;
}
@media (min-width: 700px) {
  .retail-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.retail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.retail-item img {
  max-height: 100%;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.retail-item:hover {
  transform: translateY(-2px);
}
.retail-item:hover img {
  opacity: 1;
}

.promise {
  background: var(--bg);
}
.promise-head {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}
.promise-head p {
  font-size: 1.08rem;
  color: var(--ink-soft);
}
.promise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 700px) {
  .promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .promise-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.promise-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 2rem 1.7rem;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}
.promise-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.promise-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}
.promise-card p {
  font-size: 0.93rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
}
.promise-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--aqua-soft);
  border-radius: 50%;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  transition: transform 0.3s var(--ease);
}
.promise-card:nth-child(2) .promise-num {
  background: var(--coral-soft);
}
.promise-card:nth-child(3) .promise-num {
  background: var(--lavender-soft);
}
.promise-card:nth-child(4) .promise-num {
  background: var(--sunshine-soft);
}
.promise-card:hover .promise-num {
  transform: scale(1.1) rotate(-8deg);
}

.problems {
  background: var(--cream);
}
.problems-head {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
}
.problems-head p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 62ch;
  margin-inline: auto;
}
.problems-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 700px) {
  .problems-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1050px) {
  .problems-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
}
.problem {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--aqua), var(--sky-bright));
}
.problem:nth-child(2)::before {
  background: linear-gradient(90deg, var(--coral), var(--sunshine));
}
.problem:nth-child(3)::before {
  background: linear-gradient(90deg, var(--lavender), var(--sky));
}
.problem:nth-child(4)::before {
  background: linear-gradient(90deg, var(--sunshine), var(--coral));
}
.problem:nth-child(5)::before {
  background: linear-gradient(90deg, var(--sky-bright), var(--lavender));
}
.problem:nth-child(6)::before {
  background: linear-gradient(90deg, var(--mint-deep), var(--aqua));
}
.problem:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card);
}
.problem .tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--mint-deep);
  background: var(--aqua-soft);
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  align-self: flex-start;
}
.problem:nth-child(2) .tag {
  color: #b5502f;
  background: var(--coral-soft);
}
.problem:nth-child(3) .tag {
  color: #6b5fc7;
  background: var(--lavender-soft);
}
.problem:nth-child(4) .tag {
  color: #b5892f;
  background: var(--sunshine-soft);
}
.problem:nth-child(5) .tag {
  color: #2a6fa5;
  background: var(--sky-soft);
}
.problem h3 {
  font-size: 1.4rem;
  color: var(--ink);
  margin-bottom: 0.7rem;
  font-weight: 600;
}
.problem .stat {
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  margin: 0.3rem 0 0.8rem;
  letter-spacing: var(--tracking-tight);
  background: linear-gradient(135deg, var(--aqua) 0%, var(--mint-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.problem:nth-child(2) .stat {
  background: linear-gradient(135deg, var(--coral) 0%, #d85c42 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problem:nth-child(3) .stat {
  background: linear-gradient(135deg, var(--lavender) 0%, #8f7df5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problem:nth-child(4) .stat {
  background: linear-gradient(135deg, var(--sunshine) 0%, #e8a830 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problem:nth-child(5) .stat {
  background: linear-gradient(135deg, var(--sky) 0%, #2a6fa5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problem:nth-child(6) .stat {
  background: linear-gradient(135deg, var(--mint-deep) 0%, var(--aqua) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problem .stat small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
  margin-top: 0.4rem;
  text-transform: none;
}
.problem p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  flex: 1;
  line-height: 1.55;
}
.problem a.more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.2rem;
  font-family: var(--font-body);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.88rem;
  border-bottom: 2px solid var(--berry);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.25s;
}
.problem a.more:hover {
  color: var(--berry);
}

.closeup {
  background: var(--bg);
}
.closeup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .closeup-grid {
    grid-template-columns: 1fr 1.05fr;
  }
}
.closeup-visual {
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #1a2842 0%, #0d1628 100%);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.closeup-visual > img.product {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.closeup-seal {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 84px;
  height: 84px;
  background: var(--surface);
  border-radius: 50%;
  padding: 0.5rem;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  z-index: 2;
  transform: rotate(6deg);
}
.closeup-seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--border);
}
.feature-list li:last-child {
  border-bottom: 1px solid var(--border);
}
.feature-list .ico {
  width: 40px;
  height: 40px;
  background: var(--blush-soft);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--berry);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
}
.feature-list li:nth-child(2n) .ico {
  background: rgba(168, 213, 203, 0.35);
  color: var(--mint-ink);
}
.feature-list h3,
.feature-list h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.15rem;
  color: var(--ink);
}
.feature-list p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
}

.steps {
  background: var(--ink);
  color: var(--surface);
  position: relative;
  overflow: hidden;
}
.steps::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(44, 95, 84, 0.18) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(168, 213, 203, 0.12) 0%,
      transparent 45%
    );
  pointer-events: none;
}
.steps h2 {
  color: var(--surface);
}
.steps .eyebrow {
  color: var(--berry-soft);
  background: rgba(168, 213, 203, 0.15);
}
.steps-head {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
  position: relative;
}
.steps-head p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  position: relative;
}
@media (min-width: 800px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 1.8rem 1.6rem 2rem;
  transition:
    background 0.3s var(--ease),
    transform 0.3s var(--ease);
}
.step:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
}
.step-img {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1.3rem;
  background: #0f2740;
}
.step-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.step .n {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--berry-soft);
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.step h3 {
  color: var(--surface);
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}
.step p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  margin: 0;
  line-height: 1.55;
}

.doctors {
  background: var(--blush-soft);
  position: relative;
}
.doctors-head {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
}
.doctors-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}
@media (min-width: 800px) {
  .doctors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.doctor {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: var(--shadow-soft);
}
.doctor .spec {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--berry);
  background: var(--blush-soft);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
}
.doctor h3 {
  font-size: 1.15rem;
  margin-bottom: 0.7rem;
}
.doctor blockquote {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.4;
  margin: 0 0 1.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.doctor blockquote::before {
  content: "\201C";
  color: var(--berry);
  font-size: 1.5em;
  line-height: 0;
  position: relative;
  top: 0.3em;
  margin-right: 0.05em;
}
.doctor .who {
  margin-top: auto;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--border);
  padding-top: 1rem;
  width: 100%;
}
.doctor .who strong {
  color: var(--ink);
  font-weight: 600;
  display: block;
}
.doctor .pending {
  display: none;
}

.doc-note {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.doc-note a {
  background: linear-gradient(
    135deg,
    var(--aqua, #3bc4b8),
    var(--sky-bright, #4fade8)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-bottom: 2px solid var(--aqua, #3bc4b8);
  padding-bottom: 2px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.doc-note a:hover {
  opacity: 0.8;
}

.stages {
  background: var(--bg);
}
.stages-head {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
}
.stages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 700px) {
  .stages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1050px) {
  .stages-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stage {
  aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background: var(--cream);
  transition: transform 0.4s var(--ease);
}
.stage:hover {
  transform: translateY(-3px);
}
.stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stage .label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.3rem 1.2rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(26, 26, 28, 0.8) 100%
  );
  color: var(--surface);
}
.stage .label h3 {
  color: var(--surface);
  font-size: 1.2rem;
  margin: 0 0 0.15rem;
  font-weight: 500;
}
.stage .label p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  margin: 0;
}

.stores {
  background: var(--cream);
}
.stores-head {
  max-width: 820px;
  margin: 0 auto 3rem;
  text-align: center;
}
.stores-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 720px) {
  .stores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .stores-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.store {
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
  display: flex;
  flex-direction: column;
}
.store:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.store-logo-lg {
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
.store-logo-lg img {
  max-width: 55%;
  max-height: 45%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.4s var(--ease);
}
.store:hover .store-logo-lg img {
  transform: scale(1.05);
}
.store-logo-lg.tint-dm {
  background: linear-gradient(160deg, #fff8e5 0%, #feedc7 100%);
}
.store-logo-lg.tint-rossmann {
  background: linear-gradient(160deg, #fbeae8 0%, #f5d4cf 100%);
}
.store-logo-lg.tint-budni {
  background: linear-gradient(160deg, #e7eef6 0%, #c8d7e8 100%);
}
.store-logo-lg.tint-amazon {
  background: linear-gradient(160deg, #fdf1de 0%, #f8dba7 100%);
}
.store-body {
  padding: 1.4rem 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex: 1;
}
.store-region {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.store-info p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
}
.store-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.88rem;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.store-cta:hover {
  background: var(--ink);
  color: var(--surface);
}
.store-cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
}
.store-cta:hover svg {
  transform: translate(3px, -3px);
}

.reviews {
  background: var(--surface);
}
.reviews-head {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
}
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 720px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1050px) {
  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.review {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
}
.review .stars {
  color: var(--gold);
  font-size: 0.95rem;
  margin-bottom: 1rem;
  letter-spacing: var(--tracking-wide);
}
.review blockquote {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
  margin: 0 0 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.review blockquote em {
  color: var(--berry);
  font-style: normal;
  font-weight: 600;
}
.review .who {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.review .who strong {
  color: var(--ink);
  display: block;
  font-weight: 600;
}
.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.3rem 3rem;
  align-items: baseline;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}
.trust-bar .item {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--ink-soft);
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
}
.trust-bar .item strong {
  color: var(--berry);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ratgeber {
  background: var(--cream-warm);
}
.ratgeber-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 3rem;
}
.ratgeber-head > div {
  max-width: 640px;
}
.ratgeber-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}
@media (min-width: 720px) {
  .ratgeber-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1050px) {
  .ratgeber-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.article {
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}
.article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.article .cover {
  aspect-ratio: 16/10;
  position: relative;
  background: var(--cream);
  overflow: hidden;
}
.article-body {
  padding: 1.5rem 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.article .cat {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--berry);
  margin-bottom: 0.8rem;
}
.article h3 {
  font-size: 1.2rem;
  font-family: var(--font-display);
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing: -0.018em;
}
.article p {
  font-size: 0.93rem;
  color: var(--ink-soft);
  flex: 1;
  line-height: 1.55;
}
.article .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--muted);
}
.article .read {
  color: var(--berry);
  font-weight: 600;
}

.faq {
  background: var(--bg);
}
.faq-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 900px) {
  .faq-wrap {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child {
  border-top: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  gap: 1rem;
  transition: color 0.2s ease;
  letter-spacing: -0.015em;
}
.faq-q:hover {
  color: var(--berry);
}
.faq-q .plus {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cream);
  display: grid;
  place-items: center;
  font-family: var(--font-body);
  color: var(--ink);
  font-weight: 400;
  transition:
    transform 0.3s var(--ease),
    background 0.3s ease;
  font-size: 1.1rem;
}
.faq-item[open] .faq-q .plus {
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--aqua) 0%, var(--sky-bright) 100%);
  color: var(--surface);
}
.faq-a {
  padding: 0 0 1.6rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 62ch;
}

.final {
  background: linear-gradient(135deg, #0a2540 0%, #0e7a75 60%, #3bc4b8 100%);
  position: relative;
  overflow: hidden;
}
.final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(255, 209, 102, 0.15) 0%,
      transparent 45%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 140, 122, 0.12) 0%,
      transparent 45%
    );
  pointer-events: none;
}
.final-card {
  position: relative;
  z-index: 1;
}
.final-card {
  text-align: center;
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  color: var(--surface);
  max-width: 900px;
  margin: 0 auto;
}
.final-card h2 {
  color: var(--surface);
  max-width: 20ch;
  margin-inline: auto;
  font-weight: 500;
}
.final-card h2 em {
  color: var(--berry-soft);
  font-style: normal;
}
.final-card p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 52ch;
  margin: 0 auto 2rem;
  font-size: 1.02rem;
  line-height: 1.55;
}
.final-price {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 500;
  color: var(--berry-soft);
  line-height: 0.95;
  margin: 0.6rem 0 0.5rem;
  letter-spacing: var(--tracking-tight);
}
.final-price small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: var(--tracking-wide);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0.8rem;
}
.final-retailers {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  max-width: 720px;
  margin-inline: auto;
}
@media (min-width: 640px) {
  .final-retailers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .final-retailers {
    grid-template-columns: repeat(4, 1fr);
  }
}
.retailer-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 1rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--surface);
  font-family: var(--font-body);
  font-weight: 500;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s var(--ease);
}
.retailer-btn:hover {
  background: var(--berry);
  border-color: var(--berry);
  transform: translateY(-2px);
}
.retailer-btn img {
  height: 24px;
  max-width: 88px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.retailer-btn span {
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.news {
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.news-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 800px) {
  .news-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.news h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
.news form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media (min-width: 500px) {
  .news form {
    flex-direction: row;
  }
}
.news input[type="email"] {
  flex: 1;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink);
  outline: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.news input[type="email"]::placeholder {
  color: var(--muted);
}
.news input[type="email"]:focus {
  border-color: var(--berry);
  background: var(--surface);
}
.news .note {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.8rem;
}

footer.site {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 4rem 0 1.8rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 700px) {
  .foot-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
footer h3,
footer h4,
.footer-heading {
  display: block;
  color: var(--surface);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.92rem;
}
footer a {
  transition: color 0.2s;
}
footer a:hover {
  color: var(--berry-soft);
}
.foot-promise {
  font-size: 0.92rem;
  max-width: 40ch;
  line-height: 1.55;
}
.foot-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}
.foot-trust .chip {
  background: rgba(255, 255, 255, 0.06);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.76rem;
  color: var(--surface);
  font-weight: 500;
}
.foot-bottom {
  margin-top: 3rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
}
.foot-legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.3rem;
}

.compare {
  background: var(--surface);
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .compare-grid {
    grid-template-columns: 1fr 1.15fr;
  }
}
.compare-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.compare-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-caption {
  position: absolute;
  bottom: 1.3rem;
  left: 1.3rem;
  right: 1.3rem;
  background: rgba(26, 26, 28, 0.85);
  color: var(--surface);
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.35;
  backdrop-filter: blur(6px);
  z-index: 2;
}
.compare-copy .drop::first-letter {
  font-size: inherit;
  float: none;
  color: inherit;
  padding: 0;
}
.compare-list {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media (min-width: 520px) {
  .compare-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 2rem;
  }
}
.compare-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.4rem 0;
  font-size: 0.93rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.compare-list .bad {
  color: var(--berry);
  font-weight: 700;
  font-size: 1.05rem;
}
.compare-list .good {
  color: var(--mint-deep);
  font-weight: 700;
  font-size: 1.05rem;
}
.compare-list li h3,
.compare-list li h4 {
  display: inline;
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--ink);
}

.pullquote {
  background: var(--blush-soft);
}
.pullquote-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.pullquote blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.2vw, 2.8rem);
  line-height: 1.15;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 1.8rem;
  letter-spacing: var(--tracking-tight);
}
.pullquote blockquote em {
  color: var(--berry);
  font-style: normal;
  font-weight: 500;
}
.pullquote-who {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--ink-soft);
  justify-content: center;
}
.pullquote-who::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--ink-soft);
}
.pullquote-who strong {
  color: var(--ink);
  font-weight: 600;
}

.mark-under {
  position: relative;
  display: inline;
  color: var(--berry);
}

.drop-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: var(--muted);
  margin: 2rem 0;
  font-family: var(--font-body);
  font-size: 0.74rem;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-weight: 600;
}
.drop-divider::before,
.drop-divider::after {
  content: "";
  flex: 0 0 40px;
  height: 1px;
  background: var(--border-strong);
}

.subhero {
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.subhero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 80% 20%,
    var(--blush-soft) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.subhero .inner {
  max-width: 820px;
  position: relative;
}
.subhero .crumbs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--muted);
}
.subhero .crumbs a {
  color: var(--muted);
  transition: color 0.2s;
}
.subhero .crumbs a:hover {
  color: var(--ink);
}
.subhero .crumbs span {
  color: var(--border-strong);
  margin: 0 0.1rem;
}
.subhero h1 {
  font-size: var(--hero-h1-compact);
  margin-bottom: 1.1rem;
  letter-spacing: var(--tracking-tight);
  line-height: 1.02;
}
.subhero h1 em {
  font-style: normal;
  color: var(--berry);
}
.subhero .lede {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 58ch;
  margin-bottom: 1.8rem;
}
.subhero .lede em {
  color: var(--ink);
  font-style: normal;
  font-weight: 600;
}
.subhero .meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--muted);
  padding-top: 1.3rem;
  border-top: 1px solid var(--border);
}
.subhero .meta strong {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.72rem;
  display: inline-block;
  margin-right: 0.3rem;
}

.prose {
  max-width: var(--max-prose);
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}
.prose > * {
  margin-block: 0 1.3em;
}
.prose > p:first-of-type::first-letter {
  font-size: 1em;
  float: none;
  padding: 0;
  color: inherit;
}
.prose h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  margin-top: 2.3em;
  margin-bottom: 0.5em;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: var(--tracking-tight);
}
.prose h2::before {
  display: none;
}
.prose h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.8em;
  margin-bottom: 0.4em;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.prose p {
  font-size: 1.02rem;
  color: var(--ink-soft);
}
.prose ul,
.prose ol {
  padding-left: 1.4em;
  margin-bottom: 1.4em;
}
.prose ul {
  list-style: disc;
}
.prose ul li::before {
  display: none;
}
.prose ul li {
  padding-left: 0;
  margin-bottom: 0.5em;
}
.prose ol {
  list-style: decimal;
}
.prose ol li::before {
  display: none;
}
.prose ol li {
  padding-left: 0;
  counter-increment: none;
  margin-bottom: 0.5em;
}
.prose li {
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1.6;
}
.prose strong {
  color: var(--ink);
  font-weight: 600;
}
.prose em {
  font-style: italic;
  color: var(--ink);
}
.prose a {
  color: var(--berry);
  border-bottom: 1px solid var(--berry);
  padding-bottom: 1px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.prose a:hover {
  color: var(--berry-deep);
}
.prose blockquote {
  border: 0;
  padding: 1.6rem 0;
  margin: 2rem 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--ink);
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: 500;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.prose blockquote em {
  color: var(--berry);
  font-style: normal;
  font-weight: 500;
}
.prose .callout {
  background: var(--blush-soft);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.8rem;
  margin: 2rem 0;
}
.prose .callout h2,
.prose .callout h3,
.prose .callout h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--berry);
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}
.prose .callout p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.toc {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 1.7rem 1.8rem;
  margin: 2.5rem 0;
}
.toc h2,
.toc h3,
.toc h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--berry);
  margin: 0 0 1rem;
}
.toc ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
  counter-reset: toc;
}
.toc li {
  counter-increment: toc;
  padding: 0.55rem 0;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--border-soft);
}
.toc li::before {
  display: none;
}
.toc li:last-child {
  border: 0;
}
.toc li a {
  color: var(--ink-soft);
  display: inline-flex;
  align-items: baseline;
  gap: 0.8rem;
  border: 0;
}
.toc li a::before {
  content: none;
  display: none;
}
.toc li a:hover {
  color: var(--ink);
}

.sources {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.8rem;
  margin-top: 3rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.sources h3,
.sources h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 1rem;
}
.sources ol {
  padding-left: 1.3em;
  counter-reset: none;
}
.sources li {
  margin-bottom: 0.5em;
  font-size: 0.92rem;
  padding-left: 0;
}
.sources li::before {
  display: none;
}

.author {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.author-pic {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  background: var(--blush);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--berry);
  font-size: 1.1rem;
}
.author-info {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.author-info strong {
  color: var(--ink);
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
  font-weight: 600;
}

.prose-teaser {
  background: var(--ink);
  color: var(--surface);
  border-radius: var(--radius-lg);
  padding: 2rem 1.9rem;
  margin: 2.5rem 0;
  display: grid;
  gap: 1.2rem;
}
@media (min-width: 600px) {
  .prose-teaser {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }
}
.prose-teaser h3 {
  color: var(--surface);
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
  font-weight: 500;
}
.prose-teaser p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  margin: 0 0 1.2rem;
  line-height: 1.5;
}
.prose-teaser .retailers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.prose-teaser .retailers a {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--surface);
  font-weight: 500;
  transition: background 0.2s ease;
  border: 0;
}
.prose-teaser .retailers a:hover {
  background: var(--berry);
  color: var(--surface);
}

.sticky-cta {
  display: none;
}
@media (max-width: 960px) {
  .sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 48;
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom, 0));
    background: rgba(250, 246, 243, 0.96);
    backdrop-filter: saturate(140%) blur(10px);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    border-top: 1px solid var(--border);
    gap: 0.5rem;
    transform: translateY(110%);
    transition: transform 0.35s var(--ease);
    box-shadow: 0 -10px 30px -15px rgba(26, 26, 28, 0.15);
  }
  .sticky-cta.visible {
    transform: translateY(0);
  }
  .sticky-cta .btn {
    flex: 1;
    justify-content: center;
    padding: 0.85rem 0.8rem;
    font-size: 0.88rem;
    white-space: nowrap;
  }
  footer.site {
    padding-bottom: calc(4rem + env(safe-area-inset-bottom, 0));
  }
}

.reveal {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.7s var(--ease-out),
    transform 0.7s var(--ease-out);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Mobile overhaul */
@media (max-width: 720px) {
  body {
    font-size: 15.5px;
    line-height: 1.5;
  }
  section {
    padding-block: clamp(2.5rem, 7vw, 4rem);
  }
  h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.8rem);
  }
  h2 {
    font-size: clamp(1.45rem, 6.5vw, 2.1rem);
  }
  h3 {
    font-size: 1.1rem;
  }
  p {
    margin-bottom: 0.85em;
  }
  .container {
    padding-inline: 1.25rem;
  }
  /* Ensure the nav has generous side-padding so the logo never hits the edge */
  header.site .container {
    padding-inline: 1.5rem;
  }
  .announce {
    font-size: 0.68rem;
    padding: 0.5rem 0.8rem;
    letter-spacing: 0.02em;
  }
  .announce span {
    margin-inline: 0.3rem;
  }
  .nav {
    padding: 0.75rem 0;
  }
  .nav-actions .btn {
    padding: 0.55rem 0.95rem !important;
    font-size: 0.82rem !important;
  }
  .burger {
    width: 38px;
    height: 38px;
    margin-left: 0.3rem;
  }
  .burger span {
    width: 15px;
  }
  .drawer {
    padding: 4rem 1.5rem 1.5rem;
    width: min(85vw, 340px);
  }
  .drawer nav a {
    padding: 0.9rem 0;
    font-size: 1.15rem;
  }
  .drawer-close {
    top: 0.9rem;
    right: 0.9rem;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
  }
  .hero {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .hero-grid {
    gap: 1.5rem;
  }
  .hero-copy .flag {
    font-size: 0.62rem;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.9rem;
  }
  .hero-copy h1 {
    line-height: 1.02;
  }
  .hero-lede {
    font-size: 0.98rem;
    line-height: 1.5;
    margin-top: 0.9em;
    margin-bottom: 1.3rem;
  }
  .hero-cta {
    gap: 0.5rem;
    margin-bottom: 1.3rem;
  }
  .hero-meta {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 0.9rem;
    font-size: 0.78rem;
    padding-top: 1rem;
  }
  .hero-meta .tick {
    width: 14px;
    height: 14px;
    font-size: 0.58rem;
  }
  .hero-visual {
    aspect-ratio: 1 / 1;
    border-radius: var(--radius);
  }
  .carousel-arrow {
    width: 34px;
    height: 34px;
  }
  .carousel-arrow svg {
    width: 16px;
    height: 16px;
  }
  .carousel-prev {
    left: 0.5rem;
  }
  .carousel-next {
    right: 0.5rem;
  }
  .carousel-dots {
    bottom: 0.7rem;
    padding: 0.3rem 0.55rem;
    gap: 0.3rem;
  }
  .carousel-dots button {
    width: 6px;
    height: 6px;
  }
  .carousel-dots button.is-active {
    width: 16px;
  }
  .hero-visual .fig-caption {
    top: 0.7rem;
    left: 0.7rem;
    padding: 0.3rem 0.7rem;
    font-size: 0.66rem;
  }
  .hero-visual .fig-caption em {
    font-size: 0.62rem;
  }
  .retail {
    padding-block: 1.8rem;
  }
  .retail-label {
    font-size: 0.62rem;
    letter-spacing: var(--tracking-wide);
    margin-bottom: 1rem;
  }
  .retail-grid {
    gap: 1.2rem 1.5rem;
  }
  .retail-item {
    height: 28px;
  }
  .retail-item img {
    max-width: 95px;
  }
  .promise-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }
  .promise-card {
    padding: 1.2rem 1rem;
    border-radius: var(--radius);
  }
  .promise-card h3 {
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
  }
  .promise-card p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .promise-num {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
    margin-bottom: 0.7rem;
  }
  .problems-grid {
    gap: 0.8rem;
  }
  .problem {
    padding: 1.5rem 1.3rem;
    border-radius: var(--radius);
  }
  .problem .tag {
    font-size: 0.62rem;
    margin-bottom: 0.6rem;
    padding: 0.25rem 0.65rem;
  }
  .problem h3 {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .problem .stat {
    font-size: 1.9rem;
    margin: 0.15rem 0 0.5rem;
  }
  .problem .stat small {
    font-size: 0.72rem;
    margin-top: 0.25rem;
  }
  .problem p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .problem a.more {
    margin-top: 0.8rem;
    font-size: 0.82rem;
  }
  .compare-grid {
    gap: 2rem;
  }
  .compare-list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .compare-list li {
    font-size: 0.88rem;
  }
  .compare-caption {
    font-size: 0.82rem;
    padding: 0.7rem 0.9rem;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
  }
  .pullquote blockquote {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 1.2rem;
  }
  .pullquote-who {
    font-size: 0.8rem;
    gap: 0.6rem;
  }
  .pullquote-who::before {
    width: 24px;
  }
  .step {
    padding: 1.4rem 1.2rem 1.5rem;
  }
  .step-img {
    margin-bottom: 1rem;
  }
  .step .n {
    font-size: 1.2rem;
    margin-bottom: 0.35rem;
  }
  .step h3 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
  .step p {
    font-size: 0.88rem;
  }
  .doctor {
    padding: 1.5rem 1.3rem;
  }
  .doctor .spec {
    font-size: 0.62rem;
    margin-bottom: 1rem;
    padding: 0.3rem 0.65rem;
  }
  .doctor blockquote {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .stages-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }
  .stage {
    aspect-ratio: 4/5;
    border-radius: var(--radius);
  }
  .stage .label {
    padding: 0.8rem 0.8rem 0.7rem;
  }
  .stage .label h3 {
    font-size: 0.95rem;
  }
  .stage .label p {
    font-size: 0.72rem;
  }
  .store {
    border-radius: var(--radius);
  }
  .store-logo-lg {
    padding: 1.3rem;
  }
  .store-body {
    padding: 1.1rem 1.2rem 1.3rem;
    gap: 0.7rem;
  }
  .store-region {
    font-size: 0.62rem;
    letter-spacing: var(--tracking-wide);
  }
  .store-info p {
    font-size: 0.88rem;
    line-height: 1.45;
  }
  .store-cta {
    padding: 0.8rem 1rem;
    font-size: 0.84rem;
  }
  .review {
    padding: 1.5rem 1.3rem;
    border-radius: var(--radius);
  }
  .review blockquote {
    font-size: 1rem;
    line-height: 1.4;
  }
  .trust-bar {
    gap: 1rem 2rem;
    margin-top: 2rem;
    padding-top: 1.8rem;
  }
  .trust-bar .item {
    font-size: 0.82rem;
  }
  .trust-bar .item strong {
    font-size: 1.25rem;
  }
  .ratgeber-head {
    margin-bottom: 1.8rem;
    gap: 1rem;
  }
  .ratgeber-grid {
    gap: 1rem;
  }
  .article {
    border-radius: var(--radius);
  }
  .article-body {
    padding: 1.1rem 1.2rem 1.3rem;
  }
  .article h3 {
    font-size: 1.08rem;
    margin-bottom: 0.4rem;
  }
  .article p {
    font-size: 0.87rem;
    line-height: 1.45;
  }
  .article .cat {
    font-size: 0.62rem;
    margin-bottom: 0.6rem;
  }
  .article .meta {
    font-size: 0.78rem;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
  }
  .faq-wrap {
    gap: 1.5rem;
  }
  .faq-q {
    font-size: 1rem;
    padding: 1.2rem 0;
  }
  .faq-q .plus {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 0.95rem;
  }
  .faq-a {
    font-size: 0.9rem;
    padding: 0 0 1.3rem;
    line-height: 1.55;
  }
  .final-card {
    padding: 2.2rem 1.3rem;
  }
  .final-card h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }
  .final-price {
    font-size: 2.7rem;
    margin: 0.5rem 0 0.3rem;
  }
  .final-price small {
    font-size: 0.66rem;
    letter-spacing: var(--tracking-wide);
    margin-top: 0.5rem;
  }
  .final-card p {
    font-size: 0.95rem;
    margin-bottom: 1.3rem;
  }
  .final-retailers {
    margin-top: 1.4rem;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .retailer-btn {
    padding: 0.85rem 0.6rem;
    gap: 0.35rem;
  }
  .retailer-btn img {
    height: 22px;
  }
  .retailer-btn span {
    font-size: 0.7rem;
  }
  .news-wrap {
    gap: 1.5rem;
  }
  .news input[type="email"] {
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
  }
  footer.site {
    padding: 2.8rem 0 1.2rem;
  }
  .foot-grid {
    gap: 1.8rem;
  }
  footer h4 {
    font-size: 0.72rem;
    margin-bottom: 0.9rem;
  }
  footer ul {
    font-size: 0.87rem;
    gap: 0.5rem;
  }
  footer .brand img {
    height: 30px;
  }
  .foot-promise {
    font-size: 0.86rem;
  }
  .foot-trust .chip {
    font-size: 0.66rem;
    padding: 0.35rem 0.7rem;
  }
  .subhero {
    padding: 2.3rem 0 1.8rem;
  }
  .subhero h1 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
    margin-bottom: 0.9rem;
  }
  .subhero .lede {
    font-size: 0.98rem;
    line-height: 1.5;
    margin-bottom: 1.3rem;
  }
  .subhero .crumbs {
    font-size: 0.74rem;
    margin-bottom: 1.1rem;
  }
  .subhero .meta {
    font-size: 0.76rem;
    padding-top: 1rem;
    gap: 0.4rem 1rem;
  }
  .prose {
    font-size: 1rem;
    line-height: 1.6;
  }
  .prose p {
    font-size: 1rem;
  }
  .prose h2 {
    font-size: 1.45rem;
    margin-top: 1.8em;
    margin-bottom: 0.4em;
  }
  .prose h3 {
    font-size: 1.15rem;
    margin-top: 1.5em;
  }
  .prose blockquote {
    font-size: 1.2rem;
    padding: 1.2rem 0;
    margin: 1.7rem 0;
  }
  .prose .callout {
    padding: 1.1rem 1.2rem;
    margin: 1.7rem 0;
  }
  .prose-teaser {
    padding: 1.5rem 1.3rem;
    margin: 2rem 0;
  }
  .prose-teaser h3 {
    font-size: 1.2rem;
  }
  .prose-teaser p {
    font-size: 0.9rem;
  }
  .prose-teaser .retailers a {
    font-size: 0.74rem;
    padding: 0.4rem 0.75rem;
  }
  .toc {
    padding: 1.3rem 1.4rem;
    margin: 1.8rem 0;
  }
  .toc li {
    font-size: 0.9rem;
    padding: 0.45rem 0;
  }
  .sources {
    padding: 1.3rem 1.4rem;
    margin-top: 2rem;
    font-size: 0.86rem;
  }
  .author {
    margin-top: 2rem;
    padding-top: 1.5rem;
    gap: 1rem;
  }
  .author-pic {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    font-size: 1rem;
  }
  .author-info {
    font-size: 0.82rem;
  }
  .author-info strong {
    font-size: 0.98rem;
  }
}

@media (max-width: 380px) {
  .hero-cta {
    flex-direction: column;
  }
  .hero-cta .btn {
    width: 100%;
  }
  .promise-grid {
    grid-template-columns: 1fr;
  }
  .stages-grid {
    grid-template-columns: 1fr;
  }
  .final-retailers {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   FANCY WATER UPGRADE — more depth, more motion, more mobile love
   ================================================================ */

/* ---------- 1. LAYERED WATER BACKGROUNDS ---------- */
/* Every colored section gets radial layers so it feels fluid, not flat */

.hero {
  background:
    radial-gradient(
      ellipse 60% 45% at 10% 5%,
      rgba(94, 234, 212, 0.38) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 70% 55% at 95% 30%,
      rgba(124, 196, 240, 0.32) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 80% 60% at 50% 110%,
      rgba(181, 168, 252, 0.28) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, #eafbf8 0%, #eaf5fc 45%, #f0ebfe 100%);
}
.hero::before {
  display: none;
}

/* Upgrade bubbles: bigger, more of them, multi-color */
.hero::after {
  top: 8%;
  right: 5%;
  width: 180px;
  height: 180px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(94, 234, 212, 0.55) 0%,
    rgba(94, 234, 212, 0.15) 55%,
    transparent 100%
  );
  filter: blur(10px);
  animation: float-bubble 10s ease-in-out infinite;
}
.hero-bubbles span:nth-child(1) {
  width: 90px;
  height: 90px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(124, 196, 240, 0.55) 0%,
    rgba(124, 196, 240, 0.12) 60%,
    transparent 100%
  );
}
.hero-bubbles span:nth-child(2) {
  width: 55px;
  height: 55px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 209, 102, 0.5) 0%,
    rgba(255, 209, 102, 0.1) 60%,
    transparent 100%
  );
}
.hero-bubbles span:nth-child(3) {
  width: 110px;
  height: 110px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(181, 168, 252, 0.45) 0%,
    rgba(181, 168, 252, 0.1) 60%,
    transparent 100%
  );
}

/* Subtle gradient animation on the hero H1 "em" */
.hero-copy h1 em {
  background: linear-gradient(
    110deg,
    var(--aqua) 0%,
    var(--sky-bright) 30%,
    var(--lavender) 55%,
    var(--coral) 80%,
    var(--aqua) 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
}
@keyframes shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

/* Glassmorphism on hero visual */
.hero-visual {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 50px -20px rgba(10, 37, 64, 0.25),
    0 8px 20px -8px rgba(59, 196, 184, 0.25);
}

/* Upgrade colored sections with layered radial gradients */
.promise {
  background:
    radial-gradient(
      ellipse 70% 50% at 10% 0%,
      rgba(255, 140, 122, 0.12) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 60% 40% at 95% 100%,
      rgba(255, 209, 102, 0.15) 0%,
      transparent 50%
    ),
    linear-gradient(180deg, #ffe8e2 0%, #fff8e0 100%);
}
.problems {
  background:
    radial-gradient(
      ellipse 80% 60% at 50% 0%,
      rgba(94, 234, 212, 0.18) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 70% 50% at 100% 80%,
      rgba(124, 196, 240, 0.15) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #eafbf8 0%, #eaf5fc 100%);
}
.compare {
  background:
    radial-gradient(
      ellipse 60% 50% at 0% 20%,
      rgba(255, 209, 102, 0.2) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 70% 40% at 100% 100%,
      rgba(255, 140, 122, 0.12) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #fff8e0 0%, #ffe8e2 100%);
}
.pullquote {
  background:
    radial-gradient(
      ellipse 70% 55% at 100% 0%,
      rgba(124, 196, 240, 0.25) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 55% 40% at 0% 100%,
      rgba(94, 234, 212, 0.2) 0%,
      transparent 50%
    ),
    linear-gradient(135deg, #dbeffa 0%, #d1f4ee 100%);
}
.closeup {
  background:
    radial-gradient(
      ellipse 70% 55% at 5% 10%,
      rgba(181, 168, 252, 0.18) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 60% 45% at 100% 100%,
      rgba(124, 196, 240, 0.18) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #f0ebfe 0%, #eaf5fc 100%);
}
.doctors {
  background:
    radial-gradient(
      ellipse 60% 50% at 100% 20%,
      rgba(181, 168, 252, 0.28) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 50% 40% at 0% 100%,
      rgba(94, 234, 212, 0.18) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #e3ddfe 0%, #f0ebfe 100%);
}
.stages {
  background:
    radial-gradient(
      ellipse 70% 55% at 5% 0%,
      rgba(255, 140, 122, 0.18) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 60% 45% at 100% 100%,
      rgba(255, 209, 102, 0.15) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #ffe8e2 0%, #fff8e0 100%);
}
.stores {
  background:
    radial-gradient(
      ellipse 75% 55% at 50% 0%,
      rgba(255, 209, 102, 0.22) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 55% 45% at 100% 100%,
      rgba(94, 234, 212, 0.15) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #fff8e0 0%, #fff9f0 100%);
}
.reviews {
  background:
    radial-gradient(
      ellipse 70% 50% at 0% 10%,
      rgba(94, 234, 212, 0.2) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 60% 45% at 100% 100%,
      rgba(255, 209, 102, 0.12) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #eafbf8 0%, #d1f4ee 100%);
}
.ratgeber {
  background:
    radial-gradient(
      ellipse 70% 55% at 100% 0%,
      rgba(124, 196, 240, 0.25) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 55% 45% at 0% 100%,
      rgba(181, 168, 252, 0.18) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #eaf5fc 0%, #f0ebfe 100%);
}
.faq {
  background:
    radial-gradient(
      ellipse 60% 40% at 50% 0%,
      rgba(94, 234, 212, 0.1) 0%,
      transparent 60%
    ),
    var(--bg);
}

/* ---------- 2. GLASS CARDS — premium feel ---------- */

.promise-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.9) inset,
    0 8px 24px -12px rgba(10, 37, 64, 0.12);
}
.promise-card:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 1) inset,
    0 20px 40px -16px rgba(10, 37, 64, 0.2),
    0 0 0 1px rgba(59, 196, 184, 0.25);
}
.promise-num {
  width: 64px;
  height: 64px;
  font-size: 1.9rem;
  box-shadow: 0 8px 16px -6px rgba(59, 196, 184, 0.3);
}
.promise-card:nth-child(1) .promise-num {
  background: linear-gradient(
    135deg,
    var(--aqua-soft) 0%,
    var(--aqua-bright) 100%
  );
}
.promise-card:nth-child(2) .promise-num {
  background: linear-gradient(135deg, var(--coral-soft) 0%, var(--coral) 100%);
  box-shadow: 0 8px 16px -6px rgba(255, 140, 122, 0.35);
}
.promise-card:nth-child(3) .promise-num {
  background: linear-gradient(
    135deg,
    var(--lavender-soft) 0%,
    var(--lavender) 100%
  );
  box-shadow: 0 8px 16px -6px rgba(181, 168, 252, 0.35);
}
.promise-card:nth-child(4) .promise-num {
  background: linear-gradient(
    135deg,
    var(--sunshine-soft) 0%,
    var(--sunshine) 100%
  );
  box-shadow: 0 8px 16px -6px rgba(255, 209, 102, 0.35);
}

.problem {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px -12px rgba(10, 37, 64, 0.12);
}
.problem::before {
  height: 5px;
}
.problem:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 24px 50px -16px rgba(10, 37, 64, 0.2),
    0 0 0 1px rgba(59, 196, 184, 0.3);
  transform: translateY(-6px);
}

.doctor {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
}
.doctor::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, var(--lavender) 0%, var(--aqua) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.doctor:hover::before {
  opacity: 1;
}
.doctor .spec {
  background: linear-gradient(
    135deg,
    var(--lavender-soft) 0%,
    var(--aqua-soft) 100%
  );
  color: var(--mint-deep);
}
.doctor:nth-child(2) .spec {
  background: linear-gradient(
    135deg,
    var(--coral-soft) 0%,
    var(--sunshine-soft) 100%
  );
  color: #b5502f;
}
.doctor:nth-child(3) .spec {
  background: linear-gradient(
    135deg,
    var(--sky-soft) 0%,
    var(--lavender-soft) 100%
  );
  color: #2a6fa5;
}

.review {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 28px -12px rgba(10, 37, 64, 0.12);
  position: relative;
  overflow: hidden;
}
.review::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(94, 234, 212, 0.25) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.review:nth-child(2)::after {
  background: radial-gradient(
    circle,
    rgba(255, 140, 122, 0.22) 0%,
    transparent 70%
  );
}
.review:nth-child(3)::after {
  background: radial-gradient(
    circle,
    rgba(181, 168, 252, 0.22) 0%,
    transparent 70%
  );
}

/* ---------- 3. SVG WAVE DIVIDERS ---------- */

.wave-top,
.wave-bot {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  line-height: 0;
}
.wave-top {
  top: -1px;
  transform: scaleY(-1);
}
.wave-bot {
  bottom: -1px;
}
.wave-top svg,
.wave-bot svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ---------- 4. ANIMATED FLOATING BUBBLES DECOR ---------- */

.bubble-decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.55;
  z-index: 0;
}
.bubble-decor.b1 {
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(94, 234, 212, 0.6),
    rgba(94, 234, 212, 0.05)
  );
  animation: float-bubble 9s ease-in-out infinite;
}
.bubble-decor.b2 {
  width: 50px;
  height: 50px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(124, 196, 240, 0.6),
    rgba(124, 196, 240, 0.05)
  );
  animation: float-bubble 12s ease-in-out -4s infinite;
}
.bubble-decor.b3 {
  width: 110px;
  height: 110px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(181, 168, 252, 0.45),
    rgba(181, 168, 252, 0.05)
  );
  animation: float-bubble 14s ease-in-out -7s infinite;
}
.bubble-decor.b4 {
  width: 65px;
  height: 65px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 209, 102, 0.5),
    rgba(255, 209, 102, 0.05)
  );
  animation: float-bubble 11s ease-in-out -2s infinite;
}

/* ---------- 5. ENHANCED EYEBROW & CTAs ---------- */

.eyebrow {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--mint-deep);
  box-shadow: 0 4px 12px -4px rgba(10, 37, 64, 0.1);
  padding: 0.45rem 1rem;
}

/* ---------- 6. STICKY MOBILE BOTTOM CTA (always-visible) ---------- */

.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-top: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 -10px 30px -12px rgba(10, 37, 64, 0.18);
  z-index: 40;
  transform: translateY(110%);
  transition: transform 0.4s var(--ease-out);
}
.mobile-sticky-cta.show {
  transform: translateY(0);
}
.mobile-sticky-cta .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
}
.mobile-sticky-cta .price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  color: var(--ink);
}
.mobile-sticky-cta .price small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  color: var(--muted);
  margin-top: 0.2rem;
  font-weight: 400;
}
/* ---------- 7. FEATURE-LIST ICO with color rotation ---------- */

.feature-list .ico {
  width: 44px;
  height: 44px;
  background: linear-gradient(
    135deg,
    var(--aqua-soft) 0%,
    var(--aqua-bright) 100%
  );
  color: var(--mint-deep);
  font-size: 0.95rem;
  box-shadow: 0 4px 10px -3px rgba(59, 196, 184, 0.35);
}
.feature-list li:nth-child(2) .ico {
  background: linear-gradient(
    135deg,
    var(--sky-soft) 0%,
    var(--sky-bright) 100%
  );
  color: #fff;
  box-shadow: 0 4px 10px -3px rgba(124, 196, 240, 0.4);
}
.feature-list li:nth-child(3) .ico {
  background: linear-gradient(
    135deg,
    var(--lavender-soft) 0%,
    var(--lavender) 100%
  );
  color: #fff;
  box-shadow: 0 4px 10px -3px rgba(181, 168, 252, 0.4);
}
.feature-list li:nth-child(4) .ico {
  background: linear-gradient(
    135deg,
    var(--sunshine-soft) 0%,
    var(--sunshine) 100%
  );
  color: #8f6810;
  box-shadow: 0 4px 10px -3px rgba(255, 209, 102, 0.4);
}

/* ---------- 8. STAGES: gradient borders on hover ---------- */

.stage {
  box-shadow: 0 12px 30px -12px rgba(10, 37, 64, 0.2);
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
}
.stage:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: 0 24px 48px -16px rgba(10, 37, 64, 0.28);
}
.stage .label {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(10, 37, 64, 0.55) 50%,
    rgba(10, 37, 64, 0.85) 100%
  );
  backdrop-filter: blur(2px);
}

/* ---------- 9. STORE CARDS: glass + gradient tint per retailer ---------- */

.store {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  overflow: hidden;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}
.store:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -14px rgba(10, 37, 64, 0.18);
}

/* ---------- 10. FINAL CTA — BOLD water gradient hero ---------- */

.final {
  background:
    radial-gradient(
      ellipse 70% 50% at 10% 0%,
      rgba(94, 234, 212, 0.35) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 80% 60% at 100% 100%,
      rgba(181, 168, 252, 0.3) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 60% 50% at 50% 50%,
      rgba(124, 196, 240, 0.25) 0%,
      transparent 55%
    ),
    linear-gradient(135deg, #0a2540 0%, #041028 60%, #0e7a75 100%);
  position: relative;
  overflow: hidden;
}
.final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(94, 234, 212, 0.15) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(181, 168, 252, 0.12) 0%,
      transparent 40%
    );
  pointer-events: none;
}
.final-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.final-card h2 {
  color: #fff;
}
.final-card p {
  color: rgba(255, 255, 255, 0.85);
}
.final-price {
  color: #fff;
}
.final-price small {
  color: rgba(255, 255, 255, 0.75);
}
.retailer-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition:
    background 0.25s,
    transform 0.25s,
    border-color 0.25s;
}
.retailer-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(94, 234, 212, 0.5);
  transform: translateY(-2px);
}

/* ---------- 11. CAROUSEL DOTS — prettier ---------- */

.carousel-dots button.is-active {
  background: linear-gradient(90deg, var(--aqua), var(--sky-bright));
  box-shadow: 0 0 0 3px rgba(94, 234, 212, 0.25);
}

/* ---------- 12. MOBILE — bigger, bolder, more tappable ---------- */

@media (max-width: 720px) {
  h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
    font-weight: 600;
    letter-spacing: var(--tracking-tight);
    text-wrap: balance;
  }
  h2 {
    font-size: clamp(1.6rem, 7vw, 2rem);
    font-weight: 600;
    text-wrap: balance;
  }
  .hero {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .hero-copy h1 {
    line-height: 0.98;
    letter-spacing: var(--tracking-tight);
  }
  .hero-lede {
    font-size: 1.02rem;
    line-height: 1.55;
  }
  .eyebrow {
    font-size: 0.66rem;
    padding: 0.4rem 0.9rem;
  }
  .promise-card {
    padding: 1.3rem 1rem 1.4rem;
  }
  .promise-num {
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
  }
  .promise-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }
  .promise-card p {
    font-size: 0.85rem;
  }
  .problem {
    padding: 1.7rem 1.4rem;
  }
  .problem .stat {
    font-size: 2.3rem;
  }
  .problem h3 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .review {
    padding: 1.7rem 1.4rem;
  }
  .review blockquote {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .doctor {
    padding: 1.8rem 1.5rem;
  }
  .doctor blockquote {
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.35;
  }
  .stages-grid {
    gap: 0.9rem;
  }
  .stage {
    aspect-ratio: 3/4;
    border-radius: 14px;
  }
  .stage .label h3 {
    font-size: 1.05rem;
    font-weight: 600;
  }
  .stage .label p {
    font-size: 0.78rem;
  }
  .final-card {
    padding: 2.5rem 1.4rem;
    border-radius: 18px;
  }
  .final-price {
    font-size: 3rem;
    font-weight: 600;
  }
  .final-retailers {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
  .retailer-btn {
    min-height: 52px;
    padding: 0.85rem 0.7rem;
  }
  .btn {
    min-height: 48px;
  }
  .faq-q {
    font-size: 1rem;
    font-weight: 600;
    min-height: 56px;
  }
  .faq-q .plus {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .mobile-sticky-cta {
    display: block;
  }
body.has-sticky-cta {
  padding-bottom: calc(var(--sticky-cta-height) + 12px);
}

body.home.has-sticky-cta {
  --sticky-cta-height: 78px;
}

body.guide-page.has-sticky-cta {
  --sticky-cta-height: 92px;
}
}

/* ---------- 13. REDUCE MOTION ---------- */

@media (prefers-reduced-motion: reduce) {
  .hero-copy h1 em {
    animation: none;
  }
  .bubble-decor {
    animation: none;
  }
  .hero::after {
    animation: none;
  }
}

/* ================================================================
   PROFESSIONAL ICON SYSTEM — custom stroke SVGs, no emojis
   ================================================================ */

/* Base icon: inline with text (eyebrow, flag, spec) */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.15em;
  flex-shrink: 0;
}

/* Eyebrow adopts flex so icon + label align */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.eyebrow .icon {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

/* Promise cards: big icon in gradient circle — replaces emoji entirely */
.promise-num {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  position: relative;
}
.promise-num svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: relative;
  z-index: 1;
  transition: transform 0.35s var(--ease);
}
.promise-card:hover .promise-num svg {
  transform: scale(1.12) rotate(-6deg);
}
.promise-card:nth-child(1) .promise-num svg {
  stroke: #0e7a75;
}
.promise-card:nth-child(2) .promise-num svg {
  stroke: #b5502f;
}
.promise-card:nth-child(3) .promise-num svg {
  stroke: #6b5fc7;
}
.promise-card:nth-child(4) .promise-num svg {
  stroke: #8f6810;
}

/* Doctor specs: text-only, clean clinical look — no icon needed */
.doctor .spec {
  letter-spacing: var(--tracking-wide);
}

/* Hero flag: remove extra emoji space — let the pulsing dot do the work */
.hero-copy .flag {
  gap: 0.6rem;
}

/* Hero "tick" checkmark — replace character with crisp SVG */
.hero-meta .tick {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--aqua) 0%, var(--mint-deep) 100%);
  font-size: 0; /* hide any fallback text */
  position: relative;
  box-shadow: 0 2px 4px -1px rgba(59, 196, 184, 0.4);
}
.hero-meta .tick::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Final CTA eyebrow keeps its inline color override */
.final .eyebrow .icon {
  stroke: var(--mint);
}

/* Mobile adjustments */
@media (max-width: 720px) {
  .promise-num {
    width: 56px;
    height: 56px;
  }
  .promise-num svg {
    width: 24px;
    height: 24px;
  }
  .eyebrow .icon {
    width: 12px;
    height: 12px;
  }
}

/* ================================================================
   STEPS SECTION — light water theme, matches rest of page
   ================================================================ */

/* Override dark navy → soft water gradient */
.steps {
  background:
    radial-gradient(
      ellipse 70% 55% at 10% 0%,
      rgba(94, 234, 212, 0.22) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 65% 50% at 100% 100%,
      rgba(124, 196, 240, 0.22) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 50% 40% at 50% 50%,
      rgba(181, 168, 252, 0.15) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #eafbf8 0%, #eaf5fc 50%, #f0ebfe 100%);
  color: var(--ink);
}
.steps::before {
  display: none;
}
.steps h2 {
  color: var(--ink);
}
.steps-head p {
  color: var(--ink-soft);
}

/* Steps eyebrow inherits global glass style — no override needed */
.steps .eyebrow {
  color: var(--mint-deep);
  background: rgba(255, 255, 255, 0.85);
}

/* Glass step cards */
.step {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 30px -14px rgba(10, 37, 64, 0.14);
  padding: 1.2rem 1.2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.step:hover {
  background: rgba(255, 255, 255, 0.85);
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 1) inset,
    0 20px 40px -16px rgba(10, 37, 64, 0.2),
    0 0 0 1px rgba(59, 196, 184, 0.25);
  transform: translateY(-5px);
}

/* Step image — real product photography. Portrait 4:5 aspect shows the scene
   without over-cropping; photos fill edge-to-edge with subtle hover lift. */
.step-img {
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.3rem;
  position: relative;
  background: #0f2740;
  box-shadow: 0 20px 40px -16px rgba(10, 37, 64, 0.25);
}

/* Subtle overlay for depth / consistent look across varied photos */
.step-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 60%,
    rgba(15, 39, 64, 0.15) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Photo fills the frame */
.step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s var(--ease);
  display: block;
}
.step:hover .step-img img {
  transform: scale(1.04);
}

/* Number — gradient text, bigger and prouder */
.step .n {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
  background: linear-gradient(135deg, var(--aqua) 0%, var(--sky-bright) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.step:nth-child(2) .n {
  background: linear-gradient(
    135deg,
    var(--sky-bright) 0%,
    var(--lavender) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step:nth-child(3) .n {
  background: linear-gradient(135deg, var(--lavender) 0%, var(--aqua) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step h3 {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.step p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .step {
    padding: 1rem 1rem 1.4rem;
  }
  .step-img {
    margin-bottom: 1rem;
    border-radius: 10px;
  }
  .step-img img {
    padding: 1rem;
  }
  .step-img::after {
    width: 28px;
    height: 28px;
  }
  .step .n {
    font-size: 1.3rem;
  }
  .step h3 {
    font-size: 1.08rem;
  }
  .step p {
    font-size: 0.88rem;
  }
}

/* ================================================================
   HERO — SPLIT WITH FULL-VISIBLE PRODUCT IMAGE
   Navy text panel on the left seamlessly transitions into the
   dark-navy product image on the right (image never gets cropped).
   ================================================================ */

.hero-fullbleed {
  position: relative;
  overflow: hidden;
  min-height: min(88vh, 760px);
  display: flex;
  align-items: center;
  padding-block: clamp(3rem, 6vw, 5rem);
  isolation: isolate;
  /* Solid navy matched to the hero photo's own background tone */
  background: #142b47;
  color: #fff;
}

.hero-fullbleed::before,
.hero-fullbleed::after {
  display: none;
}

/* Image as FULL-BLEED background across the entire hero.
   Mirrored horizontally so the hand+product lands on the right,
   the sparkle/reflection backdrop extends seamlessly across the whole width. */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scaleX(-1);
  display: block;
}

/* Soft left-side darken for text legibility — the image continues beneath
   the gradient so there is never a hard seam. */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(15, 39, 64, 0.92) 0%,
      rgba(15, 39, 64, 0.78) 20%,
      rgba(15, 39, 64, 0.52) 38%,
      rgba(15, 39, 64, 0.22) 52%,
      transparent 68%
    ),
    radial-gradient(
      ellipse 55% 80% at 0% 50%,
      rgba(15, 39, 64, 0.35) 0%,
      transparent 70%
    );
  pointer-events: none;
}

.hero-fullbleed .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-fullbleed .hero-copy {
  max-width: 540px;
  padding-right: 2rem;
}

/* Text inverted for dark background */
.hero-fullbleed .hero-copy h1 {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.hero-fullbleed .hero-copy h1 em {
  /* Keep the shimmering gradient but brighter so it pops on navy */
  background: linear-gradient(
    110deg,
    #5eead4 0%,
    #7cc4f0 35%,
    #b5a8fc 65%,
    #5eead4 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-fullbleed .hero-copy .hero-lede {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
}
.hero-fullbleed .hero-copy .hero-lede em {
  color: #fff;
  font-weight: 600;
}

/* Flag chip glows on the navy */
.hero-fullbleed .hero-copy .flag {
  background: rgba(94, 234, 212, 0.12);
  border-color: rgba(94, 234, 212, 0.4);
  color: #5eead4;
  box-shadow: 0 2px 12px -2px rgba(94, 234, 212, 0.25);
}
.hero-fullbleed .hero-copy .flag::before {
  background: #5eead4;
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.25);
}

/* Meta row — light text on navy, subtle border */
.hero-fullbleed .hero-meta {
  color: rgba(255, 255, 255, 0.78);
  border-top-color: rgba(255, 255, 255, 0.15);
}

/* ============ DREAMTEAM — full-width product showcase ============ */
.dreamteam {
  width: 100%;
  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(0, 180, 216, 0.18) 0%,
      transparent 28%
    ),
    linear-gradient(145deg, #071a2d 0%, #0a2540 58%, #0b3550 100%);
  overflow: hidden;
}

.dreamteam-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.4rem, 3vw, 2.5rem);
  align-items: center;
  padding-block: clamp(3rem, 6vw, 4.2rem) 2rem;
}

.dreamteam-copy {
  color: #fff;
  max-width: 52rem;
}

.dreamteam-copy .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: #dff9fe;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dreamteam-list {
  display: grid;
  gap: 1rem;
}

.dreamteam-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dreamteam-detail-card {
  margin: 0;
  padding: 0.8rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 40px -28px rgba(0, 0, 0, 0.52);
}

.dreamteam-detail-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.dreamteam-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dreamteam-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.dreamteam-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 16px 28px -20px rgba(0, 0, 0, 0.62);
}

.dreamteam-dot .icon {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dreamteam-dot.dot-aqua {
  background: linear-gradient(135deg, #3cf0d2 0%, #1fc2e5 100%);
}

.dreamteam-dot.dot-sky {
  background: linear-gradient(135deg, #63c5ff 0%, #3f8fff 100%);
}

.dreamteam-dot.dot-lavender {
  background: linear-gradient(135deg, #c6b8ff 0%, #8f7fff 100%);
}

.dreamteam-dot.dot-sun {
  background: linear-gradient(135deg, #ffd768 0%, #f3b841 100%);
  color: #5d470f;
}

.dreamteam-item strong {
  display: block;
  color: #fff;
  font-size: 1.26rem;
  line-height: 1.15;
  letter-spacing: var(--tracking-tight);
}

.dreamteam-item p {
  margin: 0.28rem 0 0;
  color: rgba(244, 250, 255, 0.98);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.5;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

@media (max-width: 980px) {
  .dreamteam-shell {
    grid-template-columns: 1fr;
  }

  .dreamteam-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .dreamteam-shell {
    padding-block: 2.6rem 3rem;
  }

  .dreamteam-item {
    grid-template-columns: 52px 1fr;
    gap: 0.8rem;
    padding: 0.8rem 0;
  }

  .dreamteam-dot {
    width: 48px;
    height: 48px;
  }

  .dreamteam-dot .icon {
    width: 23px;
    height: 23px;
  }

  .dreamteam-item strong {
    font-size: 1.08rem;
  }

  .dreamteam-item p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .dreamteam-detail-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .dreamteam-detail-card {
    padding: 0.65rem;
    border-radius: 22px;
  }

  .dreamteam-detail-card img {
    border-radius: 16px;
  }
}

/* Hero retailer logos — 4 clickable glass tiles, matched to the navy hero.
   Logos converted to white silhouettes for a premium monochrome look. */
.hero-retailers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin: 1.8rem 0 1.5rem;
  max-width: 520px;
}
.hero-retailer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px) saturate(1.15);
  -webkit-backdrop-filter: blur(10px) saturate(1.15);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 10px 28px -10px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(94, 234, 212, 0.12) inset;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease);
  min-height: 56px;
  text-decoration: none;
}
.hero-retailer img {
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  /* Keep original brand colors — subtle lift for contrast on dark glass */
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  transition: filter 0.25s var(--ease);
}
.hero-retailer:hover img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}
.hero-retailer:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(94, 234, 212, 0.5);
  box-shadow:
    0 16px 36px -12px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(94, 234, 212, 0.3) inset;
}
@media (max-width: 720px) {
  .hero-retailers {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
    margin: 1.3rem 0 1rem;
  }
  .hero-retailer {
    min-height: 52px;
    padding: 0.8rem;
  }
  .hero-retailer img {
    max-height: 24px;
  }
}

/* Mobile: cinematic stack — product image breathes at the top,
   text flows in below with the eyebrow pill floating into the image
   seam for a unified composition. */
@media (max-width: 900px) {
  .hero-fullbleed {
    min-height: auto;
    padding-block: 0 clamp(2.5rem, 7vw, 4rem);
    display: block;
    align-items: initial;
    background: #142b47;
  }
  .hero-bg {
    position: relative;
    width: 100%;
    height: 68vw;
    max-height: 440px;
    min-height: 310px;
    /* Fade the BOTTOM of the image softly into the navy so there is no
       hard seam between photo and text panel */
    -webkit-mask-image: linear-gradient(
      180deg,
      #000 0%,
      #000 78%,
      rgba(0, 0, 0, 0.4) 93%,
      transparent 100%
    );
    mask-image: linear-gradient(
      180deg,
      #000 0%,
      #000 78%,
      rgba(0, 0, 0, 0.4) 93%,
      transparent 100%
    );
  }
  .hero-bg img {
    object-fit: cover;
    object-position: 52% 45%;
  }
  .hero-overlay {
    position: absolute;
    inset: auto 0 0 0;
    height: 40%;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(15, 39, 64, 0) 0%,
      rgba(15, 39, 64, 0.4) 55%,
      #142b47 100%
    );
  }
  .hero-fullbleed .container {
    position: relative;
    z-index: 2;
    padding-top: 0;
    /* Pull the content up so the eyebrow pill overlaps the image→navy fade */
    margin-top: clamp(-3rem, -8vw, -1.8rem);
  }
  .hero-fullbleed .hero-copy {
    max-width: 100%;
    padding-right: 0;
  }
  .hero-fullbleed .hero-meta {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .hero-bg {
    height: 74vw;
    max-height: 380px;
    min-height: 290px;
  }
  .hero-bg img {
    object-position: 52% 45%;
  }
}

/* ================================================================
   UNIFIED DESIGN POLISH — v2.1
   Full-page visual harmony, catchy & premium
   ================================================================ */

/* ── 1. HERO → RETAIL: smooth "card slides over" transition ────── */

/* Extra bottom padding so the card has room to peek over the hero */
.hero-fullbleed {
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

/* Retail floats as a rounded card over the dark hero */
.retail {
  border-radius: 28px 28px 0 0;
  margin-top: -28px;
  position: relative;
  z-index: 5;
  border-top: none;
  box-shadow:
    0 -14px 50px rgba(0, 0, 0, 0.2),
    0 -1px 0 rgba(255, 255, 255, 0.5) inset;
}

@media (max-width: 900px) {
  .hero-fullbleed {
    padding-bottom: clamp(3rem, 7vw, 5rem);
  }
  .retail {
    border-radius: 22px 22px 0 0;
    margin-top: -22px;
  }
}
@media (max-width: 720px) {
  .retail {
    border-radius: 16px 16px 0 0;
    margin-top: -16px;
  }
}

/* ── 2. UNIVERSAL SECTION H2 EM — teal gradient italic accent ─── */

section h2 em,
section h2 i {
  font-style: italic;
  background: linear-gradient(
    130deg,
    var(--aqua) 0%,
    var(--sky-bright) 55%,
    var(--lavender) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

/* Dark section override: brighter gradient on navy */
.final h2 em,
.final h2 i {
  background: linear-gradient(
    130deg,
    var(--aqua-bright) 0%,
    #fff 55%,
    var(--lavender-soft) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ── 3. MARK-UNDER: wave gradient underline on the "4.000" ─────── */

.mark-under {
  color: var(--berry);
  position: relative;
  display: inline;
}
.mark-under::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--aqua),
    var(--sky-bright),
    var(--lavender)
  );
}

/* ── 4. PROBLEM-DARK: standout dark navy CTA tile ──────────────── */

.problem-dark {
  background: linear-gradient(
    140deg,
    #0f2740 0%,
    #1a3354 55%,
    #0e7a75 100%
  ) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(94, 234, 212, 0.22) !important;
  box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.32) !important;
}
.problem-dark::before {
  background: linear-gradient(
    90deg,
    var(--aqua-bright),
    var(--sky-bright),
    var(--lavender)
  ) !important;
  height: 4px !important;
}
.problem-dark .tag {
  background: rgba(94, 234, 212, 0.12) !important;
  color: var(--aqua-bright) !important;
}
.problem-dark h3 {
  color: #fff !important;
  font-size: 1.55rem !important;
}
.problem-dark p {
  color: rgba(255, 255, 255, 0.8) !important;
}
.problem-dark a.more {
  color: var(--aqua-bright) !important;
  border-color: rgba(94, 234, 212, 0.55) !important;
}
.problem-dark:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 30px 60px -16px rgba(0, 0, 0, 0.45) !important;
}

/* ── 5. PULLQUOTE: large decorative opening quote mark ─────────── */

.pullquote-inner {
  padding-top: 2.5rem;
}
.pullquote-inner::before {
  content: "\201C";
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(5rem, 14vw, 10rem);
  line-height: 1;
  color: rgba(59, 196, 184, 0.15);
  pointer-events: none;
  z-index: 0;
  font-weight: 700;
  letter-spacing: var(--tracking-tighter);
  user-select: none;
}
.pullquote blockquote,
.pullquote-who {
  position: relative;
  z-index: 1;
}

/* ── 6. TRUST BAR: gradient top accent line ─────────────────────── */

.trust-bar {
  border-top: none;
  position: relative;
  padding-top: 2.8rem;
}
.trust-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--aqua) 20%,
    var(--sky-bright) 50%,
    var(--lavender) 80%,
    transparent 100%
  );
  border-radius: 1px;
}

/* ── 7. STORE CTA: on-brand teal gradient on hover ──────────────── */

.store-cta:hover {
  background: linear-gradient(135deg, var(--aqua) 0%, var(--sky-bright) 100%);
  color: #fff;
}

/* ── 8. ARTICLE READ LINK: stronger teal accent ─────────────────── */

.article .read {
  color: var(--mint-deep);
  font-weight: 700;
}
.article:hover .read {
  color: var(--aqua);
}

/* ── 9. FAQ: teal accent on open/hover ──────────────────────────── */

.faq-item[open] .faq-q {
  color: var(--mint-deep);
}
.faq-q:hover {
  color: var(--mint-deep);
}

/* ── 10. NEWSLETTER: subtle top water glow ──────────────────────── */

.news {
  background:
    radial-gradient(
      ellipse 80% 50% at 50% 0%,
      rgba(94, 234, 212, 0.07) 0%,
      transparent 65%
    ),
    var(--surface);
}

/* ── 11. MOBILE STICKY CTA: teal gradient top bar ───────────────── */

.mobile-sticky-cta {
  overflow: hidden;
}
.mobile-sticky-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--aqua),
    var(--sky-bright),
    var(--lavender)
  );
  pointer-events: none;
  z-index: 1;
}

/* ── 12. FOOTER CHIPS: subtle border ────────────────────────────── */

.foot-trust .chip {
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.25s ease;
}
.foot-trust .chip:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ── 13. FINAL CTA CARD: sharper glass ──────────────────────────── */

.final-card {
  border-radius: 24px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14) inset,
    0 40px 80px -24px rgba(0, 0, 0, 0.35);
}

/* ── 14. MOBILE REFINEMENTS ─────────────────────────────────────── */

@media (max-width: 720px) {
  .hero-fullbleed .hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
    line-height: 0.97;
  }
  .problem-dark h3 {
    font-size: 1.3rem !important;
  }
  .pullquote-inner::before {
    font-size: clamp(4rem, 18vw, 7rem);
  }
  .pullquote-inner {
    padding-top: 1.8rem;
  }
  .trust-bar {
    padding-top: 2.2rem;
  }
  .mark-under::after {
    bottom: -3px;
    height: 3px;
  }
}

/* ================================================================
   HOMEPAGE PREMIUM CRO UPGRADE — scoped via body.home
   ================================================================ */

body.home {
  --bg: #f8fafc;
  --surface: #ffffff;
  --cream: #f8fafc;
  --cream-warm: #f2f7fb;
  --aqua: #00b4d8;
  --aqua-bright: #68def2;
  --aqua-soft: #ddf7fc;
  --aqua-pale: #f1fbfe;
  --sky: #0a2540;
  --sky-bright: #00b4d8;
  --sky-soft: #e7f0f8;
  --sky-pale: #f4f9fd;
  --sunshine: #ff7a00;
  --sunshine-soft: #ffe5cf;
  --sunshine-pale: #fff3e8;
  --gold: #ffb648;
  --berry: #0a2540;
  --berry-soft: #d8f4fa;
  --mint-deep: #00b4d8;
  --ink: #0a2540;
  --ink-soft: #395166;
  --muted: #5f7487;
  --border: #d9e6f0;
  --border-strong: #b6cbd9;
  background: var(--bg);
  color: var(--ink);
}

body.home ::selection {
  background: rgba(255, 122, 0, 0.18);
  color: var(--ink);
}

body.home section {
  padding-block: clamp(5rem, 8vw, 7.5rem);
}

body.home h1,
body.home h2,
body.home .hero-display {
  text-wrap: balance;
}

body.home h2 {
  font-size: clamp(2.35rem, 4.6vw, 4.2rem);
  letter-spacing: var(--tracking-tighter);
}

body.home p {
  color: var(--ink-soft);
  line-height: 1.68;
}

body.home a:focus-visible,
body.home button:focus-visible,
body.home summary:focus-visible,
body.home input:focus-visible {
  outline: 3px solid rgba(255, 122, 0, 0.28);
  outline-offset: 4px;
}

body.home .announce {
  background: linear-gradient(90deg, #081b30 0%, #0a2540 55%, #0d3854 100%);
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
}

body.home header.site {
  background: rgba(248, 250, 252, 0.82);
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

body.home .nav {
  padding: 1rem 0;
}

body.home .nav-menu a {
  color: rgba(10, 37, 64, 0.78);
  font-weight: 600;
}

body.home .nav-menu a::after {
  background: var(--sunshine);
}

body.home .eyebrow {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 12px 24px -18px rgba(10, 37, 64, 0.2);
}

body.home .hero-fullbleed {
  min-height: auto;
  padding-block: clamp(1.6rem, 4vw, 3rem) clamp(2.8rem, 5vw, 4rem);
  background: linear-gradient(180deg, #061627 0%, #071a2d 100%);
  color: #fff;
}

body.home .hero-fullbleed::before,
body.home .hero-fullbleed::after {
  display: none;
}

body.home .hero-water {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(18px);
  opacity: 0.9;
}

body.home .hero-water-left {
  inset: 8% auto auto -7%;
  width: 19rem;
  height: 19rem;
  background: radial-gradient(
    circle,
    rgba(0, 180, 216, 0.2) 0%,
    transparent 70%
  );
}

body.home .hero-water-right {
  inset: auto -2% 8% auto;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(
    circle,
    rgba(255, 122, 0, 0.12) 0%,
    transparent 70%
  );
}

body.home .hero-shell {
  display: block;
  position: relative;
  min-height: clamp(35rem, 54vw, 42rem);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  isolation: isolate;
  z-index: 2;
}

body.home .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 31rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

body.home .hero-copy.reveal,
body.home .hero-stage.reveal {
  opacity: 1;
  transform: none;
}

body.home .hero-copy .flag {
  margin-bottom: 1rem;
  color: #dff9fe;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

body.home .hero-copy .flag::before {
  background: #ff7a00;
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.16);
}

body.home .hero-display {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 6.4vw, 6rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: var(--tracking-tightest);
  max-width: 8.5ch;
}

body.home .hero-display-line {
  display: block;
}

body.home .hero-display-line-accent {
  background: linear-gradient(135deg, #9db6ff 0%, #7bdff3 55%, #7ff4e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.home .hero-fullbleed .hero-lede {
  margin-bottom: 1.1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.06rem, 1.45vw, 1.2rem);
  line-height: 1.48;
  max-width: 33ch;
}

body.home .hero-fullbleed .hero-lede em {
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

body.home .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

body.home .hero-meta {
  max-width: 31rem;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

body.home .hero-meta > span {
  min-height: 52px;
  padding: 0.82rem 0.92rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
}

body.home .hero-meta .tick {
  flex: 0 0 auto;
  background: rgba(255, 122, 0, 0.22);
  border: 1px solid rgba(255, 122, 0, 0.45);
  box-shadow: none;
}

body.home .hero-meta .tick::after {
  border-color: #fff;
}

body.home .hero-retailers {
  max-width: 31rem;
  margin: 1rem 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

body.home .hero-retailer {
  min-height: 60px;
  padding: 0.9rem 0.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px -18px rgba(0, 0, 0, 0.45);
}

body.home .hero-retailer:hover {
  border-color: rgba(255, 122, 0, 0.45);
  box-shadow: 0 22px 40px -20px rgba(0, 0, 0, 0.58);
}

body.home .hero-retailer img {
  max-height: 26px;
}

body.home .hero-stage {
  position: relative;
  position: absolute;
  inset: 0;
  min-height: 0;
  display: block;
  padding: 0;
  border-radius: 38px;
  overflow: hidden;
  background: #07192d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 42px 70px -42px rgba(0, 0, 0, 0.7);
}

body.home .hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 24% 48%,
      rgba(0, 180, 216, 0.12) 0%,
      transparent 24%
    ),
    linear-gradient(
      92deg,
      rgba(6, 22, 39, 0.98) 0%,
      rgba(6, 22, 39, 0.9) 22%,
      rgba(6, 22, 39, 0.62) 42%,
      rgba(6, 22, 39, 0.28) 61%,
      rgba(6, 22, 39, 0.06) 78%,
      rgba(6, 22, 39, 0.02) 100%
    );
  z-index: 1;
}

body.home .hero-stage::before {
  content: "";
  position: absolute;
  left: -4%;
  top: 14%;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.01) 48%,
    transparent 72%
  );
  z-index: 1;
}

body.home .hero-stage-ring {
  position: absolute;
  inset: auto auto 8% 8%;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 180, 216, 0.2) 0%,
    rgba(255, 255, 255, 0.03) 44%,
    transparent 74%
  );
  filter: blur(24px);
  opacity: 0.8;
  z-index: 0;
}

body.home .hero-product {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  filter: none;
}

body.home .hero-proof {
  display: none;
}

body.home .hero-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.home .hero-proof span:first-child {
  background: rgba(255, 122, 0, 0.2);
  border-color: rgba(255, 122, 0, 0.4);
}

body.home .retail {
  margin-top: 0;
  border-radius: 0;
  border-top: 1px solid rgba(10, 37, 64, 0.08);
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.95);
}

body.home .retail-label {
  color: var(--muted);
}

body.home .retail-item {
  opacity: 0.86;
}

body.home .steps {
  background: linear-gradient(180deg, #f7fbfe 0%, #eef7fb 100%);
}

body.home .steps h2,
body.home .steps .eyebrow {
  color: var(--ink);
}

body.home .steps .eyebrow {
  background: rgba(0, 180, 216, 0.08);
  border-color: rgba(0, 180, 216, 0.12);
}

body.home .steps-head {
  max-width: 55rem;
  margin-bottom: 3.5rem;
}

body.home .steps-head p {
  max-width: 42ch;
  margin: 1rem auto 0;
  color: var(--ink-soft);
}

body.home .steps-grid {
  gap: 1.25rem;
}

body.home .step {
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 28px;
  padding: 1.35rem 1.35rem 1.55rem;
  box-shadow: 0 24px 46px -32px rgba(10, 37, 64, 0.28);
}

body.home .step:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 28px 52px -30px rgba(10, 37, 64, 0.34);
}

body.home .step-img {
  background: linear-gradient(180deg, #f3fbfe 0%, #e6f5fc 100%);
  border-radius: 22px;
}

body.home .step-img img {
  padding: 0.65rem;
}

body.home .step3-clean-img {
  object-position: 62% center;
}

body.home .step .n {
  color: var(--sunshine);
  font-size: 2rem;
  margin-bottom: 0.35rem;
}

body.home .step h3 {
  color: var(--ink);
  font-size: 1.32rem;
  font-weight: 700;
}

body.home .step p {
  max-width: 22ch;
  font-size: 0.95rem;
}

body.home .cta-band {
  padding-block: 0 3.5rem;
  background: transparent;
}

body.home .cta-band-dark {
  padding-top: 1rem;
}

body.home .cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 1.5rem;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfe 100%);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 24px 44px -32px rgba(10, 37, 64, 0.28);
}

body.home .cta-band-dark .cta-band-inner {
  background: linear-gradient(135deg, #09203a 0%, #0f3256 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

body.home .cta-band-kicker {
  margin: 0 0 0.28rem;
  color: var(--sunshine);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

body.home .cta-band-copy {
  margin: 0;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 600;
}

body.home .cta-band-dark .cta-band-copy {
  color: rgba(255, 255, 255, 0.92);
}

body.home .dreamteam {
  background: #071a2d;
}

body.home .promise,
body.home .reviews,
body.home .faq {
  background: var(--bg);
}

body.home .promise {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-block: clamp(4.2rem, 7vw, 6.4rem);
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(0, 180, 216, 0.18) 0%,
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(255, 122, 0, 0.14) 0%,
      transparent 24%
    ),
    linear-gradient(135deg, #071a2d 0%, #0a2540 55%, #102f4d 100%);
  color: #fff;
  overflow: hidden;
}

body.home .promise::before {
  content: "";
  position: absolute;
  inset: auto auto -18% -8%;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 180, 216, 0.18) 0%,
    transparent 72%
  );
  pointer-events: none;
}

body.home .promise::after {
  content: "";
  position: absolute;
  inset: -12% -6% auto auto;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

body.home .promise-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1.4rem, 3vw, 2.2rem);
  align-items: start;
}

body.home .promise-intro {
  position: sticky;
  top: 7rem;
  align-self: start;
  padding-right: 1rem;
}

body.home .promise-intro .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: #dff9fe;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

body.home .promise-intro .eyebrow svg {
  stroke: currentColor;
}

body.home .promise h2 {
  margin: 0;
  max-width: 8.5ch;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: var(--tracking-tightest);
}

body.home .promise h2 em {
  font-style: normal;
  background: linear-gradient(135deg, #1fc2e5 0%, #7bdff3 58%, #8fb4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.home .promise-copy {
  max-width: 31ch;
  margin: 1.15rem 0 0;
  color: rgba(232, 240, 247, 0.86);
  font-size: 1.04rem;
  line-height: 1.62;
}

body.home .promise-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.45rem;
}

body.home .promise-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.home .promise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.home .promise-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 14rem;
  padding: 1.6rem;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 28px 60px -36px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

body.home .promise-card::after {
  content: "";
  position: absolute;
  inset: auto -15% -28% auto;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 72%
  );
  pointer-events: none;
}

body.home .promise-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(123, 223, 243, 0.28);
  box-shadow:
    0 34px 64px -34px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(123, 223, 243, 0.08);
}

body.home .promise-card-feature {
  grid-column: span 2;
  min-height: 15rem;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 1.2rem;
  padding: 1.9rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
}

body.home .promise-card-copy {
  position: relative;
  z-index: 1;
}

body.home .promise-kicker {
  margin: 0 0 0.4rem;
  color: #9ec7df;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

body.home .promise-card h3 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: var(--tracking-tight);
}

body.home .promise-card p {
  margin: 0;
  max-width: 24ch;
  color: rgba(230, 239, 246, 0.82);
  font-size: 0.98rem;
  line-height: 1.58;
}

body.home .promise-card-feature h3 {
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  max-width: 12ch;
}

body.home .promise-card-feature p:last-child {
  max-width: 34ch;
}

body.home .promise-num {
  width: 70px;
  height: 70px;
  margin: 0;
  box-shadow: none;
}

body.home .doctors {
  background: linear-gradient(180deg, #f2fbfe 0%, #ffffff 100%);
}

body.home .doctors-head p {
  max-width: 54ch;
  margin: 1rem auto 0;
}

body.home .doctor {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 46px -30px rgba(10, 37, 64, 0.24);
}

body.home .doctor::before {
  display: none;
}

body.home .doctor .spec {
  background: rgba(10, 37, 64, 0.05);
  border: 1px solid rgba(10, 37, 64, 0.08);
  color: var(--ink);
}

body.home .doctor blockquote {
  margin-bottom: 1.35rem;
  font-size: clamp(1.3rem, 1.7vw, 1.6rem);
  line-height: 1.28;
  letter-spacing: var(--tracking-tight);
}

body.home .doctor .who {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  color: var(--muted);
}

body.home .doctor .who span {
  font-size: 0.82rem;
}

body.home .stages {
  background: linear-gradient(180deg, #ffffff 0%, #f5fafd 100%);
}

body.home .stores {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
}

body.home .stores-head p {
  max-width: 54ch;
}

body.home .store {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(10, 37, 64, 0.07);
  border-radius: 28px;
  box-shadow: 0 24px 46px -32px rgba(10, 37, 64, 0.24);
}

body.home .store-logo-lg {
  border-bottom: 1px solid rgba(10, 37, 64, 0.06);
}

body.home .store-body p {
  margin: 0;
  font-size: 0.96rem;
}

body.home .store-cta {
  background: linear-gradient(180deg, #ff922f 0%, #ff7a00 100%);
  color: #fff;
  box-shadow: 0 18px 34px -18px rgba(255, 122, 0, 0.65);
}

body.home .store-cta:hover {
  background: linear-gradient(180deg, #ff7f09 0%, #e66300 100%);
  color: #fff;
}

body.home .reviews-head,
body.home .promise-head,
body.home .stores-head,
body.home .stages-head {
  max-width: 56rem;
}

body.home .reviews-head p,
body.home .ratgeber-head p,
body.home .faq-wrap > .reveal p {
  max-width: 46ch;
  margin: 1rem auto 0;
}

body.home .review {
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 46px -32px rgba(10, 37, 64, 0.24);
  position: relative;
  overflow: hidden;
}

body.home .review::after {
  display: block;
  content: "";
  position: absolute;
  inset: auto -10% -25% auto;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 180, 216, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

body.home .review .stars {
  font-size: 1.25rem;
  letter-spacing: var(--tracking-wide);
  margin-bottom: 1.15rem;
}

body.home .review blockquote {
  font-size: 1.34rem;
  line-height: 1.32;
  letter-spacing: var(--tracking-tight);
}

body.home .trust-bar {
  margin-top: 3rem;
  padding-top: 2rem;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .trust-bar .item {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 18px 34px -28px rgba(10, 37, 64, 0.2);
  min-height: 100%;
  align-items: flex-start;
}

body.home .ratgeber {
  background: linear-gradient(180deg, #f6fafd 0%, #ffffff 100%);
}

body.home .ratgeber-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .article {
  border: 1px solid rgba(10, 37, 64, 0.07);
  border-radius: 24px;
  box-shadow: 0 22px 40px -32px rgba(10, 37, 64, 0.2);
}

body.home .article-extra {
  display: none;
}

body.home .ratgeber-foot {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(10, 37, 64, 0.08);
}

body.home .ratgeber-foot p {
  margin: 0;
  font-weight: 600;
}

body.home .faq-q {
  font-weight: 600;
}

body.home .faq-wrap > .reveal {
  position: sticky;
  top: 7rem;
  align-self: start;
}

body.home .faq-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

body.home .faq-trust span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(10, 37, 64, 0.06);
  border: 1px solid rgba(10, 37, 64, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}

body.home .faq-more {
  display: none;
}

body.home .final {
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(0, 180, 216, 0.2) 0%,
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 74%,
      rgba(255, 122, 0, 0.14) 0%,
      transparent 24%
    ),
    linear-gradient(145deg, #061627 0%, #0a2540 56%, #0b3550 100%);
}

body.home .final-card {
  background: rgba(7, 22, 39, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 1080px;
  padding-inline: clamp(1.5rem, 4vw, 3.5rem);
}

body.home .final-copy {
  max-width: 34ch;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  line-height: 1.6;
}

body.home .final-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

body.home .final-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
}

body.home .final-card .eyebrow {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px -24px rgba(0, 0, 0, 0.3);
}

body.home .final-card .eyebrow .icon {
  stroke: var(--aqua);
}

body.home .final-card h2 {
  max-width: 11ch;
  font-size: clamp(2.9rem, 6vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: var(--tracking-tightest);
}

body.home .final-price {
  margin-top: 1rem;
  font-size: clamp(3.4rem, 7vw, 5.4rem);
  color: #fff;
}

body.home .final-price small {
  margin-top: 0.95rem;
  font-size: 0.86rem;
  letter-spacing: var(--tracking-wide);
  color: rgba(255, 255, 255, 0.76);
}

body.home .final-retailers {
  max-width: 980px;
  margin-top: 2rem;
  gap: 0.9rem;
}

body.home .retailer-btn {
  min-height: 11rem;
  padding: 1.15rem 1rem 1.05rem;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(10, 37, 64, 0.08);
  color: var(--ink);
  box-shadow: 0 26px 46px -32px rgba(0, 0, 0, 0.34);
}

body.home .retailer-btn:hover {
  background: #fff;
  border-color: rgba(255, 122, 0, 0.45);
  color: var(--ink);
  transform: translateY(-4px);
  box-shadow:
    0 32px 52px -32px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 122, 0, 0.18);
}

body.home .retailer-btn img {
  height: 34px;
  max-width: 118px;
  object-fit: contain;
  filter: none;
}

body.home .retailer-btn span {
  display: block;
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ink);
}

body.home .retailer-btn[href*="dm"] span {
  color: #123d7a;
}

body.home .retailer-btn[href*="rossmann"] span {
  color: #c21f32;
}

body.home .retailer-btn[href*="budni"] span {
  color: #0f4f93;
}

body.home .retailer-btn[href*="amazon"] span {
  color: #111827;
}

body.home .news {
  background: #fff;
  border-top: 1px solid rgba(10, 37, 64, 0.08);
}

body.home .news h2 {
  max-width: 18ch;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

body.home .news input[type="email"] {
  min-height: 56px;
}

body.home .mobile-sticky-cta {
  display: block;
  width: min(420px, calc(100vw - 2rem));
  left: auto;
  right: 1rem;
  bottom: 1rem;
  padding: 0.8rem;
  border-radius: 22px;
  background: rgba(10, 37, 64, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 56px -24px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

body.home .mobile-sticky-cta::before {
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(255, 122, 0, 0.28),
    #ff7a00 45%,
    rgba(0, 180, 216, 0.82) 100%
  );
}

body.home .mobile-sticky-cta .inner {
  grid-template-columns: 1fr auto;
  gap: 1rem;
}

body.home .mobile-sticky-cta .price {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

body.home .mobile-sticky-cta .price small {
  margin-top: 0.22rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (max-width: 980px) {
  body.home .promise-shell {
    grid-template-columns: 1fr;
  }

  body.home .promise-intro {
    position: static;
    padding-right: 0;
  }

  body.home .promise-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.home .promise-card-feature {
    grid-column: span 2;
  }

  body.home .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .ratgeber-grid {
    grid-template-columns: 1fr;
  }

  body.home .faq-wrap > .reveal {
    position: static;
  }

  body.home .hero-shell {
    min-height: clamp(40rem, 92vw, 46rem);
  }

  body.home .hero-copy,
  body.home .hero-meta,
  body.home .hero-retailers {
    max-width: 100%;
  }

  body.home .hero-stage {
    border-radius: 34px;
  }
}

@media (max-width: 720px) {
  body.home .promise {
    padding-block: 3.6rem 4rem;
  }

  body.home .promise h2 {
    font-size: clamp(2.55rem, 11vw, 3.8rem);
    max-width: 7.5ch;
  }

  body.home .promise-copy {
    font-size: 0.96rem;
  }

  body.home .promise-pills {
    gap: 0.55rem;
  }

  body.home .promise-pills span {
    min-height: 36px;
    padding: 0.55rem 0.8rem;
    font-size: 0.76rem;
  }

  body.home .promise-grid {
    grid-template-columns: 1fr;
  }

  body.home .promise-card,
  body.home .promise-card-feature {
    grid-column: auto;
    min-height: auto;
    padding: 1.25rem;
    border-radius: 24px;
  }

  body.home .promise-num {
    width: 62px;
    height: 62px;
  }

  body.home .promise-card-feature {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.95rem;
  }

  body.home .promise-card h3 {
    font-size: 1.25rem;
  }

  body.home .promise-card-feature h3 {
    font-size: 1.55rem;
  }

  body.home h2 {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }

  body.home .announce {
    font-size: 0.72rem;
    padding: 0.62rem 0.75rem;
  }

  body.home .nav-buy {
    display: none;
  }

  body.home {
    overflow-x: clip;
  }

  body.home .announce,
  body.home header.site,
  body.home .hero-fullbleed,
  body.home main {
    overflow-x: clip;
  }

  body.home header.site .container.nav {
    padding-left: max(1rem, calc(env(safe-area-inset-left, 0px) + 1rem));
    padding-right: max(1rem, calc(env(safe-area-inset-right, 0px) + 1rem));
  }

  body.home .nav {
    min-height: 72px;
    padding-block: 0.9rem;
  }

  body.home .logo {
    margin-left: 0.12rem;
  }

  body.home .burger {
    width: 50px;
    height: 50px;
    margin-left: 0;
    flex: 0 0 auto;
  }

  body.home .hero-fullbleed {
    padding-top: 0.4rem;
    padding-bottom: 2.5rem;
  }

  body.home .hero-copy .flag {
    display: none;
  }

  body.home .hero-display {
    font-size: clamp(2.75rem, 12vw, 4rem);
    max-width: 6.4ch;
    margin-bottom: 0.75rem;
  }

  body.home .hero-fullbleed .hero-lede {
    font-size: 0.94rem;
    line-height: 1.45;
    max-width: 30ch;
    margin-bottom: 0.9rem;
  }

  body.home .hero-cta {
    display: none;
  }

  body.home .hero-meta {
    display: none;
  }

  body.home .hero-retailers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.95rem;
  }

  body.home .hero-retailer {
    min-height: 52px;
    padding: 0.62rem 0.8rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 34px -24px rgba(0, 0, 0, 0.5);
  }

  body.home .hero-retailer img {
    max-height: 25px;
  }

  body.home .hero-stage {
    position: relative;
    inset: auto;
    order: -1;
    height: clamp(15.5rem, 74vw, 21rem);
    margin: 0 calc(-1 * max(1rem, calc(env(safe-area-inset-left, 0px) + 1rem)))
      0.95rem;
    border: 0;
    border-radius: 0 0 30px 30px;
    box-shadow: none;
    background: transparent;
  }

  body.home .hero-shell {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0 0 0.6rem;
  }

  body.home .hero-copy {
    max-width: none;
    padding: 0 1rem;
  }

  body.home .hero-stage::after {
    background: linear-gradient(
      180deg,
      rgba(6, 22, 39, 0.12) 0%,
      rgba(6, 22, 39, 0.08) 30%,
      rgba(6, 22, 39, 0.28) 68%,
      rgba(6, 22, 39, 0.74) 100%
    );
  }

  body.home .hero-stage::before,
  body.home .hero-stage-ring {
    display: none;
  }

  body.home .hero-product {
    object-position: 68% 30%;
    transform: scaleX(-1) scale(1.12);
  }

  body.home .cta-band {
    padding-block: 0 2.5rem;
  }

  body.home .cta-band-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 1.2rem;
    border-radius: 22px;
  }

  body.home .cta-band .btn {
    width: 100%;
    justify-content: center;
  }

  body.home .final-card h2 {
    max-width: 12ch;
  }

  body.home .ratgeber-foot {
    flex-direction: column;
    align-items: stretch;
  }

  body.home .step,
  body.home .doctor,
  body.home .review,
  body.home .store {
    border-radius: 24px;
  }

  body.home .store-cta {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
  }

  body.home .review .stars {
    font-size: 1.15rem;
  }

  body.home .trust-bar {
    grid-template-columns: 1fr;
  }

  body.home .faq-trust {
    gap: 0.5rem;
  }

  body.home .final-card {
    padding-inline: 1.1rem;
  }

  body.home .final-copy {
    font-size: 0.98rem;
  }

  body.home .final-price {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  body.home .final-price small {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  body.home .final-retailers {
    gap: 0.7rem;
  }

  body.home .retailer-btn {
    min-height: 9.5rem;
    padding: 0.95rem 0.85rem;
  }

  body.home .retailer-btn img {
    height: 28px;
    max-width: 102px;
  }

  body.home .retailer-btn span {
    font-size: 0.9rem;
  }

  body.home .mobile-sticky-cta {
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px 18px 0 0;
    padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
  }

  body.home .mobile-sticky-cta .inner {
    gap: 0.75rem;
    grid-template-columns: minmax(0, 0.82fr) minmax(9.4rem, 1fr);
    align-items: center;
  }

  body.home .mobile-sticky-cta .btn svg {
    width: 19px;
    height: 19px;
  }

  body.home .mobile-sticky-cta .price {
    font-size: 1.08rem;
  }

  body.home .mobile-sticky-cta .price small {
    font-size: 0.72rem;
    line-height: 1.25;
  }

}

@media (prefers-reduced-motion: reduce) {
  body.home .hero-water,
  body.home .hero-stage-ring {
    animation: none;
  }
}

/* ---------- Ratgeber premium upgrade ---------- */

body.guide-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 180, 216, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef7fb 34%, #f8fafc 100%);
  color: var(--ink);
}

body.guide-page header.site {
  background: rgba(248, 250, 252, 0.96);
}

body.guide-page .announce {
  background: linear-gradient(90deg, #081b30 0%, #0a2540 55%, #0d3854 100%);
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
}

body.guide-page header.site {
  position: sticky;
  top: 0;
  z-index: 32;
  background: rgba(248, 250, 252, 0.82);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
}

body.guide-page .nav {
  min-height: 0;
  padding: 1rem 0;
}

body.guide-page header.site .logo img {
  filter: brightness(0) saturate(100%);
}

body.guide-page .nav-menu a {
  color: rgba(10, 37, 64, 0.78);
  font-weight: 600;
}

body.guide-page .nav-menu a:hover,
body.guide-page .nav-menu a.active {
  color: var(--ink);
}

body.guide-page .nav-menu a.active::after {
  background: var(--sunshine);
}

body.guide-page .burger span {
  background: var(--ink);
}

body.guide-page .subhero.guide-hero {
  position: relative;
  padding: clamp(3.2rem, 7vw, 5.8rem) 0 clamp(3rem, 6vw, 5.4rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 180, 216, 0.22), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(255, 122, 0, 0.16), transparent 24%),
    linear-gradient(145deg, #061627 0%, #0a2540 58%, #0b3550 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.guide-page .subhero.guide-hero::before {
  background: linear-gradient(90deg, rgba(6, 22, 39, 0.94), transparent);
}

body.guide-page .subhero.guide-hero::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 3vw, 2.4rem);
  width: min(40vw, 520px);
  aspect-ratio: 4 / 5;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(6, 22, 39, 0.02), rgba(6, 22, 39, 0.22)),
    #071a2d;
  background-size: cover;
  background-position: center;
  box-shadow: 0 34px 70px -38px rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 0;
  pointer-events: none;
}

body.guide-page .subhero .inner {
  position: relative;
  z-index: 1;
}

body.guide-page .subhero .inner.reveal {
  opacity: 1;
  transform: none;
}

body.guide-page .subhero .crumbs {
  padding: 0.55rem 0.95rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 24px -18px rgba(10, 37, 64, 0.2);
}

body.guide-page .subhero .crumbs a,
body.guide-page .subhero .crumbs span {
  color: inherit;
}

body.guide-page .subhero .crumbs a:hover {
  color: #fff;
}

body.guide-page .subhero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #dff9fe;
  letter-spacing: var(--tracking-wide);
  margin-bottom: 1.35rem;
}

body.guide-page .subhero h1,
body.guide-page .subhero h1 em {
  color: #fff;
}

body.guide-page .subhero h1 em {
  background: linear-gradient(120deg, #ff7a00 0%, #ffb05d 58%, #7bdff3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.guide-page .subhero .lede {
  color: rgba(232, 240, 247, 0.88);
  max-width: 56ch;
}

body.guide-page .guide-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.7rem 0 1rem;
}

body.guide-page .guide-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.3rem;
}

body.guide-page .guide-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.55rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 22px -20px rgba(10, 37, 64, 0.2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.guide-page .subhero .meta {
  gap: 0.8rem;
  padding-top: 0;
  border-top: 0;
}

body.guide-page .subhero .meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 40px;
  padding: 0.65rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink-soft);
  border: 1px solid rgba(10, 37, 64, 0.08);
}

body.guide-page .subhero .meta strong {
  color: var(--ink);
}

body.guide-page .guide-content-section {
  padding-block: clamp(2.8rem, 6vw, 5.2rem);
}

body.guide-page .prose {
  max-width: min(900px, 100%);
  padding: clamp(1.5rem, 3.6vw, 3rem);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(249, 252, 255, 0.96)
  );
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 32px;
  box-shadow: 0 30px 70px -45px rgba(10, 37, 64, 0.26);
}

body.guide-page .guide-content-section .reveal {
  opacity: 1;
  transform: none;
}

body.guide-page .prose h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.5rem);
}

body.guide-page .prose h3 {
  font-size: clamp(1.22rem, 2vw, 1.48rem);
}

body.guide-page .prose p,
body.guide-page .prose li {
  font-size: 1.02rem;
  line-height: 1.72;
}

body.guide-page .toc,
body.guide-page .sources,
body.guide-page .prose .callout {
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

body.guide-page .toc {
  background: linear-gradient(180deg, #f3fbff 0%, #f8fafc 100%);
}

body.guide-page .toc h2,
body.guide-page .toc h3,
body.guide-page .toc h4,
body.guide-page .prose .callout h2,
body.guide-page .prose .callout h3,
body.guide-page .prose .callout h4 {
  color: var(--ink);
}

body.guide-page .prose blockquote {
  padding: 2rem 0;
  border-color: rgba(10, 37, 64, 0.12);
}

body.guide-page .prose-teaser {
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 180, 216, 0.24),
      transparent 28%
    ),
    linear-gradient(135deg, #082440 0%, #0b3152 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 52px -34px rgba(3, 14, 24, 0.56);
}

body.guide-page .prose-teaser h3 {
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
}

body.guide-page .prose-teaser .retailers a {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.guide-page .prose-teaser .retailers a:hover {
  background: var(--sunshine);
}

body.guide-page .author {
  margin-top: 3.4rem;
  padding: 1.5rem 1.6rem 0;
  border-top: 1px solid rgba(10, 37, 64, 0.1);
}

body.guide-page .author-pic {
  background: linear-gradient(
    135deg,
    rgba(0, 180, 216, 0.18),
    rgba(255, 122, 0, 0.18)
  );
  color: var(--ink);
}

body.guide-page .related-guides,
body.guide-page .guide-hub-grid,
body.guide-page .guide-hub-featured,
body.guide-page .guide-retail-band {
  padding-block: clamp(2rem, 4vw, 4rem);
}

body.guide-page .guide-hub-featured .feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 28px 60px -38px rgba(10, 37, 64, 0.24);
  text-decoration: none;
}

body.guide-page .guide-hub-featured .cover {
  aspect-ratio: auto;
  min-height: 360px;
}

body.guide-page .guide-hub-featured .article-body {
  padding: clamp(2rem, 4vw, 3rem);
}

body.guide-page .guide-hub-grid .ratgeber-grid,
body.guide-page .related-guides .ratgeber-grid {
  gap: 1.4rem;
}

body.guide-page .guide-hub-grid .ratgeber-head {
  justify-content: center;
  text-align: center;
  overflow: visible;
}

body.guide-page .guide-hub-grid .ratgeber-head > div {
  width: 100%;
  max-width: min(38rem, 100%);
  padding-inline: clamp(0.45rem, 2vw, 0.85rem);
}

body.guide-page .guide-hub-grid .ratgeber-head h2 {
  font-size: clamp(2.4rem, 6.4vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: var(--tracking-tighter);
  text-wrap: balance;
  overflow: visible;
}

body.guide-page .article {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 22px 46px -34px rgba(10, 37, 64, 0.24);
}

body.guide-page .article .cover {
  min-height: 240px;
  background: #e9f6fc;
}

body.guide-page .article .article-body {
  padding: 1.5rem 1.45rem 1.35rem;
}

body.guide-page .article .cat {
  color: var(--sunshine);
}

body.guide-page .article .read {
  color: var(--sunshine);
}

body.guide-page .article .meta {
  border-top-color: rgba(10, 37, 64, 0.08);
}

body.guide-page .final-card,
body.guide-page .guide-retail-band .final-card {
  background: rgba(7, 22, 39, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 1080px;
  padding-inline: clamp(1.5rem, 4vw, 3.5rem);
}

body.guide-page .final-card .eyebrow {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px -24px rgba(0, 0, 0, 0.3);
}

body.guide-page .final-card h2 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 6vw, 5.1rem);
  line-height: 0.94;
  letter-spacing: var(--tracking-tightest);
}

body.guide-page .final-copy {
  max-width: 34ch;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  line-height: 1.6;
}

body.guide-page .final-price {
  margin-top: 1rem;
  font-size: clamp(3.4rem, 7vw, 5.4rem);
  color: #fff;
}

body.guide-page .final-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

body.guide-page .final-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
}

body.guide-page .final-retailers {
  max-width: 980px;
  margin-top: 2rem;
  gap: 0.9rem;
}

body.guide-page .retailer-btn {
  min-height: 11rem;
  padding: 1.15rem 1rem 1.05rem;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(10, 37, 64, 0.08);
  color: var(--ink);
}

body.guide-page .retailer-btn:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 22px 44px -26px rgba(10, 37, 64, 0.3);
}

body.guide-page .retailer-btn img {
  height: 34px;
  width: auto;
  max-width: 124px;
  object-fit: contain;
  filter: none;
}

body.guide-page .retailer-btn span {
  font-size: 1rem;
  font-weight: 700;
}

body.guide-page .retailer-btn[href*="dm"] span {
  color: #1e4ea8;
}

body.guide-page .retailer-btn[href*="rossmann"] span {
  color: #c91f3d;
}

body.guide-page .retailer-btn[href*="budni"] span {
  color: #1b56a6;
}

body.guide-page .retailer-btn[href*="amazon"] span {
  color: #111827;
}

body.guide-page footer.site {
  background: #041423;
}

body.guide-page footer .foot-promise,
body.guide-page footer li a {
  color: rgba(255, 255, 255, 0.76);
}

body.guide-page .mobile-sticky-cta {
  background: rgba(4, 20, 35, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.guide-page .mobile-sticky-cta .price {
  color: #fff;
}

body.guide-page .mobile-sticky-cta .price small {
  color: rgba(255, 255, 255, 0.68);
}

body.guide-page.guide-hub .subhero.guide-hero::after {
  aspect-ratio: 5 / 4;
  background-image:
    linear-gradient(180deg, rgba(4, 20, 35, 0.1), rgba(4, 20, 35, 0.2)),
    url("../images/mybidet-hero-current.jpg");
  background-position: center;
}

body.topic-pregnancy .subhero.guide-hero::after {
  background-image:
    linear-gradient(180deg, rgba(4, 20, 35, 0.06), rgba(4, 20, 35, 0.24)),
    url("../images/generated/phase-schwangerschaft-sharp.jpg");
}

body.topic-family .subhero.guide-hero::after {
  background-image:
    linear-gradient(180deg, rgba(4, 20, 35, 0.08), rgba(4, 20, 35, 0.24)),
    url("../images/generated/phase-familie-sharp.jpg");
}

body.topic-postpartum .subhero.guide-hero::after {
  background-image:
    linear-gradient(180deg, rgba(4, 20, 35, 0.08), rgba(4, 20, 35, 0.26)),
    url("../images/generated/phase-wochenbett-sharp.jpg");
}

body.topic-ibs .subhero.guide-hero::after {
  background-image:
    linear-gradient(180deg, rgba(4, 20, 35, 0.12), rgba(4, 20, 35, 0.34)),
    url("../images/generated/ratgeber-reizdarm-sharp.jpg");
}

body.topic-procto .subhero.guide-hero::after {
  background-image:
    linear-gradient(180deg, rgba(4, 20, 35, 0.12), rgba(4, 20, 35, 0.3)),
    url("../images/ratgeber-proktologie.avif");
}

@media (max-width: 1100px) {
  body.guide-page .subhero.guide-hero::after {
    width: min(36vw, 420px);
  }
}

@media (max-width: 900px) {
  body.guide-page .subhero.guide-hero {
    padding-top: clamp(3rem, 10vw, 5rem);
    padding-bottom: 2.4rem;
  }

  body.guide-page .subhero.guide-hero::after {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: min(100%, 680px);
    margin: 1.8rem auto 0;
  }

  body.guide-page .guide-hub-featured .feature-card {
    grid-template-columns: 1fr;
  }

  body.guide-page .guide-hub-grid .ratgeber-head > div {
    max-width: 100%;
    padding-inline: 0.8rem;
  }

  body.guide-page .guide-hub-grid .ratgeber-head h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
    line-height: 0.98;
    letter-spacing: var(--tracking-tighter);
  }

  body.guide-page .guide-hub-featured .cover {
    min-height: 280px;
  }
}

@media (max-width: 720px) {
  body.guide-page {
    overflow-x: clip;
  }

  body.guide-page .announce,
  body.guide-page header.site,
  body.guide-page .subhero.guide-hero,
  body.guide-page main {
    overflow-x: clip;
  }

  body.guide-page header.site .container.nav {
    padding-left: max(1rem, calc(env(safe-area-inset-left, 0px) + 1rem));
    padding-right: max(1rem, calc(env(safe-area-inset-right, 0px) + 1rem));
  }

  body.guide-page .nav {
    min-height: 72px;
    padding-block: 0.9rem;
  }

  body.guide-page .nav-actions > .btn {
    display: none;
  }

  body.guide-page .logo {
    margin-left: 0.12rem;
  }

  body.guide-page .burger {
    width: 50px;
    height: 50px;
    margin-left: 0;
    flex: 0 0 auto;
  }

  body.guide-page .subhero .crumbs,
  body.guide-page .subhero .eyebrow {
    font-size: 0.72rem;
    letter-spacing: var(--tracking-wide);
  }

  body.guide-page .guide-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.guide-page .guide-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  body.guide-page .guide-trust {
    gap: 0.55rem;
  }

  body.guide-page .guide-trust span,
  body.guide-page .subhero .meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  body.guide-page .prose {
    padding: 1.25rem 1.1rem;
    border-radius: 24px;
  }

  body.guide-page .article {
    border-radius: 24px;
  }

  body.guide-page .article .cover {
    min-height: 210px;
  }

  body.guide-page .final-card h2 {
    max-width: 10.5ch;
  }

  body.guide-page .final-retailers {
    grid-template-columns: 1fr;
  }

  body.guide-page .retailer-btn {
    min-height: 9.8rem;
  }

}

/* v5 conversion bar: direct retailer logos instead of a generic buy button */
.mobile-sticky-cta .inner.sticky-retailer-inner {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 0.75rem;
  align-items: center;
}

.sticky-retailer-label {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.08;
}

.sticky-retailer-label small {
  display: block;
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 600;
}

.sticky-retailer-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.38rem;
}

.sticky-retailer-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.35rem;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 28px -22px rgba(0, 0, 0, 0.5);
}

.sticky-retailer-logos img {
  max-width: 100%;
  max-height: 22px;
  object-fit: contain;
}

@media (min-width: 721px) {
  body.home .mobile-sticky-cta,
  body.guide-page .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 720px) {
  .mobile-sticky-cta .inner.sticky-retailer-inner {
    grid-template-columns: 0.62fr 1.38fr;
  }

  .sticky-retailer-label {
    font-size: 0.86rem;
  }
}

@media (max-width: 380px) {
  .mobile-sticky-cta .inner.sticky-retailer-inner {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .sticky-retailer-label {
    display: none;
  }

  .sticky-retailer-logos a {
    min-height: 44px;
  }
}

body.home .hero-seal-card {
  display: inline-grid;
  grid-template-columns: 54px 1fr;
  gap: 0.75rem;
  align-items: center;
  width: min(100%, 27rem);
  margin: 1rem 0 1.15rem;
  padding: 0.6rem 0.75rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: var(--ink);
  box-shadow: 0 22px 44px -30px rgba(0, 0, 0, 0.72);
}

body.home .hero-seal-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

body.home .hero-seal-card span {
  font-size: 0.88rem;
  line-height: 1.18;
  font-weight: 700;
}

body.home .hero-seal-card strong {
  color: #c81922;
  font-weight: 900;
}

body.home .dermatest-proof {
  display: grid;
  grid-template-columns: minmax(120px, 170px) 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  max-width: 880px;
  margin: 0 auto clamp(1.4rem, 3vw, 2rem);
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 122, 0, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(10, 37, 64, 0.1);
  box-shadow: 0 26px 60px -42px rgba(10, 37, 64, 0.42);
}

body.home .dermatest-proof img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

body.home .dermatest-proof-kicker {
  margin: 0 0 0.35rem;
  color: #c81922;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

body.home .dermatest-proof h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: var(--tracking-tighter);
}

body.home .dermatest-proof p:last-child {
  margin: 0;
  max-width: 42rem;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 560;
}

body.home .final-seal {
  display: inline-grid;
  grid-template-columns: 58px 1fr;
  gap: 0.75rem;
  align-items: center;
  margin: 1.1rem auto 1.35rem;
  padding: 0.62rem 0.9rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  text-align: left;
}

body.home .final-seal img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

body.home .final-seal span {
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
}

@media (max-width: 720px) {
  body.home .hero-seal-card {
    grid-template-columns: 46px 1fr;
    gap: 0.65rem;
    margin: 0.85rem 0 1rem;
    padding: 0.55rem 0.65rem;
    border-radius: 16px;
  }

  body.home .hero-seal-card img {
    width: 46px;
    height: 46px;
  }

  body.home .hero-seal-card span {
    font-size: 0.8rem;
  }

  body.home .dermatest-proof {
    grid-template-columns: 86px 1fr;
    gap: 0.9rem;
    padding: 0.85rem;
    border-radius: 24px;
  }

  body.home .dermatest-proof img {
    max-height: 118px;
  }

  body.home .dermatest-proof h3 {
    font-size: 1.3rem;
  }

  body.home .dermatest-proof p:last-child {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  body.home .final-seal {
    grid-template-columns: 50px 1fr;
    margin-top: 0.9rem;
  }

  body.home .final-seal img {
    width: 50px;
    height: 50px;
  }
}

/* v5.2: Home mobile sticky retailer bar should use the full width. */
@media (max-width: 720px) {
  body.home .mobile-sticky-cta .inner.sticky-retailer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }

  body.home .mobile-sticky-cta .sticky-retailer-label {
    display: none;
  }

  body.home .mobile-sticky-cta .sticky-retailer-logos {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.72rem;
  }

  body.home .mobile-sticky-cta .sticky-retailer-logos a {
    min-height: 62px;
    padding: 0.55rem;
    border-radius: 18px;
  }

  body.home .mobile-sticky-cta .sticky-retailer-logos img {
    max-width: 92%;
  }
}

@media (max-width: 380px) {
  body.home .mobile-sticky-cta .sticky-retailer-logos {
    gap: 0.5rem;
  }

  body.home .mobile-sticky-cta .sticky-retailer-logos a {
    min-height: 58px;
    border-radius: 16px;
  }

}

/* v5.3 premium sales path cleanup */
body.home .promise-shell {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.5rem, 3vw, 2.6rem);
  align-items: start;
}

body.home .promise-intro {
  position: static;
  padding-right: 0;
}

body.home .promise-intro .eyebrow {
  background: #fff;
  color: var(--mint-deep);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 14px 28px -22px rgba(10, 37, 64, 0.2);
}

body.home .retail-head {
  display: grid;
  gap: 0.5rem;
  justify-items: center;
  margin-bottom: 1.35rem;
}

body.home .retail-copy {
  margin: 0;
  max-width: 34ch;
  text-align: center;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

body.home .retailer-card {
  transition:
    transform 0.24s var(--ease),
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

body.home .retailer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px -30px rgba(10, 37, 64, 0.22);
  border-color: rgba(10, 37, 64, 0.14);
}

body.home .hero-display {
  margin: 0 0 1.2rem;
  max-width: 14ch;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: var(--tracking-tighter);
}

body.home .hero-fullbleed .hero-lede {
  max-width: 31ch;
  margin-bottom: 1.3rem;
}

body.home .hero-shell {
  min-height: clamp(31rem, 50vw, 40rem);
}

body.home .promise {
  background: linear-gradient(180deg, #f7fbfd 0%, #edf6fb 100%);
}

body.home .promise h2 {
  max-width: 9.5ch;
  color: var(--ink);
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.94;
}

body.home .promise h2 em {
  background: linear-gradient(135deg, #1fc2e5 0%, #69cdf3 58%, #8fb4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.home .promise-copy {
  max-width: 28ch;
  color: var(--ink-soft);
}

body.home .promise-pills span {
  background: #fff;
  border-color: rgba(10, 37, 64, 0.08);
  color: var(--ink);
}

body.home .promise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .promise-card,
body.home .promise-card-feature {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  min-height: 13.6rem;
  grid-column: span 1;
  gap: 0.9rem;
  padding: 1.55rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 24px 46px -34px rgba(10, 37, 64, 0.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home .promise-card h3,
body.home .promise-card-feature h3 {
  max-width: none;
  color: var(--ink);
  font-size: clamp(1.35rem, 1.65vw, 1.8rem);
  overflow-wrap: anywhere;
}

body.home .promise-card p,
body.home .promise-card-feature p:last-child {
  max-width: none;
  color: var(--ink-soft);
}

body.home .promise-kicker {
  color: var(--mint-deep);
}

body.home .trust-badge-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto 1.4rem;
}

body.home .trust-badge {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
  padding: 1.15rem 1.15rem 1.2rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 20px 40px -32px rgba(10, 37, 64, 0.22);
}

body.home .trust-badge strong {
  display: block;
  width: 100%;
  margin-bottom: 0.35rem;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.2;
}

body.home .trust-badge p {
  margin: 0;
  width: 100%;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

body.home .wipe-compare {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 1rem;
  margin: 0 auto 1.8rem;
}

body.home .wipe-compare-card {
  padding: 1.35rem 1.3rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 22px 42px -34px rgba(10, 37, 64, 0.2);
}

body.home .wipe-compare-card h3,
body.home .wipe-compare-card strong {
  display: block;
  margin: 0 0 0.45rem;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.2;
}

body.home .wipe-compare-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.56;
}

body.home .stores-copy {
  max-width: 56ch;
  margin: 1rem auto 0;
  color: var(--ink-soft);
}

body.home .stores-copy a {
  color: var(--mint-deep);
  font-weight: 700;
}

body.home .ratgeber-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .article-teaser .article-body p {
  min-height: 4.6em;
}

body.home .faq-wrap > .reveal p {
  max-width: 40ch;
}

@media (max-width: 1024px) {
  body.home .promise-grid,
  body.home .trust-badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .wipe-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .ratgeber-grid-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.home section {
    padding-block: clamp(3.4rem, 9vw, 4.6rem);
  }

  body.home .hero-shell {
    min-height: auto;
    padding: 1rem 0.8rem 1.2rem;
  }

  body.home .hero-copy {
    max-width: none;
    padding: 0.7rem 0.25rem 0;
  }

  body.home .hero-copy .flag {
    margin-bottom: 0.85rem;
    font-size: 0.68rem;
    padding: 0.42rem 0.8rem;
  }

  body.home .hero-display {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
    max-width: 12ch;
    margin-bottom: 0.95rem;
  }

  body.home .hero-fullbleed .hero-lede {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.46;
  }

  body.home .hero-meta {
    margin-top: 0.2rem;
    gap: 0.6rem;
  }

  body.home .hero-meta > span {
    min-height: 48px;
    padding: 0.72rem 0.8rem;
    font-size: 0.84rem;
  }

  body.home .retail {
    padding-block: 2rem;
  }

  body.home .retail-grid {
    gap: 1rem;
  }

  body.home .retail-item {
    min-height: 78px;
    padding: 1rem;
  }

  body.home .promise-grid,
  body.home .trust-badge-grid,
  body.home .wipe-compare {
    grid-template-columns: 1fr;
  }

  body.home .promise-shell {
    grid-template-columns: 1fr;
  }

  body.home .promise-card,
  body.home .promise-card-feature {
    min-height: auto;
    padding: 1.25rem;
  }

  body.home .doctors-head p,
  body.home .stores-head p,
  body.home .reviews-head p,
  body.home .ratgeber-head p,
  body.home .faq-wrap > .reveal p {
    max-width: 100%;
  }

  body.home .faq-wrap > .reveal {
    position: static;
  }

  body.home .ratgeber-foot {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  body.home .mobile-sticky-cta .sticky-retailer-logos a {
    min-height: 66px;
  }

}

/* v5.4 final premium pass */
body.guide-page .guide-nav-cta {
  padding: 0.8rem 1.3rem;
  font-size: 0.95rem;
}

body.guide-page.guide-hub .subhero.guide-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 122, 0, 0.12), transparent 24%),
    radial-gradient(circle at 80% 82%, rgba(0, 180, 216, 0.12), transparent 24%),
    linear-gradient(135deg, #071b2e 0%, #0a2742 54%, #0c3151 100%);
}

body.guide-page.guide-hub .subhero h1 {
  max-width: 10.4ch;
}

body.guide-page .guide-hero-note {
  max-width: 40ch;
  margin: -0.1rem 0 0;
  color: rgba(232, 240, 247, 0.72);
  font-size: 0.96rem;
  line-height: 1.55;
}

body.guide-page .guide-section-eyebrow {
  margin-bottom: 1.2rem;
}

body.guide-page .guide-hub-featured .guide-feature-cover,
body.guide-page .article .cover {
  position: relative;
}

body.guide-page .cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.guide-page .feature-title {
  margin-bottom: 0.8rem;
  font-size: clamp(1.95rem, 3vw, 2.8rem);
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: var(--tracking-tighter);
}

body.guide-page .feature-excerpt {
  margin-bottom: 1.2rem;
  max-width: 60ch;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.62;
}

body.guide-page .feature-meta-clean {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body.guide-page .guide-hub-grid .ratgeber-head {
  margin-bottom: 2rem;
}

body.guide-page .guide-hub-grid-intro {
  max-width: 35ch;
  margin: 1rem auto 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.62;
}

body.guide-page .guide-hub-grid .article h3,
body.guide-page .related-guides .article h3 {
  font-size: clamp(1.5rem, 2vw, 1.88rem);
  line-height: 1.06;
  letter-spacing: var(--tracking-tighter);
}

body.guide-page .guide-hub-grid .article p,
body.guide-page .related-guides .article p {
  min-height: 4.8em;
  color: var(--ink-soft);
}

body.guide-page .guide-hub-grid .article .meta,
body.guide-page .related-guides .article .meta {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}

body.guide-page .guide-retail-band .final-card {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 122, 0, 0.16), transparent 26%),
    radial-gradient(circle at 84% 80%, rgba(0, 180, 216, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(5, 18, 32, 0.94) 0%, rgba(8, 28, 48, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 38px 82px -52px rgba(1, 9, 18, 0.86);
}

body.guide-page .guide-final-eyebrow {
  justify-content: center;
}

body.guide-page .guide-retail-band .final-copy {
  max-width: 42ch;
}

body.guide-page .guide-final-proof {
  display: inline-grid;
  grid-template-columns: 72px 1fr;
  gap: 0.9rem;
  align-items: center;
  max-width: 28rem;
  margin: 1.2rem auto 1.35rem;
  padding: 0.75rem 0.95rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--ink);
  text-align: left;
}

body.guide-page .guide-final-proof img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

body.guide-page .guide-final-proof strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #c81922;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.15;
}

body.guide-page .guide-final-proof p {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.28;
}

body.guide-page .final-price {
  font-size: clamp(3rem, 5.8vw, 4.9rem);
}

body.guide-page .mobile-sticky-cta {
  background: rgba(4, 20, 35, 0.94);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  box-shadow: 0 -20px 44px -30px rgba(4, 20, 35, 0.75);
}

body.guide-page .guide-topic-links {
  padding-top: 0;
}

body.home .stages-grid .stage {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.home .stages-grid .stage:hover .label h3 {
  color: var(--accent);
}

@media (min-width: 981px) {
  body.home .hero-fullbleed > .container {
    max-width: none;
    padding-inline: 0;
  }

  body.home .hero-fullbleed {
    overflow: clip;
  }

  body.home .hero-shell {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2 + 1.5rem));
  }

  body.home .hero-stage {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
    border-inline: 0;
  }
}

@media (max-width: 720px) {
  body.home .hero-shell {
    min-height: auto;
    padding: 0.7rem 0.55rem 1rem;
    gap: 0.7rem;
  }

  body.home .hero-copy {
    padding: 0.55rem 0.18rem 0;
  }

  body.home .hero-copy .flag {
    margin-bottom: 0.72rem;
  }

  body.home .hero-cta {
    margin-bottom: 1rem;
  }

  body.home .hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 0.58rem;
    padding-top: 0.9rem;
  }

  body.home .hero-meta > span {
    min-height: 44px;
    padding: 0.62rem 0.7rem;
    font-size: 0.8rem;
    line-height: 1.3;
  }

  body.home .hero-retailers {
    margin: 1rem 0 0.8rem;
    gap: 0.55rem;
  }

  body.home .hero-retailer {
    min-height: 54px;
    padding: 0.72rem 0.78rem;
  }

  body.home .hero-retailer img {
    max-height: 25px;
  }

  body.home .hero-seal-card {
    width: 100%;
  }

  body.home .hero-stage {
    margin-top: 0.2rem;
  }

  body.guide-page.guide-hub .subhero.guide-hero {
    padding-top: 2.7rem;
    padding-bottom: 2rem;
  }

  body.guide-page.guide-hub .subhero h1 {
    max-width: 8.6ch;
  }

  body.guide-page .guide-hero-note {
    font-size: 0.9rem;
  }

  body.guide-page .guide-hub-featured .article-body,
  body.guide-page .guide-hub-grid .article .article-body {
    padding: 1.3rem 1.15rem 1.2rem;
  }

  body.guide-page .feature-title,
  body.guide-page .guide-hub-grid .article h3 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  body.guide-page .feature-excerpt,
  body.guide-page .guide-hub-grid-intro {
    font-size: 0.96rem;
  }

  body.guide-page .guide-hub-grid .article p,
  body.guide-page .related-guides .article p {
    min-height: auto;
  }

  body.guide-page .guide-final-proof {
    grid-template-columns: 58px 1fr;
    gap: 0.7rem;
    padding: 0.65rem 0.75rem;
  }

  body.guide-page .guide-final-proof img {
    width: 58px;
    height: 58px;
  }

  body.guide-page .sticky-retailer-logos a {
    min-height: 52px;
    border-radius: 15px;
  }

  body.guide-page .sticky-retailer-logos img {
    max-height: 24px;
  }
}

/* v5.5 guide hub mobile cleanup */
body.guide-page.guide-hub .subhero.guide-hero::after {
  display: none !important;
  content: none;
}

@media (max-width: 720px) {
  body.guide-page.guide-hub .subhero.guide-hero {
    padding-top: 2.3rem;
    padding-bottom: 1.45rem;
  }

  body.guide-page .guide-hero-actions {
    margin: 1.25rem 0 0;
  }

  body.guide-page .guide-hero-note {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* v5.7 subpage layout cleanup */
body.guide-page .subhero.guide-hero::after {
  display: none;
  content: none;
}

body.guide-page .subhero .inner,
body.guide-page.guide-hub .subhero .inner {
  max-width: 72ch;
}

body.guide-page .subhero .meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  align-items: start;
}

body.guide-page .subhero .meta span {
  flex-wrap: wrap;
}

body.guide-page.guide-article .guide-hero-actions,
body.guide-page.guide-article .guide-trust,
body.guide-page.guide-article .subhero .meta {
  display: none !important;
}

body.guide-page.guide-article .subhero .lede {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  body.guide-page .subhero .meta {
    grid-template-columns: 1fr;
  }
}

/* About page */
body.about-page {
  background: #081d31;
}

body.about-page .about-hero {
  min-height: min(86vh, 740px);
  padding-bottom: clamp(5rem, 9vw, 7rem);
}

body.about-page .about-hero .hero-bg img {
  object-fit: cover;
  object-position: center center;
  transform: none;
}

body.about-page .about-hero .hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(15, 39, 64, 0.94) 0%,
      rgba(15, 39, 64, 0.82) 24%,
      rgba(15, 39, 64, 0.48) 44%,
      rgba(15, 39, 64, 0.18) 58%,
      transparent 74%
    ),
    radial-gradient(
      ellipse 58% 80% at 0% 50%,
      rgba(15, 39, 64, 0.34) 0%,
      transparent 72%
    ),
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 122, 0, 0.16) 0%,
      transparent 28%
    );
}

body.about-page .about-hero .hero-copy {
  max-width: 40rem;
  padding-right: 1rem;
}

body.about-page .about-hero .hero-display {
  margin: 0.45rem 0 0;
}

body.about-page .about-hero .hero-display-line-accent {
  background: linear-gradient(135deg, #ffb76b 0%, #ff7a00 34%, #7bdff3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.about-page .about-hero .hero-lede {
  max-width: 36rem;
}

body.about-page .about-hero .hero-retailers {
  margin-bottom: 0;
}

body.about-page .about-hero .flag::before {
  background: #ff7a00;
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.16);
}

.about-story-shell {
  position: relative;
  z-index: 2;
  margin-top: -2.1rem;
  padding: 0 0 clamp(4rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 122, 0, 0.12) 0%, transparent 24%),
    radial-gradient(circle at 10% 8%, rgba(0, 180, 216, 0.18) 0%, transparent 24%),
    linear-gradient(145deg, #071a2d 0%, #0a2540 58%, #0b3550 100%);
}

.about-grid {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  align-items: start;
}

@media (min-width: 980px) {
  .about-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
  }
}

.about-story.prose {
  max-width: none;
}

.about-story-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.98)),
    radial-gradient(circle at top left, rgba(0, 180, 216, 0.1), transparent 50%);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    0 32px 65px -36px rgba(0, 0, 0, 0.52),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
  padding: clamp(1.45rem, 3vw, 2.2rem);
}

.about-story.prose p:first-child {
  font-size: 1.14rem;
  color: var(--ink);
}

.about-story.prose blockquote {
  border-top-color: rgba(10, 37, 64, 0.12);
  border-bottom-color: rgba(10, 37, 64, 0.12);
}

.about-rail {
  display: grid;
  gap: 1rem;
}

.about-card {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 44px -30px rgba(0, 0, 0, 0.46);
  padding: 1.45rem 1.35rem;
}

.about-card-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: rgba(255, 201, 158, 0.9);
}

.about-card h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.02;
  letter-spacing: var(--tracking-tight);
  color: #fff;
}

.about-card p {
  margin: 0;
  color: rgba(244, 250, 255, 0.86);
  line-height: 1.65;
}

.about-milestones ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.95rem;
}

.about-milestones li {
  display: grid;
  gap: 0.18rem;
  padding: 0 0 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.about-milestones li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-milestones strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: #fff;
}

.about-milestones span {
  color: rgba(244, 250, 255, 0.8);
  line-height: 1.55;
}

.about-teaser.prose-teaser {
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 44px -30px rgba(0, 0, 0, 0.46);
}

.about-teaser.prose-teaser h3 {
  color: #fff;
}

.about-teaser.prose-teaser p {
  color: rgba(244, 250, 255, 0.82);
}

.about-teaser.prose-teaser .retailers a {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

.about-teaser.prose-teaser .retailers a:hover {
  background: #fff;
  color: var(--ink);
}

@media (max-width: 900px) {
  body.about-page .about-hero {
    min-height: auto;
  }

  body.about-page .about-hero .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(15, 39, 64, 0.05) 0%,
        rgba(15, 39, 64, 0.42) 58%,
        #142b47 100%
      );
  }

  .about-story-shell {
    margin-top: -1.3rem;
  }
}

@media (max-width: 720px) {
  body.about-page .about-hero {
    padding-bottom: 3.6rem;
  }

  body.about-page .about-hero .hero-copy {
    padding-right: 0;
  }

  body.about-page .about-hero .hero-retailers {
    margin-top: 1.15rem;
  }

  .about-story-shell {
    margin-top: -0.8rem;
    padding-bottom: 3.6rem;
  }

  .about-card,
  .about-story-card {
    border-radius: 24px;
    padding: 1.25rem 1.1rem;
  }
}

/* Desktop hero: full-bleed and above-the-fold on 13-inch laptop viewports. */
@media (min-width: 981px) {
  body.home .hero-fullbleed {
    display: grid;
    align-items: stretch;
    min-height: calc(100vh - 132px);
    margin: 0;
    padding-block: 0;
    overflow: clip;
  }

  body.home .hero-fullbleed > .container.hero-shell {
    --hero-side-pad: max(1.5rem, calc((100vw - var(--max)) / 2 + 1.5rem));
    width: 100vw;
    max-width: none;
    min-height: min(640px, calc(100vh - 132px));
    margin-inline: calc(50% - 50vw);
    padding-block: clamp(0.6rem, 1.4vw, 1rem);
    padding-inline: var(--hero-side-pad);
    display: grid;
    align-items: center;
  }

  body.home .hero-stage {
    top: 0;
    right: auto;
    bottom: 0;
    left: calc(50% - var(--hero-side-pad));
    width: calc(100vw + (var(--hero-side-pad) * 2));
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.home .hero-stage::after {
    background:
      radial-gradient(circle at 22% 48%, rgba(0, 180, 216, 0.1) 0%, transparent 24%),
      linear-gradient(
        90deg,
        rgba(6, 22, 39, 1) 0%,
        rgba(6, 22, 39, 0.96) 30%,
        rgba(6, 22, 39, 0.72) 44%,
        rgba(6, 22, 39, 0.22) 63%,
        rgba(6, 22, 39, 0.03) 82%,
        rgba(6, 22, 39, 0.02) 100%
      );
  }

  body.home .hero-copy {
    max-width: 30rem;
    padding: 0;
  }

  body.home .hero-copy .flag {
    margin-bottom: 0.6rem;
    padding-block: 0.45rem;
  }

  body.home .hero-display {
    margin-bottom: 0.7rem;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 0.95;
  }

  body.home .hero-fullbleed .hero-lede {
    margin-bottom: 0.7rem;
    font-size: clamp(1rem, 1.2vw, 1.08rem);
    line-height: 1.42;
  }

  body.home .hero-cta {
    margin-bottom: 0.7rem;
  }

  body.home .hero-seal-card {
    min-height: 54px;
    margin-top: 0;
    padding: 0.55rem 0.75rem;
  }

  body.home .hero-seal-card img {
    width: 44px;
    max-height: 44px;
  }

  body.home .hero-seal-card span {
    font-size: 0.82rem;
  }

  body.home .hero-retailers {
    margin-top: 0.5rem;
    gap: 0.55rem;
  }

  body.home .hero-retailer {
    min-height: 44px;
    padding: 0.55rem 0.65rem;
  }

  body.home .hero-retailer img {
    max-height: 21px;
  }
}

/* Keep the mobile drawer outside the viewport until explicitly opened. */
.drawer {
  left: auto !important;
  right: 0 !important;
  transform: translate3d(115%, 0, 0) !important;
  visibility: hidden;
  pointer-events: none;
}

.drawer.open {
  transform: translate3d(0, 0, 0) !important;
  visibility: visible;
  pointer-events: auto;
}

/* Savings calculator entry point */
.nav-menu a.nav-savings {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: center;
  margin-left: -0.1rem;
  padding: 0.5rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 0, 0.32);
  color: var(--ink);
  background: rgba(255, 122, 0, 0.08);
  box-shadow: 0 12px 26px -24px rgba(255, 122, 0, 0.85);
  font-weight: 700;
}

.nav-menu a.nav-savings::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: #ff7a00;
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}

.nav-menu a.nav-savings::after {
  display: none;
}

.nav-menu a.nav-savings:hover,
.nav-menu a.nav-savings.active {
  color: var(--ink);
  border-color: rgba(255, 122, 0, 0.5);
  background: rgba(255, 122, 0, 0.14);
  transform: translateY(-1px);
}

.drawer nav a.drawer-savings-link {
  margin: 0.6rem 0 0;
  padding: 0.95rem 1rem;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff7a00 0%, #ff9a2f 52%, #00b4d8 100%);
  box-shadow: 0 18px 36px -26px rgba(255, 122, 0, 0.9);
}

body.home .savings-teaser {
  padding-block: clamp(2rem, 4vw, 3.4rem);
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 122, 0, 0.12), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #eef9fc 100%);
}

.savings-teaser-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 18rem) auto;
  gap: clamp(1rem, 2.5vw, 1.4rem);
  align-items: center;
  padding: clamp(1.15rem, 3vw, 1.8rem);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at 100% 0%, rgba(0, 180, 216, 0.18), transparent 36%);
  border: 1px solid rgba(10, 37, 64, 0.08);
  box-shadow: 0 30px 70px -52px rgba(10, 37, 64, 0.42);
}

.savings-teaser-card h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.96;
  letter-spacing: var(--tracking-tightest);
}

.savings-teaser-card h2 em {
  display: block;
}

.savings-teaser-card p {
  max-width: 58rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.58;
}

.savings-teaser-panel {
  display: grid;
  gap: 0.25rem;
  min-height: 11rem;
  padding: 1.25rem;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 180, 216, 0.35), transparent 38%),
    linear-gradient(145deg, #061627 0%, #0a2540 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.savings-teaser-panel strong {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: var(--tracking-tightest);
  color: #7bdff3;
}

.savings-teaser-panel span {
  font-weight: 850;
}

.savings-teaser-panel small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

body.calculator-page {
  background: #f8fafc;
  color: var(--ink);
}

body.calculator-page header.site .logo img {
  filter: brightness(0) saturate(100%);
}

.calculator-hero {
  position: relative;
  overflow: clip;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 76% 16%, rgba(0, 180, 216, 0.2), transparent 28%),
    linear-gradient(135deg, #061627 0%, #0a2540 100%);
}

.calculator-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.78fr);
  gap: clamp(1.4rem, 4vw, 3.8rem);
  align-items: center;
}

.calculator-hero-copy h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: var(--hero-h1-display);
  line-height: 0.88;
  letter-spacing: var(--tracking-tightest);
}

.calculator-hero-copy h1 em {
  display: block;
  background: linear-gradient(135deg, #8cbcff 0%, #49d7f2 58%, #6ef4e4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
}

.calculator-hero-copy p {
  max-width: 42rem;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.58;
}

.calculator-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.calculator-hero .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.calculator-hero-visual {
  position: relative;
  min-height: clamp(24rem, 42vw, 35rem);
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 42px 90px -58px rgba(0, 0, 0, 0.9);
}

.calculator-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 47% center;
  filter: saturate(1.05) contrast(1.02);
}

.calculator-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(6, 22, 39, 0.78) 100%);
}

.calculator-hero-visual div {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.calculator-hero-visual strong {
  font-size: 1.1rem;
}

.calculator-hero-visual span {
  color: rgba(255, 255, 255, 0.78);
}

.calculator-section {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 5% 20%, rgba(0, 180, 216, 0.12), transparent 30%),
    #f8fafc;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.62fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: start;
}

.calculator-panel,
.calculator-results {
  border-radius: 34px;
  border: 1px solid rgba(10, 37, 64, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 70px -52px rgba(10, 37, 64, 0.42);
}

.calculator-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.calculator-panel h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(2.2rem, 4.4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: var(--tracking-tightest);
}

.calc-controls {
  display: grid;
  gap: 1rem;
}

.calc-control {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid rgba(10, 37, 64, 0.08);
}

.calc-control span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-soft);
  font-weight: 750;
}

.calc-control strong {
  flex: 0 0 auto;
  color: #ff7a00;
  font-weight: 900;
}

.calc-control input[type="range"] {
  width: 100%;
  accent-color: #ff7a00;
}

.calculator-results {
  position: sticky;
  top: 7rem;
  padding: clamp(1.2rem, 2.8vw, 1.8rem);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 122, 0, 0.22), transparent 32%),
    linear-gradient(145deg, #061627 0%, #0a2540 100%);
}

.calc-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.85rem 0;
}

.calc-result {
  display: grid;
  gap: 0.25rem;
  min-height: 8.2rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.calc-result-main {
  min-height: 10.5rem;
  margin-top: 0.8rem;
  background: rgba(255, 122, 0, 0.16);
  border-color: rgba(255, 122, 0, 0.34);
}

.calc-result-money {
  min-height: 9rem;
  margin-top: 0.8rem;
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.26), rgba(0, 180, 216, 0.16));
  border-color: rgba(255, 122, 0, 0.42);
}

.calc-result span {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.9;
  letter-spacing: var(--tracking-tightest);
  color: #7bdff3;
}

.calc-result-money span {
  color: #ffb15e;
}

.calc-result strong {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.18;
}

.calc-note {
  margin: 1rem 0 1.1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.5;
}

.calculator-explain {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #fff;
}

.calculator-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.calculator-benefits article {
  min-height: 12rem;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border-radius: 28px;
  background: #f8fafc;
  border: 1px solid rgba(10, 37, 64, 0.08);
}

.calculator-benefits strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.25rem;
  color: var(--ink);
}

.calculator-benefits p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

@media (max-width: 1050px) {
  .savings-teaser-card,
  .calculator-hero-grid,
  .calculator-grid {
    grid-template-columns: 1fr;
  }

  .savings-teaser-card > .btn {
    width: 100%;
    justify-content: center;
  }

  .calculator-results {
    position: static;
  }
}

@media (max-width: 720px) {
  .drawer nav a.drawer-savings-link {
    font-size: 1.15rem;
  }

  body.home .savings-teaser {
    padding-block: 2.2rem;
  }

  .savings-teaser-card {
    border-radius: 26px;
    padding: 1rem;
  }

  .savings-teaser-card h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .savings-teaser-card p {
    font-size: 0.96rem;
  }

  .savings-teaser-panel {
    min-height: 9rem;
    border-radius: 22px;
  }

  .calculator-hero {
    padding-block: 2.7rem 3.2rem;
  }

  .calculator-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .calculator-hero-copy p {
    font-size: 1rem;
  }

  .calculator-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .calculator-hero-visual {
    min-height: 19rem;
    border-radius: 28px;
  }

  .calculator-section {
    padding-block: 2.8rem;
  }

  .calculator-panel,
  .calculator-results {
    border-radius: 26px;
  }

  .calculator-panel h2 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .calc-control {
    padding: 0.9rem;
  }

  .calc-control span {
    display: grid;
    gap: 0.25rem;
  }

  .calc-result-grid {
    grid-template-columns: 1fr;
  }

  .calc-result,
  .calc-result-main {
    min-height: auto;
  }

  .calculator-benefits {
    grid-template-columns: 1fr;
  }
}

/* v5.8 final audit override: latest rules must win over the historic blocks above. */
@media (min-width: 981px) {
  body.home .hero-fullbleed > .container.hero-shell {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  body.home .hero-stage {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    transform: none !important;
  }

  body.home .hero-stage::after {
    background:
      radial-gradient(circle at 22% 48%, rgba(0, 180, 216, 0.1) 0%, transparent 24%),
      linear-gradient(
        90deg,
        rgba(6, 22, 39, 1) 0%,
        rgba(6, 22, 39, 0.96) 24%,
        rgba(6, 22, 39, 0.82) 36%,
        rgba(6, 22, 39, 0.35) 52%,
        rgba(6, 22, 39, 0.04) 72%
      );
  }

  body.home .hero-product {
    background: #061627;
    object-fit: cover;
    object-position: center center;
    transform: none;
    transform-origin: center center;
  }
}

@media (max-width: 720px) {
  body.home .hero-product {
    object-position: 74% center;
    transform: none;
  }
}

/* v5.9 accessibility polish */
body.home .dreamteam-item p {
  color: rgba(230, 244, 255, 0.76);
}

/* v5.10 current product assets: subtle motion only where it explains use. */
body.home .step-img img {
  animation: mybidet-step-float 7s var(--ease) infinite;
  transform-origin: center center;
}

body.home .step:nth-child(2) .step-img img {
  animation-delay: -1.6s;
}

body.home .step:nth-child(3) .step-img img {
  animation-delay: -3.2s;
  object-fit: contain;
  padding: 0.35rem;
  background: #061627;
}

@keyframes mybidet-step-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -8px, 0) scale(1.015);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .step-img img {
    animation: none;
  }
}

/* v5.11 products navigation + product overview */
.drawer-product-links a {
  display: grid;
  grid-template-columns: 1.05rem minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
}

.drawer-product-links a span:last-child {
  display: grid;
  gap: 0.08rem;
}

.drawer-product-links small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
}

.drawer-product-dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 37, 64, 0.14);
  box-shadow: 0 0 0 4px rgba(10, 37, 64, 0.04);
}

.drawer-product-dot-rose {
  background: #f5a6b9;
}

.drawer-product-dot-mint {
  background: #52d7bd;
}

.drawer-product-dot-lila {
  background: #8f85f0;
}

.drawer-product-dot-white {
  background: #fff;
}

.drawer-product-dot-steel {
  background: linear-gradient(135deg, #f6f7f7 0%, #9da5ad 48%, #eef0f2 100%);
}

.drawer-product-dot-navy {
  background: var(--ink);
}

@media (min-width: 960px) and (max-width: 1180px) {
  .nav-menu {
    gap: 0.72rem;
    font-size: 0.84rem;
  }

  .nav-actions .nav-buy {
    padding: 0.7rem 1rem !important;
    font-size: 0.85rem !important;
  }
}

body.product-page {
  background: #f8fafc;
  color: var(--ink);
}

body.product-page main {
  overflow: hidden;
}

.product-hero {
  position: relative;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 122, 0, 0.13), transparent 28%),
    radial-gradient(circle at 92% 6%, rgba(0, 180, 216, 0.16), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #eef9fc 100%);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.86fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.product-hero-copy {
  max-width: 46rem;
}

.product-hero-copy h1,
.product-groups h2,
.product-colors h2,
.product-hocker h2,
.product-mount h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--hero-h1-display);
  line-height: 0.92;
  letter-spacing: var(--tracking-tightest);
}

.product-hero-copy h1 em,
.product-groups h2 em,
.product-colors h2 em,
.product-hocker h2 em,
.product-mount h2 em {
  display: inline-block;
  padding-right: 0.08em;
  color: var(--accent);
  font-style: italic;
}

.product-hero-copy p {
  max-width: 39rem;
  margin: 1.35rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.product-hero-visual,
.product-card,
.product-hocker-visual,
.variant-gallery {
  overflow: hidden;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: clamp(28px, 3vw, 42px);
  background: #fff;
  box-shadow: 0 26px 80px -56px rgba(10, 37, 64, 0.45);
}

.product-hero-visual img,
.product-card img,
.product-hocker-visual img,
.variant-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-hero-visual {
  aspect-ratio: 1 / 1;
}

.product-groups,
.product-colors,
.product-hocker,
.product-mount {
  padding-block: clamp(3.8rem, 7vw, 6.8rem);
}

.product-groups {
  background: #fff;
}

.product-colors {
  background:
    radial-gradient(circle at 8% 20%, rgba(0, 180, 216, 0.13), transparent 27%),
    #f8fafc;
}

.product-groups .section-head,
.product-colors .section-head {
  max-width: 52rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.6rem);
}

.product-groups .section-head p,
.product-colors .section-head p {
  max-width: 42rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.6;
}

.product-group-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: clamp(1rem, 2vw, 1.4rem);
}

.product-group-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 0.65rem;
  min-height: 100%;
  padding: 0.9rem 0.9rem 1.25rem;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: clamp(26px, 2.8vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), #fff),
    #fff;
  box-shadow: 0 24px 70px -56px rgba(10, 37, 64, 0.5);
  color: var(--ink);
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.product-group-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 0, 0.35);
  box-shadow: 0 34px 86px -58px rgba(10, 37, 64, 0.62);
}

.product-group-card picture {
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
  border-radius: 26px;
  background: #f8fafc;
}

.product-group-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-group-card:hover img {
  transform: scale(1.035);
}

.product-group-card span {
  margin-top: 0.45rem;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-group-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: var(--tracking-tighter);
}

.product-group-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.variant-shop {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(22rem, 0.76fr);
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3.5rem);
  padding: clamp(0.8rem, 1.5vw, 1rem);
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: clamp(30px, 3vw, 46px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 90px -62px rgba(10, 37, 64, 0.55);
}

.variant-gallery {
  aspect-ratio: 1 / 1;
  margin: 0;
  background: #fff;
}

.variant-info {
  padding: clamp(0.9rem, 2vw, 1.6rem);
}

.variant-info h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: var(--tracking-tightest);
}

.variant-info > p {
  margin: 0.8rem 0 0;
  max-width: 34rem;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
  line-height: 1.58;
}

.variant-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.variant-option {
  display: grid;
  gap: 0.28rem;
  justify-items: start;
  min-height: 6.2rem;
  padding: 0.8rem;
  border: 1px solid rgba(10, 37, 64, 0.1);
  border-radius: 20px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.variant-option:hover,
.variant-option.is-active {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 0, 0.58);
  box-shadow: 0 18px 42px -32px rgba(10, 37, 64, 0.58);
}

.variant-option > span {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow:
    0 0 0 1px rgba(10, 37, 64, 0.14),
    0 8px 20px -14px rgba(10, 37, 64, 0.5);
}

.variant-option-rose > span {
  background: #f5a6b9;
}

.variant-option-mint > span {
  background: #52d7bd;
}

.variant-option-lila > span {
  background: #8f85f0;
}

.variant-option strong {
  font-size: 0.98rem;
  font-weight: 900;
}

.variant-option small {
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.2;
}

.variant-benefits {
  display: grid;
  gap: 0.72rem;
  margin: 1.35rem 0 1.55rem;
  padding: 0;
  list-style: none;
}

.variant-benefits li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.variant-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(255, 122, 0, 0.13);
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  padding: 0.9rem;
}

.product-card picture {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  background: #f8fafc;
}

.product-card > div {
  padding: 1.2rem 0.45rem 0.85rem;
}

.product-color-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-color-rose {
  background: rgba(245, 166, 185, 0.32);
}

.product-color-mint {
  background: rgba(82, 215, 189, 0.28);
}

.product-color-lila {
  background: rgba(143, 133, 240, 0.24);
}

.product-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: var(--tracking-tighter);
}

.product-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.product-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  margin: 0 0.45rem 0.35rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.product-card-link:hover {
  transform: translateY(-1px);
  background: #123a5e;
}

.product-hocker,
.product-mount {
  background:
    radial-gradient(circle at 12% 22%, rgba(0, 180, 216, 0.14), transparent 28%),
    linear-gradient(180deg, #eef9fc 0%, #f8fafc 100%);
}

.product-hocker-grid,
.product-mount-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.78fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.product-mount {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 122, 0, 0.12), transparent 30%),
    #fff;
}

.product-mount-grid {
  grid-template-columns: minmax(22rem, 0.78fr) minmax(0, 1.05fr);
}

.product-hocker-visual,
.product-mount-visual {
  aspect-ratio: 4 / 3;
}

.product-mount-visual {
  overflow: hidden;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: clamp(28px, 3vw, 42px);
  background: #fff;
  box-shadow: 0 26px 80px -56px rgba(10, 37, 64, 0.45);
}

.product-mount-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-hocker-copy p,
.product-mount-copy p {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.product-hocker-copy ul,
.product-mount-copy ul {
  display: grid;
  gap: 0.65rem;
  margin: 1.3rem 0 1.6rem;
  padding: 0;
  list-style: none;
}

.product-hocker-copy li,
.product-mount-copy li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--ink);
  font-weight: 700;
}

.product-hocker-copy li::before,
.product-mount-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(255, 122, 0, 0.13);
}

@media (max-width: 900px) {
  .product-hero-grid,
  .product-group-grid,
  .variant-shop,
  .product-hocker-grid,
  .product-mount-grid,
  .product-card-grid {
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding-block: 2.5rem 3.2rem;
  }

  .product-hero-copy h1,
  .product-groups h2,
  .product-colors h2,
  .product-hocker h2,
  .product-mount h2 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .product-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .product-card {
    border-radius: 28px;
  }

  .variant-shop {
    padding: 0.7rem;
  }

  .variant-options {
    grid-template-columns: 1fr;
  }

  .variant-option {
    grid-template-columns: auto 1fr;
    align-items: center;
    min-height: 4.3rem;
  }

  .variant-option small {
    grid-column: 2;
  }
}

/* v5.12 Mobile Excellence pass: compact mobile journey, consistent drawer, token-driven polish. */
header.site {
  transition:
    transform var(--duration-200, 200ms) var(--ease-decelerated, ease),
    box-shadow var(--duration-200, 200ms) ease,
    background var(--duration-200, 200ms) ease;
  will-change: transform;
}

header.site.site-hidden {
  transform: translateY(calc(-100% - 2px));
}

.mobile-home-hub,
.mobile-product-detail-link {
  display: none;
}

body.guide-page.guide-hub .guide-feature-cover .cover-image,
body.guide-page.guide-hub .guide-hub-grid .article .cover-image,
body.guide-page.guide-hub .related-guides .article .cover-image {
  object-fit: contain;
  background:
    radial-gradient(circle at 20% 16%, rgba(0, 180, 216, 0.12), transparent 28%),
    linear-gradient(180deg, #edf8fb 0%, #ffffff 100%);
}

@media (min-width: 981px) {
  body.home .hero-fullbleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  body.home .hero-fullbleed > .container.hero-shell {
    width: 100%;
    margin-inline: 0 !important;
  }

  body.home .hero-stage {
    inset: 0 !important;
    width: 100vw !important;
    transform: none !important;
  }
}

.drawer {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-height: 100dvh;
  padding: calc(4.25rem + env(safe-area-inset-top, 0px)) 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px));
  transition: transform 220ms var(--ease-decelerated, ease);
}

.drawer nav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.2rem;
}

.drawer nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0.72rem 0;
  font-size: 1.14rem;
}

.drawer-section-label {
  margin: 1rem 0 0.2rem;
  color: var(--color-muted, #64748b);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.drawer-subnav summary {
  min-height: 50px;
  padding: 0.72rem 0;
  font-size: 1.14rem;
}

.drawer-subnav summary::after {
  content: "";
  width: 2.35rem;
  height: 2.35rem;
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.16), rgba(0, 180, 216, 0.13)),
    rgba(10, 37, 64, 0.05);
  -webkit-mask: none;
  mask: none;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(10, 37, 64, 0.06);
  transform: rotate(180deg);
}

.drawer-subnav summary::before {
  content: "‹";
  order: 2;
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-left: auto;
  color: var(--color-primary, #0a2540);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 200ms var(--ease-decelerated, ease);
  z-index: 1;
}

.drawer-subnav summary::after {
  margin-left: -2.35rem;
}

.drawer-subnav[open] summary::before {
  color: var(--color-accent, #ff7a00);
  transform: rotate(-90deg);
}

.drawer-subnav-links {
  padding: 0 0 0.55rem 0.65rem;
}

.drawer-subnav-links a {
  min-height: 42px;
  padding: 0.56rem 0;
  font-size: 0.92rem;
}

.drawer-cta {
  flex: 0 0 auto;
  position: sticky;
  bottom: calc(-1rem - env(safe-area-inset-bottom, 0px));
  margin: 0 -1.25rem calc(-1rem - env(safe-area-inset-bottom, 0px));
  padding: 0.85rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--surface) 20%, var(--surface) 100%);
  box-shadow: 0 -18px 45px -36px rgba(10, 37, 64, 0.35);
}

.drawer-backdrop {
  transition: opacity 200ms ease;
}

@media (max-width: 720px) {
  body.home section {
    padding-block: 2.35rem;
  }

  body.home .announce {
    padding: 0.58rem 1rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  body.home .nav {
    min-height: 64px;
    padding-block: 0;
  }

  body.home .logo {
    margin-left: 0.25rem;
  }

  body.home .burger {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(10, 37, 64, 0.14);
    background: rgba(255, 255, 255, 0.86);
  }

  body.home .hero-fullbleed {
    padding-bottom: 0;
  }

  body.home .hero-shell {
    padding: 0.65rem 0.55rem 0.9rem;
  }

  body.home .hero-display {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
    max-width: 9ch;
  }

  body.home .hero-fullbleed .hero-lede {
    max-width: 19rem;
    margin-bottom: 0.7rem;
    font-size: 0.97rem;
  }

  body.home .hero-seal-card {
    margin: 0.55rem 0 0.7rem;
  }

  body.home .hero-retailers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 0.65rem;
    gap: 0.45rem;
  }

  body.home .hero-retailer {
    min-height: 48px;
    padding: 0.48rem;
    border-radius: 15px;
  }

  body.home .hero-retailer img {
    max-height: 21px;
  }

  body.home .hero-stage {
    min-height: 42vh;
    margin-top: 0;
  }

  body.home .savings-teaser,
  body.home .doctors,
  body.home .reviews,
  body.home .stages,
  body.home .ratgeber,
  body.home .faq,
  body.home .final {
    display: none !important;
  }

  .mobile-home-hub {
    display: block;
    padding-block: 1.3rem 1.55rem !important;
    background: linear-gradient(180deg, #f8fafc 0%, #eef9fc 100%);
  }

  .mobile-home-hub-card {
    padding: 1rem;
    border: 1px solid rgba(10, 37, 64, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-sm, 0 8px 24px -18px rgba(10, 37, 64, 0.2));
  }

  .mobile-home-hub-card .eyebrow {
    margin-bottom: 0.55rem;
    color: var(--color-accent, #ff7a00);
    background: rgba(255, 122, 0, 0.09);
  }

  .mobile-home-hub-card h2 {
    margin-bottom: 0.9rem;
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1.04;
  }

  .mobile-home-hub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.62rem;
  }

  .mobile-home-hub-grid a {
    display: grid;
    gap: 0.18rem;
    min-height: 94px;
    padding: 0.85rem;
    border: 1px solid rgba(10, 37, 64, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px -30px rgba(10, 37, 64, 0.38);
  }

  .mobile-home-hub-grid strong {
    color: var(--ink);
    font-size: 0.94rem;
    line-height: 1.12;
  }

  .mobile-home-hub-grid span {
    color: var(--ink-soft);
    font-size: 0.78rem;
    line-height: 1.28;
  }

  body.home .steps-head,
  body.home .promise-intro,
  body.home .stores-head {
    margin-bottom: 1rem;
  }

  body.home .steps-head h2,
  body.home .promise-intro h2,
  body.home .stores-head h2 {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  body.home .steps-head p,
  body.home .promise-copy,
  body.home .stores-copy {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  body.home .steps-grid {
    gap: 0.85rem;
  }

  body.home .step {
    padding: 0.7rem 0.7rem 1rem;
    border-radius: 28px;
  }

  body.home .step-img {
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }

  body.home .step .n {
    margin-top: 0.75rem;
    font-size: 2.25rem;
  }

  body.home .step h3 {
    margin-bottom: 0.15rem;
    font-size: 1.55rem;
  }

  body.home .step p {
    margin: 0;
    font-size: 0.95rem;
  }

  body.home .promise-pills {
    gap: 0.45rem;
  }

  body.home .promise-pills span {
    padding: 0.48rem 0.7rem;
    font-size: 0.78rem;
  }

  body.home .promise-grid {
    gap: 0.65rem;
  }

  body.home .promise-card,
  body.home .promise-card-feature {
    grid-template-columns: 52px 1fr;
    gap: 0.75rem;
    padding: 0.9rem;
    border-radius: 22px;
  }

  body.home .promise-num {
    width: 52px;
    height: 52px;
  }

  body.home .promise-card h3 {
    font-size: 1.18rem;
  }

  body.home .promise-card p {
    font-size: 0.88rem;
  }

  body.home .dreamteam {
    padding-block: 2.35rem;
  }

  body.home .dreamteam-shell {
    grid-template-columns: 1fr;
  }

  body.home .dreamteam-list {
    gap: 0;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }

  body.home .dreamteam-item {
    grid-template-columns: 52px 1fr;
    gap: 0.75rem;
    padding: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  body.home .dreamteam-item:last-child {
    border-bottom: 0;
  }

  body.home .dreamteam-dot {
    width: 52px;
    height: 52px;
  }

  body.home .dreamteam-item strong {
    font-size: 1.06rem;
  }

  body.home .dreamteam-item p {
    margin-top: 0.15rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.35;
  }

  body.home .dreamteam-detail-grid {
    display: none !important;
  }

  .mobile-product-detail-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 1rem;
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-weight: 900;
  }

  body.home .stores {
    padding-block: 2.35rem 2.8rem;
  }

  body.home .stores-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
  }

  body.home .store {
    min-height: auto;
    padding: 0.72rem;
    border-radius: 22px;
  }

  body.home .store-logo-lg {
    min-height: 68px;
    border-radius: 18px;
  }

  body.home .store-logo-lg img {
    max-height: 30px;
  }

  body.home .store-body {
    padding-top: 0.65rem;
  }

  body.home .store-region,
  body.home .store-body p {
    display: none;
  }

  body.home .store-cta {
    min-height: 42px;
    justify-content: center;
    padding: 0.6rem 0.5rem;
    border-radius: 999px;
    font-size: 0.78rem;
    text-align: center;
  }

  body.home footer.site {
    padding-bottom: calc(7.6rem + env(safe-area-inset-bottom, 0px));
  }

  body.home .mobile-sticky-cta {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  body.home .mobile-sticky-cta .inner.sticky-retailer-inner {
    max-width: none;
    padding: 0.78rem max(0.8rem, env(safe-area-inset-left, 0px)) calc(0.78rem + env(safe-area-inset-bottom, 0px)) max(0.8rem, env(safe-area-inset-right, 0px));
  }

  body.home .mobile-sticky-cta .sticky-retailer-logos {
    gap: 0.55rem;
  }

  body.home .mobile-sticky-cta .sticky-retailer-logos a {
    min-height: 56px;
    border-radius: 17px;
  }

  body.product-page section,
  body.guide-page section,
  body.about-page section,
  body.calculator-page section,
  body:not(.home) .legal,
  body:not(.home) .contact {
    padding-block: clamp(1.8rem, 7vw, 2.6rem);
  }

  body.product-page .product-hero,
  body.guide-page .subhero,
  body.about-page .about-hero,
  body.calculator-page .calculator-hero {
    min-height: auto;
    padding-block: 2rem 2.35rem;
  }

  body.product-page .product-hero-grid,
  body.product-page .product-group-grid,
  body.product-page .product-hocker-grid,
  body.product-page .product-mount-grid,
  body.guide-page .topic-hero-grid,
  body.about-page .about-hero-grid,
  body.calculator-page .calculator-hero-grid {
    gap: 1.15rem;
  }

  body.product-page .product-hero-copy h1,
  body.product-page .product-groups h2,
  body.product-page .product-colors h2,
  body.product-page .product-hocker h2,
  body.product-page .product-mount h2,
  body.guide-page .subhero h1,
  body.about-page h1,
  body.calculator-page h1 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
    line-height: 0.98;
    letter-spacing: var(--tracking-tighter);
  }

  body.guide-page .guide-hero-note,
  body.guide-page .subhero .lead,
  body.product-page .product-hero-copy p,
  body.about-page .about-hero p,
  body.calculator-page .calculator-hero p {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  body.guide-page.guide-hub .subhero .inner {
    max-width: 100%;
  }

  body.guide-page.guide-hub .subhero.guide-hero::after {
    opacity: 0.14;
  }

  body.guide-page .guide-hub-featured,
  body.guide-page .guide-hub-grid,
  body.guide-page .related-guides,
  body.guide-page .guide-retail-band {
    padding-block: 1.7rem;
  }

  body.guide-page .guide-hub-featured .feature-card,
  body.guide-page .guide-hub-grid .ratgeber-grid,
  body.guide-page .related-guides .ratgeber-grid {
    gap: 0.9rem;
  }

  body.guide-page .guide-hub-featured .feature-card {
    border-radius: 26px;
  }

  body.guide-page .guide-hub-featured .cover,
  body.guide-page.guide-hub .article .cover {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  body.guide-page .cover-image {
    object-fit: cover;
  }

  body.guide-page .guide-hub-featured .article-body,
  body.guide-page .guide-hub-grid .article .article-body,
  body.guide-page .related-guides .article .article-body {
    padding: 1rem;
  }

  body.guide-page .guide-hub-grid .article p,
  body.guide-page .related-guides .article p {
    min-height: 0;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  body.guide-page .guide-hub-grid .article .meta,
  body.guide-page .related-guides .article .meta {
    display: none;
  }

  body.guide-page.guide-article .article-hero,
  body.guide-page.guide-article .article-intro,
  body.guide-page.guide-article .article-content,
  body.guide-page.guide-article .related-guides {
    padding-block: 1.6rem;
  }

  body.guide-page.guide-article .article-layout,
  body.guide-page.guide-article .article-body-grid {
    gap: 1.1rem;
  }

  body.guide-page.guide-article .article-meta-clean,
  body.guide-page.guide-article .article-badges,
  body.guide-page.guide-article .article-toc {
    display: none !important;
  }

  body.guide-page.guide-article article {
    max-width: 68ch;
  }

  body.guide-page.guide-article article p,
  body.guide-page.guide-article article li {
    font-size: 1rem;
    line-height: 1.58;
  }

  body.guide-page.guide-article article h2 {
    margin-top: 1.65rem;
    font-size: clamp(1.75rem, 8vw, 2.45rem);
    line-height: 1.02;
  }

  body.about-page .about-story,
  body.about-page .about-proof,
  body.about-page .about-values,
  body.calculator-page .calculator-section,
  body.product-page .product-groups,
  body.product-page .product-colors,
  body.product-page .product-hocker,
  body.product-page .product-mount {
    padding-block: 1.8rem;
  }

  body.product-page .product-card-grid,
  body.product-page .product-colors-grid,
  body.product-page .product-card-list,
  body.about-page .about-card-grid {
    gap: 0.85rem;
  }

  body.product-page .product-card,
  body.about-page .about-card,
  body.calculator-page .calculator-card {
    border-radius: 24px;
    padding: 1rem;
  }
}

@media (max-width: 360px) {
  .mobile-home-hub-grid,
  body.home .stores-grid {
    grid-template-columns: 1fr;
  }

  body.home .hero-display {
    max-width: 8.6ch;
  }

  body.home .hero-retailers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.guide-page.guide-hub .guide-feature-cover .cover-image,
body.guide-page.guide-hub .guide-hub-grid .article .cover-image,
body.guide-page.guide-hub .related-guides .article .cover-image {
  object-fit: contain;
}

/* v5.14 final polish: current assets, compact mobile, no clipped product cards. */
body.home .hero-title-accent {
  color: #4face8;
}

body.home .hero-display-line {
  color: #ffffff;
}

body.home .step:nth-child(2) p {
  display: none;
}

body.home .dreamteam-detail-card img {
  object-fit: cover;
}

body.product-page .product-hero-visual img,
body.product-page .product-group-card img,
body.product-page .variant-gallery img {
  object-fit: contain;
  background: #ffffff;
}

body.product-page .product-group-card picture,
body.product-page .variant-gallery {
  background: #ffffff;
}

body.product-page .variant-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

body.product-page .variant-option {
  min-height: 86px;
}

/* v5.13 mobile compression and crop safety: fewer dead pixels, no clipped editorial visuals. */
@media (max-width: 720px) {
  body.home .hero-product {
    transform: none !important;
    object-position: 62% 50% !important;
  }

  body.home .hero-title-accent {
    color: #5bb7ea;
  }

  body.home .hero-display-line {
    color: #ffffff;
  }

  body.home .step:nth-child(2) {
    padding-bottom: 0.85rem;
  }

  body.home .step:nth-child(2) h3 {
    margin-bottom: 0;
  }

  body.product-page .product-hero-actions .btn-secondary {
    display: none;
  }

  body.product-page .product-hero-visual {
    max-height: 16rem;
  }

  body.product-page .product-group-card picture,
  body.product-page .variant-gallery {
    aspect-ratio: 1 / 1;
  }

  body.product-page .variant-options {
    grid-template-columns: 1fr;
  }

  body.product-page .variant-option {
    grid-template-columns: 38px 1fr;
    min-height: 58px;
    text-align: left;
  }

  body.home .hero-fullbleed {
    padding-top: 0;
    padding-bottom: 1.15rem;
  }

  body.home .hero-shell {
    padding: 0 0 0.75rem !important;
    gap: 0.25rem;
  }

  body.home .hero-stage {
    height: clamp(13rem, 52vw, 16rem) !important;
    min-height: 0 !important;
    margin: 0 0 0.7rem !important;
    border-radius: 0 0 24px 24px;
  }

  body.home .hero-product {
    object-position: 61% 42%;
    transform: scaleX(-1) scale(1.04);
  }

  body.home .hero-copy {
    padding-inline: 1rem;
  }

  body.home .hero-display {
    margin-bottom: 0.55rem;
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  body.home .hero-fullbleed .hero-lede {
    margin-bottom: 0.55rem;
    font-size: 0.91rem;
    line-height: 1.38;
  }

  body.home .hero-seal-card {
    margin: 0.45rem 0 0.45rem;
    min-height: 54px;
  }

  body.home .hero-retailers {
    margin-top: 0.5rem;
  }

  body.home .step:nth-child(1) .step-img,
  body.home .step:nth-child(2) .step-img {
    aspect-ratio: 4 / 5;
  }

  body.home .step:nth-child(1) .step-img img,
  body.home .step:nth-child(2) .step-img img {
    object-fit: cover;
    padding: 0;
  }

  .calculator-hero {
    padding-block: 1.75rem 2rem !important;
  }

  .calculator-hero-visual {
    min-height: 13.5rem !important;
    border-radius: 24px;
    background: #061627;
  }

  .calculator-hero-visual img {
    object-fit: contain;
    object-position: center;
    padding: 0.5rem;
  }

  .compare-visual {
    aspect-ratio: 4 / 3;
  }

  .compare-visual img {
    object-fit: cover;
  }

  body.topic-guide .related-guides,
  body.topic-guide .guide-retail-band,
  body.guide-page.guide-article .related-guides {
    display: none !important;
  }

  body.topic-guide .toc,
  body.guide-page.guide-article .toc {
    display: none !important;
  }

  body.topic-guide .guide-content-section,
  body.guide-page.guide-article .guide-content-section {
    padding-block: 1.2rem 1.6rem !important;
  }

  body.topic-guide .prose,
  body.guide-page.guide-article .prose {
    font-size: 1rem;
  }

  body.topic-guide .prose h2,
  body.guide-page.guide-article .prose h2 {
    margin-top: 1.45rem;
  }

  body.product-page .product-hero-visual {
    max-height: 18rem;
    aspect-ratio: 4 / 3;
  }

  body.product-page .product-hero-visual img {
    object-fit: contain;
    padding: 0.4rem;
    background: #fff;
  }

  body.guide-page .subhero.guide-hero {
    padding-block: 1.55rem 1.75rem !important;
  }

  body.guide-page .subhero.guide-hero::after {
    display: none !important;
  }

  body.guide-page .subhero .crumbs,
  body.guide-page .guide-hero-actions,
  body.guide-page .guide-trust,
  body.guide-page .subhero .meta {
    display: none !important;
  }

  body.guide-page .subhero .eyebrow {
    margin-bottom: 0.72rem;
    padding: 0.55rem 0.74rem;
    font-size: 0.62rem;
  }

  body.guide-page .subhero .lede {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.44;
  }

  body.about-page .about-hero {
    min-height: auto !important;
    padding-block: 1.75rem 2rem !important;
  }

  body.about-page .about-hero .hero-display {
    margin-top: 0.2rem;
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  body.about-page .about-hero .hero-lede {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  body.about-page .about-hero .hero-cta,
  body.about-page .about-hero .hero-meta,
  body.about-page .about-hero .hero-retailers {
    display: none !important;
  }
}

/* v5.14 precedence-safe overrides. Keep these last before motion preferences. */
body.home .hero-title-accent {
  color: #4face8 !important;
}

body.home .hero-display-line {
  color: #ffffff !important;
}

body.product-page .product-hero-visual img,
body.product-page .product-group-card img,
body.product-page .variant-gallery img {
  object-fit: contain !important;
  background: #ffffff;
}

.drawer-subnav summary {
  gap: 0.85rem !important;
}

.drawer-subnav summary::before {
  content: none !important;
}

.drawer-subnav summary::after {
  content: "›" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  margin-left: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-size: 2.15rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: rotate(0deg) !important;
}

.drawer-subnav[open] summary::after {
  color: var(--color-accent, #ff7a00) !important;
  transform: rotate(90deg) !important;
}

body.home .step-icon-card {
  aspect-ratio: 1 / 1 !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 18%, rgba(0, 180, 216, 0.32), transparent 34%),
    linear-gradient(145deg, #071d31 0%, #0a2540 56%, #0b334f 100%) !important;
}

body.home .step-icon-card::before,
body.home .step-icon-card::after {
  display: none !important;
}

body.home .step-icon-img {
  width: min(64%, 13.5rem) !important;
  height: auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.2));
}

body.home .step-icon-img-wide {
  width: min(78%, 15.5rem) !important;
}

/* v5.17 site-wide master consistency. Master = start page light header + blue water accent. */
html,
body {
  background: #f8fafc !important;
}

header.site {
  position: sticky !important;
  top: 0 !important;
  background: rgba(248, 250, 252, 0.82) !important;
  border-bottom: 1px solid rgba(10, 37, 64, 0.08) !important;
  box-shadow: 0 18px 54px -44px rgba(10, 37, 64, 0.38) !important;
  backdrop-filter: saturate(140%) blur(14px) !important;
  -webkit-backdrop-filter: saturate(140%) blur(14px) !important;
}

header.site .container.nav,
header.site .nav {
  padding-block: 0 !important;
  align-items: center !important;
}

header.site .logo img {
  object-fit: contain !important;
  filter: none !important;
}

@media (min-width: 981px) {
  header.site .container.nav,
  header.site .nav {
    max-width: none !important;
    width: 100% !important;
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}

@media (max-width: 720px) {
  header.site .logo img {
    object-fit: contain !important;
  }
}

.announce {
  color: #0a2540 !important;
  background: linear-gradient(90deg, #f8fafc 0%, #eef7fb 100%) !important;
  border-bottom: 1px solid rgba(10, 37, 64, 0.08) !important;
}

.announce strong,
.announce span {
  color: #0a2540 !important;
}

.hero-display-accent,
.hero-display-line-accent,
.hero-title-accent,
.about-hero .hero-display-line-accent,
.product-hero-copy h1 em,
.calculator-hero-copy h1 em,
.subhero h1 em,
.guide-hero h1 em,
.guide-title em,
.section-title em {
  color: #4face8 !important;
  -webkit-text-fill-color: #4face8 !important;
  background: none !important;
}

.nav-menu a[href="/#probleme"],
.nav-menu a[href="#probleme"],
.drawer nav a[href="/#probleme"],
.drawer nav a[href="#probleme"] {
  display: none !important;
}

.nav-menu .btn,
.nav-cta .btn {
  min-width: 156px;
  justify-content: center;
}

.nav-menu a.nav-savings {
  color: #0a2540 !important;
  background: rgba(79, 172, 232, 0.13) !important;
  border: 1px solid rgba(79, 172, 232, 0.24) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.mobile-sticky-cta .sticky-retailer-label {
  display: none !important;
}

.mobile-sticky-cta .inner.sticky-retailer-inner {
  display: block !important;
}

.mobile-sticky-cta .sticky-retailer-logos {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.55rem !important;
  width: 100% !important;
}

.mobile-sticky-cta .sticky-retailer-logos a {
  min-height: 56px !important;
  border-radius: 17px !important;
  padding: 0.52rem !important;
}

.mobile-sticky-cta .sticky-retailer-logos img {
  width: auto !important;
}

.store-cta,
.retailer-btn,
.retailer-card a,
.final .retailer-btn,
.final a[href*="rossmann"],
.final a[href*="budni"] {
  color: #fff !important;
}

.store-cta *,
.retailer-btn *,
.retailer-card a *,
.final .retailer-btn *,
.final a[href*="rossmann"] *,
.final a[href*="budni"] * {
  color: inherit !important;
}

.drawer {
  display: flex !important;
  flex-direction: column !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  padding: calc(4.25rem + env(safe-area-inset-top, 0px)) 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
}

.drawer nav {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  padding-bottom: 1rem !important;
}

.drawer-cta {
  flex: 0 0 auto !important;
  position: sticky !important;
  bottom: calc(-1rem - env(safe-area-inset-bottom, 0px)) !important;
  margin: 0 -1.25rem calc(-1rem - env(safe-area-inset-bottom, 0px)) !important;
  padding: 0.85rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0), #f8fafc 20%, #f8fafc 100%) !important;
  box-shadow: 0 -18px 45px -36px rgba(10, 37, 64, 0.35) !important;
}

@media (max-width: 720px) {
  body.home .hero-product {
    transform: none !important;
    object-position: 62% 50% !important;
  }

  body.home .hero-stage {
    height: clamp(13.5rem, 56vw, 17rem) !important;
  }

  body.home .step-icon-card {
    aspect-ratio: 16 / 11 !important;
    min-height: 10.5rem;
  }

  body.home .step-icon-img {
    width: min(56%, 10.5rem) !important;
  }

  body.home .step-icon-img-wide {
    width: min(72%, 13rem) !important;
  }

  body.product-page .product-hero-actions .btn-secondary {
    display: none !important;
  }

  body.product-page .product-hero-visual {
    max-height: 16rem !important;
  }

  body.home .hero-display {
    font-size: clamp(2.45rem, 12.4vw, 3.7rem) !important;
    line-height: 0.92 !important;
  }
}

/* v5.18 canonical site shell: one header, one drawer, one sticky-bar, one footer. */
footer.site .brand img {
  width: auto !important;
  height: 40px !important;
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 720px) {
  html body.home .hero-display {
    font-size: clamp(2.75rem, 13vw, 4.15rem) !important;
    line-height: 0.9 !important;
  }
}

.store-cta,
.final .retailer-btn,
.retailer-btn {
  background: linear-gradient(135deg, #ff8a18 0%, #ff6a00 100%) !important;
  border-color: rgba(255, 122, 0, 0.72) !important;
  color: #fff !important;
  box-shadow: 0 18px 40px -26px rgba(255, 122, 0, 0.65) !important;
}

.mobile-sticky-cta.is-hidden {
  transform: translateY(calc(100% + 1.5rem)) !important;
  pointer-events: none !important;
}

/* v5.19 follow-up: canonical nav, drawer, retailer cards, hero type and calculator. */
header.site,
header.site .container.nav,
header.site .nav {
  align-items: center !important;
}

header.site .nav-menu,
header.site .nav-actions {
  align-items: center !important;
}

header.site .nav-menu {
  gap: clamp(1rem, 2vw, 2rem) !important;
}

header.site .nav-menu a,
header.site .nav-actions .btn,
header.site .nav-buy,
header.site .nav-savings {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding-block: 0 !important;
}

header.site .nav-menu a:not(.nav-savings) {
  padding-inline: 0.12rem !important;
}

header.site .nav-savings {
  padding-inline: 1.15rem !important;
}

header.site .logo,
.drawer-logo,
footer.site .brand {
  display: inline-flex !important;
  align-items: center !important;
  color: #020617 !important;
}

footer.site .brand {
  color: #fff !important;
}

header.site .logo img,
.drawer-logo img,
footer.site .brand img {
  display: block !important;
  object-fit: contain !important;
  filter: none !important;
}

footer.site .brand img {
  filter: brightness(0) invert(1) !important;
}

html body.home .hero-copy {
  max-width: min(680px, 54vw) !important;
}

html body.home .hero-display,
html body.home .hero-display-line,
.hero-display-line-accent,
.hero-display-accent,
.section-title em,
.product-hero-copy h1 em,
.calculator-hero-copy h1 em,
.subhero h1 em,
.guide-hero h1 em,
.guide-title em {
  letter-spacing: -0.02em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance;
}

html body.home .hero-display,
html body.home .hero-display-line {
  font-size: clamp(3rem, 7.2vw, 6rem) !important;
  line-height: 0.98 !important;
  max-width: 11ch !important;
}

.promise-card,
.retailer-card,
.store,
.product-group-card,
.calculator-result-card {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto;
}

.promise-card {
  min-width: min(100%, 220px) !important;
}

.promise-card h3,
.promise-kicker,
.retailer-meta,
.retailer-copy {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.home .step-img {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

body.home .step-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  padding: 0 !important;
  filter: none !important;
}

body.home .step-icon-card {
  background: #061b2f !important;
}

.drawer {
  width: 80vw !important;
  max-width: 320px !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  background: #f8fafc !important;
  transition: transform 200ms ease-out !important;
}

.drawer-header {
  flex: 0 0 auto !important;
  min-height: 64px !important;
  padding: max(0.75rem, env(safe-area-inset-top)) 1rem 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1px solid rgba(10, 37, 64, 0.12) !important;
}

.drawer-logo img {
  width: auto !important;
  height: 32px !important;
}

.drawer-close {
  width: 44px !important;
  height: 44px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 1px solid rgba(10, 37, 64, 0.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0a2540 !important;
  font-size: 1.65rem !important;
  line-height: 1 !important;
}

.drawer-body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 1.1rem 1rem 1rem !important;
}

.drawer nav {
  overflow: visible !important;
  padding: 0 !important;
}

.drawer-section-label {
  margin: 1.6rem 0 0.45rem !important;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #64748b !important;
}

.drawer-section-label:first-child {
  margin-top: 0 !important;
}

.drawer nav a {
  min-height: 48px !important;
  padding: 0 0.85rem 0 1rem !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(10, 37, 64, 0.08) !important;
  border-radius: 0 !important;
  position: relative !important;
  font-size: 1rem !important;
}

.drawer nav a:hover,
.drawer nav a:focus-visible {
  background: rgba(79, 172, 232, 0.08) !important;
}

.drawer nav a.is-current::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 12px !important;
  bottom: 12px !important;
  width: 3px !important;
  border-radius: 999px !important;
  background: #4face8 !important;
}

.drawer-subnav,
.drawer-subnav-links {
  display: none !important;
}

.drawer-cta,
.drawer-cta-footer {
  flex: 0 0 auto !important;
  position: static !important;
  margin: 0 !important;
  padding: 1rem !important;
  padding-bottom: max(1rem, env(safe-area-inset-bottom)) !important;
  border-top: 1px solid rgba(10, 37, 64, 0.12) !important;
  background: #f8fafc !important;
  box-shadow: 0 -18px 45px -38px rgba(10, 37, 64, 0.45) !important;
  display: grid !important;
  gap: 0.65rem !important;
}

.stores-grid-canonical,
.stores-grid {
  align-items: stretch !important;
}

.retailer-card-canonical,
.stores-grid .retailer-card,
.stores-grid .store {
  background: #fff !important;
  border: 1px solid rgba(10, 37, 64, 0.1) !important;
  border-radius: 26px !important;
  box-shadow: 0 20px 60px -42px rgba(10, 37, 64, 0.42) !important;
  min-height: 100% !important;
}

.retailer-card-canonical > a,
.stores-grid .retailer-card > a,
.stores-grid .store > a {
  min-height: 100% !important;
  padding: 1.4rem !important;
  display: grid !important;
  grid-template-rows: 64px auto auto 1fr auto !important;
  gap: 0.75rem !important;
  color: #0a2540 !important;
  text-decoration: none !important;
}

.retailer-logo-frame {
  min-height: 64px !important;
  display: grid !important;
  place-items: center !important;
}

.retailer-logo-frame img {
  max-width: 155px !important;
  max-height: 48px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.retailer-meta {
  display: block !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  color: #64748b !important;
  line-height: 1.2 !important;
}

.retailer-card-canonical strong {
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  line-height: 1.05 !important;
  color: #0a2540 !important;
}

.retailer-copy {
  display: block !important;
  color: #42566d !important;
  font-size: 0.98rem !important;
  line-height: 1.45 !important;
}

.store-cta {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 1.1rem !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

.inline-savings {
  padding: clamp(3.5rem, 7vw, 6rem) 0 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 180, 216, 0.16), transparent 35%),
    linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
}

.inline-savings-card {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
  align-items: stretch !important;
  background: #fff !important;
  border: 1px solid rgba(10, 37, 64, 0.1) !important;
  border-radius: clamp(1.75rem, 4vw, 3rem) !important;
  padding: clamp(1.2rem, 3vw, 2rem) !important;
  box-shadow: 0 34px 88px -58px rgba(10, 37, 64, 0.5) !important;
}

.inline-savings-copy h2 {
  margin: 0.35rem 0 1rem !important;
  font-size: clamp(2.15rem, 5vw, 4.4rem) !important;
  line-height: 0.98 !important;
  letter-spacing: var(--tracking-tighter) !important;
}

.inline-savings-copy h2 em {
  color: #4face8 !important;
  font-style: italic !important;
}

.inline-savings-controls {
  display: grid !important;
  gap: 1rem !important;
  margin-top: 1.25rem !important;
}

.range-row {
  display: grid !important;
  gap: 0.65rem !important;
}

.range-row label {
  display: flex !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  font-weight: 800 !important;
  color: #0a2540 !important;
}

.range-row output {
  color: #ff7a00 !important;
}

.range-row input[type="range"] {
  width: 100% !important;
  accent-color: #ff7a00 !important;
  min-height: 36px !important;
}

.inline-savings-result {
  background: linear-gradient(145deg, #071d31 0%, #0a2540 100%) !important;
  color: #fff !important;
  border-radius: clamp(1.4rem, 3vw, 2.25rem) !important;
  padding: clamp(1.2rem, 3vw, 2rem) !important;
  display: grid !important;
  align-content: center !important;
  gap: 1rem !important;
}

.inline-savings-number {
  font-size: clamp(2.4rem, 7vw, 5.25rem) !important;
  line-height: 0.9 !important;
  letter-spacing: var(--tracking-tighter) !important;
  font-weight: 900 !important;
}

header.site .nav-actions .btn-primary,
header.site .nav-buy {
  background: linear-gradient(135deg, #ff8a18 0%, #ff6a00 100%) !important;
  border-color: rgba(255, 122, 0, 0.65) !important;
  color: #fff !important;
  box-shadow: 0 18px 40px -26px rgba(255, 122, 0, 0.65) !important;
}

.inline-savings-number small {
  display: block !important;
  margin-top: 0.45rem !important;
  font-size: clamp(1rem, 2vw, 1.35rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.inline-savings-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.65rem !important;
}

.inline-savings-metrics span {
  min-height: 74px !important;
  padding: 0.8rem !important;
  display: grid !important;
  align-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 1rem !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.85rem !important;
}

.inline-savings-metrics strong {
  color: #fff !important;
  font-size: 1.15rem !important;
}

.inline-savings-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
  align-items: center !important;
}

.inline-savings-note {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.84rem !important;
}

@media (max-width: 760px) {
  html body.home .hero-copy {
    max-width: 100% !important;
  }

  html body.home .hero-display,
  html body.home .hero-display-line {
    font-size: clamp(2.75rem, 12.5vw, 3.9rem) !important;
    line-height: 0.94 !important;
    letter-spacing: var(--tracking-tight) !important;
  }

  .inline-savings-card {
    grid-template-columns: 1fr !important;
  }

  .inline-savings {
    padding: 2.5rem 0 !important;
  }

  .inline-savings-metrics {
    grid-template-columns: 1fr !important;
  }

  .inline-savings-actions .btn {
    width: 100% !important;
  }
}

body.product-page .product-hero {
  min-height: auto !important;
  padding: clamp(2.5rem, 5vw, 4rem) 0 !important;
}

body.product-page .product-hero-grid {
  min-height: min(60vh, 600px) !important;
  align-items: center !important;
}

body.product-page .product-hero-copy p {
  max-width: 62ch !important;
}

body.product-page .product-hero-visual img {
  max-height: min(46vh, 460px) !important;
}

body.product-page .product-group-grid {
  align-items: stretch !important;
}

body.product-page .product-group-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  min-height: 100% !important;
  text-decoration: none !important;
}

body.product-page .product-group-card picture,
body.product-page .product-group-card img {
  aspect-ratio: 4 / 3 !important;
  width: 100% !important;
  height: auto !important;
}

body.product-page .product-group-card img {
  object-fit: contain !important;
  background: #fff !important;
}

body.product-page .product-group-card ul {
  display: grid !important;
  gap: 0.45rem !important;
  margin: 0.2rem 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #42566d !important;
}

body.product-page .product-group-card li::before {
  content: "✓";
  margin-right: 0.45rem;
  color: #ff7a00;
  font-weight: 900;
}

.product-card-cta {
  margin-top: auto !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff8a18 0%, #ff6a00 100%) !important;
  color: #fff !important;
  font-weight: 900 !important;
  padding: 0 1rem !important;
}

.product-compare {
  padding: clamp(3.5rem, 7vw, 6rem) 0 !important;
  background: #f8fafc !important;
}

.product-compare-table {
  overflow: hidden !important;
  border: 1px solid rgba(10, 37, 64, 0.1) !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px -50px rgba(10, 37, 64, 0.42) !important;
}

.product-compare-table > div {
  display: grid !important;
  grid-template-columns: 1fr 1.4fr 1.2fr 1.2fr !important;
  gap: 1rem !important;
  padding: 1rem 1.25rem !important;
  border-bottom: 1px solid rgba(10, 37, 64, 0.08) !important;
  color: #0a2540 !important;
}

.product-compare-table > div:first-child {
  background: #eef7fb !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.product-compare-table > div:last-child {
  border-bottom: 0 !important;
}

@media (max-width: 760px) {
  .product-compare-table {
    display: grid !important;
    gap: 0.8rem !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .product-compare-table > div {
    grid-template-columns: 1fr !important;
    border: 1px solid rgba(10, 37, 64, 0.1) !important;
    border-radius: 20px !important;
    background: #fff !important;
  }

  .product-compare-table > div:first-child {
    display: none !important;
  }
}

/* v7 critical consistency fixes */
header.site,
header.site .container.nav,
header.site .nav,
.site-header__nav {
  display: flex !important;
  align-items: center !important;
}

header.site .container.nav,
header.site .nav {
  justify-content: space-between !important;
}

header.site .nav-menu,
header.site .nav-actions,
.site-header__nav {
  display: flex !important;
  align-items: center !important;
  gap: 32px !important;
}

header.site .nav-menu a,
header.site .nav-actions .btn,
header.site .nav-buy,
header.site .nav-savings,
.site-header__nav a,
.site-header__nav .pill,
.site-header__nav .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  min-height: 40px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  white-space: nowrap !important;
}

header.site .nav-menu a.nav-savings:hover,
header.site .nav-menu a.nav-savings.active {
  transform: none !important;
}

header.site .logo img,
.drawer-logo img {
  width: auto !important;
  max-width: 160px !important;
  object-fit: contain !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

header.site .logo,
header.site .logo:link,
header.site .logo:visited,
header.site .logo:hover,
header.site .logo:active,
header.site .logo img,
.drawer-logo,
.drawer-logo img,
footer.site .brand,
footer.site .brand img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

header.site .logo:focus-visible,
.drawer-logo:focus-visible,
footer.site .brand:focus-visible {
  outline: 2px solid rgba(255, 122, 26, 0.78) !important;
  outline-offset: 6px !important;
  border-radius: 10px !important;
}

footer.site .brand img {
  height: 40px !important;
  width: auto !important;
  max-width: 160px !important;
  object-fit: contain !important;
}

html body.home .hero-copy {
  min-width: min(640px, 52vw) !important;
  max-width: 680px !important;
}

html body.home .hero-display-line,
.hero-display-line-accent,
.section-head h2 em,
.promise h2 em,
.inline-savings-copy h2 em,
.product-hero-copy h1 em,
.calculator-hero-copy h1 em,
.about-hero h1 em,
.guide-title em,
.subhero h1 em {
  letter-spacing: -0.02em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

html body.home .hero-display-line {
  font-size: clamp(48px, 8vw, 96px) !important;
  line-height: 0.98 !important;
}

.promise-grid,
.trust-grid,
.benefit-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
}

.promise-card,
.trust-card,
.benefit-card {
  min-width: 0 !important;
}

.promise-card-copy h3,
.trust-card h3,
.benefit-card h3 {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  font-size: clamp(1.35rem, 2vw, 1.9rem) !important;
}

.step-img.step-icon-card {
  aspect-ratio: 1 / 1 !important;
  background: #02080f !important;
  border: 0 !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.step-img .step-icon-img,
.step-img .step-icon-img-wide {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: inherit !important;
  filter: none !important;
}

body.home .promise-pills,
.retailer-meta,
.retailer-copy {
  display: none !important;
}

.stores-grid-canonical .retailer-card,
.stores-grid .retailer-card {
  background: var(--surface, #fff) !important;
  border: 1px solid rgba(10, 37, 64, 0.1) !important;
  box-shadow: 0 18px 46px rgba(10, 37, 64, 0.1) !important;
}

.stores-grid-canonical .retailer-card a,
.stores-grid .retailer-card a {
  min-height: 260px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 28px !important;
  text-align: center !important;
}

.retailer-logo-frame {
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  position: static !important;
}

.retailer-logo-frame img {
  max-height: 56px !important;
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  position: static !important;
}

.retailer-card h3 {
  margin: 0 !important;
  color: var(--primary, #0a2540) !important;
  font-size: 1.45rem !important;
  line-height: 1.1 !important;
}

.retailer-card .store-cta {
  width: 100% !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff8a1f, #ff6a00) !important;
  color: #fff !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 34px rgba(255, 122, 0, 0.24) !important;
}

.drawer {
  display: flex !important;
  flex-direction: column !important;
  height: 100dvh !important;
  overflow: hidden !important;
  width: 80vw !important;
  max-width: 320px !important;
}

.drawer-body {
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  padding-bottom: 16px !important;
}

.drawer-cta-footer,
.drawer-cta {
  flex-shrink: 0 !important;
  padding: 16px !important;
  padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
  background: var(--surface, #fff) !important;
  border-top: 1px solid var(--border, rgba(10, 37, 64, 0.12)) !important;
}

.drawer-subnav,
.drawer-subnav-links {
  display: none !important;
}

.inline-savings {
  padding-block: clamp(52px, 7vw, 88px) !important;
}

.inline-savings-card {
  min-height: auto !important;
  max-height: none !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(24px, 4vw, 56px) !important;
}

.inline-savings-result {
  gap: 16px !important;
}

.inline-savings-number {
  padding: clamp(22px, 3vw, 34px) !important;
}

.inline-savings-number span {
  font-size: clamp(3rem, 6vw, 5.8rem) !important;
}

.inline-savings-number-secondary span {
  font-size: clamp(2.25rem, 4.5vw, 4rem) !important;
}

.inline-savings-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.range-row input[type="range"],
.calc-control input[type="range"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff7a1a, #ff7a1a) !important;
  outline: none !important;
  cursor: pointer !important;
}

.range-row input[type="range"]::-webkit-slider-thumb,
.calc-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #ff7a1a !important;
  border: 4px solid #fff !important;
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.35) !important;
}

.range-row input[type="range"]::-moz-range-thumb,
.calc-control input[type="range"]::-moz-range-thumb {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #ff7a1a !important;
  border: 4px solid #fff !important;
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.35) !important;
}

body.product-page .product-hero-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: min(50vh, 460px) !important;
}

body.product-page .product-hero-visual {
  display: none !important;
}

body.product-page .product-hero-copy {
  max-width: 880px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  .calculator-hero-visual,
  .sparrechner-product-image,
  .inline-savings-visual {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .container,
  section > .container,
  main > section > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  header.site,
  header.site .container.nav,
  header.site .nav,
  .site-header__nav {
  }

  header.site .logo img,
  .drawer-logo img {
    max-width: 140px !important;
  }

  header.site .container.nav,
  header.site .nav {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: max(16px, env(safe-area-inset-left)) !important;
    padding-right: max(16px, env(safe-area-inset-right)) !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
  }

  header.site .nav-menu,
  header.site .nav-buy {
    display: none !important;
  }

  header.site .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    gap: 0 !important;
    margin-left: auto !important;
  }

  header.site .burger {
    display: inline-flex !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    margin-left: 0 !important;
    flex: 0 0 48px !important;
  }

  html body.home .hero-copy {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body.home .hero-display-line {
    font-size: clamp(48px, 14.2vw, 64px) !important;
    line-height: 0.95 !important;
  }

  .inline-savings-card {
    grid-template-columns: 1fr !important;
  }

  .inline-savings-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .inline-savings-actions .btn {
    width: 100% !important;
  }

  .stores-grid-canonical,
  .stores-grid,
  .retailer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .stores-grid-canonical .retailer-card a,
  .stores-grid .retailer-card a {
    min-height: 190px !important;
    padding: 18px 16px !important;
    gap: 14px !important;
    overflow: hidden !important;
  }

  .retailer-logo-frame {
    min-height: 64px !important;
    height: 64px !important;
  }

  .retailer-logo-frame img {
    max-height: 48px !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }

  .retailer-card h3 {
    font-size: 1.08rem !important;
  }

  .retailer-card .store-cta {
    min-height: 46px !important;
    padding-inline: 10px !important;
    font-size: 0.9rem !important;
  }
}

/* v9 polish: canonical navigation, retailer cards, sticky logo and calculator mobile */
.hero-retailer img,
.hero-retailers img,
.handel-retailer img,
.sticky-retailer-logos img,
.store-logo-lg img,
.retailer-card img {
  height: 32px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

@media (max-width: 480px) {
  .hero-retailer img,
  .handel-retailer img {
    height: 24px;
    max-width: 80px;
  }
}

.store-logo-lg,
.retailer-card__logo {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-logo-lg img {
  max-height: 48px;
}

@media (max-width: 768px) {
  .store-logo-lg img,
  .retailer-card img {
    max-height: 40px;
    max-width: 80%;
  }
}

header.site .container.nav,
header.site .nav {
  align-items: center !important;
}

header.site .nav-menu {
  gap: clamp(14px, 1.45vw, 28px) !important;
  align-items: center !important;
}

header.site .nav-menu a {
  padding-inline: 0.18rem !important;
}

header.site .nav-menu a.nav-savings {
  padding-inline: 1rem !important;
}

header.site .nav-actions {
  align-items: center !important;
}

header.site .logo,
header.site .logo::before,
header.site .logo::after,
header.site .logo img,
header.site.site-hidden .logo,
header.site.site-hidden .logo img,
header.site.scrolled .logo,
header.site.scrolled .logo img,
header.site.is-scrolled .logo,
header.site.is-scrolled .logo img,
body.scrolled header.site .logo,
body.scrolled header.site .logo img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  filter: none !important;
}

header.site .logo:focus-visible {
  outline: 2px solid rgba(255, 122, 26, 0.78) !important;
  outline-offset: 6px !important;
  border-radius: 10px !important;
}

.store-region,
.store-label,
.store-body p,
.retailer-card p,
.retailer-meta,
.retailer-copy {
  display: none !important;
}

.retailer-logo-frame {
  height: 72px !important;
  min-height: 72px !important;
  margin-bottom: 16px !important;
  overflow: visible !important;
}

.retailer-logo-frame img,
.store-logo-lg img,
.retailer-card img {
  max-width: 80% !important;
  max-height: 48px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.stores-grid-canonical .retailer-card a,
.stores-grid .retailer-card a {
  min-height: 248px !important;
  justify-content: space-between !important;
}

.retailer-card .store-cta,
.store-cta {
  min-height: 48px !important;
  width: 100% !important;
  padding: 12px 16px !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.calc-result,
.inline-savings-metric,
.inline-savings-number,
.inline-savings-number-secondary {
  min-width: 0 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.calc-result {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.calc-result span,
.calc-result strong,
.inline-savings-metric span,
.inline-savings-metric strong {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
}

.calc-result strong,
.inline-savings-metric strong {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  line-height: 1.28 !important;
}

@media (max-width: 768px) {
}

@media (max-width: 760px) {
  .retailer-logo-frame {
    height: 64px !important;
    min-height: 64px !important;
    margin-bottom: 14px !important;
  }

  .retailer-logo-frame img,
  .store-logo-lg img,
  .retailer-card img {
    max-width: 80% !important;
    max-height: 40px !important;
    object-fit: contain !important;
  }

  .stores-grid-canonical .retailer-card a,
  .stores-grid .retailer-card a {
    min-height: 204px !important;
    padding: 18px 16px !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  .retailer-card .store-cta,
  .store-cta {
    min-height: 48px !important;
    padding: 12px 8px !important;
    font-size: 0.86rem !important;
    white-space: nowrap !important;
  }

  .calc-result-grid,
  .inline-savings-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .calc-result strong,
  .inline-savings-metric strong {
    font-size: 0.82rem !important;
    line-height: 1.24 !important;
  }
}

@media (max-width: 379px) {
  .stores-grid-canonical,
  .stores-grid,
  .retailer-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v10: Direct retailer logo buttons inside the product color selector. */

body.home .faq:target,
body.home .faq.is-anchor-target {
  display: block !important;
}

/* v11: Hero retailer logos must stay inside their glass tiles. */
body.home .hero-retailers {
  align-items: stretch !important;
}

body.home .hero-retailer {
  box-sizing: border-box !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.home .hero-retailer img {
  max-width: 100% !important;
  object-fit: contain !important;
}

@media (max-width: 480px) {
  body.home .hero-retailer {
    padding-inline: 0.18rem !important;
  }
}

.variant-retailer-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 1.35rem;
}

.variant-retailer-buttons a {
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(10, 37, 64, 0.12);
  background: #ffffff;
  box-shadow: 0 16px 34px -28px rgba(10, 37, 64, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.variant-retailer-buttons a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 0, 0.45);
  box-shadow: 0 22px 42px -26px rgba(255, 122, 0, 0.38);
}

.variant-retailer-buttons img {
  display: block;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 30px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .variant-retailer-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .variant-retailer-buttons a {
    min-height: 64px;
    padding: 12px 14px;
  }

  .variant-retailer-buttons img {
    max-height: 34px;
    max-width: 86%;
  }
}

/* Header — Default Desktop */
header.site,
header.site .container.nav,
header.site .nav {
  height: var(--header-height-desktop);
}

header.site .logo img,
.drawer-logo img {
  height: var(--logo-height-desktop);
  width: auto;
}

/* Header — Mobile (ein Breakpoint genügt — 768) */
@media (max-width: 768px) {
  header.site,
  header.site .container.nav,
  header.site .nav,
  .site-header__nav {
    height: var(--header-height-mobile);
  }

  header.site .logo img,
  .drawer-logo img {
    height: var(--logo-height-mobile);
  }

  header.site .burger {
    height: 48px;
  }
}

body.home .hero-copy h1.hero-title-accent {
  margin: 0 0 0.45rem;
  max-width: 11ch;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--hero-h1);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--brand-accent, #4face8);
  text-wrap: balance;
}

@media (max-width: 760px) {
  body.home .hero-copy h1.hero-title-accent {
    max-width: 9ch;
    font-size: var(--hero-h1-mobile);
    line-height: 0.95;
    letter-spacing: -0.025em;
  }
}

/* Product page readability: keep large headings open and give copy room. */
body.product-page .product-hero-copy h1,
body.product-page .product-groups h2,
body.product-page .product-colors h2,
body.product-page .product-hocker h2,
body.product-page .product-mount h2 {
  font-size: clamp(2.8rem, 6.4vw, 5.8rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

body.product-page .product-groups .section-head,
body.product-page .product-colors .section-head {
  max-width: 60rem;
}

body.product-page .product-group-card {
  gap: 1rem;
  padding: 1.05rem 1.05rem 1.4rem;
}

body.product-page .product-group-card h3 {
  line-height: 1.08;
  letter-spacing: var(--tracking-tight);
}

body.product-page .product-group-card p {
  line-height: 1.6;
}

body.product-page .variant-shop {
  grid-template-columns: minmax(18rem, 0.78fr) minmax(26rem, 0.92fr);
  align-items: stretch;
}

body.product-page .variant-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

body.product-page .variant-info h3 {
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: var(--tracking-tight);
}

body.product-page .variant-info > p {
  max-width: 40rem;
  line-height: 1.65;
}

body.product-page .variant-option {
  gap: 0.45rem;
  padding: 0.95rem;
}

body.product-page .variant-benefits li {
  line-height: 1.5;
}

@media (max-width: 900px) {
  body.product-page .variant-shop {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  html body.home .hero-copy h1#hero-h.hero-title-accent,
  html body.home .hero-display-line {
    max-width: 100% !important;
    font-size: clamp(36px, 10.5vw, 45px) !important;
    line-height: 0.98 !important;
    white-space: nowrap;
  }

  html body.home .hero-copy h1#hero-h.hero-title-accent {
    margin-bottom: 0.18rem;
  }

  body.product-page .product-hero-copy h1,
  body.product-page .product-groups h2,
  body.product-page .product-colors h2,
  body.product-page .product-hocker h2,
  body.product-page .product-mount h2 {
    font-size: clamp(2.5rem, 10vw, 3.35rem);
    line-height: 1.04;
  }

  body.product-page .variant-info {
    padding: 1.15rem;
  }
}

/* Hotfix: mobile retail CTAs and product section alignment after visual-audit sprint. */
body.product-page .section-head {
  margin-inline: auto;
  text-align: center;
}

body.product-page .section-head > p {
  margin-inline: auto;
}

/* Hotfix: about hero accent line should remain a display headline on desktop. */
body.about-page .about-hero .hero-display {
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5.2vw, 4.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

body.about-page .about-hero .hero-display-line-accent {
  display: block;
  font: inherit;
}

@media (max-width: 720px) {
  body.about-page .about-hero .hero-display {
    font-size: clamp(2.55rem, 11vw, 3.3rem);
    line-height: 0.98;
  }
}

.retailer-btn {
  border-radius: 24px;
}

@media (max-width: 560px) {
  .stores-grid-canonical,
  .stores-grid,
  .retailer-grid,
  .final-retailers {
    grid-template-columns: 1fr !important;
  }

  .stores-grid-canonical .retailer-card a,
  .stores-grid .retailer-card a {
    min-height: 220px !important;
    padding: 22px !important;
  }

  .retailer-card .store-cta,
  .store-cta {
    width: min(100%, 18rem) !important;
    align-self: center !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    padding-inline: 1rem !important;
    font-size: 0.88rem !important;
    white-space: nowrap !important;
  }

  body.home .retailer-btn,
  body.guide-page .retailer-btn,
  .retailer-btn {
    min-height: 8.5rem;
    border-radius: 24px !important;
  }

  body.home .final-retailers .retailer-btn,
  body.guide-page .final-retailers .retailer-btn,
  .final-retailers .retailer-btn {
    min-height: 60px !important;
    flex-direction: row;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.85rem 1.15rem !important;
    border-radius: 999px !important;
  }

  body.home .final-retailers .retailer-btn img,
  body.guide-page .final-retailers .retailer-btn img,
  .final-retailers .retailer-btn img {
    height: 24px;
    max-width: 96px;
  }
}

/* Hotfix: restore paired home hero headline scale after C01 cascade cleanup. */
html body.home .hero-copy h1#hero-h.hero-title-accent,
html body.home .hero-display-line {
  font-size: clamp(48px, 8vw, 96px) !important;
  font-weight: 800;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
}

html body.home .hero-copy h1#hero-h.hero-title-accent {
  max-width: 11ch;
  margin-bottom: 0.3rem;
  font-weight: 800;
  color: var(--brand-accent, #4face8);
  -webkit-text-fill-color: var(--brand-accent, #4face8);
}

@media (max-width: 760px) {
  html body.home .hero-copy h1#hero-h.hero-title-accent,
  html body.home .hero-display-line {
    font-size: var(--hero-h1-mobile) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.02em !important;
  }

  html body.home .hero-copy h1#hero-h.hero-title-accent {
    max-width: 10.3ch;
    margin-bottom: 0.28rem;
  }
}

/* Hotfix: restore pre-token hero/display headline scales for affected pages. */
@media (min-width: 721px) {
  body.product-page .product-hero-copy h1 {
    font-size: clamp(3rem, 6.4vw, 5.6rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.02em !important;
  }
}

@media (max-width: 720px) {
  body.product-page .product-hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
  }
}

@media (min-width: 721px) {
  .subhero h1 {
    font-size: clamp(2.1rem, 4.5vw, 3.8rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
  }

  .calculator-hero-copy h1 {
    font-size: clamp(3.2rem, 7vw, 7rem) !important;
    letter-spacing: -0.07em !important;
  }
}

/* Hotfix: shared header must not shift between page templates. */
.announce {
  min-height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 16px !important;
  font-size: 0.8rem !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

header.site .nav-menu a,
header.site .nav-menu a:link,
header.site .nav-menu a:visited,
header.site .nav-menu a.active,
header.site .nav-menu a.nav-savings,
header.site .nav-menu a.nav-savings.active {
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

header.site .nav-menu a:not(.nav-savings) {
  color: rgba(10, 37, 64, 0.78) !important;
}

header.site .nav-menu a.active:not(.nav-savings),
header.site .nav-menu a:hover:not(.nav-savings) {
  color: var(--ink, #0a2540) !important;
}

header.site .nav-menu a.nav-savings {
  width: 137px !important;
  padding-inline: 16px !important;
}

header.site .nav-actions .nav-buy,
header.site .nav-actions .btn-primary {
  width: 136px !important;
  min-width: 136px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 20px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

header.site .nav-actions .btn {
  background: linear-gradient(135deg, rgb(255, 138, 24) 0%, rgb(255, 106, 0) 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  width: 136px !important;
  min-width: 136px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 20px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

@media (max-width: 980px) {
  header.site .nav-menu {
    display: none !important;
  }

  header.site .container.nav,
  header.site .nav {
    min-width: 0 !important;
    justify-content: space-between !important;
    overflow: visible !important;
  }

  header.site .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.45rem !important;
    margin-left: auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  header.site .burger {
    display: inline-flex !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 340px) {
  header.site .container.nav,
  header.site .nav {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  header.site .nav-actions .btn {
    display: none !important;
  }

  header.site .burger {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .sticky-retailer-logos {
    min-width: 0 !important;
    overflow: hidden !important;
    gap: 0.35rem !important;
  }

  .sticky-retailer-logos a {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .sticky-retailer-logos img {
    max-width: 44px !important;
    height: 20px !important;
    object-fit: contain !important;
  }

  body.product-page .product-hero-copy,
  body.product-page .product-hero-actions {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    box-sizing: border-box !important;
  }

  body.product-page .product-hero-copy h1 {
    font-size: clamp(2rem, 12vw, 2.35rem) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere !important;
  }
}

@media (min-width: 981px) {
  body.home .hero-fullbleed > .container.hero-shell {
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.home .hero-stage {
    inset: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
}

/* Hero accent text: keep the visible effect consistent across all page templates. */
body.home .hero-title-accent,
.hero-display-line-accent,
body.about-page .about-hero h1 em,
body.about-page .about-hero .hero-display-line-accent,
.product-hero-copy h1 em,
.calculator-hero-copy h1 em,
.subhero h1 em,
.guide-hero h1 em {
  background: linear-gradient(135deg, #4face8 0%, #62d7f3 52%, #ff9a2f 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
}

body.about-page .about-hero h1 em,
.product-hero-copy h1 em,
.calculator-hero-copy h1 em,
.subhero h1 em,
.guide-hero h1 em {
  font-style: italic;
}

/* Visual stabilization: about hero hierarchy and mobile retailer CTAs. */
body.about-page .about-hero {
  min-height: clamp(700px, 86vh, 880px);
  padding-bottom: clamp(5.5rem, 8vw, 7.5rem);
}

body.about-page .about-hero .hero-copy {
  max-width: 42rem;
}

body.about-page .about-hero #about-hero-h {
  max-width: 100%;
  margin-bottom: 0.35rem;
  font-weight: 700;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

body.about-page .about-hero .hero-display {
  margin: 0 0 1.05rem;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.2vw, 4.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

body.about-page .about-hero .hero-display-line-accent {
  display: block;
  font: inherit;
}

.about-story-shell {
  margin-top: 0;
  padding-top: clamp(2rem, 4vw, 3rem);
}

.mobile-sticky-cta .sticky-retailer-logos a {
  border-radius: 999px !important;
  overflow: hidden;
}

.mobile-sticky-cta .sticky-retailer-logos img {
  max-width: 100% !important;
  max-height: 28px !important;
  height: auto !important;
  object-fit: contain !important;
}

.retailer-card .store-cta,
.store-cta {
  border-radius: 999px !important;
  white-space: normal !important;
  line-height: 1.16 !important;
}

@media (min-width: 761px) {
  html body.home .hero-copy {
    max-width: min(760px, 60vw) !important;
  }

  html body.home .hero-display,
  html body.home .hero-display-line {
    max-width: 14ch !important;
  }
}

@media (max-width: 720px) {
  body.product-page .product-hero-copy h1,
  body.product-page .product-groups h2,
  body.product-page .product-colors h2,
  body.product-page .product-hocker h2,
  body.product-page .product-mount h2 {
    line-height: 1.12 !important;
  }

  body.about-page .about-hero {
    min-height: auto;
    padding-bottom: 3.8rem;
  }

  body.about-page .about-hero #about-hero-h {
    font-weight: 700;
    line-height: 0.98;
  }

  body.about-page .about-hero .hero-display {
    margin-bottom: 0.9rem;
    font-size: clamp(2.55rem, 11vw, 3.3rem);
    line-height: 0.98;
  }

  .about-story-shell {
    margin-top: 0;
    padding-top: 1.6rem;
  }
}

@media (max-width: 720px) {
  html body.home .hero-copy h1#hero-h.hero-title-accent,
  html body.home .hero-display-line {
    max-width: 100% !important;
    font-size: clamp(36px, 10.5vw, 45px) !important;
    line-height: 0.98 !important;
    white-space: nowrap !important;
  }

  html body.home .hero-copy h1#hero-h.hero-title-accent {
    margin-bottom: 0.18rem !important;
  }
}

/* Remove top retailer announcement bar globally. */
.announce {
  display: none !important;
}

/* Savings calculator: keep amount and Euro sign on one line. */
.calc-result-money > span {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 0.14em !important;
  width: auto !important;
  white-space: nowrap !important;
}

.calc-result-money > span > span {
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
}

/* About desktop hero: keep copy centered instead of left-aligned. */
@media (min-width: 981px) {
  body.about-page .about-hero > .container {
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

  body.about-page .about-hero .hero-copy {
    width: min(46rem, 52vw);
    max-width: min(46rem, 52vw);
    margin-left: 0;
    margin-right: auto;
    text-align: center;
  }

  body.about-page .about-hero .flag,
  body.about-page .about-hero #about-hero-h,
  body.about-page .about-hero .hero-display,
  body.about-page .about-hero .hero-lede,
  body.about-page .about-hero .hero-meta,
  body.about-page .about-hero .hero-retailers {
    margin-left: auto;
    margin-right: auto;
  }

  body.about-page .about-hero .hero-cta,
  body.about-page .about-hero .hero-meta,
  body.about-page .about-hero .hero-retailers {
    justify-content: center;
  }

  body.about-page .about-hero .hero-meta {
    justify-items: center;
  }

  body.about-page .about-hero .hero-meta {
    width: min(100%, 47rem);
    max-width: 47rem;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    gap: clamp(0.55rem, 0.9vw, 1.1rem);
    font-size: clamp(0.72rem, 1.05vw, 0.85rem);
  }

  body.about-page .about-hero .hero-meta > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 0;
    white-space: nowrap;
    text-align: center;
  }

  body.about-page .about-hero .hero-meta .tick {
    flex: 0 0 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    aspect-ratio: 1;
  }

  .about-story-shell {
    padding-top: clamp(3rem, 5vw, 4.5rem);
    background:
      radial-gradient(circle at 88% 8%, rgba(255, 122, 0, 0.1) 0%, transparent 24%),
      radial-gradient(circle at 10% 4%, rgba(79, 172, 232, 0.14) 0%, transparent 26%),
      linear-gradient(180deg, #f4fbff 0%, #ffffff 46%, #f8fafc 100%);
    color: var(--ink, #0a2540);
  }

  .about-card,
  .about-teaser.prose-teaser {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.98)),
      radial-gradient(circle at top left, rgba(79, 172, 232, 0.12), transparent 52%);
    border: 1px solid rgba(10, 37, 64, 0.1);
    box-shadow:
      0 24px 54px -38px rgba(10, 37, 64, 0.34),
      0 1px 0 rgba(255, 255, 255, 0.72) inset;
  }

  .about-card-kicker {
    color: rgba(255, 122, 0, 0.9);
  }

  .about-card h2,
  .about-teaser.prose-teaser h3,
  .about-milestones strong {
    color: var(--ink, #0a2540);
  }

  .about-card p,
  .about-teaser.prose-teaser p,
  .about-milestones span {
    color: var(--ink-soft, #334155);
  }

  .about-milestones li {
    border-bottom-color: rgba(10, 37, 64, 0.1);
  }

  .about-teaser.prose-teaser .retailers a {
    background: #fff;
    color: var(--ink, #0a2540);
    border-color: rgba(10, 37, 64, 0.12);
  }
}

@media (min-width: 981px) and (max-width: 1179px) {
  body.about-page .about-hero .hero-meta {
    gap: 0.4rem;
    font-size: 0.64rem;
  }

  body.about-page .about-hero .hero-meta .tick {
    flex-basis: 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  header.site .nav-actions .nav-buy {
    display: none !important;
  }
}

/* Mobile header: fixed bar that folds away on down-scroll and unfolds on up-scroll. */
@media (max-width: 980px) {
  body {
    padding-top: var(--header-height-mobile);
  }

  header.site {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition:
      transform 220ms var(--ease, ease),
      box-shadow 220ms var(--ease, ease),
      background 220ms var(--ease, ease) !important;
  }

  header.site.site-hidden {
    transform: translate3d(0, calc(-1 * var(--header-height-mobile) - 2px), 0) !important;
  }
}

/* Home promise desktop: keep the three benefit cards in one row. */
@media (min-width: 981px) and (max-width: 1179px) {
  body.home .promise-shell {
    width: min(100%, 1080px) !important;
    max-width: 1080px !important;
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  body.home .promise-intro {
    max-width: 42rem;
    margin-inline: auto;
    text-align: center;
  }

  body.home .promise-intro .eyebrow,
  body.home .promise h2,
  body.home .promise-copy {
    margin-left: auto;
    margin-right: auto;
  }

  body.home .promise-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem;
  }

  body.home .promise-card,
  body.home .promise-card-feature {
    grid-column: auto !important;
    min-height: 14.5rem;
    padding: 1.15rem;
  }

  body.home .promise-card h3,
  body.home .promise-card-feature h3 {
    font-size: clamp(1.16rem, 2vw, 1.35rem) !important;
    line-height: 1.08;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
}

@media (min-width: 1180px) {
  body.home .promise-shell {
    width: min(100%, 1540px) !important;
    max-width: 1540px !important;
    grid-template-columns: minmax(19rem, 0.64fr) minmax(0, 1.36fr) !important;
    align-items: start;
    gap: clamp(2rem, 4vw, 4.5rem);
  }

  body.home .promise-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(0.85rem, 1vw, 1.15rem);
    align-items: stretch;
  }

  body.home .promise-card,
  body.home .promise-card-feature {
    grid-column: auto !important;
    min-height: 16rem;
    padding: clamp(1.15rem, 1.5vw, 1.55rem);
  }

  body.home .promise-num {
    width: clamp(58px, 4.4vw, 76px);
    height: clamp(58px, 4.4vw, 76px);
  }

  body.home .promise-card h3,
  body.home .promise-card-feature h3 {
    font-size: clamp(1.2rem, 1.35vw, 1.62rem) !important;
    line-height: 1.08;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  body.home .promise-card p,
  body.home .promise-card-feature p:last-child {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    line-height: 1.45;
  }
}

/* Ratgeber desktop: four article cards in one row and centered life-phase copy. */
@media (min-width: 981px) {
  body.guide-page.guide-hub .guide-hub-grid .container {
    width: min(100%, 1540px) !important;
    max-width: 1540px !important;
  }

  body.guide-page.guide-hub .guide-hub-grid .ratgeber-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 1.3vw, 1.35rem);
  }

  body.guide-page.guide-hub .guide-hub-grid .article .article-body {
    padding: clamp(1.25rem, 1.35vw, 1.55rem);
  }

  body.guide-page.guide-hub .guide-hub-grid .article h3 {
    font-size: clamp(1.28rem, 1.35vw, 1.68rem) !important;
    line-height: 1.07;
    letter-spacing: -0.04em;
  }

  body.guide-page.guide-hub .guide-hub-grid .article p {
    font-size: clamp(0.92rem, 0.9vw, 1rem);
    line-height: 1.5;
  }
}

@media (min-width: 981px) and (max-width: 1179px) {
  body.guide-page.guide-hub .guide-hub-grid .ratgeber-grid {
    gap: 0.85rem;
  }

  body.guide-page.guide-hub .guide-hub-grid .article .cover {
    min-height: 190px;
  }

  body.guide-page.guide-hub .guide-hub-grid .article .article-body {
    padding: 1rem;
  }

  body.guide-page.guide-hub .guide-hub-grid .article h3 {
    font-size: clamp(1.05rem, 1.55vw, 1.22rem) !important;
    letter-spacing: -0.035em;
  }

  body.guide-page.guide-hub .guide-hub-grid .article p {
    min-height: 6.2em;
    font-size: 0.88rem;
  }
}

@media (min-width: 981px) {
  body.guide-page.guide-hub .guide-topic-links .ratgeber-head {
    justify-content: center !important;
    text-align: center !important;
  }

  body.guide-page.guide-hub .guide-topic-links .ratgeber-head > div {
    width: 100%;
    max-width: 54rem;
    margin-inline: auto;
  }

  body.guide-page.guide-hub .guide-topic-links .eyebrow,
  body.guide-page.guide-hub .guide-topic-links h2,
  body.guide-page.guide-hub .guide-topic-links .guide-hub-grid-intro {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Ratgeber hub cards: images fill the full card cover instead of sitting contained. */
body.guide-page.guide-hub .guide-feature-cover .cover-image,
body.guide-page.guide-hub .guide-hub-grid .article .cover-image,
body.guide-page.guide-hub .related-guides .article .cover-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
}

@media (min-width: 981px) {
  body.guide-page.guide-hub .guide-feature-cover {
    min-height: clamp(380px, 29vw, 440px);
  }

  body.guide-page.guide-hub .guide-topic-links {
    padding-top: clamp(3.5rem, 6vw, 5.5rem) !important;
  }
}

/* Ratgeber final CTA: loosen desktop headline spacing. */
@media (min-width: 981px) {
  body.guide-page .guide-retail-band .final-card h2 {
    max-width: 18ch !important;
    font-size: clamp(3rem, 4.4vw, 4.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.026em !important;
  }
}

/* Ratgeber mobile: keep the proctology image complete and align retailer CTAs. */
@media (max-width: 720px) {
  body.guide-page.guide-hub .guide-hub-grid .article[href="/ratgeber/analfissuren-analekzeme/"] .cover {
    aspect-ratio: 640 / 468 !important;
    min-height: 0 !important;
  }

  body.guide-page.guide-hub .guide-hub-grid .article[href="/ratgeber/analfissuren-analekzeme/"] .cover-image {
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.guide-page .guide-retail-band .final-retailers {
    gap: 0.85rem !important;
  }

  body.guide-page .guide-retail-band .final-retailers .retailer-btn {
    display: grid !important;
    grid-template-columns: 92px 150px;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.65rem !important;
    width: min(100%, 19.5rem) !important;
    min-height: 68px !important;
    padding: 0.72rem 1rem !important;
    border-radius: 999px !important;
  }

  body.guide-page .guide-retail-band .final-retailers .retailer-btn img {
    justify-self: center !important;
    align-self: center !important;
    width: auto !important;
    height: auto !important;
    max-width: 92px !important;
    max-height: 30px !important;
    object-fit: contain !important;
  }

  body.guide-page .guide-retail-band .final-retailers .retailer-btn[href*="rossmann"] img {
    max-width: 96px !important;
    max-height: 20px !important;
  }

  body.guide-page .guide-retail-band .final-retailers .retailer-btn[href*="dm"] img,
  body.guide-page .guide-retail-band .final-retailers .retailer-btn[href*="budni"] img {
    max-height: 34px !important;
  }

  body.guide-page .guide-retail-band .final-retailers .retailer-btn span {
    justify-self: start !important;
    white-space: nowrap !important;
  }

  body.guide-page .mobile-sticky-cta .sticky-retailer-logos a {
    display: grid !important;
    place-items: center !important;
    min-height: 56px !important;
    padding: 0.4rem !important;
  }

  body.guide-page .mobile-sticky-cta .sticky-retailer-logos img {
    justify-self: center !important;
    align-self: center !important;
    width: auto !important;
    height: auto !important;
    max-width: 64px !important;
    max-height: 30px !important;
    object-fit: contain !important;
  }

  body.guide-page .mobile-sticky-cta .sticky-retailer-logos a[href*="rossmann"] img {
    max-height: 18px !important;
  }

  body.guide-page .mobile-sticky-cta .sticky-retailer-logos a[href*="dm"] img,
  body.guide-page .mobile-sticky-cta .sticky-retailer-logos a[href*="budni"] img {
    max-height: 34px !important;
  }
}

/* Hero image sources: desktop uses the wide composition, mobile keeps the portrait crop. */
.hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* v6 instruction icons: use the round illustrated tiles directly, without the old photo frame. */
body.home .step-img.step-icon-card {
  aspect-ratio: 1 / 1 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
  padding: 0 !important;
}

body.home .step-img.step-icon-card::before,
body.home .step-img.step-icon-card::after {
  content: none !important;
  display: none !important;
}

body.home .step-img.step-icon-card img,
body.home .step-img.step-icon-card .step-icon-img,
body.home .step-img.step-icon-card .step-icon-img-wide {
  width: min(92%, 19.5rem) !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
  object-position: center !important;
  outline: 0 !important;
  padding: 0 !important;
  filter: saturate(1.12) contrast(1.04) !important;
}

body.home .step:hover .step-img.step-icon-card img {
  transform: none !important;
}

body.home .step:nth-child(2) p {
  display: block !important;
  margin: 0;
}

/* v6 about page: retailer CTA uses real logo tiles, matching the other buying sections. */
body.about-page .about-teaser.prose-teaser {
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 1fr);
  gap: clamp(1.25rem, 3vw, 2.2rem);
}

body.about-page .about-teaser.prose-teaser .retailers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

body.about-page .about-teaser.prose-teaser .retailers a {
  min-height: 68px;
  padding: 0.75rem 1rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  border: 1px solid rgba(10, 37, 64, 0.1);
  box-shadow:
    0 18px 38px -28px rgba(10, 37, 64, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.78) inset;
  text-decoration: none;
  transition:
    transform 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    border-color 0.22s var(--ease),
    background 0.22s var(--ease);
}

body.about-page .about-teaser.prose-teaser .retailers a:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(79, 172, 232, 0.32);
  box-shadow:
    0 22px 46px -28px rgba(10, 37, 64, 0.5),
    0 0 0 1px rgba(79, 172, 232, 0.12) inset;
}

body.about-page .about-teaser.prose-teaser .retailers img {
  width: auto;
  height: auto;
  max-width: 118px;
  max-height: 34px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(10, 37, 64, 0.12));
}

body.about-page .about-teaser.prose-teaser .retailers a[href*="rossmann"] img {
  max-width: 126px;
  max-height: 22px;
}

body.about-page .about-teaser.prose-teaser .retailers a[href*="dm"] img,
body.about-page .about-teaser.prose-teaser .retailers a[href*="budni"] img {
  max-height: 38px;
}

body.about-page .about-teaser.prose-teaser .retailers a[href*="amazon"] img {
  max-width: 124px;
  max-height: 32px;
}

@media (max-width: 720px) {
  body.about-page .about-teaser.prose-teaser {
    grid-template-columns: 1fr;
  }

  body.about-page .about-teaser.prose-teaser .retailers {
    gap: 0.65rem;
  }

  body.about-page .about-teaser.prose-teaser .retailers a {
    min-height: 62px;
    border-radius: 16px;
  }
}

@media print {
  header.site,
  footer.site,
  .mobile-sticky-cta,
  .drawer,
  .drawer-backdrop,
  .nav-menu,
  .skip-link,
  .cookie-banner,
  iframe,
  video {
    display: none !important;
  }

  .container,
  .prose,
  .subhero .inner {
    max-width: 100% !important;
    padding: 0 !important;
  }

  body {
    color: #000 !important;
    background: #fff !important;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    color: #555;
  }
}


/* ============================================================
   PATCH 2026-05-06: alle SVG-Logo-Regeln, Logo-Sizing, Header-Center, 
   Hero-Größe, Footer-Logo. Sammelpatch nach kaputter Edition.
   ============================================================ */

/* --- Inline-SVG Logo: gleiches Verhalten wie .logo img --- */
.logo svg {
  display: block;
  height: 30px;
  width: auto;
  filter: brightness(0) saturate(100%);
  transition: filter 0.3s var(--ease);
}
footer .brand svg,
footer .logo svg {
  filter: none;
  height: 36px;
  width: auto;
  display: block;
}

/* --- Header zentriert auf Desktop --- */
@media (min-width: 981px) {
  header.site .container.nav,
  header.site .nav {
    max-width: 1280px !important;
    width: 100% !important;
    margin-inline: auto !important;
    padding-left: clamp(1.5rem, 4vw, 3rem) !important;
    padding-right: clamp(1.5rem, 4vw, 3rem) !important;
  }
}

/* --- Header-Logo Größe (etwas größer) --- */
header.site .logo img,
header.site .logo svg {
  height: 38px !important;
  width: auto !important;
  max-width: 165px !important;
  max-height: 40px !important;
  display: block !important;
  object-fit: contain !important;
}
@media (max-width: 720px) {
  header.site .logo img,
  header.site .logo svg {
    height: 32px !important;
    max-width: 140px !important;
    max-height: 32px !important;
  }
}

/* --- Footer-Logo Größe (deutlich kleiner) --- */
footer.site .brand img,
footer.site .brand svg,
footer.site .brand a img,
footer.site .brand a svg,
footer.site .foot-grid .brand img,
footer.site .foot-grid .brand svg {
  height: 28px !important;
  width: auto !important;
  max-width: 120px !important;
  max-height: 28px !important;
  display: block !important;
  filter: brightness(0) invert(1) !important;
}
@media (max-width: 720px) {
  footer.site .brand img,
  footer.site .brand svg {
    height: 24px !important;
    max-width: 100px !important;
    max-height: 24px !important;
  }
}

/* --- Drawer-Logo --- */
.drawer-logo svg,
.drawer-logo img {
  height: 30px !important;
  width: auto !important;
  max-width: 130px !important;
  max-height: 30px !important;
  display: block !important;
}

/* --- Desktop Navigation MUSS sichtbar sein (Burger weg) --- */
@media (min-width: 900px) {
  header.site .nav-menu,
  body header .nav-menu {
    display: inline-flex !important;
  }
  header.site .burger,
  body header .burger {
    display: none !important;
  }
}
@media (max-width: 899px) {
  header.site .nav-menu,
  body header .nav-menu {
    display: none !important;
  }
  header.site .burger,
  body header .burger {
    display: inline-flex !important;
  }
}

/* --- Hero größer auf Desktop --- */
@media (min-width: 980px) {
  body.home .hero-display {
    font-size: clamp(4.5rem, 8vw, 7.5rem) !important;
    line-height: 1.02 !important;
  }
  body.home .hero-fullbleed .hero-copy {
    max-width: 640px !important;
  }
  body.home .hero-fullbleed .hero-copy .hero-meta {
    font-size: 1.18rem !important;
    line-height: 1.55 !important;
  }
  body.home .hero-fullbleed .btn-primary,
  body.home .hero-fullbleed .btn.btn-primary {
    font-size: 1.05rem !important;
    padding: 1.05rem 2rem !important;
  }
}

/* --- H2 line-height (Descender-Fix) --- */
section h2 em,
section h2 i {
  padding-block: 0.05em 0.2em;
  line-height: 1.18;
  overflow: visible;
}
.final h2 em,
.final h2 i {
  padding-block: 0.05em 0.2em;
  line-height: 1.18;
  overflow: visible;
}
body.home h2 {
  line-height: 1.18;
}

/* --- picture in product galleries muss block sein --- */
.product-hero-visual picture,
.product-card picture,
.product-hocker-visual picture,
.variant-gallery picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* --- Retailer-Card-Canonical Grid (nur 2 Children: logo + cta) --- */
.retailer-card-canonical > a,
.stores-grid .retailer-card.retailer-card-canonical > a {
  grid-template-rows: 1fr auto !important;
  padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.4rem, 2vw, 1.8rem) !important;
  gap: 1.5rem !important;
  min-height: 180px !important;
}
.retailer-card-canonical .retailer-logo-frame {
  min-height: 0 !important;
  align-self: center !important;
  justify-self: center !important;
  width: 100% !important;
}
.retailer-card-canonical .retailer-logo-frame img {
  max-width: 70% !important;
  max-height: 70px !important;
}
@media (min-width: 1100px) {
  .retailer-card-canonical .retailer-logo-frame img {
    max-width: 60% !important;
    max-height: 64px !important;
  }
}
.retailer-card-canonical .store-cta {
  width: 100% !important;
  padding: 0.85rem 1rem !important;
  font-size: 0.95rem !important;
  background: var(--berry, #ff7a1a) !important;
  color: #fff !important;
}

/* --- Header-Button Touch-Höhe 44px --- */
header.site .nav-menu a,
header.site .nav-actions .btn,
header.site .nav-buy,
header.site .nav-savings {
  min-height: 44px !important;
}

/* --- Rossmann/Amazon Logo max-width auf About-Page --- */
body.about-page .about-teaser.prose-teaser .retailers a[href*="rossmann"] img {
  max-width: min(105px, 100%) !important;
}
body.about-page .about-teaser.prose-teaser .retailers a[href*="amazon"] img {
  max-width: min(100px, 100%) !important;
}
body.about-page .about-teaser.prose-teaser .retailers img {
  max-width: min(118px, 100%) !important;
}


/* PATCH 2026-05-06: Burger-Button defensiv stylen — verhindert iOS Safari
   Default-Button-Style (blue, rectangular). Greift auf ALLEN Seiten, auch
   datenschutz/impressum/agb wo body keine spezifische Klasse hat. */
.burger,
header.site .burger,
button.burger {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(10, 37, 64, 0.14) !important;
  border-radius: 999px !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  cursor: pointer !important;
  color: inherit !important;
  font: inherit !important;
  outline: none !important;
}

.burger:focus-visible,
header.site .burger:focus-visible {
  outline: 3px solid rgba(255, 122, 0, 0.4) !important;
  outline-offset: 2px !important;
}

.burger span,
header.site .burger span,
button.burger span {
  display: block !important;
  width: 16px !important;
  height: 1.5px !important;
  background: #0a2540 !important;
  margin: 0 auto !important;
  border-radius: 1px !important;
}

.burger span + span {
  margin-top: 4px !important;
}

.drawer-close,
button.drawer-close {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: rgba(10, 37, 64, 0.06) !important;
  border: 1px solid rgba(10, 37, 64, 0.1) !important;
  border-radius: 999px !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  cursor: pointer !important;
  font-size: 24px !important;
  color: #0a2540 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}


/* PATCH 2026-05-06: Hero "Im Regal bei den Feuchttüchern"-Badge — auffällig orange */
.hero-shelf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.9rem 0 1.1rem;
  padding: 0.7rem 1.15rem;
  background: linear-gradient(135deg, #ff8a18 0%, #ff6a00 100%);
  color: #fff;
  border-radius: 999px;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 700;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  letter-spacing: -0.005em;
  line-height: 1.15;
  box-shadow:
    0 18px 40px -18px rgba(255, 122, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
  position: relative;
  isolation: isolate;
  animation: heroShelfPulse 2.4s ease-in-out infinite;
}

@keyframes heroShelfPulse {
  0%, 100% {
    box-shadow:
      0 18px 40px -18px rgba(255, 122, 0, 0.7),
      0 0 0 1px rgba(255, 255, 255, 0.16) inset,
      0 0 0 0 rgba(255, 138, 24, 0.45);
  }
  50% {
    box-shadow:
      0 18px 40px -18px rgba(255, 122, 0, 0.7),
      0 0 0 1px rgba(255, 255, 255, 0.16) inset,
      0 0 0 8px rgba(255, 138, 24, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-shelf-badge {
    animation: none;
  }
}

.hero-shelf-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #fff;
}

.hero-shelf-badge-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-shelf-badge-text {
  white-space: nowrap;
}

@media (max-width: 720px) {
  .hero-shelf-badge {
    font-size: 0.92rem;
    padding: 0.6rem 1rem;
    margin: 0.8rem 0 0.9rem;
  }
  .hero-shelf-badge-text {
    white-space: normal;
  }
}


/* PATCH 2026-05-06b: hero-shelf-block — Badge + Retailer-Logos in EIN Block,
   damit klar ist dass die Logos zur "Im Regal bei..."-Botschaft gehören. */

/* Alte Standalone-Badge-Regeln neutralisieren wenn block aktiv */
.hero-shelf-block .hero-shelf-badge,
.hero-shelf-block-header {
  animation: none !important;
}

.hero-shelf-block {
  margin-top: 1.1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 0.55rem 0.85rem 0.85rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 22px 50px -28px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 138, 24, 0.22);
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 0.55rem;
  animation: heroShelfPulse 2.6s ease-in-out infinite;
}

@keyframes heroShelfPulse {
  0%, 100% {
    box-shadow:
      0 22px 50px -28px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(255, 138, 24, 0.22),
      0 0 0 0 rgba(255, 138, 24, 0.45);
  }
  50% {
    box-shadow:
      0 22px 50px -28px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(255, 138, 24, 0.4),
      0 0 0 7px rgba(255, 138, 24, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-shelf-block {
    animation: none;
  }
}

.hero-shelf-block-header {
  display: inline-flex;
  align-self: start;
  justify-self: start;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(135deg, #ff8a18 0%, #ff6a00 100%);
  color: #fff;
  border-radius: 999px;
  padding: 0.55rem 1rem 0.6rem;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 700;
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  letter-spacing: -0.005em;
  line-height: 1.15;
  box-shadow: 0 12px 26px -14px rgba(255, 122, 0, 0.7);
  margin-left: -0.15rem;
}

.hero-shelf-block .hero-retailers {
  margin: 0;
  padding-top: 0.15rem;
  /* Subtile gestrichelte Trennlinie zur Verbindung */
  border-top: 1px dashed rgba(255, 255, 255, 0.14);
  padding-top: 0.7rem;
}

@media (max-width: 720px) {
  .hero-shelf-block {
    padding: 0.5rem 0.7rem 0.7rem;
    border-radius: 18px;
  }
  .hero-shelf-block-header {
    font-size: 0.88rem;
    padding: 0.5rem 0.85rem 0.55rem;
  }
}


/* PATCH 2026-05-06c: hero-shelf-block — Information, KEIN Button.
   Schlichter Label-Stil, Box passend zur Inhaltsbreite. */

.hero-shelf-block {
  margin-top: 1.1rem;
  padding: 0.55rem 0.75rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  position: relative;
  isolation: isolate;
  display: inline-grid;
  gap: 0.55rem;
  width: max-content;
  max-width: 100%;
  /* Keine Button-Pulsing-Animation mehr */
  animation: none;
  box-shadow: 0 18px 38px -28px rgba(0, 0, 0, 0.5);
}

.hero-shelf-block-header {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  /* KEINE Button-Optik: kein Background, kein Padding wie Pill */
  background: transparent;
  color: #ffe4cc;
  padding: 0;
  font-family: var(--font-body, "DM Sans", system-ui, sans-serif);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  animation: none !important;
}

.hero-shelf-block-header .hero-shelf-badge-icon {
  width: 16px;
  height: 16px;
  color: #ff8a18;
  flex-shrink: 0;
}

.hero-shelf-block-header .hero-shelf-badge-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-shelf-block-header .hero-shelf-badge-text {
  color: #ffe4cc;
}

.hero-shelf-block .hero-retailers {
  margin: 0 !important;
  padding: 0 !important;
  border-top: none !important;
}

@media (min-width: 720px) {
  .hero-shelf-block {
    padding: 0.6rem 0.85rem 0.9rem;
  }
}

@media (max-width: 720px) {
  .hero-shelf-block {
    padding: 0.5rem 0.65rem 0.7rem;
    border-radius: 14px;
    width: 100%;
  }
  .hero-shelf-block-header {
    font-size: 0.72rem;
  }
}

/* Zurücksetzen: 06b Patch-Klassen mit höherer Spezifität neutralisieren */
.hero-shelf-block.hero-shelf-block,
.hero-shelf-block-header.hero-shelf-block-header {
  background: rgba(255, 255, 255, 0.05);
}
.hero-shelf-block-header.hero-shelf-block-header {
  background: transparent !important;
  color: #ffe4cc !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin-left: 0 !important;
}


/* PATCH 2026-05-06d: hero-shelf-block-header — TEXT GRÖSSER, position UNTER Logos */
.hero-shelf-block-header,
.hero-shelf-block-header.hero-shelf-block-header {
  font-size: 1rem !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  font-weight: 600 !important;
  color: #fff !important;
  padding: 0.4rem 0.2rem 0 !important;
  align-items: center !important;
  gap: 0.55rem !important;
  margin-top: 0.2rem !important;
  border-top: 1px dashed rgba(255, 255, 255, 0.16) !important;
  padding-top: 0.7rem !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
}

.hero-shelf-block-header .hero-shelf-badge-icon,
.hero-shelf-block-header.hero-shelf-block-header .hero-shelf-badge-icon {
  width: 20px !important;
  height: 20px !important;
  color: #ff8a18 !important;
}

.hero-shelf-block-header .hero-shelf-badge-text,
.hero-shelf-block-header.hero-shelf-block-header .hero-shelf-badge-text {
  color: #fff !important;
}

@media (max-width: 720px) {
  .hero-shelf-block-header,
  .hero-shelf-block-header.hero-shelf-block-header {
    font-size: 0.95rem !important;
    gap: 0.45rem !important;
  }
}


/* PATCH 2026-05-06e: hero-shelf-block-header — fetter und größer */
.hero-shelf-block-header,
.hero-shelf-block-header.hero-shelf-block-header {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.005em !important;
}

@media (min-width: 720px) {
  .hero-shelf-block-header,
  .hero-shelf-block-header.hero-shelf-block-header {
    font-size: 1.22rem !important;
  }
}

@media (max-width: 720px) {
  .hero-shelf-block-header,
  .hero-shelf-block-header.hero-shelf-block-header {
    font-size: 1.08rem !important;
  }
}

.hero-shelf-block-header .hero-shelf-badge-icon,
.hero-shelf-block-header.hero-shelf-block-header .hero-shelf-badge-icon {
  width: 22px !important;
  height: 22px !important;
}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
