/* ============================================
   ZESTO SHILAJIT — UI/UX Fixes & Polish
   Covers: mobile responsiveness, spacing,
   readability, CTAs, touch targets, accessibility
   ============================================ */

/* ── ROOT IMPROVEMENTS ──────────────────────── */
:root {
  --transition-fast: 0.18s ease;
  --radius-xl: 16px;
  --section-pad-desktop: 96px;
  --section-pad-tablet: 72px;
  --section-pad-mobile: 56px;
}

/* Consistent section rhythm */
.section { padding: var(--section-pad-desktop) 0; }

/* Better text rendering */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Focus ring — visible and on-brand */
:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 3px;
}

/* ── SHIPPING BANNER ────────────────────────── */
.shipping-banner {
  padding: 10px 16px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: var(--dark-2);
}
.shipping-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: nowrap;
  overflow: hidden;
}
.shipping-banner__item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  color: var(--grey);
}
.shipping-banner__item svg { flex-shrink: 0; color: var(--red); }
.shipping-banner__dot { color: rgba(107,98,89,0.4); }

/* ── HEADER ─────────────────────────────────── */
.header {
  border-bottom: 1px solid rgba(217,26,26,0.12);
}
.header__inner {
  height: 76px;
  gap: 20px;
}
.logo__img { height: 64px; }

/* Prevent nav links from wrapping at intermediate widths */
.nav__list { flex-wrap: nowrap; }
.nav__link {
  font-size: 0.8rem;
  white-space: nowrap;
}

/* ── HERO ───────────────────────────────────── */
.hero { min-height: 100svh; }
.hero__eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}
.hero__sub { font-size: 1.05rem; }
.hero__actions { gap: 12px; }
.hero__trust {
  gap: 16px;
  font-size: 0.78rem;
}

/* ── POWER STRIP ────────────────────────────── */
.power-strip__icon { font-size: 1.6rem; }
.power-strip__sub { font-size: 1.05rem; }

