/* Page-level styles for Desiré Carneiro landing page */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--cream-100);
  color: var(--fg-primary);
  overflow-x: hidden;
}
img { max-width: 100%; }

/* italic helper */
em { font-style: italic; }

/* ---------- Fade-up entrance cascade ---------- */
@keyframes dc-fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.dc-fade {
  opacity: 0;
  animation: dc-fade-up 720ms var(--ease-out) forwards;
}
.dc-fade.d1 { animation-delay: 80ms; }
.dc-fade.d2 { animation-delay: 200ms; }
.dc-fade.d3 { animation-delay: 320ms; }
.dc-fade.d4 { animation-delay: 440ms; }
.dc-fade.d5 { animation-delay: 560ms; }
.dc-fade.d6 { animation-delay: 700ms; }

/* Reveal on scroll */
.dc-reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out); }
.dc-reveal.is-in { opacity: 1; transform: none; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--green-950);
  color: var(--cream-50);
  text-align: center;
  padding: 10px 16px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.topbar .dot { display: inline-block; margin: 0 10px; color: var(--gold-500); transform: translateY(-1px); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  color: var(--cream-50);
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    /* warm sun glow upper-right */
    radial-gradient(ellipse 60% 50% at 78% 18%, rgba(242,215,122,0.55) 0%, rgba(212,160,23,0.20) 35%, rgba(212,160,23,0) 65%),
    /* sunset wash */
    radial-gradient(ellipse 90% 60% at 70% 30%, rgba(184,136,26,0.35) 0%, rgba(184,136,26,0) 60%),
    /* deep green base */
    linear-gradient(180deg, var(--green-950) 0%, var(--green-900) 45%, var(--green-800) 100%);
}
.hero__bg::after {
  /* horizon band suggesting landscape */
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 40%;
  background:
    linear-gradient(180deg, rgba(15,42,31,0) 0%, rgba(15,42,31,0.55) 60%, rgba(15,42,31,0.85) 100%),
    radial-gradient(ellipse 80% 100% at 50% 100%, rgba(36,74,58,0.55) 0%, rgba(15,42,31,0) 70%);
}
.hero__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 70% 25%, rgba(212,160,23,0.10) 0%, rgba(212,160,23,0) 55%),
    linear-gradient(180deg, rgba(15,42,31,0.35) 0%, rgba(15,42,31,0.15) 50%, rgba(15,42,31,0.65) 100%);
}
.hero__grain {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.18) 1px, transparent 0),
    radial-gradient(circle at 9px 7px, rgba(0,0,0,0.22) 1px, transparent 0);
  background-size: 3px 3px, 5px 5px;
  mix-blend-mode: overlay;
}
.hero__inner {
  position: relative; z-index: 3;
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 24px 96px;
  display: flex; flex-direction: column;
  min-height: inherit;
  justify-content: center;
}
.hero__tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  border: 1px solid rgba(212,160,23,0.55);
  border-radius: 999px;
  background: rgba(15,42,31,0.45);
  backdrop-filter: blur(2px);
  font-family: var(--font-body); font-size: 12px;
  font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-400);
}
.hero__tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 999px;
  background: var(--gold-500); box-shadow: 0 0 10px var(--gold-500);
}
.hero__h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 6.6vw, 84px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--cream-50);
  margin: 22px 0 0;
  max-width: 18ch;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0,0,0,0.45);
  padding-bottom: 0.18em;
}
.hero__h1 em {
  color: var(--gold-500);
  font-style: italic;
  font-weight: 600;
}
.hero__sub {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: rgba(245,241,232,0.92);
  margin: 60px 0 0;
  max-width: 56ch;
  font-weight: 400;
}
.hero__cta-row {
  display: flex; align-items: center; gap: 22px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.hero__phone {
  display: inline-flex; flex-direction: column;
  font-family: var(--font-body);
  color: var(--cream-50);
}
.hero__phone .lbl {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
  font-weight: 700;
}
.hero__phone .num {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-top: 2px;
}

/* ---------- WhatsApp button ---------- */
.wa-btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 18px 28px;
  background: var(--whatsapp);
  color: #fff;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.005em;
  text-decoration: none;
  box-shadow: var(--shadow-cta);
  transition: transform var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  position: relative;
  white-space: nowrap;
}
.wa-btn:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(37,211,102,0.55);
  color: #fff;
}
.wa-btn:active { transform: scale(0.98); }
.wa-btn--xl { padding: 20px 32px; font-size: 18px; }
.wa-btn--lg { padding: 16px 26px; font-size: 16px; }
.wa-btn .label { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.15; gap: 2px; }
.wa-btn .sub { font-size: 12px; font-weight: 600; opacity: 0.95; letter-spacing: 0.04em; }
.wa-btn img { flex-shrink: 0; }

