/* ================================================================
   bionaturavita.com — Siero Anti-Aging Esosomi
   Single-page advertorial + form COD
   Design system: rosa cipria + oro champagne + bianco caldo
   Mobile-first per target donna 45-60
   ================================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Palette anti-age — caldo, femminile, premium */
  --ink: #2a2125;
  --ink-soft: #4a3f44;
  --ink-muted: #7a6e74;
  --surface: #fffaf7;          /* bianco caldo (off-white rosato) */
  --surface-dim: #f7eee9;       /* rosa cipria chiarissimo */
  --surface-warm: #fdf6f1;
  --border: #ebd9d0;
  --border-light: #f5e6dc;

  /* Accent — oro rosa */
  --accent: #b8826d;
  --accent-hover: #9c6a55;
  --accent-light: #e8c7b6;
  --accent-pale: #faeee5;
  --accent-rgb: 184, 130, 109;

  /* CTA terracotta (testo bianco ≥4.5:1 WCAG AA — alta conversione su target femminile) */
  --cta: #a85d4c;
  --cta-hover: #8a4a3d;

  /* Funzionali */
  --gold: #c8a55c;
  --star: #d4a04a;
  --green: #3d7256;             /* green check, "ok" — ≥4.5:1 su --green-bg e su bianco (WCAG AA) */
  --green-bg: #eff5f1;
  --red-bg: #fdf2f0;
  --red-icon: #c44545;

  /* Shadows soft */
  --sh-xs: 0 1px 2px rgba(42, 33, 37, 0.04);
  --sh-sm: 0 2px 8px rgba(42, 33, 37, 0.06);
  --sh-md: 0 8px 24px rgba(42, 33, 37, 0.08);
  --sh-lg: 0 16px 48px rgba(42, 33, 37, 0.10);

  /* Radius */
  --r: 14px;
  --r-sm: 8px;
  --r-full: 50px;
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); text-decoration: underline; }

/* =====================================
   Sponsored bar (compliance)
   ===================================== */
