/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink:       #c9a0a0;
  --pink-light: #f5eded;
  --pink-dark:  #a87070;
  --text:       #3a3030;
  --text-light: #7a6060;
  --white:      #ffffff;
  --cream:      #fdf9f7;
  --border:     #e8d8d8;
  --gold:       #c9a84c;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Lato', 'Helvetica Neue', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  font-size: 16px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 400; line-height: 1.25; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: 1.3rem; }
p { margin-bottom: 1rem; color: var(--text-light); }
p:last-child { margin-bottom: 0; }

/* ===== LAYOUT ===== */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section--cream { background: var(--cream); }
.section--pink  { background: var(--pink-light); }
.section--dark  { background: var(--text); }

.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { margin-bottom: 14px; }
.section-header p { max-width: 560px; margin: 0 auto; }

.divider { width: 60px; height: 2px; background: var(--pink); margin: 16px auto 0; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 2px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
}
.btn--primary { background: var(--pink-dark); color: var(--white); }
.btn--primary:hover { background: #8f5c5c; }
.btn--outline { background: transparent; color: var(--pink-dark); border: 1.5px solid var(--pink-dark); }
.btn--outline:hover { background: var(--pink-dark); color: var(--white); }
.btn--white { background: var(--white); color: var(--pink-dark); }
.btn--white:hover { background: var(--pink-light); }
.btn--ghost-white { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.6); }
.btn--ghost-white:hover { background: rgba(255,255,255,0.12); }

/* ===== NAV ===== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav__logo { font-family: var(--font-serif); font-size: 1.2rem; color: var(--text); letter-spacing: 0.02em; }
.nav__logo span { color: var(--pink-dark); }
.nav__links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav__links a { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); transition: color 0.2s; }
.nav__links a:hover, .nav__links a.active { color: var(--pink-dark); }
.nav__book { background: var(--pink-dark); color: var(--white) !important; padding: 10px 22px; border-radius: 2px; }
.nav__book:hover { background: #8f5c5c !important; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--text); transition: all 0.3s; }

/* ===== HERO ===== */
.hero { background: var(--pink-light); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; max-height: 680px; align-items: center; }
.hero__text { padding: 80px 56px 80px 0; }
.hero__eyebrow { font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pink-dark); margin-bottom: 18px; display: block; }
.hero h1 { margin-bottom: 22px; color: var(--text); }
.hero__sub { font-size: 1.05rem; max-width: 480px; margin-bottom: 40px; color: var(--text-light); }
.hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
.hero__badge { display: inline-flex; align-items: center; gap: 10px; background: var(--white); padding: 12px 20px; border-radius: 40px; border: 1px solid var(--border); font-size: 0.82rem; color: var(--text-light); }
.hero__image-wrap { position: relative; height: 100%; min-height: 580px; max-height: 680px; overflow: hidden; }
.hero__image { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; min-height: 580px; }
.hero__image-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--pink-light) 0%, transparent 15%); pointer-events: none; }

/* ===== TRUST STRIP ===== */
.trust-strip { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; padding: 48px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-item { text-align: center; }
.trust-item__icon { font-size: 1.6rem; margin-bottom: 8px; }
.trust-item__label { font-size: 0.78rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--text-light); }