/* ---------- Authority strip ---------- */
.auth-strip {
  background: var(--cream-50);
  border-top: 1px solid rgba(15,42,31,0.06);
  border-bottom: 1px solid rgba(15,42,31,0.06);
}
.auth-strip__inner {
  max-width: 1140px; margin: 0 auto;
  padding: 44px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.auth-cell {
  text-align: center;
  padding: 8px 16px;
  position: relative;
}
.auth-cell + .auth-cell::before {
  content: ""; position: absolute; left: 0; top: 18%; bottom: 18%;
  width: 1px; background: linear-gradient(180deg, transparent, rgba(15,42,31,0.18), transparent);
}
.auth-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--green-900);
}
.auth-num em { font-style: italic; color: var(--gold-700); font-weight: 600; }
.auth-num .currency { font-family: var(--font-body); font-weight: 700; font-size: 0.5em; vertical-align: top; letter-spacing: 0.02em; margin-right: 2px; color: var(--green-800); }
.auth-num .plus { font-family: var(--font-body); font-weight: 700; vertical-align: top; }
.auth-lbl {
  margin-top: 10px;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-600);
}

/* ---------- Offer section ---------- */
.offer {
  background: var(--cream-100);
  padding: clamp(64px, 9vw, 120px) 24px;
}
.offer__inner {
  max-width: 1140px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
}
.offer__copy .eyebrow { color: var(--gold-700); display: inline-flex; align-items: center; gap: 10px; }
.offer__copy .eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold-700); display: inline-block; }
.offer__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--green-950);
  margin: 18px 0 24px;
  text-wrap: balance;
}
.offer__title em { color: var(--green-700); font-style: italic; font-weight: 600; }
.offer__copy p {
  font-size: 17px; line-height: 1.65; color: var(--ink-600);
  margin: 0 0 16px;
  max-width: 50ch;
}

/* offer card */
.offer-card {
  position: relative;
  background: var(--grad-green-deep);
  border: 1.5px solid var(--gold-600);
  border-radius: 24px;
  padding: 56px 28px 40px;
  color: var(--cream-50);
  box-shadow: var(--shadow-xl);
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
}
.offer-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(circle at 80% 0%, rgba(212,160,23,0.22) 0%, rgba(212,160,23,0) 55%),
    radial-gradient(circle at 0% 100%, rgba(212,160,23,0.12) 0%, rgba(212,160,23,0) 60%);
}
.offer-card > * { position: relative; z-index: 1; }
.offer-card__seal {
  position: absolute; top: -16px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  background: var(--grad-red-seal);
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(139,46,31,0.45), inset 0 0 0 1px rgba(212,160,23,0.6);
  white-space: nowrap;
}
.offer-card__seal .star { color: var(--gold-400); margin-right: 6px; }
.offer-card__lbl {
  text-align: center;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-400);
  font-weight: 700;
  margin-top: 8px;
}
.offer-card__price {
  text-align: center;
  margin: 4px 0 8px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--cream-50);
  display: flex; align-items: flex-start; justify-content: center;
  gap: 4px;
  max-width: 100%;
  overflow: visible;
}
.offer-card__price .rs {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.02em;
  margin-top: 18px;
  color: var(--gold-500);
}
.offer-card__price .num {
  font-size: clamp(80px, 11vw, 132px);
  background: linear-gradient(180deg, #FBF8F0 0%, #F2D77A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 24px rgba(212,160,23,0.35));
  line-height: 1;
  padding: 0 4px;
}
.offer-card__price .per {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 18px;
  color: rgba(245,241,232,0.78);
  align-self: flex-end;
  margin-bottom: 22px;
  letter-spacing: 0.02em;
}
.offer-card__divider {
  height: 1px; background: linear-gradient(90deg, transparent, var(--gold-600), transparent);
  margin: 24px 0 18px;
}
.offer-card__terms {
  text-align: center;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: rgba(245,241,232,0.86);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.offer-card__terms .sep { color: var(--gold-500); margin: 0 8px; }

/* ---------- Benefits ---------- */
.benefits {
  position: relative;
  background: var(--green-950);
  color: var(--cream-50);
  padding: clamp(72px, 10vw, 128px) 24px;
  isolation: isolate;
  overflow: hidden;
}
.benefits::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 18% 12%, rgba(212,160,23,0.22) 0%, transparent 45%),
    radial-gradient(ellipse at 82% 88%, rgba(212,160,23,0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 100%, rgba(60,110,78,0.35) 0%, transparent 60%);
}
.benefits::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle at 1px 1px, rgba(212,160,23,0.45) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
}
.benefits__inner { position: relative; z-index: 1; max-width: 1140px; margin: 0 auto; }
.benefits__head { text-align: center; max-width: 780px; margin: 0 auto 64px; }
.benefits__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--cream-50);
  margin: 18px 0 0;
  text-wrap: balance;
}
.benefits__title em { color: var(--gold-500); font-style: italic; font-weight: 600; }
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.benefit-card {
  background: linear-gradient(180deg, rgba(35,74,58,0.82) 0%, rgba(20,53,36,0.82) 100%);
  border: 1px solid rgba(212,160,23,0.22);
  border-radius: 20px;
  padding: 32px 26px 30px;
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.benefit-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-600);
  box-shadow: 0 22px 50px rgba(0,0,0,0.45), 0 0 0 1px rgba(212,160,23,0.45);
}
.benefit-card__icon {
  width: 56px; height: 56px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(212,160,23,0.18) 0%, rgba(212,160,23,0.06) 100%);
  border: 1px solid rgba(212,160,23,0.4);
  border-radius: 14px;
  margin-bottom: 22px;
}
.benefit-card__icon img { width: 30px; height: 30px; }
.benefit-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--cream-50);
  margin: 0 0 10px;
}
.benefit-card p {
  font-family: var(--font-body);
  font-size: 15px; line-height: 1.6;
  color: rgba(245,241,232,0.78);
  margin: 0;
}