.sponsored-bar {
  background: #f3e8e0;
  color: #6b4f42;
  text-align: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/* =====================================
   Article container
   ===================================== */
.lp-article {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 18px 40px;
}

/* =====================================
   Hero
   ===================================== */
.hero {
  margin-bottom: 36px;
}
.hero h1 {
  font-size: 30px;
  line-height: 1.22;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}
.hero .subtitle {
  font-size: 20px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin-bottom: 16px;
  font-weight: 500;
}
.hero .meta {
  font-size: 14px;
  color: var(--ink-muted);
  margin-bottom: 22px;
}
.hero .meta span + span::before { content: " · "; margin: 0 4px; }

.byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 12px 0;
  border-top: 1px solid var(--border, #e6e1d8);
  border-bottom: 1px solid var(--border, #e6e1d8);
}
.byline__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.byline__text { line-height: 1.35; }
.byline__name {
  margin: 0;
  font-size: 15px;
  color: var(--ink, #1f1c18);
}
.byline__role {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--ink-muted);
}
.byline__rating {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--ink-muted);
}
.byline__rating .stars { color: #d29a2b; letter-spacing: 1px; }
.byline__rating strong { color: var(--ink); font-weight: 700; }

/* Rating grande in cima alle recensioni */
.rating-big {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 14px;
  max-width: 460px;
  margin: 0 auto 28px;
  padding: 18px 22px;
  background: var(--surface-warm);
  border-radius: var(--r);
  box-shadow: var(--sh-xs);
  text-align: center;
}
.rating-big__score { font-size: 46px; font-weight: 800; line-height: 1; color: var(--ink); }
.rating-big__stars { color: #d29a2b; font-size: 26px; letter-spacing: 2px; }
.rating-big__count { width: 100%; font-size: 14px; color: var(--ink-muted); }

body.lp-oyasumi [data-price]:empty::before { content: '29,99€'; }

/* ============================================
   SALES PAGE — OYASUMI specifico
   ============================================ */

/* Promo bar in cima */
.promo-bar {
  background: #0f1815;
  color: #fff;
  padding: 10px 16px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.promo-bar span { white-space: nowrap; }
@media (max-width: 600px) {
  .promo-bar { font-size: 11px; gap: 10px; padding: 8px 10px; }
}

/* Hero sales */
.hero--sales {
  padding: 32px 20px 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 800px) {
  .hero__inner { grid-template-columns: 1fr; gap: 20px; }
  .hero__right { order: -1; }
}
.hero__eyebrow {
  color: #6b6660;
  font-size: 14px;
  margin: 0 0 10px;
}
.hero__eyebrow strong { color: #1f1c18; }
.hero--sales h1 {
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 14px;
  letter-spacing: -0.5px;
}
.hero__subline {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #4a463f;
  margin-top: 6px;
}
.hero__lead {
  font-size: 18px;
  line-height: 1.45;
  color: #2c2925;
  margin: 0 0 18px;
}
.hero__benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.hero__benefits li {
  padding: 6px 0;
  font-size: 15px;
  line-height: 1.4;
  border-bottom: 1px solid #efeae0;
}
.hero__benefits li:last-child { border-bottom: none; }
.hero__price-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 18px;
}
.hero__price {
  font-size: 36px;
  font-weight: 800;
  color: #1f1c18;
  line-height: 1;
}
.hero__price-note {
  font-size: 13px;
  color: #6b6660;
}
.hero__guarantee {
  text-align: center;
  font-size: 13px;
  color: #6b6660;
  margin: 10px 0 0;
}
.hero__right img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
@media (max-width: 600px) {
  .hero--sales h1 { font-size: 32px; }
  .hero__subline { font-size: 18px; }
}

/* CTA XL */
.cta--xl {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 18px 22px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* Trust bar mini */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  background: #fdf6ec;
  padding: 18px 12px;
  margin: 0 0 32px;
  border-top: 1px solid #efeae0;
  border-bottom: 1px solid #efeae0;
}
@media (max-width: 700px) {
  .trust-bar { grid-template-columns: repeat(5, 1fr); gap: 4px; padding: 12px 6px; }
}
.trust-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.trust-bar__icon {
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 600px) { .trust-bar__icon { font-size: 22px; } }
.trust-bar__label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c2925;
}
@media (max-width: 600px) { .trust-bar__label { font-size: 10px; } }

/* Sezioni sales generiche */
.section {
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 20px;
}
.section h2 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 14px;
  text-align: center;
}
@media (max-width: 600px) { .section h2 { font-size: 24px; } }
.section__eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 700;
  color: #c8842b;
  margin: 0 0 8px;
}
.section__lead {
  text-align: center;
  font-size: 17px;
  color: #4a463f;
  margin: 0 0 22px;
}
.section__pill {
  background: #1f1c18;
  color: #fff;
  padding: 14px 18px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 0;
}
.section__highlight {
  font-size: 18px;
  background: #fdf6ec;
  padding: 14px 18px;
  border-left: 4px solid #c8842b;
  border-radius: 6px;
  margin: 18px 0 0;
}
.section__disclaimer {
  text-align: center;
  font-size: 13px;
  color: #6b6660;
  margin: 20px 0 0;
}

/* Problem list */
.problem-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.problem-list li {
  padding: 12px 16px 12px 44px;
  position: relative;
  border-bottom: 1px solid #efeae0;
  font-size: 16px;
}
.problem-list li::before {
  content: "✕";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d04444;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Solution grid */
.solution-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: center;
}
@media (max-width: 800px) {
  .solution-grid { grid-template-columns: 1fr; }
}
.solution-grid__text h2 { text-align: left; }
.solution-grid__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 28px 0 24px;
}
@media (max-width: 800px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}
.step {
  background: #fdf6ec;
  border-radius: 10px;
  padding: 18px 14px;
  text-align: center;
}
.step__num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #c8842b;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.step__title {
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 6px;
}
.step__text {
  font-size: 14px;
  color: #4a463f;
  margin: 0;
  line-height: 1.4;
}

/* Ingredients grid */
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0 0;
}
@media (max-width: 800px) {
  .ingredients-grid { grid-template-columns: 1fr; }
}
.ingredient {
  background: #fff;
  border: 1px solid #efeae0;
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
}
.ingredient__icon {
  font-size: 38px;
  line-height: 1;
  margin: 0 0 10px;
}
.ingredient h3 {
  font-size: 18px;
  margin: 0 0 8px;
}
.ingredient p {
  font-size: 14px;
  color: #4a463f;
  margin: 0;
  line-height: 1.45;
}