/* ===== TREATMENTS GRID ===== */
.treatments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.treatment-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: box-shadow 0.25s, transform 0.25s; box-shadow: 0 2px 8px rgba(169,112,112,0.06); }
.treatment-card:hover { box-shadow: 0 10px 36px rgba(169,112,112,0.16); transform: translateY(-5px); }
.treatment-card__img { width: 100%; height: 200px; object-fit: cover; object-position: center; display: block; }
.treatment-card__body { padding: 22px 24px 24px; }
.treatment-card__body h3 { margin-bottom: 8px; color: var(--text); font-size: 1.15rem; }
.treatment-card__body p { font-size: 0.88rem; margin-bottom: 16px; line-height: 1.6; }
.treatment-card__link { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pink-dark); border-bottom: 1px solid var(--pink); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.treatment-card__link:hover { color: #8f5c5c; border-color: #8f5c5c; }

/* ===== ABOUT STRIP ===== */
.about-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-strip__img-wrap { position: relative; }
.about-strip__img-wrap::before { content: ''; position: absolute; inset: -16px -16px 16px 16px; border: 2px solid var(--pink); border-radius: 4px; z-index: 0; }
.about-strip__img { position: relative; z-index: 1; width: 100%; height: auto; border-radius: 4px; display: block; }
.about-strip__text h2 { margin-bottom: 20px; }
.about-strip__text .btn { margin-top: 28px; }
.quals { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.qual-tag { font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pink-dark); background: var(--pink-light); border: 1px solid var(--border); padding: 6px 14px; border-radius: 20px; }

/* ===== REVIEWS ===== */
.reviews-google-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px 24px;
  background: var(--white);
  border-radius: 4px;
  border: 1px solid var(--border);
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.reviews-google-bar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}
.reviews-google-bar__logo img { width: 80px; }
.reviews-score { display: flex; align-items: center; gap: 10px; }
.reviews-score__number { font-family: var(--font-serif); font-size: 2.2rem; color: var(--text); line-height: 1; }
.reviews-score__stars { color: var(--gold); font-size: 1.3rem; letter-spacing: 2px; }
.reviews-score__count { font-size: 0.85rem; color: var(--text-light); }
.reviews-google-bar__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-bottom: 40px; }
.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px;
  position: relative;
  box-shadow: 0 2px 10px rgba(169,112,112,0.07);
  transition: box-shadow 0.25s, transform 0.25s;
}
.review-card:hover { box-shadow: 0 8px 28px rgba(169,112,112,0.14); transform: translateY(-3px); }
.review-card::before {
  content: '\201C';
  font-family: var(--font-serif);
  font-size: 4rem;
  color: var(--pink-light);
  position: absolute;
  top: 8px; left: 20px;
  line-height: 1;
}
.review-card__stars { color: var(--gold); font-size: 1rem; letter-spacing: 1px; margin-bottom: 12px; }
.review-card__text { font-size: 0.92rem; color: var(--text-light); margin-bottom: 16px; padding-top: 8px; }
.review-card__author { display: flex; align-items: center; gap: 12px; }
.review-card__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--pink-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.review-card__name { font-size: 0.88rem; font-weight: 700; color: var(--text); display: block; }
.review-card__source { font-size: 0.78rem; color: var(--text-light); }
.review-card__google-icon { width: 14px; height: 14px; display: inline-block; vertical-align: middle; margin-right: 3px; }

.reviews-cta { text-align: center; }
.reviews-cta p { font-size: 0.9rem; margin-top: 14px; }