/* ── BENEFIT CARDS ──────────────────────────── */
.benefit-card {
  padding: 0 0 28px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.benefit-card__img { height: 200px; border-radius: 0; }
.benefit-card__icon { margin: 20px 24px 8px; font-size: 1.6rem; }
.benefit-card h3 { padding: 0 24px; margin-bottom: 10px; }
.benefit-card p { padding: 0 24px; font-size: 0.88rem; }

/* ── HOW TO USE ─────────────────────────────── */
.how-to-use h2 { margin-bottom: 48px; }

/* ── PRICING ────────────────────────────────── */
.pricing h2 { margin-bottom: 48px; }
.pricing-card {
  border-radius: var(--radius-lg);
}
/* Better featured card on desktop */
.pricing-card--featured {
  border-width: 2px;
}
.pricing-card__badge {
  font-size: 0.68rem;
  padding: 5px 18px;
}
.pricing-card img { width: 140px; height: 140px; }

/* ── TESTIMONIALS ───────────────────────────── */
.testimonials h2 { margin-bottom: 48px; }
.reviews-summary {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  padding: 28px 32px;
  background: var(--dark-2);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(217,26,26,0.12);
  flex-wrap: wrap;
}
.reviews-summary__number { font-size: 3.5rem; }

/* ── FAQ ────────────────────────────────────── */
.faq h2 { margin-bottom: 40px; }
.faq__item summary {
  padding: 18px 52px 18px 20px;
  font-size: 0.93rem;
}
.faq__item p { padding: 0 20px 18px; font-size: 0.88rem; }

/* ── QUALITY / CERTIFICATIONS ───────────────── */
.quality h2 { margin-bottom: 20px; }
.quality__desc { margin-bottom: 48px; font-size: 0.95rem; }
.quality__badges { gap: 40px; }
.cert-icon { width: 96px; height: 96px; }
.cert-icon img { width: 76px; height: 76px; }

/* ── FINAL CTA ──────────────────────────────── */
.cta-final { padding: 80px 0; }

/* ── FOOTER ─────────────────────────────────── */
.footer__disclaimer {
  font-size: 0.75rem;
  line-height: 1.6;
  color: rgba(107,98,89,0.7);
}

/* ── FLOATING CTA ───────────────────────────── */
.floating-cta {
  bottom: calc(20px + env(safe-area-inset-bottom));
  right: 12px;
  gap: 10px;
}
/* Touch devices — icon-only circles, no labels */
@media (hover: none) {
  .floating-cta__btn-label {
    display: none !important;
  }
}

/* ── LANGUAGE SWITCHER ──────────────────────── */
.lang-selector__dropdown {
  min-width: 140px;
  /* Prevent off-screen right on narrow viewports */
  right: 0;
  left: auto;
}
.lang-selector__dropdown li button {
  min-height: 44px; /* touch target */
  display: flex;
  align-items: center;
}

/* ══════════════════════════════════════════════
   TABLET  (769px – 1024px)
   ══════════════════════════════════════════════ */
@media (min-width: 769px) and (max-width: 1024px) {
  .section { padding: var(--section-pad-tablet) 0; }
  .header__inner { height: 80px; gap: 16px; }
  .logo__img { height: 56px; }
  /* Show hamburger, hide full nav */
  .nav { top: 80px !important; }
  .benefits__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .pricing__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .pricing-card--featured { transform: none; }
  .pricing-card--featured:hover { transform: translateY(-4px); }
  .pricing-card img { width: 110px; height: 110px; }
  .cta-final__layout { gap: 40px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .how-to-use__layout { flex-direction: column; }
  .how-to-use__video { width: 100%; max-width: 560px; margin: 0 auto; }
}

/* ══════════════════════════════════════════════
   MOBILE  (≤768px)
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .section { padding: var(--section-pad-mobile) 0; }
  .container { padding: 0 16px; }

  /* Banner — marquee ticker so long German text never clips */
  .shipping-banner { overflow: hidden; padding: 8px 0; }
  .shipping-banner__inner {
    /* Override max-width:1200px and justify-content:center from base CSS */
    max-width: none;
    width: max-content;
    justify-content: flex-start;
    overflow: visible;
    gap: 40px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    /* Scroll left continuously */
    animation: zesto-banner-scroll 18s linear infinite;
  }
  @keyframes zesto-banner-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  /* Pause scroll on hover/touch */
  .shipping-banner:hover .shipping-banner__inner,
  .shipping-banner:focus-within .shipping-banner__inner {
    animation-play-state: paused;
  }
  .shipping-banner__dot { display: inline; }  /* keep dots — they act as separators in the ticker */

  /* Header — hide cart icon btn; floating cart covers it on mobile */
  .cart-icon-btn { display: none !important; }
  .header__inner { height: 64px; gap: 12px; padding: 0 16px; }
  .logo__img { height: 46px; }
  .nav { top: 64px !important; }

  /* Heading sizes — tuned for German long words */
  h1 { font-size: clamp(1.75rem, 9vw, 3rem); line-height: 1.05; }
  h2 { font-size: clamp(1.3rem, 5.5vw, 2rem); line-height: 1.1; }
  h3 { font-size: clamp(1rem, 4vw, 1.5rem); line-height: 1.2; }

  /* Pricing card name — keep prominent but not oversized */
  .pricing-card__header h3 { font-size: 1.5rem; line-height: 1.1; }

  /* Hero */
  .hero { min-height: 100svh; }
  .hero__content { padding-top: 48px; padding-bottom: 48px; }
  .hero__eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
    white-space: normal;
    word-break: break-word;
  }
  .hero__sub { font-size: 0.92rem; margin-bottom: 28px; line-height: 1.65; }
  .hero__actions {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
  }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__trust {
    gap: 8px;
    font-size: 0.72rem;
    flex-wrap: wrap;
  }

  /* Power strip — 2-col on mobile */
  .power-strip__grid { grid-template-columns: 1fr 1fr; }
  .power-strip__divider { display: none; }
  .power-strip__item {
    padding: 16px 10px;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid rgba(217,26,26,0.08);
  }
  .power-strip__item:nth-child(odd) {
    border-right: 1px solid rgba(217,26,26,0.08);
  }
  .power-strip__icon { font-size: 1.4rem; }
  .power-strip__label { font-size: 0.6rem; }
  .power-strip__sub { font-size: 0.95rem; }

  /* Unstoppable */
  .unstoppable__inner { gap: 36px; }
  .unstoppable__text h2 { margin-bottom: 16px; }
  .unstoppable__text p { margin-bottom: 24px; }

  /* Benefit cards — single column */
  .benefits h2 { margin-bottom: 36px; }
  .benefits__grid { grid-template-columns: 1fr; gap: 16px; }
  .benefit-card__img { height: 160px; }
  .benefit-card__icon { font-size: 1.4rem; margin: 16px 20px 6px; }
  .benefit-card h3 { padding: 0 20px; font-size: 1.1rem; margin-bottom: 8px; }
  .benefit-card p { padding: 0 20px; font-size: 0.85rem; }
  .benefit-card { padding-bottom: 24px; }

  /* How To Use */
  .how-to-use h2 { margin-bottom: 36px; }
  .how-to-use__layout {
    flex-direction: column;
    gap: 32px;
  }
  .how-to-use__video {
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    order: -1;
  }
  .how-to-use__video video { width: 100%; border-radius: var(--radius-lg); }
  .how-to-use__steps { gap: 0; }
  .how-to-use__layout .step {
    flex-direction: column;
    text-align: center;
    padding: 20px 16px;
    gap: 0;
  }
  .how-to-use__layout .step__body { min-width: 0; }
  .how-to-use__layout .step h3 { font-size: 1.1rem; }

  /* Pricing — stack, featured first */
  .pricing h2 { margin-bottom: 36px; }
  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pricing-card--featured {
    transform: none;
    order: -1; /* Featured card first on mobile */
  }
  .pricing-card--featured:hover { transform: translateY(-4px); }
  .pricing-card { padding: 28px 20px; }
  .pricing-card img { width: 120px; height: 120px; }
  .price__amount { font-size: 1.9rem; }
  .pricing-card__badge { font-size: 0.65rem; padding: 4px 14px; }

  /* Reviews */
  .testimonials h2 { margin-bottom: 36px; }
  .reviews-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
  .reviews-summary__number { font-size: 2.8rem; }
  .testimonials__grid { grid-template-columns: 1fr; gap: 16px; }

  /* Quality */
  .quality h2 { margin-bottom: 16px; }
  .quality__desc { margin-bottom: 36px; font-size: 0.9rem; }
  .quality__badges { gap: 24px; }
  .cert-icon { width: 80px; height: 80px; }
  .cert-icon img { width: 62px; height: 62px; }
  .quality__claims { gap: 12px; font-size: 0.78rem; flex-wrap: wrap; justify-content: center; }
  .authority__section { margin-top: 48px; }
  .authority__grid { grid-template-columns: 1fr !important; gap: 16px; }
  .authority-card { flex-direction: column; gap: 12px; padding: 20px 16px; }
  .authority-card__logo { width: 100%; max-width: 160px; }
  .coa__section { margin-top: 48px; }
  .coa__img { width: 100%; }

  /* FAQ */
  .faq h2 { margin-bottom: 32px; }
  .faq__item summary { font-size: 0.88rem; padding: 16px 44px 16px 16px; }
  .faq__item summary::after { right: 16px; top: 14px; font-size: 1.2rem; }
  .faq__item p { padding: 0 16px 16px; font-size: 0.85rem; }
  .faq__short { font-size: 0.75rem; }

  /* Final CTA */
  .cta-final { padding: 56px 0; }
  .cta-final__layout { gap: 32px; text-align: center; }
  .cta-final__text .label { text-align: center; }
  .cta-final__stats { justify-content: center; gap: 20px; }
  .cta-stat__number { font-size: 1.6rem; }
  .cta-final__video { order: -1; }
  .cta-final__text .btn { width: 100%; }

  /* CTA stats — prevent long German labels (e.g. DURCHSCHNITTSBEWERTUNG) from
     expanding columns beyond their share; minmax(0,1fr) overrides auto min-size */
  .cta-final__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }
  .cta-stat__label {
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 0.55rem;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }

  /* CTA text — prevent words overflowing right edge */
  .cta-final__text p {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  /* Cart float btn — align exactly with .floating-cta stack */
  /* floating-cta: bottom=20px, two 46px icons + 10px gap = 102px tall
     → top of stack = 122px from bottom; cart sits 10px above = 132px */
  .cart-float-btn {
    right: 12px;          /* match floating-cta right */
    width: 46px;          /* match FAB icon size */
    height: 46px;
    bottom: calc(132px + env(safe-area-inset-bottom));
  }

  /* Footer */
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer__brand p { max-width: 100%; }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .footer__legal-logos { justify-content: center; }

  /* Floating CTA — icon-only circles on mobile (no labels) */
  .floating-cta { display: flex; }
  .floating-cta__btn-label { display: none !important; }
  .floating-cta__btn-icon { width: 46px; height: 46px; }

  /* Minimum touch target — nav links only, NOT footer (footer has many links, 44px each = too long) */
  button, [role="button"], summary { min-height: 44px; }
  .nav__link { min-height: 44px; display: flex; align-items: center; }
  .faq__item summary { min-height: 56px; align-items: flex-start; }

  /* Footer — compact on mobile: tighter gaps, 2-col nav lists, smaller headings */
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer__nav h4 {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
  }
  .footer__nav ul { gap: 0; }          /* remove gap — padding handles spacing */
  .footer__nav a {
    display: block;
    padding: 6px 0;                    /* 6px top+bottom = 12px total, finger-friendly without 44px waste */
    font-size: 0.88rem;
    min-height: unset;
  }
  /* Two-column nav lists side-by-side to halve the vertical footprint */
  .footer__nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
  }
  .footer__brand { margin-bottom: 4px; }
  .footer__brand p { font-size: 0.85rem; line-height: 1.5; margin: 8px 0; }
  .footer__contact { gap: 6px; margin-top: 8px; }
  .footer__contact a { font-size: 0.82rem; }
  .footer__bottom { gap: 8px; padding-top: 16px; }
  .footer__bottom p { font-size: 0.75rem; }

  /* Language switcher — keep in viewport */
  .lang-selector__dropdown {
    right: 0;
    left: auto;
    max-height: 60vh;
    overflow-y: auto;
  }
}