/* Benefits grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 0;
}
@media (max-width: 800px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .benefits-grid { grid-template-columns: 1fr; }
}
.benefit {
  background: #fdf6ec;
  border-radius: 10px;
  padding: 18px 16px;
  text-align: center;
}
.benefit__icon {
  font-size: 32px;
  display: block;
  margin-bottom: 8px;
}
.benefit h3 {
  font-size: 16px;
  margin: 0 0 6px;
}
.benefit p {
  font-size: 13px;
  color: #4a463f;
  margin: 0;
  line-height: 1.4;
}

/* Diario figure (infografica) */
.diario-figure {
  max-width: 600px;
  margin: 0 auto;
}
.diario-figure img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Rating center */
.rating-block--center {
  display: flex;
  justify-content: center;
  margin: 0 auto 26px;
}

/* Comparison table */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 0;
  font-size: 15px;
}
.comparison-table th,
.comparison-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #efeae0;
}
.comparison-table thead th {
  background: #1f1c18;
  color: #fff;
  font-weight: 700;
}
.comparison-table__us {
  background: #fdf6ec;
  font-weight: 600;
}
.comparison-table tbody td.comparison-table__us {
  color: #2a7c2a;
  text-align: center;
  font-size: 18px;
}

/* Offer prodotto image */
.offer__product {
  text-align: center;
  margin: 0 0 18px;
}
.offer__product img {
  width: 240px;
  height: 240px;
  border-radius: 12px;
}

/* Section closing */
.section--closing {
  background: #fdf6ec;
  text-align: center;
  border-radius: 12px;
  margin: 32px auto;
  max-width: 880px;
}
.section--closing h2 { text-align: center; max-width: 600px; margin: 0 auto 18px; }
.closing__guarantee {
  font-size: 13px;
  color: #6b6660;
  margin: 18px 0 0;
}

/* Listicle ad-hook box */
.hook-list {
  background: #fdf6ec;
  border-left: 4px solid #c8842b;
  border-radius: 6px;
  padding: 22px 22px 18px;
  margin: 28px 0;
}
.hook-list h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.25;
  color: #1f1c18;
}
.hook-list ol {
  counter-reset: hook-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.hook-list ol li {
  counter-increment: hook-counter;
  position: relative;
  padding: 10px 0 10px 44px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  font-size: 16px;
  line-height: 1.45;
}
.hook-list ol li:last-child { border-bottom: none; }
.hook-list ol li::before {
  content: counter(hook-counter);
  position: absolute;
  left: 0;
  top: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c8842b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.hook-list > p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #3f3a32;
}

.rating-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 14px;
}
.rating-block__stars {
  color: #f5a623;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}
.rating-block__score {
  color: var(--ink-muted, #6b6660);
}
.rating-block__score strong {
  color: var(--ink, #1f1c18);
}

/* WhatsApp-style social proof */
.whatsapp-block {
  background: #ece5dd;
  background-image: linear-gradient(rgba(255,255,255,.06), rgba(255,255,255,.06));
  border-radius: 14px;
  padding: 18px 14px;
  margin: 28px 0;
}
.whatsapp-block__header {
  font-size: 13px;
  color: #54656f;
  text-align: center;
  margin: 0 0 14px;
  font-weight: 500;
}
.whatsapp-msg {
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px 18px;
  margin: 0 0 10px;
  max-width: 86%;
  position: relative;
  box-shadow: 0 1px 0.5px rgba(0,0,0,.13);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #111b21;
}
.whatsapp-msg::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  width: 8px;
  height: 13px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.whatsapp-msg__sender {
  font-size: 13px;
  font-weight: 600;
  color: #06cf9c;
  margin: 0 0 2px;
}
.whatsapp-msg__time {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 11px;
  color: #667781;
}
.whatsapp-msg__time::after {
  content: " ✓✓";
  color: #53bdeb;
}

.hero-figure {
  margin: 22px 0 0;
}

/* =====================================
   Sezioni
   ===================================== */
section {
  margin-bottom: 36px;
}

h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ink);
  margin: 36px 0 16px;
  letter-spacing: -0.2px;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 12px;
  color: var(--ink);
}

p {
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.65;
}

strong { color: var(--ink); font-weight: 700; }
em { font-style: italic; color: var(--ink-soft); }

ul.benefits-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
}
ul.benefits-list li {
  position: relative;
  padding: 10px 0 10px 32px;
  font-size: 18px;
  line-height: 1.55;
  border-bottom: 1px solid var(--border-light);
}
ul.benefits-list li:last-child { border-bottom: none; }
ul.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
  font-size: 20px;
  top: 9px;
}

/* =====================================
   Hook section
   ===================================== */
.hook {
  background: var(--surface-dim);
  border-radius: var(--r);
  padding: 24px 22px;
  margin: 24px 0 32px;
}
.hook p { margin-bottom: 14px; font-size: 19px; }
.hook p:last-child { margin-bottom: 0; font-weight: 600; color: var(--ink); }