/* ---------- About Desiré ---------- */
.about {
  background: var(--cream-100);
  padding: clamp(72px, 10vw, 128px) 24px;
}
.about__inner {
  max-width: 1140px; margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}
.about__photo-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
}
.about__photo-frame {
  position: absolute;
  inset: -18px -18px 18px 18px;
  border: 1.5px solid var(--gold-600);
  border-radius: 6px;
  z-index: 0;
  pointer-events: none;
}
.about__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
  display: block;
  filter: saturate(1.05) contrast(1.02);
}
.about__creci-badge {
  position: absolute;
  z-index: 2;
  bottom: -14px;
  right: -14px;
  background: var(--green-900);
  border: 1.5px solid var(--gold-600);
  border-radius: 999px;
  padding: 12px 22px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-400);
  box-shadow: var(--shadow-md);
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.about__creci-badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 999px;
  background: var(--gold-500); box-shadow: 0 0 8px var(--gold-500);
}
.about__name {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(48px, 6.5vw, 78px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--green-950);
  margin: 16px 0 14px;
}
.about__role {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-700);
  margin-bottom: 28px;
}
.about__bio {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-600);
  margin: 0 0 22px;
  max-width: 56ch;
}
.about__quote {
  position: relative;
  border-left: 3px solid var(--gold-600);
  padding: 6px 0 6px 22px;
  margin: 28px 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.4;
  color: var(--green-900);
  max-width: 50ch;
}

/* ---------- Final CTA ---------- */
.cta-final {
  position: relative;
  isolation: isolate;
  color: var(--cream-50);
  text-align: center;
  padding: clamp(80px, 11vw, 144px) 24px;
  overflow: hidden;
}
.cta-final__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 50% 40% at 50% 28%, rgba(242,215,122,0.32) 0%, rgba(212,160,23,0.08) 40%, rgba(212,160,23,0) 70%),
    linear-gradient(180deg, var(--green-950) 0%, var(--green-900) 50%, var(--green-950) 100%);
}
.cta-final__bg::after {
  content: ""; position: absolute; inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle at 1px 1px, rgba(212,160,23,0.45) 1px, transparent 0);
  background-size: 26px 26px;
}
.cta-final__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(15,42,31,0.0) 0%, rgba(15,42,31,0.55) 80%);
}
.cta-final__inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }
.cta-final__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--cream-50);
  margin: 22px 0 0;
  text-wrap: balance;
}
.cta-final__title em { color: var(--gold-500); font-style: italic; font-weight: 600; }
.cta-final__sub {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: rgba(245,241,232,0.88);
  margin: 24px auto 40px;
  max-width: 56ch;
}
.cta-final__seals {
  margin-top: 36px;
  display: inline-flex; flex-wrap: wrap; justify-content: center;
  gap: 28px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245,241,232,0.78);
}
.cta-final__seals .seal { display: inline-flex; align-items: center; gap: 8px; }
.cta-final__seals .seal::before {
  content: ""; width: 5px; height: 5px; border-radius: 999px;
  background: var(--gold-500); box-shadow: 0 0 8px var(--gold-500);
}

