/* =========================================
   DERMYXA — WELLNESS SUPPLEMENT LANDING
   Tone: Warm Wellness | Premium Minimal
   CSS Architecture: Section-scoped semantic
   Variable family: --tone-*
   ========================================= */

@charset "UTF-8";

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --tone-base:       #FDFAF5;
  --tone-surface:    #F5F0E8;
  --tone-card:       #FFFFFF;
  --tone-main:       #2C4A3E;
  --tone-support:    #4A7C68;
  --tone-cta:        #C4622D;
  --tone-cta-hover:  #A84E22;
  --tone-accent:     #8B5E3C;
  --tone-muted:      #7A8A7E;
  --tone-border:     #DDD5C8;
  --tone-text:       #2A2A2A;
  --tone-light-text: #5A5A5A;

  --radius-sm:   6px;
  --radius-md:   12px;
  --radius-lg:   20px;
  --radius-pill: 100px;

  --shadow-soft: 0 4px 20px rgba(44, 74, 62, 0.08);
  --shadow-card: 0 2px 12px rgba(0,0,0,0.06);
  --shadow-cta:  0 6px 24px rgba(196, 98, 45, 0.30);

  --max-w: 1140px;
  --section-py: 80px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  background: var(--tone-base);
  color: var(--tone-text);
  line-height: 1.65;
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }
/* SVG global reset — prevent SVGs from stretching like images */
svg { overflow: hidden; flex-shrink: 0; }
svg:not([width]):not([height]) { width: 1em; height: 1em; }
/* Prevent img reset from affecting SVG inside flex/grid containers */
.btn-primary svg,
.btn-outline svg,
.header-cta svg,
.hero-badge svg,
.hero-trust-item svg,
.trust-strip-item svg,
.check-icon svg,
.benefit-icon-wrap svg,
.feat-icon svg,
.contact-info-icon svg,
.footer-contact-item svg,
.faq-question svg,
.routine-step-num svg,
.success-icon svg { display: block; flex-shrink: 0; }
a { color: inherit; text-decoration: none; }

/* ── Typography ── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  color: var(--tone-main);
}
h1 { font-size: 2.8rem; font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 700; }
h2 { font-size: 2.2rem; font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 600; }
h3 { font-size: 1.4rem; font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }
p  { color: var(--tone-light-text); }

/* ── Layout helpers ── */
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section-pad { padding: var(--section-py) 0; }
.text-center { text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.section-label {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tone-support);
  margin-bottom: 12px;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--tone-muted);
  max-width: 560px;
  margin: 12px auto 0;
  line-height: 1.7;
}