/* =====================================
   Immagini + didascalie
   ===================================== */
figure {
  margin: 24px 0;
}
figure img {
  border-radius: var(--r);
  width: 100%;
  box-shadow: var(--sh-sm);
}
figcaption {
  font-size: 16px;
  color: var(--ink-soft);
  font-style: italic;
  margin-top: 12px;
  text-align: center;
  line-height: 1.45;
}
figcaption em { color: var(--ink); font-weight: 600; }

/* =====================================
   Box studio scientifico
   ===================================== */
.study-box {
  background: var(--surface-warm);
  border-left: 4px solid var(--gold);
  padding: 18px 22px;
  margin: 28px 0;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.study-box p {
  margin-bottom: 10px;
  font-size: 17px;
}
.study-box p:first-child {
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--gold);
}
.study-box p:last-child { margin-bottom: 0; }
.study-citation {
  font-size: 14px;
  color: var(--ink-muted);
  font-style: italic;
}

/* =====================================
   CTA inline (soft)
   ===================================== */
.cta-inline {
  text-align: center;
  margin: 24px 0;
}
.cta-soft {
  display: inline-block;
  max-width: 100%;
  padding: 16px 32px;
  background: var(--cta);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.3;
  border-radius: var(--r-full);
  border: none;
  box-shadow: 0 6px 18px rgba(196, 123, 108, 0.32);
  transition: all 0.2s;
}
.cta-soft:hover, .cta-soft:focus {
  background: var(--cta-hover);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(196, 123, 108, 0.42);
}
/* Mobile: CTA inline a tutta larghezza (target legge da cellulare) */
@media (max-width: 600px) {
  .cta-soft { display: block; width: 100%; padding: 16px 20px; }
}

/* =====================================
   Testimonianze
   ===================================== */
.testimonials {
  margin-top: 40px;
}
.testimonial {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--surface-warm);
  padding: 18px;
  border-radius: var(--r);
  margin-bottom: 16px;
  box-shadow: var(--sh-xs);
}
.testimonial img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: var(--sh-sm);
}
.testimonial blockquote {
  margin: 0;
}
.testimonial blockquote p {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.testimonial cite {
  font-size: 14px;
  color: #8a5a46; /* contrasto AA su surface-warm (~5:1) — era --accent-hover 4.28:1 */
  font-style: normal;
  font-weight: 700;
}
.testimonials-disclaimer {
  font-size: 13px;
  color: var(--ink-muted);
  text-align: center;
  margin-top: 18px;
  line-height: 1.5;
}

/* OYASUMI — recensioni a card, 2 colonne su desktop (scoped: non tocca le altre LP) */
body.lp-oyasumi .reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 24px;
}
body.lp-oyasumi .review-card {
  display: flex;
  flex-direction: column;
  background: var(--surface-warm);
  border-radius: var(--r);
  box-shadow: var(--sh-xs);
  padding: 18px;
}
body.lp-oyasumi .review-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
body.lp-oyasumi .review-card__head img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
body.lp-oyasumi .review-card__name {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.2;
}
body.lp-oyasumi .review-card__meta {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--ink-muted);
}
body.lp-oyasumi .review-card__stars {
  margin: 3px 0 0;
  color: #d29a2b;
  font-size: 13px;
  letter-spacing: 1px;
}
body.lp-oyasumi .review-card blockquote {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
}
body.lp-oyasumi .review-card blockquote p { margin: 0 0 8px; }
body.lp-oyasumi .review-card blockquote p:last-child { margin-bottom: 0; }
body.lp-oyasumi .review-card__photo {
  width: 100%;
  height: auto;
  border-radius: var(--r-sm);
  margin-top: auto;
  box-shadow: var(--sh-xs);
}
@media (max-width: 700px) {
  body.lp-oyasumi .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* =====================================
   Trust list
   ===================================== */
.trust ul.trust-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.trust ul.trust-list li {
  position: relative;
  padding: 12px 0 12px 36px;
  border-bottom: 1px solid var(--border-light);
  font-size: 18px;
}
.trust ul.trust-list li:last-child { border-bottom: none; }
.trust ul.trust-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--green-bg);
  color: var(--green);
  text-align: center;
  line-height: 24px;
  font-weight: 800;
  font-size: 14px;
}

/* =====================================
   Offer section
   ===================================== */
