:root {
  --wine: #7a1538;
  --wine-deep: #551029;
  --wine-soft: #f8eaf0;
  --ink: #181719;
  --muted: #686269;
  --line: #ded9dc;
  --cream: #f6f2ef;
  --paper: #ffffff;
  --green: #1d7462;
  --green-soft: #e9f5f1;
  --shadow: 0 22px 60px rgba(42, 24, 32, .12);
  --radius: 20px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 980px; }
.centered { text-align: center; }
.section { padding: 96px 0; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: white;
  background: var(--wine);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(122,21,56,.12);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: center;
}
.wordmark { text-decoration: none; line-height: 1.15; }
.wordmark-kicker {
  display: block;
  color: var(--wine);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.wordmark strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.header-trust { display: flex; gap: 22px; color: var(--muted); font-size: .83rem; font-weight: 650; }
.header-trust span + span { position: relative; }
.header-trust span + span::before { content: ""; position: absolute; left: -12px; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--wine); }
.header-help { color: var(--wine); font-size: .9rem; font-weight: 800; text-underline-offset: 4px; }

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(122deg, #f8f3f4 0%, #f7f2ef 56%, #eee5e1 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  left: -300px;
  top: -220px;
  border: 1px solid rgba(122,21,56,.16);
  border-radius: 50%;
}
.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 68px;
  align-items: center;
  padding-block: 64px 72px;
}
.hero-copy { position: relative; z-index: 1; max-width: 670px; }
.eyebrow {
  display: inline-block;
  color: var(--wine);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .115em;
  text-transform: uppercase;
}
.eyebrow-light { color: #f0c4d2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { max-width: 720px; margin: 16px 0 22px; font-size: clamp(2.55rem, 4.9vw, 4.45rem); line-height: 1.02; }
h1 em { display: block; margin-top: .13em; color: var(--wine); font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4vw, 3.6rem); line-height: 1.06; }
h3 { margin-bottom: 8px; font-size: 1.15rem; line-height: 1.3; }
.hero-lead { max-width: 650px; margin-bottom: 24px; color: #443e43; font-size: 1.16rem; line-height: 1.58; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.hero-points li { padding: 8px 13px; color: var(--green); background: var(--green-soft); border-radius: 999px; font-size: .88rem; font-weight: 750; }
.hero-points li::before { content: "✓"; margin-right: 7px; }
.price-row { display: flex; align-items: center; gap: 25px; margin-bottom: 24px; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; line-height: 1; }
.price span { color: var(--muted); font-size: .9rem; }
.exclusive { max-width: 170px; padding-left: 20px; border-left: 1px solid var(--line); color: var(--wine); font-size: .8rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: .98rem;
  font-weight: 830;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible, .text-link:focus-visible, .header-help:focus-visible { outline: 3px solid #eab0c2; outline-offset: 4px; }
.button-primary { color: white; background: var(--wine); box-shadow: 0 14px 30px rgba(122,21,56,.2); }
.button-primary:hover { background: var(--wine-deep); box-shadow: 0 18px 34px rgba(85,16,41,.25); }
.button-secondary { color: var(--wine); background: white; border-color: rgba(122,21,56,.24); }
.button-whatsapp { color: white; background: var(--green); box-shadow: 0 14px 30px rgba(29,116,98,.2); }
.button-whatsapp:hover { background: #145a4c; box-shadow: 0 18px 34px rgba(20,90,76,.26); }
.button-white { color: var(--wine); background: white; }
.button-note { margin: 10px 0 0; color: var(--muted); font-size: .78rem; }
.button-note.light { color: #edd9e1; text-align: center; }
.hero-visual { position: relative; justify-self: end; width: 100%; max-width: 520px; }
.hero-visual::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid rgba(122,21,56,.3); border-radius: 44% 44% 12px 12px; }
.hero-visual img { position: relative; width: 100%; aspect-ratio: .86; object-fit: cover; border-radius: 44% 44% 12px 12px; box-shadow: var(--shadow); }
.hero-card { position: absolute; right: -24px; bottom: 32px; display: flex; width: min(330px, 82%); gap: 13px; align-items: flex-start; padding: 17px 19px; background: rgba(255,255,255,.96); border-radius: 14px; box-shadow: var(--shadow); }
.hero-card p { margin: 0; font-size: .84rem; line-height: 1.45; }
.hero-card-icon { display: grid; flex: 0 0 30px; height: 30px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-weight: 900; }

.section-intro { max-width: 750px; margin: 0 auto 42px; }
.section-intro p, .coverage-grid > div:first-child > p { color: var(--muted); }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.check-card { position: relative; padding: 30px 26px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.check-card > span { display: grid; width: 36px; height: 36px; margin-bottom: 22px; place-items: center; color: white; background: var(--wine); border-radius: 50%; font-weight: 850; }
.check-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.center-cta { margin-top: 34px; text-align: center; }

.why-section { color: white; background: var(--wine-deep); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: center; }
.why-copy > p { color: #eadbe1; }
.quote-block { display: flex; gap: 14px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.quote-mark { color: #e7afc0; font-family: Georgia, serif; font-size: 3.4rem; line-height: .7; }
.quote-block p { margin: 0; font-family: Georgia, serif; font-size: 1.15rem; font-style: italic; line-height: 1.5; }
.invoice-card { overflow: hidden; color: var(--ink); background: white; border-radius: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.invoice-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.invoice-head span { display: block; color: var(--wine); font-size: .74rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.invoice-head strong { display: block; margin-top: 3px; font-family: Georgia, serif; font-size: 1.35rem; }
.invoice-symbol { display: grid; width: 46px; height: 46px; place-items: center; color: white; background: var(--wine); border-radius: 50%; font-family: Georgia, serif; font-size: 1.4rem; }
.invoice-lines { margin: 0; padding: 8px 28px 0; }
.invoice-lines > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px dashed var(--line); }
.invoice-lines dt { color: var(--muted); }
.invoice-lines dd { margin: 0; font-weight: 800; white-space: nowrap; }
.invoice-lines .invoice-benefit { color: var(--green); }
.invoice-lines .invoice-benefit dt { color: var(--green); }
.invoice-lines .invoice-total { margin-top: 6px; border-bottom: 0; font-size: 1.1rem; }
.invoice-lines .invoice-total dd { color: var(--wine); font-size: 1.35rem; }
.invoice-card > p { margin: 0; padding: 18px 28px 24px; color: var(--muted); background: #faf8f9; font-size: .75rem; line-height: 1.45; }
.invoice-examples { display: grid; gap: 16px; }
.implant-example { overflow: hidden; color: var(--ink); background: #f2fbf8; border: 1px solid rgba(29,116,98,.28); border-radius: 18px; box-shadow: 0 18px 42px rgba(0,0,0,.12); }
.implant-example-head { display: grid; grid-template-columns: 1fr minmax(190px, .75fr); gap: 22px; align-items: end; padding: 22px 26px 17px; border-bottom: 1px solid rgba(29,116,98,.18); }
.implant-example-head span { display: block; margin-bottom: 4px; color: var(--green); font-size: .68rem; font-weight: 850; letter-spacing: .085em; text-transform: uppercase; }
.implant-example-head strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.25; }
.implant-example-head p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.implant-lines { margin: 0; padding: 5px 26px 0; }
.implant-lines > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed rgba(29,116,98,.2); font-size: .8rem; }
.implant-lines dt { color: var(--muted); }
.implant-lines dd { margin: 0; font-weight: 800; white-space: nowrap; }
.implant-lines .implant-benefit, .implant-lines .implant-benefit dt { color: var(--green); }
.implant-lines .implant-total { align-items: baseline; border-bottom: 0; font-size: .9rem; }
.implant-lines .implant-total dd { color: var(--wine); font-family: Georgia, serif; font-size: 1.38rem; }
.implant-example .example-note { margin: 0; padding: 12px 26px 17px; color: var(--muted); background: rgba(255,255,255,.52); font-size: .66rem; line-height: 1.4; }

.limits { background: var(--cream); }
.limit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.limit-card { min-height: 260px; padding: 32px 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.limit-card.featured { color: white; background: var(--wine); border-color: var(--wine); transform: translateY(-12px); box-shadow: var(--shadow); }
.limit-label { display: block; min-height: 42px; color: var(--wine); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.featured .limit-label { color: #efc5d1; }
.limit-card strong { display: block; margin: 16px 0 18px; font-family: Georgia, serif; font-size: 2.1rem; line-height: 1.08; }
.limit-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.featured p { color: #efdfe5; }
.fine-print { max-width: 750px; margin: 28px auto 0; color: var(--muted); font-size: .8rem; }

.coverage-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.coverage-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.coverage-card { padding: 28px; border-radius: var(--radius); }
.coverage-card.yes { background: var(--green-soft); }
.coverage-card.no { background: #f5f3f4; }
.coverage-card ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.coverage-card li { position: relative; padding-left: 27px; font-size: .9rem; }
.coverage-card li::before { position: absolute; left: 0; font-weight: 900; }
.coverage-card.yes li::before { content: "✓"; color: var(--green); }
.coverage-card.no li::before { content: "–"; color: var(--muted); }
.text-link { color: var(--wine); font-weight: 800; text-underline-offset: 5px; }

.cta-band { padding: 70px 0; color: white; background: var(--wine); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.cta-band h2 { max-width: 730px; margin-bottom: 10px; }
.cta-band p { max-width: 700px; margin-bottom: 0; color: #efdce3; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--wine); font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 780px; padding: 0 46px 24px 0; color: var(--muted); }

.reviews { background: var(--cream); }
.reviews .section-intro { margin-bottom: 30px; }
.rating-summary { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; max-width: 800px; margin: 0 auto 30px; padding: 20px 24px; color: white; background: var(--wine-deep); border-radius: 18px; box-shadow: var(--shadow); text-decoration: none; }
.rating-summary:focus-visible { outline: 3px solid #eab0c2; outline-offset: 4px; }
.rating-score { font-family: Georgia, serif; font-size: 2.6rem; font-weight: 700; line-height: 1; }
.rating-score small { color: #e7cbd5; font-family: Inter, sans-serif; font-size: .9rem; }
.rating-summary > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; line-height: 1.3; }
.rating-summary > span:nth-child(2) strong { font-size: .88rem; }
.rating-summary > span:nth-child(2) small { color: #d9c8cf; font-size: .72rem; }
.stars, .review-stars { color: #f5b72e; letter-spacing: .08em; }
.stars { font-size: 1rem; }
.rating-link { color: #f2dce4; font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { display: flex; min-height: 300px; flex-direction: column; padding: 27px 25px 23px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(42,24,32,.07); }
.review-head { display: flex; gap: 13px; align-items: center; }
.review-avatar { display: grid; flex: 0 0 42px; height: 42px; place-items: center; color: white; background: #ad275b; border-radius: 50%; font-weight: 800; }
.review-avatar.avatar-blue { background: #267f96; }
.review-avatar.avatar-green { background: #276a5d; }
.review-head strong, .review-stars { display: block; }
.review-head strong { font-size: .92rem; }
.review-stars { margin-top: -2px; font-size: .75rem; }
.review-card blockquote { margin: 24px 0 20px; font-family: Georgia, serif; font-size: 1.03rem; line-height: 1.55; }
.review-card > p { margin: auto 0 0; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.review-note { margin: 22px 0 0; color: var(--muted); font-size: .72rem; }

.advisor { padding-top: 64px; }
.advisor-card { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 44px 50px; background: var(--cream); border-radius: 28px; }
.advisor-copy h2 { margin: 7px 0 10px; }
.advisor-copy p { max-width: 700px; margin: 0; color: var(--muted); }
.advisor-actions { display: flex; min-width: 275px; flex-direction: column; align-items: stretch; gap: 12px; }
.advisor-actions .text-link { text-align: center; }
.advisor-actions small { color: var(--muted); font-size: .72rem; line-height: 1.4; text-align: center; }

.alternative { padding-top: 0; }
.alternative-card { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 34px 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.alternative-card h2 { margin: 6px 0 8px; font-size: 2rem; }
.alternative-card p { max-width: 720px; margin: 0; color: var(--muted); font-size: .9rem; }
.alternative-icon { display: grid; width: 54px; height: 54px; place-items: center; color: var(--wine); background: var(--wine-soft); border-radius: 50%; font-size: 1.7rem; }

.final-cta { padding-top: 50px; }
.final-cta p { margin-bottom: 26px; color: var(--muted); }
footer { padding: 48px 0 104px; color: #e9e1e5; background: #21191d; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 26px 60px; }
footer strong { color: white; font-family: Georgia, serif; font-size: 1.2rem; }
footer p { margin: 6px 0 0; color: #bfb1b8; font-size: .82rem; }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; align-content: start; font-size: .8rem; }
footer nav a { text-underline-offset: 4px; }
.footer-link {
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.footer-note { grid-column: 1 / -1; max-width: 930px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); line-height: 1.5; }
.mobile-sticky { display: none; }

.consent-open { overflow: hidden; }
.consent-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: end center;
  padding: 24px;
  background: rgba(24, 14, 19, .58);
  backdrop-filter: blur(5px);
}
.consent-layer[hidden] { display: none; }
.consent-card {
  width: min(760px, 100%);
  padding: 30px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(122,21,56,.16);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(29, 10, 19, .3);
}
.consent-card h2 { margin: 7px 0 12px; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.consent-card > p { margin-bottom: 18px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent-button {
  min-height: 52px;
  padding: 12px 20px;
  color: white;
  background: var(--wine);
  border: 2px solid var(--wine);
  border-radius: 999px;
  font: inherit;
  font-size: .92rem;
  font-weight: 830;
  cursor: pointer;
}
.consent-button:first-child { background: #3f383c; border-color: #3f383c; }
.consent-button:hover { box-shadow: 0 10px 24px rgba(42,24,32,.16); transform: translateY(-1px); }
.consent-button:focus-visible, .footer-link:focus-visible { outline: 3px solid #e8a9bd; outline-offset: 3px; }
.consent-card .consent-note { margin: 14px 0 0; font-size: .72rem; }
.consent-note a { color: var(--wine); font-weight: 750; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .header-trust { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-grid, .why-grid, .coverage-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; padding-top: 54px; }
  .hero-visual { justify-self: center; max-width: 580px; }
  .why-grid { gap: 48px; }
  .coverage-grid { gap: 34px; }
  .cta-band-inner, .advisor-card, .alternative-card { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .cta-band-inner { gap: 28px; }
  .cta-band .button { width: 100%; }
  .advisor-card { gap: 30px; }
  .alternative-card { gap: 16px; }
  .alternative-icon { display: none; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .section { padding: 70px 0; }
  .site-header { position: relative; }
  .header-inner { min-height: 72px; }
  .wordmark strong { font-size: 1.15rem; }
  .header-help { font-size: .78rem; }
  .hero-grid { min-height: auto; padding-block: 42px 64px; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-points li { text-align: center; }
  .price-row { align-items: flex-start; gap: 14px; }
  .price { display: block; }
  .price span { display: block; margin-top: 4px; }
  .exclusive { padding-left: 14px; }
  .hero-copy .button { width: 100%; }
  .hero-visual { max-width: 460px; }
  .hero-card { right: -4px; bottom: 18px; }
  .check-grid, .limit-grid, .coverage-columns { grid-template-columns: 1fr; }
  .limit-card { min-height: auto; }
  .limit-card.featured { transform: none; }
  .center-cta .button { width: 100%; }
  .invoice-head, .invoice-lines, .invoice-card > p { padding-left: 20px; padding-right: 20px; }
  .invoice-lines dt { font-size: .85rem; }
  .invoice-lines dd { font-size: .9rem; }
  .implant-example-head { grid-template-columns: 1fr; gap: 10px; padding: 20px 18px 15px; }
  .implant-lines { padding-right: 18px; padding-left: 18px; }
  .implant-example .example-note { padding-right: 18px; padding-left: 18px; }
  .rating-summary { grid-template-columns: auto 1fr; padding: 18px; }
  .rating-link { grid-column: 1 / -1; }
  .advisor-card, .alternative-card { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .consent-layer { padding: 12px; }
  .consent-card { padding: 23px 20px 20px; border-radius: 18px; }
  .consent-actions { grid-template-columns: 1fr; }
  .mobile-sticky {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 20px;
    color: white;
    background: var(--wine);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(34,12,21,.35);
    font-weight: 850;
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}