/* ── Buttons ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--tone-cta);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 15px 36px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-cta);
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  white-space: nowrap;
}
.btn-primary:hover {
  background: var(--tone-cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(196,98,45,0.38);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--tone-main);
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--tone-border);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--tone-support); color: var(--tone-support); }

/* ─────────────────────────────────────────
   HEADER
───────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253,250,245,0.97);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--tone-border);
  padding: 14px 0;
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: var(--shadow-soft); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo-block { display: flex; align-items: center; gap: 10px; }
.logo-block svg { flex-shrink: 0; width: 36px; height: 36px; min-width: 36px; }
.logo-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--tone-main);
  letter-spacing: -0.01em;
}
.logo-wordmark span { color: var(--tone-cta); }

.header-nav { display: flex; align-items: center; gap: 30px; }
.header-nav a {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tone-light-text);
  transition: color 0.2s;
}
.header-nav a:hover { color: var(--tone-main); }

.header-cta .btn-primary { padding: 11px 26px; font-size: 0.9rem; }

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.hero-section {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--tone-surface);
}

.hero-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  max-width: none;
}
.hero-bg::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(110deg, rgba(253,250,245,0.94) 40%, rgba(253,250,245,0.6) 70%, rgba(253,250,245,0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  padding: 100px 0 80px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--tone-card);
  border: 1px solid var(--tone-border);
  border-radius: var(--radius-pill);
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--tone-support);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: var(--shadow-card);
}
.hero-badge svg { width: 14px; height: 14px; min-width: 14px; min-height: 14px; color: var(--tone-cta); flex-shrink: 0; }

.hero-headline { margin-bottom: 20px; }
.hero-headline em {
  font-style: italic;
  color: var(--tone-cta);
}
.hero-lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--tone-light-text);
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }

.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--tone-muted);
}
.hero-trust-item svg { color: var(--tone-support); width: 16px; height: 16px; min-width: 16px; flex-shrink: 0; }

/* ─────────────────────────────────────────
   TRUST STRIP
───────────────────────────────────────── */
.trust-strip {
  background: var(--tone-main);
  padding: 20px 0;
}
.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  font-weight: 700;
}
.trust-strip-item svg { color: #A8D5B5; flex-shrink: 0; width: 20px; height: 20px; min-width: 20px; }

/* ─────────────────────────────────────────
   FOR WHOM SECTION
───────────────────────────────────────── */
.for-whom-section { background: var(--tone-base); }

.for-whom-intro {
  text-align: center;
  margin-bottom: 52px;
}
.for-whom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.for-whom-images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.for-whom-img-main {
  grid-column: 1 / -1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 16/9;
  min-height: 200px;
}
.for-whom-img-main img { width: 100%; height: 100%; object-fit: cover; max-width: none; }

.for-whom-img-sub {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/3;
  min-height: 160px;
  box-shadow: var(--shadow-card);
}
.for-whom-img-sub img { width: 100%; height: 100%; object-fit: cover; max-width: none; }

.for-whom-text h2 { margin-bottom: 16px; }
.for-whom-text p { margin-bottom: 24px; }

.who-checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.who-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.97rem;
  color: var(--tone-text);
  font-weight: 400;
}
.check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--tone-support);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.check-icon svg { color: #fff; width: 12px; height: 12px; min-width: 12px; min-height: 12px; flex-shrink: 0; }

/* ─────────────────────────────────────────
   PRODUCT SECTION
───────────────────────────────────────── */
.product-section { background: var(--tone-surface); }

.product-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.product-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-visual-bg {
  position: absolute;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74,124,104,0.12) 0%, rgba(74,124,104,0) 70%);
}
.product-img-wrap {
  position: relative;
  z-index: 1;
  max-width: 380px;
  filter: drop-shadow(0 20px 40px rgba(44,74,62,0.15));
  transition: transform 0.4s ease;
}
.product-img-wrap:hover { transform: translateY(-8px) scale(1.02); }

.product-badge-float {
  position: absolute;
  background: var(--tone-card);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-badge-float.badge-natural {
  bottom: 20px; left: -20px;
  color: var(--tone-support);
}
.product-badge-float.badge-safe {
  top: 20px; right: -20px;
  color: var(--tone-accent);
}
.product-badge-float svg { flex-shrink: 0; }

.product-info h2 { margin-bottom: 14px; }
.product-tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--tone-accent);
  margin-bottom: 20px;
}
.product-desc { margin-bottom: 28px; }

.product-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.product-feature-card {
  background: var(--tone-card);
  border-radius: var(--radius-md);
  padding: 16px;
  border: 1px solid var(--tone-border);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow 0.2s;
}
.product-feature-card:hover { box-shadow: var(--shadow-card); }
.feat-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(74,124,104,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--tone-support);
}
.feat-body h4 { font-size: 0.9rem; margin-bottom: 4px; color: var(--tone-main); }
.feat-body p  { font-size: 0.82rem; color: var(--tone-muted); margin: 0; }

/* ─────────────────────────────────────────
   HOW IT FITS — ROUTINE SECTION
───────────────────────────────────────── */
.routine-section { background: var(--tone-base); }
.routine-intro { text-align: center; margin-bottom: 52px; }

.routine-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 52px;
}
.routine-card {
  background: var(--tone-card);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--tone-border);
  text-align: center;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
}
.routine-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.routine-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--tone-main);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.routine-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.routine-card p  { font-size: 0.92rem; }