.offer {
  background: linear-gradient(135deg, var(--surface-warm), var(--accent-pale));
  border-radius: var(--r);
  padding: 28px 22px;
  margin: 40px 0;
  border: 1px solid var(--border);
}

.price-block {
  background: #fff;
  border-radius: var(--r);
  padding: 18px 20px;
  margin: 20px 0;
  box-shadow: var(--sh-sm);
}
.price-block__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 17px;
}
.price-block__row:last-child { border-bottom: none; }
.price-block__label { color: var(--ink-soft); }
.price-block__price {
  font-weight: 800;
  font-size: 22px;
  color: var(--ink);
}
.price-block__price--free {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--green);
  background: var(--green-bg);
  padding: 4px 10px;
  border-radius: var(--r-full);
}
.price-block__gift {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bonus-value {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-muted);
  text-decoration: line-through;
  text-decoration-color: #dc2626;
  text-decoration-thickness: 2px;
  white-space: nowrap;
}

.offer-note {
  font-size: 16px;
  color: var(--ink-soft);
  font-style: italic;
  margin: 16px 0 24px;
  text-align: center;
}

/* =====================================
   CTA principale
   ===================================== */
.cta {
  display: block;
  width: 100%;
  background: var(--cta);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 22px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: var(--r-sm);
  cursor: pointer;
  margin: 22px 0 12px;
  box-shadow: 0 6px 18px rgba(196, 123, 108, 0.32);
  transition: all 0.2s;
  font-family: inherit;
  letter-spacing: 0.2px;
}
.cta:hover, .cta:focus {
  background: var(--cta-hover);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(196, 123, 108, 0.42);
}
.cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-secure {
  text-align: center;
  font-size: 14px;
  color: var(--ink-muted);
  margin: 8px 0 0;
}

/* =====================================
   Guarantee box
   ===================================== */
.guarantee {
  background: var(--green-bg);
  border-left: 4px solid var(--green);
  padding: 16px 20px;
  margin: 22px 0 0;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.guarantee p { margin-bottom: 6px; font-size: 16px; }
.guarantee p:first-child { font-weight: 700; color: var(--green); }
.guarantee p:last-child { margin-bottom: 0; color: var(--ink-soft); }

/* =====================================
   Footer
   ===================================== */
.article-footer {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 2px solid var(--border);
}
.disclaimer-box {
  background: var(--surface-dim);
  padding: 18px 20px;
  border-radius: var(--r-sm);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 28px;
}
.disclaimer-box p { margin-bottom: 10px; }
.disclaimer-box p:last-child { margin-bottom: 0; }
.disclaimer-box strong { color: var(--ink); }

.references {
  font-size: 14px;
  color: var(--ink-muted);
  margin-bottom: 24px;
}
.references h3 {
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--gold);
}
.references ol { padding-left: 20px; }
.references li { margin-bottom: 6px; }

.legal-links {
  font-size: 14px;
  color: var(--ink-muted);
  text-align: center;
  margin-bottom: 14px;
}
.legal-links a { color: var(--ink-muted); }

.copyright {
  font-size: 13px;
  color: var(--ink-muted);
  text-align: center;
  margin: 0;
}

/* =====================================
   Desktop refinements (tablet+)
   ===================================== */
@media (min-width: 768px) {
  .lp-article { padding: 36px 24px 60px; }
  .hero h1 { font-size: 38px; line-height: 1.18; }
  .hero .subtitle { font-size: 22px; }
  h2 { font-size: 28px; margin: 44px 0 18px; }
  body { font-size: 20px; }
  p { font-size: 20px; }
}

/* ================================================================
   BRAND HOME — bionaturavita.com (index.html al root)
   ================================================================ */

/* Header / Nav */
.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
}
.site-header__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-logo {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.site-logo:hover { text-decoration: none; color: var(--accent-hover); }
.site-logo span { color: var(--accent); }
.site-nav {
  display: flex;
  gap: 24px;
}
.site-nav a {
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.site-nav a:hover { color: var(--accent-hover); text-decoration: none; }
@media (max-width: 600px) {
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 13px; }
}

/* Brand home main */
.brand-home {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

/* Hero brand */
.brand-hero {
  padding: 48px 0 36px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, var(--accent-pale) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, var(--surface-dim) 0%, transparent 50%);
  border-radius: var(--r);
  margin-top: 24px;
}
.brand-hero__content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.brand-hero__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--accent-hover);
  margin-bottom: 14px;
}
.brand-hero h1 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 18px;
  letter-spacing: -0.6px;
}
.brand-hero__lead {
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 auto 28px;
  max-width: 600px;
}
.brand-hero .cta {
  display: inline-block;
  width: auto;
  padding: 16px 32px;
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .brand-hero { padding: 80px 0 60px; }
  .brand-hero h1 { font-size: 48px; }
  .brand-hero__lead { font-size: 22px; }
}