/* ══════════════════════════════════════════════
   SMALL MOBILE  (≤480px)
   ══════════════════════════════════════════════ */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .section { padding: 48px 0; }

  /* Banner — icon only to save space */
  .shipping-banner { padding: 8px 14px; }
  .shipping-banner__inner { justify-content: space-around; }
  .shipping-banner__item { gap: 4px; font-size: 0.68rem; }

  /* Hero */
  .hero__content { padding-top: 40px; padding-bottom: 40px; }
  .hero__eyebrow { font-size: 0.6rem; }
  .hero__sub { font-size: 0.9rem; }
  .hero__trust { font-size: 0.68rem; gap: 6px; }
  .hero__trust span { flex-direction: row; }

  /* Power strip compact */
  .power-strip__item { padding: 14px 8px; gap: 8px; }
  .power-strip__icon { font-size: 1.2rem; }
  .power-strip__sub { font-size: 0.88rem; }
  .power-strip__label { font-size: 0.55rem; }

  /* Pricing badge wraps cleanly */
  .pricing-card__badge {
    position: relative;
    top: auto; left: auto;
    transform: none;
    display: inline-block;
    margin-bottom: 12px;
    white-space: normal;
    text-align: center;
  }

  /* Floating CTA smaller */
  .floating-cta { right: 8px; }
  .floating-cta__btn-icon { width: 42px; height: 42px; }
  .floating-cta__btn-label { display: none !important; }

  /* Footer compact */
  .footer { padding-top: 40px; }
  .footer__grid { gap: 20px; }
}

