:root {
  --navy: #063b5b;
  --blue: #075f8d;
  --cyan: #16a9df;
  --aqua: #e4f8fc;
  --mint: #11a785;
  --ink: #102d3c;
  --muted: #5f7580;
  --line: #d8e8ee;
  --white: #fff;
  --cream: #f8fbfc;
  --shadow: 0 20px 70px rgba(3, 60, 89, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, system-ui, sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 8px clamp(22px, 5vw, 80px); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,95,141,.1); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; min-width: 220px; }
.brand img { width: 65px; height: 65px; object-fit: cover; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { color: var(--navy); font-size: 1rem; }
.brand small { color: var(--muted); font-size: .72rem; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
nav a { text-decoration: none; color: #385565; font-weight: 700; font-size: .89rem; }
nav a:hover { color: var(--cyan); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 15px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 21px; color: #fff; background: var(--blue); }
.button-primary { color: #fff; background: linear-gradient(135deg, #138dcc, #075f8d); box-shadow: 0 12px 28px rgba(7,95,141,.26); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(7,95,141,.34); }
.button-secondary { background: #fff; border: 1px solid var(--line); color: var(--blue); }
.button-whatsapp { color: #fff; background: linear-gradient(135deg, #25d366, #159b4b); box-shadow: 0 12px 28px rgba(21,155,75,.24); }
.button-whatsapp:hover { box-shadow: 0 16px 34px rgba(21,155,75,.34); }
.button-white { background: #fff; color: var(--navy); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.button-large { min-height: 58px; padding-inline: 36px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 47% 53%; align-items: stretch; overflow: hidden; background: radial-gradient(circle at 20% 5%, #e6fbff 0, #fff 43%); }
.hero-copy { padding: clamp(70px, 8vw, 126px) 4vw clamp(64px, 7vw, 104px) clamp(25px, 7vw, 112px); position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .76rem; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 3px; background: var(--cyan); border-radius: 2px; }
h1 { margin: 16px 0 18px; color: var(--navy); font-size: clamp(3rem, 5.7vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0; color: #44616f; font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.price-line { display: flex; align-items: center; gap: 19px; margin: 30px 0 26px; }
.price { color: var(--navy); font-weight: 800; font-size: clamp(3.5rem, 5.3vw, 5.6rem); line-height: 1; letter-spacing: -.06em; }
.price small { font-size: .42em; vertical-align: top; position: relative; top: .18em; margin-right: 2px; }
.price-detail { padding-left: 18px; border-left: 1px solid var(--line); color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 22px; margin-top: 24px; color: var(--muted); font-size: .8rem; font-weight: 700; }
.hero-visual { position: relative; min-height: 630px; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0, transparent 17%, transparent 75%, rgba(10,126,166,.1)); pointer-events: none; }
.gift-card { position: absolute; z-index: 3; left: 4%; bottom: 42px; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); padding: 14px 20px 14px 13px; border-radius: 18px; backdrop-filter: blur(10px); }
.gift-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--cyan); font-size: 1.4rem; }
.gift-card div:last-child { display: grid; }
.gift-card small { color: var(--muted); font-size: .68rem; }
.gift-card strong { color: var(--navy); font-size: 1.04rem; }
.save-badge { position: absolute; z-index: 3; right: 6%; top: 54px; width: 138px; height: 138px; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy)); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 18px 45px rgba(3,59,91,.3); transform: rotate(5deg); }
.save-badge strong { font-size: 2.4rem; line-height: .95; }
.save-badge span { font-size: .67rem; text-transform: uppercase; text-align: center; font-weight: 800; letter-spacing: .07em; }

.proof-strip { width: min(1180px, calc(100% - 44px)); margin: -28px auto 0; position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px 30px; border-radius: 22px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.proof-strip article { display: flex; align-items: center; gap: 13px; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.16); }
.proof-strip article:last-child { border: 0; }
.proof-icon { color: #53d2ef; font-size: 1.75rem; }
.proof-strip div { display: grid; }
.proof-strip strong { font-size: .86rem; }
.proof-strip small { color: #b9d6e4; font-size: .68rem; }

.section { padding: clamp(80px, 9vw, 130px) clamp(22px, 7vw, 112px); }
.section-heading { max-width: 790px; margin: 0 auto 48px; text-align: center; }
.section-heading.compact { margin-bottom: 38px; }
.section-heading h2, .prices-copy h2, .location-card h2, .final-cta h2 { margin: 10px 0 15px; color: var(--navy); font-size: clamp(2rem, 3.7vw, 3.5rem); line-height: 1.1; letter-spacing: -.04em; }
.section-heading p { margin: 0 auto; max-width: 670px; color: var(--muted); }
.benefit-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; position: relative; overflow: hidden; background: #fff; box-shadow: 0 12px 40px rgba(3,59,91,.06); }
.benefit-card.featured { background: linear-gradient(145deg, var(--navy), var(--blue)); color: #fff; border: 0; }
.card-number { position: absolute; right: 24px; top: 21px; color: #b6ccd6; font-weight: 800; font-size: .75rem; }
.featured .card-number { color: rgba(255,255,255,.46); }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: var(--blue); background: var(--aqua); font-size: 1.6rem; font-weight: 800; }
.featured .card-icon { color: var(--navy); background: #6dd9ef; }
.benefit-card h3 { margin: 38px 0 10px; color: var(--navy); font-size: 1.25rem; }
.benefit-card.featured h3 { color: #fff; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.benefit-card.featured p { color: #cbe2ec; }

.prices { color: #fff; background: linear-gradient(135deg, #063b5b, #075f8d 60%, #0781a6); position: relative; overflow: hidden; }
.prices::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(43,206,225,.12); left: -170px; bottom: -220px; }
.prices-layout { max-width: 1160px; margin: auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 7vw, 90px); align-items: center; position: relative; }
.kicker.light { color: #6edbf0; }
.prices-copy h2 { color: #fff; }
.prices-copy > p { color: #c7dce7; }
.monthly-card { width: fit-content; margin: 29px 0 28px; padding: 18px 25px; display: grid; border-radius: 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.monthly-card span { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: #8ee3ef; font-weight: 800; }
.monthly-card strong { font-size: 2.6rem; line-height: 1.1; }
.monthly-card small { color: #c7dce7; }
.comparison { background: #fff; color: var(--ink); border-radius: 25px; overflow: hidden; box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 1.4fr .8fr .8fr; align-items: center; gap: 12px; }
.comparison-head { padding: 18px 24px; color: #78909d; background: #f4f9fb; text-transform: uppercase; letter-spacing: .08em; font-size: .66rem; font-weight: 800; }
.comparison-row { min-height: 80px; padding: 15px 24px; border-top: 1px solid #e4eef2; }
.comparison-row strong { color: var(--navy); font-size: .93rem; }
.comparison-row strong small { color: var(--muted); font-weight: 500; }
.comparison-row s { color: #8ca0a9; font-size: .88rem; }
.comparison-row > span { width: fit-content; padding: 8px 12px; border-radius: 10px; color: #047158; background: #def8ef; font-weight: 800; }
.comparison-note { padding: 11px 24px 17px; color: #8599a2; font-size: .66rem; }

.steps { background: var(--cream); }
.steps-grid { max-width: 1040px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.steps-grid article { text-align: center; position: relative; }
.steps-grid article::after { content: ""; position: absolute; top: 27px; left: 66%; width: 68%; height: 1px; border-top: 1px dashed #a7cbd8; }
.steps-grid article:last-child::after { display: none; }
.steps-grid span { width: 54px; height: 54px; margin: 0 auto 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cyan); font-weight: 800; box-shadow: 0 10px 22px rgba(22,169,223,.25); }
.steps-grid h3 { margin: 0 0 7px; color: var(--navy); }
.steps-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.location { padding-block: clamp(65px, 8vw, 110px); }
.location-card { max-width: 1160px; min-height: 390px; margin: auto; padding: clamp(45px, 7vw, 90px); border-radius: 30px; color: #fff; background: linear-gradient(110deg, var(--navy), #076e9b); position: relative; overflow: hidden; }
.location-card > div { position: relative; z-index: 2; }
.location-card h2 { color: #fff; }
.location-card .address { color: #d2e6ef; font-size: 1.12rem; }
.location-watermark { position: absolute; width: 440px; height: 440px; right: 4%; top: -25px; object-fit: cover; border-radius: 50%; opacity: .12; mix-blend-mode: screen; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.text-link { color: #fff; font-weight: 800; text-decoration: none; }

.final-cta { text-align: center; padding: 55px 22px 110px; }
.final-cta p { max-width: 640px; margin: 0 auto 27px; color: var(--muted); }
.final-actions { display: flex; justify-content: center; gap: 13px; flex-wrap: wrap; }
footer { padding: 30px clamp(22px, 7vw, 110px) 90px; text-align: center; background: #f4f9fb; color: var(--muted); font-size: .78rem; }
.footer-brand { display: flex; justify-content: center; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; }
.footer-brand img { width: 54px; height: 54px; object-fit: cover; }
.legal { font-size: .67rem; color: #8da0aa; }

.whatsapp-float { position: fixed; right: 24px; bottom: 22px; z-index: 40; display: flex; align-items: center; gap: 9px; height: 53px; padding: 0 18px 0 14px; border-radius: 28px; color: #fff; background: #1dbb66; box-shadow: 0 12px 30px rgba(0,110,53,.28); text-decoration: none; font-weight: 800; font-size: .86rem; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 28px; height: 28px; fill: #fff; }

.cookie-banner { position: fixed; z-index: 80; left: 20px; right: 20px; bottom: 18px; max-width: 820px; margin: auto; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid rgba(7,95,141,.15); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 18px 60px rgba(3,59,91,.2); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--navy); font-size: .94rem; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.cookie-actions { display: flex; gap: 9px; flex-shrink: 0; }
.cookie-actions button { min-height: 42px; padding: 0 17px; border-radius: 12px; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.cookie-reject { border: 1px solid var(--line); color: var(--muted); background: #fff; }
.cookie-accept { border: 0; color: #fff; background: var(--blue); }

/* Motion: impact without distracting from the offer. */
.motion-ready .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-copy { animation: heroCopyIn .85s cubic-bezier(.2,.8,.2,1) both; }
.hero-visual > img { animation: heroImageIn 1.1s cubic-bezier(.2,.8,.2,1) both; }
.gift-card { animation: cardFloat 4.8s ease-in-out 1.2s infinite; }
.save-badge { animation: badgeFloat 4.2s ease-in-out .6s infinite; }
.whatsapp-float { animation: whatsappPulse 3.2s ease-in-out 2s infinite; }
@keyframes heroCopyIn {
  from { opacity: 0; transform: translateX(-28px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes heroImageIn {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes cardFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-9px) rotate(1deg); }
}
@keyframes badgeFloat {
  0%, 100% { transform: translateY(0) rotate(5deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
@keyframes whatsappPulse {
  0%, 75%, 100% { box-shadow: 0 12px 30px rgba(0,110,53,.28); }
  86% { box-shadow: 0 12px 30px rgba(0,110,53,.28), 0 0 0 11px rgba(29,187,102,0); }
}

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 45px; }
  .hero-visual { min-height: 500px; }
  .hero-visual::after { background: linear-gradient(180deg, #fff 0, transparent 20%); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip article { padding-block: 12px; }
  .proof-strip article:nth-child(2) { border-right: 0; }
  .prices-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; padding: 7px 15px; }
  .brand { min-width: 0; }
  .brand img { width: 54px; height: 54px; }
  .brand small { display: none; }
  .button-small { padding-inline: 15px; font-size: .8rem; }
  .hero-copy { padding: 55px 20px 38px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .price { font-size: 3.65rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .final-actions { display: grid; }
  .final-actions .button { width: 100%; }
  .trust-row { gap: 9px; font-size: .67rem; justify-content: space-between; }
  .hero-visual { min-height: 405px; }
  .hero-visual > img { object-position: 69% center; }
  .save-badge { width: 104px; height: 104px; right: 4%; top: 18px; }
  .save-badge strong { font-size: 1.8rem; }
  .gift-card { left: 16px; right: 16px; bottom: 18px; }
  .proof-strip { width: calc(100% - 28px); grid-template-columns: 1fr; padding: 15px 17px; margin-top: 0; }
  .proof-strip article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-strip article:last-child { border-bottom: 0; }
  .section { padding: 75px 18px; }
  .benefit-grid, .steps-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .steps-grid { gap: 35px; }
  .steps-grid article::after { display: none; }
  .comparison-head, .comparison-row { grid-template-columns: 1.25fr .9fr 1fr; gap: 7px; padding-inline: 14px; }
  .comparison-row { min-height: 76px; }
  .comparison-row strong, .comparison-row s, .comparison-row > span { font-size: .75rem; }
  .comparison-row > span { padding: 7px 8px; }
  .location { padding: 55px 15px; }
  .location-card { padding: 45px 25px; border-radius: 24px; }
  .location-watermark { right: -150px; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; gap: 13px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