/* Sezioni brand */
.brand-section {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 0 24px;
}
.brand-section h2 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 24px;
}
.brand-section p { font-size: 19px; line-height: 1.65; }

/* Pillars (cosa ci distingue) */
.brand-pillars {
  padding: 48px 0 24px;
}
.brand-pillars h2 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 32px;
}
.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px) { .pillars-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .pillars-grid { grid-template-columns: repeat(4, 1fr); } }
.pillar {
  background: var(--surface-warm);
  padding: 24px 20px;
  border-radius: var(--r);
  text-align: center;
  border: 1px solid var(--border-light);
}
.pillar__icon {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1;
}
.pillar h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--ink);
}
.pillar p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}

/* Prodotti */
.brand-products {
  padding: 56px 0 32px;
}
.brand-products h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 8px;
}
.brand-products__intro {
  text-align: center;
  color: var(--ink-soft);
  font-size: 17px;
  margin-bottom: 32px;
  font-style: italic;
}

.product-card {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
@media (min-width: 768px) {
  .product-card { grid-template-columns: 1fr 1.2fr; }
}
.product-card__image {
  background: var(--surface-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  min-height: 280px;
}
.product-card__image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r-sm);
}
.product-card__body {
  padding: 28px 26px;
}
.product-card__tag {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--accent-hover);
  margin-bottom: 8px;
}
.product-card__body h3 {
  font-size: 26px;
  margin: 0 0 14px;
  color: var(--ink);
  line-height: 1.2;
}
.product-card__body p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.product-card__cta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}
.product-card__price {
  margin-bottom: 16px;
}
.product-card__price-old {
  display: block;
  font-size: 14px;
  color: var(--ink-muted);
}
.product-card__price-new {
  display: inline-block;
  font-size: 32px;
  font-weight: 800;
  color: var(--ink);
  margin-right: 12px;
}
.product-card__price-tag {
  display: inline-block;
  background: var(--accent-pale);
  color: var(--accent-hover);
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--r-full);
}
.product-card .cta {
  width: 100%;
  margin: 0;
  padding: 16px 22px;
  font-size: 18px;
}

/* Trust strip */
.brand-trust {
  margin: 36px 0;
}
.trust-strip {
  list-style: none;
  padding: 18px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: var(--green-bg);
  border-radius: var(--r);
  text-align: center;
}
.trust-strip li {
  font-size: 14px;
  color: var(--ink-soft);
}
.trust-strip strong { color: var(--ink); }
@media (min-width: 768px) {
  .trust-strip { grid-template-columns: repeat(4, 1fr); }
}

/* Site footer (brand home) */
.site-footer {
  margin-top: 60px;
  padding: 32px 20px;
  background: var(--surface-dim);
  border-top: 1px solid var(--border-light);
  text-align: center;
}
.site-footer .copyright {
  font-size: 14px;
  color: var(--ink-muted);
  margin-bottom: 10px;
}
.site-footer .legal-links {
  margin: 0;
}

/* ================================================================
   FAQ section (sezione 9b)
   ================================================================ */