/* ===== FAQ ===== */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--text);
}
.faq-question:hover { color: var(--pink-dark); }
.faq-icon {
  width: 24px; height: 24px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--pink-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  color: var(--pink-dark);
  transition: transform 0.3s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-answer p {
  padding-bottom: 20px;
  font-size: 0.95rem;
}
.faq-item.open .faq-answer { max-height: 400px; }

/* ===== PRICES PAGE ===== */
.prices-intro { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.prices-intro p { font-size: 1rem; }

.prices-section { margin-bottom: 48px; }
.prices-section h3 { font-size: 1.4rem; margin-bottom: 6px; color: var(--text); }
.prices-section__sub { font-size: 0.85rem; color: var(--text-light); margin-bottom: 20px; }

.price-table { width: 100%; border-collapse: collapse; }
.price-table tr { border-bottom: 1px solid var(--border); }
.price-table tr:last-child { border-bottom: none; }
.price-table td { padding: 14px 0; font-size: 0.95rem; vertical-align: top; }
.price-table td:first-child { color: var(--text); padding-right: 16px; }
.price-table td:last-child { text-align: right; font-weight: 700; color: var(--pink-dark); white-space: nowrap; }
.price-table .price-note { font-size: 0.82rem; color: var(--text-light); display: block; margin-top: 2px; font-weight: 400; }

.prices-disclaimer {
  background: var(--pink-light);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 20px 24px;
  font-size: 0.88rem;
  color: var(--text-light);
  margin-top: 40px;
  text-align: center;
}

.prices-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.prices-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px;
  box-shadow: 0 2px 10px rgba(169,112,112,0.06);
  transition: box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.prices-card:hover { box-shadow: 0 8px 28px rgba(169,112,112,0.13); }
.prices-card h3 { margin-bottom: 4px; font-size: 1.2rem; }
.prices-card__sub { font-size: 0.82rem; color: var(--text-light); margin-bottom: 20px; }
.prices-card__cta { margin-top: auto; padding-top: 20px; }
.prices-card--featured {
  border-color: var(--pink-dark);
  position: relative;
}
.prices-card--featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: var(--pink-dark);
  color: var(--white);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
}

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-info h3 { margin-bottom: 20px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.contact-detail__icon { width: 40px; height: 40px; flex-shrink: 0; background: var(--pink-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.contact-detail__text { font-size: 0.95rem; }
.contact-detail__text strong { display: block; color: var(--text); margin-bottom: 2px; }
.contact-detail__text a { color: var(--pink-dark); }
.contact-detail__text a:hover { text-decoration: underline; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text); }
.form-group input, .form-group textarea, .form-group select {
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 2px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--text);
  background: var(--white);
  transition: border-color 0.2s;
  width: 100%;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--pink-dark); }
.form-group textarea { resize: vertical; min-height: 120px; }

/* ===== FOOTER ===== */
.footer { background: var(--text); color: rgba(255,255,255,0.7); padding: 56px 0 32px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer__brand-name { font-family: var(--font-serif); color: var(--white); font-size: 1.2rem; margin-bottom: 12px; }
.footer h4 { font-family: var(--font-sans); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 18px; font-weight: 600; }
.footer__links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__links a { font-size: 0.9rem; transition: color 0.2s; }
.footer__links a:hover { color: var(--pink); }
.footer__social { display: flex; gap: 14px; margin-top: 18px; }
.footer__social a { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: rgba(255,255,255,0.8); transition: background 0.2s; }
.footer__social a:hover { background: var(--pink-dark); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; flex-wrap: wrap; gap: 12px; }
.footer__bottom a { color: rgba(255,255,255,0.5); }
.footer__bottom a:hover { color: var(--pink); }

/* ===== PAGE HERO ===== */
.page-hero {
  background: linear-gradient(135deg, var(--pink-light) 0%, #ede0e0 100%);
  padding: 72px 0 64px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.page-hero h1 { margin-bottom: 14px; }
.page-hero p { max-width: 520px; margin: 0 auto; font-size: 1.05rem; }

/* ===== MAP ===== */
.map-wrap { border-radius: 4px; overflow: hidden; border: 1px solid var(--border); margin-top: 32px; }
.map-wrap iframe { width: 100%; height: 280px; border: none; }

/* ===== ABOUT PAGE ===== */
.bio-section { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
.bio-photo { width: 100%; height: auto; border-radius: 4px; display: block; box-shadow: 0 12px 40px rgba(168,112,112,0.18); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.value-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 28px 24px; text-align: center; transition: box-shadow 0.25s, transform 0.25s; }
.value-card:hover { box-shadow: 0 8px 28px rgba(169,112,112,0.12); transform: translateY(-3px); }
.value-card__icon { font-size: 2rem; margin-bottom: 12px; }
.value-card h3 { margin-bottom: 8px; font-size: 1.1rem; }
.value-card p { font-size: 0.9rem; }

/* ===== PRIVACY PAGE ===== */
.prose { max-width: 740px; margin: 0 auto; }
.prose h2 { font-size: 1.4rem; margin-top: 40px; margin-bottom: 12px; }
.prose h3 { font-size: 1.1rem; margin-top: 24px; margin-bottom: 8px; }
.prose p { font-size: 0.95rem; }
.prose ul { margin: 0 0 1rem 1.5rem; color: var(--text-light); font-size: 0.95rem; }
.prose ul li { margin-bottom: 6px; }
.prose a { color: var(--pink-dark); text-decoration: underline; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 999;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 22px rgba(37,211,102,0.5); }
.whatsapp-float svg { width: 30px; height: 30px; fill: white; }
.whatsapp-float__tooltip {
  position: absolute;
  right: 66px;
  background: var(--text);
  color: var(--white);
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.whatsapp-float__tooltip::after {
  content: '';
  position: absolute;
  right: -6px; top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right: none;
  border-left-color: var(--text);
}
.whatsapp-float:hover .whatsapp-float__tooltip { opacity: 1; }

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--text);
  color: rgba(255,255,255,0.85);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner a { color: var(--pink); text-decoration: underline; }
.cookie-banner__btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-accept {
  background: var(--pink-dark); color: var(--white);
  border: none; cursor: pointer;
  padding: 9px 20px; border-radius: 2px;
  font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.cookie-accept:hover { background: #8f5c5c; }
.cookie-decline {
  background: transparent; color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.3); cursor: pointer;
  padding: 9px 20px; border-radius: 2px;
  font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.cookie-decline:hover { color: var(--white); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1060px) {
  .treatments-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__image-wrap { display: none; }
  .hero__text { padding: 56px 0 48px; }
  .hero__sub { max-width: 100%; }
}

@media (max-width: 768px) {
  /* NAV */
  .nav__toggle { display: flex; }
  .nav__links {
    display: none;
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--white); flex-direction: column;
    padding: 24px; gap: 20px;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    z-index: 99;
  }
  .nav__links.open { display: flex; }

  /* LAYOUT */
  .section { padding: 48px 0; }
  .section-header { margin-bottom: 36px; }
  .container { padding: 0 18px; }

  /* HERO */
  .hero__text { padding: 48px 0 40px; }
  .hero__badge { font-size: 0.72rem; padding: 10px 14px; flex-wrap: wrap; gap: 6px; }
  .hero__ctas { flex-direction: column; gap: 12px; }
  .hero__ctas .btn { width: 100%; text-align: center; }

  /* PAGE HERO */
  .page-hero { padding: 48px 0 40px; }
  .page-hero h1 { font-size: clamp(1.8rem, 8vw, 2.8rem); }

  /* TRUST STRIP */
  .trust-strip { gap: 20px; padding: 36px 0; }
  .trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
  .trust-item__label { font-size: 0.7rem; }

  /* TREATMENTS */
  .treatments-grid { grid-template-columns: 1fr; }

  /* ABOUT STRIP */
  .about-strip { grid-template-columns: 1fr; gap: 32px; }
  .about-strip__img-wrap::before { display: none; }
  .about-strip__img { height: auto; }

  /* BIO SECTION */
  .bio-section { grid-template-columns: 1fr; gap: 28px; }
  .bio-photo { aspect-ratio: 16/9; object-fit: cover; width: 100%; }

  /* QUALS TAGS */
  .quals { gap: 8px; }
  .qual-tag { font-size: 0.7rem; padding: 5px 10px; }

  /* REVIEWS */
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-google-bar { flex-direction: column; text-align: center; gap: 14px; padding: 20px 16px; }
  .reviews-google-bar__actions { flex-direction: column; width: 100%; }
  .reviews-google-bar__actions .btn { width: 100%; text-align: center; }

  /* PRICES */
  .prices-cards { grid-template-columns: 1fr; }
  .prices-intro { margin-bottom: 36px; }
  .price-table td { font-size: 0.88rem; padding: 11px 0; }

  /* CONTACT */
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }

  /* FAQ */
  .faq-question { font-size: 0.95rem; }

  /* FOOTER */
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; text-align: center; gap: 8px; }

  /* WHATSAPP */
  .whatsapp-float { bottom: 20px; right: 16px; width: 50px; height: 50px; }
  .whatsapp-float svg { width: 26px; height: 26px; }

  /* COLLAPSE INLINE 2-COL AND 3-COL PRODUCT GRIDS */
  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr"],
  div[style*="grid-template-columns:repeat(2,1fr)"],
  div[style*="grid-template-columns: repeat(2, 1fr)"],
  div[style*="grid-template-columns:repeat(2, 1fr)"] {
    grid-template-columns: 1fr !important;
  }
  div[style*="grid-template-columns:repeat(3,1fr)"],
  div[style*="grid-template-columns: repeat(3,1fr)"],
  div[style*="grid-template-columns:repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }

  /* ALWAYS SHOW PRODUCT DESCRIPTION BEFORE GLANCE BOX */
  div[style*="grid-template-columns:1fr 1fr"] > div:has(h2),
  div[style*="grid-template-columns:1fr 1fr"] > div:has(h3):not([style*="at a Glance"]) {
    order: -1;
  }

  /* TIGHTEN INLINE GAPS */
  div[style*="gap:48px"] { gap: 24px !important; }
  div[style*="gap:64px"] { gap: 24px !important; }
  div[style*="gap:24px"] { gap: 16px !important; }

  /* FULL-WIDTH BUTTONS IN PRODUCT SECTIONS */
  .section .btn { display: block; width: 100%; text-align: center; }
  .section .btn--outline,
  .section .btn--primary { box-sizing: border-box; }

  /* VALUE CARDS */
  .values-grid { grid-template-columns: 1fr !important; }
  .value-card { padding: 22px 18px; }
}

@media (max-width: 420px) {
  .container { padding: 0 14px; }
  .section { padding: 40px 0; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  h2 { font-size: clamp(1.5rem, 7vw, 2rem); }
  .prices-card { padding: 20px 16px; }
  .review-card { padding: 20px 16px; }
  .price-table td { font-size: 0.82rem; }
}