/* ══════════════════════════════════════════════
   PRODUCT PAGE MOBILE FIXES
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .product-hero { padding: 64px 0 40px; }  /* was 80px — less top dead space on mobile */
  .product-hero__inner {
    grid-template-columns: 1fr;
    gap: 20px; /* tight — gallery and info read as one unit */
  }
  .product-hero__info h1 { font-size: clamp(2rem, 8vw, 3.2rem); }
  .product-hero__tagline { font-size: 0.95rem; margin-bottom: 24px; }
  .variant-selector__options { flex-direction: column; gap: 10px; }
  .variant-option { padding: 14px 16px; }
  .gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .gallery__thumb { width: auto; }
  /* Comparison table horizontal scroll */
  .comparison-table, .product-compare { overflow-x: auto; -webkit-overflow-scrolling: touch; }

  /* ── Cert trust badges — tight 2×2 pill grid ── */
  .product-hero__trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
    justify-items: stretch;
  }
  .trust-cert-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 10px;
    background: rgba(217,26,26,0.06);
    border: 1px solid rgba(217,26,26,0.18);
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    white-space: nowrap;
  }

  /* ── Ingredients / What's Inside — center heading on mobile ── */
  .ingredients__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /* Center the text+heading block; image goes below */
  .ingredients__inner > .fade-up:first-child {
    text-align: center;
  }
  .ingredients__inner > .fade-up:first-child .label {
    text-align: center;
  }
  .ingredients__inner h2 {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
    line-height: 1.08;
    margin-bottom: 12px;
  }
  .ingredients__inner > .fade-up:first-child > p {
    font-size: 0.92rem;
    max-width: 90%;
    margin: 0 auto 24px;
  }
  /* Ingredient list items — left-align text inside each card for readability */
  .ingredients__list { margin-top: 20px; }
  .ingredient-item {
    text-align: left;
    padding: 14px 16px;
  }

  /* Image at bottom on mobile */
  .ingredients__img-wrap { order: 2; margin-top: 0; }
}