.faq {
  margin-top: 48px;
}
.faq h2 {
  text-align: center;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 0;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item[open] {
  box-shadow: var(--sh-sm);
  border-color: var(--accent-light);
}
.faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
  list-style: none;
  position: relative;
  padding-right: 50px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: var(--accent);
  transition: transform 0.2s;
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-item summary:hover {
  background: var(--surface-warm);
}
.faq-item p {
  padding: 0 22px 18px;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ================================================================
   Dolore futuro (sezione 10b)
   ================================================================ */
.future-pain {
  background: linear-gradient(135deg, #f9f1ec 0%, #f3e6dd 100%);
  padding: 32px 26px;
  border-radius: var(--r);
  border-left: 4px solid var(--accent);
  margin: 40px 0;
}
.future-pain h2 {
  font-size: 26px;
  margin: 0 0 18px;
  color: var(--ink);
}
.future-pain p {
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.future-pain p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 500;
}

/* ================================================================
   Sigillo garanzia visivo
   ================================================================ */
.guarantee-seal {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--green-bg);
  border: 2px solid var(--green);
  border-radius: var(--r);
  padding: 22px 24px;
  margin: 24px 0;
}
.guarantee-seal__icon {
  font-size: 48px;
  line-height: 1;
  flex-shrink: 0;
}
.guarantee-seal__body {
  flex: 1;
}
.guarantee-seal__title {
  font-size: 20px;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 6px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.guarantee-seal__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}
@media (max-width: 600px) {
  .guarantee-seal {
    flex-direction: column;
    text-align: center;
  }
  .guarantee-seal__title { font-size: 17px; }
}

/* ================================================================
   CTA mix (sotto il form)
   ================================================================ */
.cta-mix {
  margin-top: 20px;
}
.cta-secondary {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 22px;
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent-hover);
  font-size: 17px;
  font-weight: 700;
  border-radius: var(--r-sm);
  margin-top: 10px;
  text-decoration: none;
  transition: all 0.2s;
}
.cta-secondary:hover {
  background: var(--accent-pale);
  text-decoration: none;
}

/* ================================================================
   Sticky CTA mobile
   ================================================================ */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 16px;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.10);
  z-index: 9999;
  transform: translateY(120%);
  transition: transform 0.3s ease;
  border-top: 1px solid var(--border);
}
.sticky-cta.is-visible {
  transform: translateY(0);
}
.sticky-cta__btn {
  display: block;
  width: 100%;
  background: var(--cta);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--r-sm);
  box-shadow: 0 4px 12px rgba(196,123,108,0.32);
}
.sticky-cta__btn:hover {
  background: var(--cta-hover);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .sticky-cta { display: none !important; }
}

/* =====================================
   Before / After pair (LP siero)
   ===================================== */
.bda-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 28px 0 8px;
}
.bda-col {
  position: relative;
  margin: 0;
}
.bda-col img {
  width: 100%;
  height: auto;
  border-radius: var(--r);
  display: block;
  box-shadow: var(--sh-sm);
}
.bda-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(20, 14, 18, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
.bda-label--after {
  background: var(--accent-hover);
}
.bda-pair figcaption {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 14px;
  color: var(--ink-muted);
  margin-top: 10px;
  line-height: 1.5;
}

/* =====================================
   Price-old pill (sfondo rosso sul prezzo barrato)
   Prezzi iniettati da RoyLead via data-full-price / data-price.
   Se RoyLead non risponde, il pill viene nascosto via :has(s:empty).
   ===================================== */
.price-old-pill {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  font-weight: 700;
  font-size: 0.82em;
  padding: 4px 10px;
  border-radius: 6px;
  margin-right: 6px;
  vertical-align: middle;
  line-height: 1.3;
}
.price-old-pill s {
  color: #fff;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255,255,255,0.85);
}
.price-old-pill:has(s:empty) { display: none; }
[data-price]:empty::before { content: "—"; color: var(--ink-muted); font-weight: 400; }

/* =====================================
   Scarcity badge (stock — NO urgency tempo)
   ===================================== */
.scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff7ee;
  border: 1px solid #f1d8b8;
  border-left: 4px solid var(--gold);
  border-radius: var(--r-sm);
  padding: 12px 18px;
  margin: 16px 0 20px;
  box-shadow: var(--sh-xs);
}
.scarcity-badge__icon { font-size: 22px; line-height: 1; }
.scarcity-badge__text {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.4;
}
.scarcity-badge__text strong { color: var(--ink); }
@media (max-width: 600px) {
  .scarcity-badge {
    display: flex;
    padding: 12px 14px;
  }
  .scarcity-badge__text { font-size: 14px; }
}

/* =====================================
   Social proof bar (cifra aggregata)
   ===================================== */
.social-proof-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, var(--accent-pale) 0%, var(--surface-warm) 100%);
  border-radius: var(--r);
  padding: 20px 24px;
  margin: 24px 0 32px;
  box-shadow: var(--sh-sm);
}
.social-proof-bar__number {
  font-size: 38px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.social-proof-bar__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
}
.social-proof-bar__note {
  display: block;
  font-size: 14px;
  color: var(--ink-muted);
  margin-top: 4px;
  font-style: italic;
}
@media (max-width: 600px) {
  .social-proof-bar {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 18px;
  }
  .social-proof-bar__number { font-size: 34px; }
  .social-proof-bar__text { font-size: 15px; }
}

/* =====================================
   Expert box (parere dietista/medico)
   ===================================== */