.routine-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.routine-img-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/10;
  min-height: 220px;
  box-shadow: var(--shadow-soft);
}
.routine-img-card img { width: 100%; height: 100%; object-fit: cover; max-width: none; }
.routine-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(44,74,62,0.85), transparent);
  padding: 24px 20px 18px;
  color: #fff;
}
.routine-img-caption h4 { font-family: 'Playfair Display', serif; font-size: 1rem; color: #fff; margin-bottom: 4px; }
.routine-img-caption p  { font-size: 0.82rem; color: rgba(255,255,255,0.82); margin: 0; }

/* ─────────────────────────────────────────
   BENEFITS / CARDS SECTION
───────────────────────────────────────── */
.benefits-section { background: var(--tone-surface); }
.benefits-intro { text-align: center; margin-bottom: 52px; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.benefit-card {
  background: var(--tone-card);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  border: 1px solid var(--tone-border);
  transition: transform 0.2s, box-shadow 0.2s;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.benefit-icon-wrap {
  width: 56px; height: 56px;
  border-radius: var(--radius-md);
  background: rgba(74,124,104,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: var(--tone-support);
}
.benefit-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.benefit-card p  { font-size: 0.92rem; }

/* ─────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────── */
.testimonials-section { background: var(--tone-base); }
.testimonials-intro { text-align: center; margin-bottom: 52px; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.testimonial-card {
  background: var(--tone-card);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--tone-border);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--tone-border);
  position: absolute;
  top: 20px; right: 28px;
}
.t-stars { display: flex; gap: 4px; margin-bottom: 14px; }
.t-stars svg { color: #F0A500; width: 16px; height: 16px; }
.t-text {
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--tone-text);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--tone-surface);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--tone-support);
  border: 2px solid var(--tone-border);
  flex-shrink: 0;
}
.t-name { font-weight: 700; font-size: 0.92rem; color: var(--tone-main); }
.t-meta { font-size: 0.8rem; color: var(--tone-muted); }

/* ─────────────────────────────────────────
   FAQ SECTION
───────────────────────────────────────── */
.faq-section { background: var(--tone-surface); }
.faq-intro { text-align: center; margin-bottom: 52px; }
.faq-list { max-width: 760px; margin: 0 auto 48px; display: flex; flex-direction: column; gap: 12px; }

.faq-item {
  background: var(--tone-card);
  border: 1px solid var(--tone-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--tone-main);
  transition: background 0.2s;
}
.faq-question:hover { background: var(--tone-surface); }
.faq-question svg {
  flex-shrink: 0;
  width: 20px; height: 20px;
  color: var(--tone-support);
  transition: transform 0.3s;
}
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer {
  display: none;
  padding: 0 24px 20px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--tone-light-text);
}
.faq-item.open .faq-answer { display: block; }