/* ---------- Footer ---------- */
.foot {
  background: var(--green-950);
  color: rgba(245,241,232,0.6);
  text-align: center;
  padding: 28px 24px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.foot a { color: var(--gold-400); text-decoration: none; }
.foot .sep { margin: 0 10px; color: var(--gold-700); }

/* ---------- Floating WhatsApp ---------- */
.fab {
  position: fixed;
  right: 22px; bottom: 22px;
  width: 64px; height: 64px;
  z-index: 60;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--whatsapp);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(37,211,102,0.5);
  text-decoration: none;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.fab:hover { transform: scale(1.08); box-shadow: 0 18px 40px rgba(37,211,102,0.65); }
.fab img { width: 32px; height: 32px; }
.fab::before, .fab::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 999px;
  border: 2px solid rgba(37,211,102,0.55);
  animation: dc-pulse 2.4s var(--ease-out) infinite;
}
.fab::after { animation-delay: 1.2s; }
@keyframes dc-pulse {
  0%   { transform: scale(1);   opacity: 0.8; }
  80%  { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .hero__inner { padding: 64px 22px 80px; }
  .offer__inner { grid-template-columns: 1fr; gap: 48px; }
  .benefits__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .about__inner { grid-template-columns: 1fr; gap: 56px; }
  .about__photo-wrap { max-width: 360px; margin: 0 auto; }
  .auth-strip__inner { padding: 36px 20px; gap: 6px; }
  .hero__cta-row { gap: 18px; }
}
@media (max-width: 640px) {
  .topbar { font-size: 9.5px; letter-spacing: 0.2em; padding: 9px 12px; }
  .topbar .dot { margin: 0 6px; }

  .hero { min-height: 0; }
  .hero__inner { padding: 44px 20px 56px; }
  .hero__tag { font-size: 10px; letter-spacing: 0.18em; padding: 7px 14px; }
  .hero__h1 {
    font-size: clamp(32px, 9.5vw, 44px);
    line-height: 1.14;
    letter-spacing: -0.022em;
    margin-top: 18px;
    max-width: 100%;
  }
  .hero__sub { font-size: 15.5px; line-height: 1.55; margin: 40px 0 0; max-width: 100%; }
  .hero__cta-row { gap: 18px; margin-top: 28px; flex-direction: column; align-items: stretch; }
  .hero__phone { align-items: center; }
  .hero__phone .num { font-size: 22px; }

  .auth-strip__inner { grid-template-columns: repeat(2, 1fr); padding: 28px 16px; row-gap: 28px; column-gap: 0; }
  .auth-cell { padding: 4px 8px; }
  .auth-cell + .auth-cell::before { display: none; }
  .auth-cell:nth-child(2)::before, .auth-cell:nth-child(4)::before {
    content: ""; position: absolute; left: 0; top: 18%; bottom: 18%;
    width: 1px; background: rgba(15,42,31,0.18); display: block;
  }
  .auth-cell:nth-child(3)::after {
    content: ""; position: absolute; left: 12%; right: 12%; top: -14px;
    height: 1px; background: rgba(15,42,31,0.10);
  }
  .auth-cell:nth-child(4)::after {
    content: ""; position: absolute; left: 12%; right: 12%; top: -14px;
    height: 1px; background: rgba(15,42,31,0.10);
  }

  .offer { padding: 56px 20px; }
  .offer__title { font-size: clamp(26px, 7.5vw, 34px); }
  .offer-card { padding: 44px 22px 28px; border-radius: 20px; }
  .offer-card__seal { font-size: 11px; padding: 8px 16px; letter-spacing: 0.14em; }
  .offer-card__price .num { font-size: 92px; }
  .offer-card__price .rs { font-size: 22px; margin-top: 14px; }
  .offer-card__price .per { font-size: 15px; margin-bottom: 12px; }
  .offer-card__terms { font-size: 12.5px; }

  .benefits { padding: 64px 20px; }
  .benefits__grid { grid-template-columns: 1fr; gap: 14px; }
  .benefit-card { padding: 26px 22px 24px; border-radius: 18px; }
  .benefit-card h3 { font-size: 20px; }
  .benefits__title { font-size: clamp(26px, 7.5vw, 34px); }

  .about { padding: 64px 20px; }
  .about__name { font-size: clamp(44px, 13vw, 60px); }
  .about__bio { font-size: 16px; }
  .about__quote { font-size: 18px; padding-left: 18px; }

  .cta-final { padding: 72px 20px; }
  .cta-final__title { font-size: clamp(28px, 8.5vw, 40px); }
  .cta-final__sub { font-size: 16px; margin: 20px auto 30px; }
  .cta-final__seals { flex-direction: column; gap: 12px; font-size: 12px; letter-spacing: 0.14em; margin-top: 28px; }

  .foot { font-size: 11.5px; padding: 22px 18px; line-height: 1.9; }
  .foot .sep { margin: 0 6px; }

  .fab { width: 58px; height: 58px; right: 16px; bottom: 16px; }
  .fab img { width: 28px; height: 28px; }

  .wa-btn { width: 100%; justify-content: center; }
  .wa-btn--xl { padding: 16px 20px; font-size: 16px; }
  .wa-btn .label { align-items: center; text-align: center; }
}