.expert-section { margin: 32px 0; }
.expert-box {
  background: var(--surface-warm);
  border: 1px solid var(--border-light);
  border-radius: var(--r);
  padding: 26px 28px;
  box-shadow: var(--sh-sm);
}
.expert-box__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-light);
}
.expert-box__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-pale);
  display: grid;
  place-items: center;
  font-size: 28px;
  flex-shrink: 0;
}
.expert-box__id { line-height: 1.4; }
.expert-box__name {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}
.expert-box__role {
  font-size: 14px;
  color: var(--ink-muted);
  margin: 4px 0 0;
}
.expert-box__quote {
  margin: 0;
  border: none;
  padding: 0;
  font-style: italic;
  color: var(--ink-soft);
}
.expert-box__quote p {
  margin-bottom: 12px;
  line-height: 1.6;
}
.expert-box__quote p:last-child { margin-bottom: 0; }
@media (max-width: 600px) {
  .expert-box { padding: 20px 18px; }
  .expert-box__avatar { width: 48px; height: 48px; font-size: 24px; }
  .expert-box__name { font-size: 16px; }
  .expert-box__role { font-size: 13px; }
}

/* =====================================
   Pull-quote (claim chiave evidenziato)
   ===================================== */
.pull-quote {
  background: var(--accent-pale);
  border-left: 4px solid var(--accent);
  border-radius: var(--r);
  padding: 28px 32px;
  margin: 32px 0;
  text-align: center;
  box-shadow: var(--sh-sm);
}
.pull-quote p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  margin: 0;
  font-style: italic;
}
@media (max-width: 600px) {
  .pull-quote {
    padding: 22px 20px;
    margin: 24px 0;
  }
  .pull-quote p { font-size: 19px; }
}

/* =====================================
   Anchor CTA → form: atterra sul form lasciando
   visibile il blocco prezzo subito sopra
   ===================================== */
#ordina-section-form {
  scroll-margin-top: 90px;
}

/* ================================================================
   Override tema — ArtiZynt (biopharmanatura.com)
   Palette: bianco caldo neutro + rosso terracotta del pack
   ================================================================ */
:root {
  --ink: #221f1d;
  --ink-soft: #453f3b;
  --ink-muted: #77706a;
  --surface: #fdfbf8;
  --surface-dim: #f5f0ea;
  --surface-warm: #faf5ef;
  --border: #e7ded4;
  --border-light: #f1eae1;

  --accent: #b8452e;
  --accent-hover: #99381f;
  --accent-light: #e8b3a4;
  --accent-pale: #faece7;
  --accent-rgb: 184, 69, 46;

  --cta: #b03a2e;
  --cta-hover: #922e24;

  --gold: #c8912f;
  --star: #d4913a;
  --green: #3d7256;
  --green-bg: #eff5f1;
  --red-bg: #fdf0ee;
  --red-icon: #c44531;

  --sh-xs: 0 1px 2px rgba(34, 31, 29, 0.04);
  --sh-sm: 0 2px 8px rgba(34, 31, 29, 0.06);
  --sh-md: 0 8px 24px rgba(34, 31, 29, 0.08);
  --sh-lg: 0 16px 48px rgba(34, 31, 29, 0.10);
}

.sponsored-bar { background: #f2e9df; color: #6b5545; }

/* =====================================
   Testimonianze stile chat WhatsApp
   ===================================== */
.wa-chat {
  background: #ece5dd;
  border-radius: var(--r);
  padding: 18px 14px 14px;
  margin: 22px 0;
  box-shadow: var(--sh-sm);
  overflow: hidden;
}
.wa-chat__header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #075e54;
  color: #fff;
  margin: -18px -14px 14px;
  padding: 10px 14px;
}
.wa-chat__header img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.wa-chat__name { font-weight: 700; font-size: 15px; line-height: 1.2; }
.wa-chat__status { font-size: 12px; opacity: 0.85; }
.wa-msg {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 9px 12px 20px;
  margin: 8px 40px 8px 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2937;
  box-shadow: 0 1px 1px rgba(0,0,0,0.08);
  max-width: 100%;
}
.wa-msg--out {
  background: #dcf8c6;
  margin: 8px 4px 8px 40px;
}
.wa-msg__meta {
  position: absolute;
  right: 10px;
  bottom: 4px;
  font-size: 11px;
  color: #7c8b95;
  display: flex;
  align-items: center;
  gap: 3px;
}
.wa-msg__ticks { color: #34b7f1; font-size: 12px; letter-spacing: -3px; }
@media (max-width: 640px) {
  .wa-msg { margin-right: 22px; }
  .wa-msg--out { margin-left: 22px; }
}