/* ══════════════════════════════════════════════
   ABOUT PAGE MOBILE FIXES
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .story__inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    direction: ltr !important;
  }
  .story__text { direction: ltr !important; }
  .story__img { order: -1; }
  .values__grid { grid-template-columns: 1fr !important; gap: 16px; }
  .value-card { padding: 24px 20px; }
}

/* ══════════════════════════════════════════════
   CONTACT PAGE MOBILE FIXES
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .contact-form, form {
    padding: 0;
  }
  .contact-grid, .contact__inner {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
  input, textarea, select {
    width: 100%;
    font-size: 1rem; /* prevent zoom on iOS */
    padding: 14px 16px;
    border-radius: var(--radius);
  }
  textarea { min-height: 140px; }
}

/* ══════════════════════════════════════════════
   CERTIFICATIONS PAGE MOBILE FIXES
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Pillars — 2×2 grid, row layout per card so icon+label sit side-by-side */
  .cert-hero__sub { margin-bottom: 32px; }
  .cert-hero__pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;  /* space between paragraph text and icon grid */
  }
  .cert-pillar {
    flex-direction: row;   /* icon left, label right */
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    padding: 10px 12px;
    background: rgba(217,26,26,0.05);
    border: 1px solid rgba(217,26,26,0.12);
    border-radius: 10px;
  }
  .cert-pillar svg { flex-shrink: 0; width: 22px; height: 22px; }
  .cert-pillar span { word-break: break-word; hyphens: auto; font-size: 0.68rem; }

  /* Trust strip — stack each item on its own line */
  .cert-trust-strip { overflow-x: visible; }
  .cert-trust-strip__inner {
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    padding: 4px 0;
  }
  .cert-trust-strip__inner span { font-size: 0.72rem; letter-spacing: 0.04em; }

  .cert-reg__grid, .cert-lab__grid {
    grid-template-columns: 1fr !important;
  }
  .cert-lab-card { flex-direction: column; }
  .cert-test-grid { grid-template-columns: 1fr 1fr !important; gap: 10px; }
}

/* ══════════════════════════════════════════════
   PAGE HERO (About / Certifications / Contact /
              Legal pages)
   ══════════════════════════════════════════════ */
.page-hero {
  padding: 100px 0 64px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-hero { padding: 72px 0 48px; }
  .page-hero h1 { font-size: clamp(2.2rem, 9vw, 3.5rem); }
  .page-hero > .container > p { font-size: 0.95rem; }
}

/* ══════════════════════════════════════════════
   ACCESSIBILITY & PRINT
   ══════════════════════════════════════════════ */

/* Skip link for keyboard nav */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  background: var(--red);
  color: #fff;
  padding: 8px 16px;
  border-radius: 0 0 var(--radius) var(--radius);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: top 0.15s ease;
}
.skip-link:focus { top: 0; }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Print — hide nav, CTAs, floating elements */
@media print {
  .header, .floating-cta, .shipping-banner,
  .hero__scroll, .reviews-load-more { display: none !important; }
  body { padding-bottom: 0 !important; }
  .section { padding: 32px 0; }
}