.faq-cta-block {
  text-align: center;
  background: var(--tone-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid var(--tone-border);
}
.faq-cta-block h3 { margin-bottom: 12px; }
.faq-cta-block p { margin-bottom: 24px; }

/* ─────────────────────────────────────────
   CONTACT / ORDER SECTION
───────────────────────────────────────── */
.contact-section {
  background: var(--tone-main);
  color: #fff;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.contact-left h2 { color: #fff; margin-bottom: 16px; }
.contact-left p  { color: rgba(255,255,255,0.75); margin-bottom: 28px; }

.contact-info-items { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.contact-info-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
}
.contact-info-icon {
  width: 42px; height: 42px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-icon svg { color: #A8D5B5; }

.order-form-card {
  background: var(--tone-card);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.order-form-card h3 { margin-bottom: 6px; }
.order-form-card > p { font-size: 0.9rem; margin-bottom: 24px; }

.form-field { margin-bottom: 16px; }
.form-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--tone-main);
  margin-bottom: 6px;
}
.form-field input,
.form-field select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--tone-border);
  border-radius: var(--radius-sm);
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: var(--tone-text);
  background: var(--tone-base);
  transition: border-color 0.2s;
  outline: none;
  appearance: none;
}
.form-field input:focus,
.form-field select:focus { border-color: var(--tone-support); }
.form-submit { width: 100%; margin-top: 8px; justify-content: center; }
.form-note {
  font-size: 0.78rem;
  color: var(--tone-muted);
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.site-footer {
  background: #1A2E26;
  color: rgba(255,255,255,0.7);
  padding: 48px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand { max-width: 300px; }
.footer-brand .logo-wordmark { color: #fff; margin: 10px 0 12px; display: block; }
.footer-brand .logo-wordmark span { color: #E8875A; }
.footer-desc { font-size: 0.88rem; line-height: 1.7; margin-bottom: 20px; }

.footer-col h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 16px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  transition: color 0.2s;
}
.footer-links a:hover { color: #A8D5B5; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  margin-bottom: 10px;
}
.footer-contact-item svg { color: #A8D5B5; flex-shrink: 0; margin-top: 2px; }

.footer-bottom {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy { font-size: 0.82rem; }
.footer-disclaimer {
  font-size: 0.78rem;
  max-width: 580px;
  text-align: right;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
}

/* ─────────────────────────────────────────
   SUCCESS PAGE
───────────────────────────────────────── */
.success-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tone-base);
}
.success-card {
  background: var(--tone-card);
  border-radius: var(--radius-lg);
  padding: 60px 48px;
  max-width: 520px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--tone-border);
}
.success-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(74,124,104,0.12);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  color: var(--tone-support);
}
.success-card h1 { font-size: 2rem; margin-bottom: 14px; }
.success-card p  { margin-bottom: 28px; }

/* ─────────────────────────────────────────
   LEGAL PAGES
───────────────────────────────────────── */
.legal-page-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}
.legal-page-wrap h1 { margin-bottom: 8px; }
.legal-date { font-size: 0.85rem; color: var(--tone-muted); margin-bottom: 36px; }
.legal-page-wrap h2 { font-size: 1.4rem; margin: 36px 0 12px; }
.legal-page-wrap h3 { font-size: 1.1rem; margin: 24px 0 8px; }
.legal-page-wrap p  { margin-bottom: 16px; font-size: 0.97rem; }
.legal-page-wrap ul { margin: 12px 0 16px 22px; }
.legal-page-wrap li { font-size: 0.97rem; margin-bottom: 8px; color: var(--tone-light-text); }

/* ─────────────────────────────────────────
   FORM VALIDATION STYLES
───────────────────────────────────────── */
.form-field input.field-error,
.form-field select.field-error {
  border-color: #d9534f;
  background: #fff8f8;
}
.field-error-msg {
  display: block;
  color: #d9534f;
  font-size: 0.78rem;
  margin-top: 5px;
  font-weight: 600;
}

/* ─────────────────────────────────────────
   SELECT CUSTOM ARROW (cross-browser fix)
───────────────────────────────────────── */
.form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A8A7E' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

/* ─────────────────────────────────────────
   MOBILE NAV OVERLAY & DRAWER
───────────────────────────────────────── */
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.45);
  z-index: 199;
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-overlay.open {
  display: block;
  opacity: 1;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  max-width: 85vw;
  background: var(--tone-card);
  z-index: 200;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateX(110%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 40px rgba(0,0,0,0.15);
  overflow-y: auto;
}
.mobile-nav.open {
  transform: translateX(0);
}
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--tone-border);
}
.mobile-nav-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--tone-muted);
  border-radius: var(--radius-sm);
  transition: background 0.2s;
}
.mobile-nav-close:hover { background: var(--tone-surface); }
.mobile-nav-link {
  display: block;
  padding: 13px 16px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--tone-main);
  border-radius: var(--radius-sm);
  transition: background 0.2s;
}
.mobile-nav-link:hover { background: var(--tone-surface); color: var(--tone-support); }
.mobile-nav .btn-primary {
  margin-top: 16px;
  width: 100%;
  justify-content: center;
}

/* Hamburger button */
.menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--tone-main);
  border-radius: var(--radius-sm);
  transition: background 0.2s;
}
.menu-btn:hover { background: var(--tone-surface); }
.menu-btn svg { display: block; }

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1024px) {
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  :root { --section-py: 56px; }

  .header-nav { display: none; }
  .header-cta { display: none; }
  .menu-btn { display: flex; }
  .header-cta .btn-primary { padding: 10px 20px; font-size: 0.85rem; }

  .hero-section { min-height: auto; padding: 20px 0; }
  .hero-content { padding: 80px 0 60px; }
  .hero-bg::after {
    background: linear-gradient(180deg, rgba(253,250,245,0.97) 0%, rgba(253,250,245,0.88) 60%, rgba(253,250,245,0.65) 100%);
  }

  .for-whom-grid,
  .product-inner,
  .contact-inner { grid-template-columns: 1fr; }

  .product-visual { margin-bottom: 32px; }
  .product-features-grid { grid-template-columns: 1fr; }
  .product-badge-float { display: none; }

  .routine-cards-row { grid-template-columns: 1fr; }
  .routine-image-row { grid-template-columns: 1fr; }

  .benefits-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }

  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }

  .trust-strip-inner { gap: 20px; }

  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-disclaimer { text-align: center; }

  .order-form-card { padding: 28px 20px; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-trust-row { gap: 14px; }
  .trust-strip-inner { flex-direction: column; gap: 14px; }
}
