:root {
  --navy: #002266;
  --blue: #003388;
  --bright-blue: #0757d9;
  --teal: #08a6a8;
  --green: #18b985;
  --ice: #edf4ff;
  --mist: #f5f7fa;
  --ink: #142033;
  --muted: #5b6678;
  --line: #dce4ef;
  --white: #fff;
}

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

.benefit-bar {
  background: var(--teal);
  color: var(--white);
  padding: 8px 20px;
  text-align: center;
  font: 600 12px/1.4 Poppins, Arial, sans-serif;
  letter-spacing: .04em;
}

.site-header {
  min-height: 78px;
  padding: 14px clamp(22px, 5vw, 76px);
  background: var(--navy);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 26px;
}
.brand img { width: 132px; }
.partnership { display: flex; align-items: center; gap: 7px; }
.partnership img { width: 46px; height: 28px; object-fit: cover; object-position: center; }
.partnership span {
  color: var(--white);
  background: var(--teal);
  border-radius: 3px;
  padding: 5px 9px;
  font: 600 10px/1 Poppins, Arial, sans-serif;
  letter-spacing: .11em;
}
.header-cta, .primary-cta, .final-cta a {
  text-decoration: none;
  border-radius: 999px;
  font: 700 14px/1 Poppins, Arial, sans-serif;
  transition: transform .2s ease, background .2s ease;
}
.header-cta { padding: 13px 20px; background: var(--white); color: var(--blue); }
.header-cta:hover, .primary-cta:hover, .final-cta a:hover { transform: translateY(-2px); }

.hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  background: var(--ice);
}
.hero-copy {
  padding: clamp(58px, 7vw, 102px) clamp(30px, 7vw, 96px);
  align-self: center;
}
.offer-label, .section-heading p, .steps-copy > p, .conditions > div > p {
  color: var(--bright-blue);
  font: 700 12px/1.3 Poppins, Arial, sans-serif;
  letter-spacing: .1em;
}
h1, h2, h3 { font-family: Poppins, Arial, sans-serif; margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(38px, 5.1vw, 70px); line-height: 1.04; letter-spacing: -.045em; color: var(--navy); }
.hero-lead { max-width: 650px; margin: 0 0 26px; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); }
.discount-line { display: flex; align-items: center; gap: 20px; margin: 14px 0 24px; }
.discount-line strong { color: var(--bright-blue); font: 800 clamp(64px, 8vw, 104px)/.9 Poppins, Arial, sans-serif; letter-spacing: -.08em; }
.discount-line span { color: var(--navy); font: 700 clamp(17px, 2vw, 24px)/1.15 Poppins, Arial, sans-serif; }
.quick-benefits { margin: 0 0 28px; padding: 0; list-style: none; display: grid; gap: 9px; }
.quick-benefits li { position: relative; padding-left: 27px; color: #354054; }
.quick-benefits li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--green); font-weight: 800; }
.primary-cta { display: inline-flex; align-items: center; gap: 10px; padding: 17px 24px; background: var(--green); color: var(--white); box-shadow: 0 10px 24px rgba(24,185,133,.2); }
.primary-cta svg { width: 21px; fill: currentColor; }
.hero-copy small { display: block; margin: 13px 0 0 6px; color: var(--muted); }
.hero-visual { position: relative; min-height: 520px; overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(0,34,102,.78)); }
.visual-note { position: absolute; z-index: 1; left: 42px; right: 42px; bottom: 42px; color: var(--white); }
.visual-note b { display: block; font: 700 clamp(24px, 2.8vw, 38px)/1.12 Poppins, Arial, sans-serif; }
.visual-note span { display: block; max-width: 420px; margin-top: 8px; font-size: 16px; }

.benefit-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(105deg, #0c77b9, var(--teal));
  color: var(--white);
  padding: 0 clamp(22px, 5vw, 76px);
}
.benefit-numbers div { padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.25); }
.benefit-numbers div:last-child { border-right: 0; }
.benefit-numbers strong { display: block; font: 700 clamp(20px, 2.5vw, 34px)/1.1 Poppins, Arial, sans-serif; }
.benefit-numbers span { display: block; margin-top: 4px; font-size: 13px; opacity: .9; }

.section-pad { padding: clamp(74px, 8vw, 118px) clamp(24px, 6vw, 86px); }
.section-heading { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .steps-copy h2, .conditions h2, .final-cta h2 { margin-bottom: 15px; color: var(--navy); font-size: clamp(30px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
.path-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.path-card { border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.path-card > img { width: 100%; aspect-ratio: 4/2.7; object-fit: cover; }
.path-card > div:last-child { padding: 26px; }
.path-card span { color: var(--bright-blue); font: 700 10px/1.3 Poppins, Arial, sans-serif; letter-spacing: .1em; }
.path-card h3 { margin: 8px 0 9px; color: var(--navy); font-size: 23px; }
.path-card p { margin: 0; color: var(--muted); font-size: 15px; }
.family-card { background: var(--navy); border-color: var(--navy); color: var(--white); display: grid; grid-template-rows: auto 1fr; }
.family-card .family-symbol { min-height: 218px; padding: 38px; display: flex; align-items: center; justify-content: center; background: var(--teal); color: var(--white); font: 800 76px/1 Poppins, Arial, sans-serif; letter-spacing: -.08em; }
.family-card span { color: #85ebdf; }
.family-card h3, .family-card p { color: var(--white); }
.family-card p { opacity: .78; }

.steps { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(46px, 7vw, 100px); align-items: center; background: var(--mist); }
.steps-photo img { width: 100%; aspect-ratio: 4/4.2; object-fit: cover; }
.steps-copy { max-width: 630px; }
.steps-copy ol { list-style: none; padding: 0; margin: 34px 0 0; counter-reset: step; display: grid; gap: 26px; }
.steps-copy li { counter-increment: step; position: relative; padding-left: 68px; min-height: 50px; }
.steps-copy li::before { content: "0" counter(step); position: absolute; left: 0; top: 0; color: var(--teal); font: 800 26px/1 Poppins, Arial, sans-serif; }
.steps-copy li b { display: block; color: var(--navy); font: 700 18px/1.3 Poppins, Arial, sans-serif; }
.steps-copy li span { display: block; margin-top: 5px; color: var(--muted); }

.conditions { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.conditions ul { columns: 2; column-gap: 42px; margin: 0; padding: 0; list-style: none; }
.conditions li { break-inside: avoid; position: relative; margin: 0 0 22px; padding: 0 0 18px 29px; border-bottom: 1px solid var(--line); color: #394458; }
.conditions li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

.final-cta { padding: clamp(62px, 7vw, 90px) clamp(28px, 7vw, 96px); background: linear-gradient(105deg, var(--navy), var(--bright-blue)); color: var(--white); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.final-cta span { color: #93e9df; font: 700 11px/1.3 Poppins, Arial, sans-serif; letter-spacing: .1em; }
.final-cta h2 { max-width: 800px; margin: 12px 0; color: var(--white); }
.final-cta p { max-width: 750px; margin: 0; opacity: .82; }
.final-cta a { white-space: nowrap; padding: 18px 26px; background: var(--green); color: var(--white); }

footer { padding: 34px clamp(24px, 6vw, 86px); background: #061b45; color: var(--white); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.footer-brand img { width: 112px; }
.footer-brand p { margin: 10px 0 0; color: #aebddd; font-size: 13px; }
.footer-contact { text-align: right; }
.footer-contact span { display: block; color: #aebddd; font-size: 12px; }
.footer-contact a { font: 700 18px/1.4 Poppins, Arial, sans-serif; text-decoration: none; }
.mobile-whatsapp { display: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .partnership { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; min-height: 430px; }
  .benefit-numbers { grid-template-columns: 1fr 1fr; }
  .benefit-numbers div:nth-child(2) { border-right: 0; }
  .benefit-numbers div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .path-grid { grid-template-columns: 1fr 1fr; }
  .family-card { grid-column: 1 / -1; grid-template-columns: .7fr 1.3fr; grid-template-rows: none; }
  .family-card .family-symbol { min-height: 250px; }
  .steps, .conditions { grid-template-columns: 1fr; }
  .steps-photo img { max-height: 520px; }
  .final-cta { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body { padding-bottom: 67px; }
  .benefit-bar { font-size: 10px; }
  .site-header { min-height: 66px; padding: 11px 18px; }
  .brand img { width: 106px; }
  .header-cta { padding: 11px 14px; font-size: 11px; }
  .hero-copy { padding: 52px 22px 58px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .discount-line { gap: 15px; }
  .discount-line strong { font-size: 72px; }
  .discount-line span { font-size: 17px; }
  .primary-cta { width: 100%; justify-content: center; padding-inline: 14px; font-size: 12px; }
  .hero-visual { min-height: 390px; }
  .visual-note { left: 24px; right: 24px; bottom: 26px; }
  .benefit-numbers { padding: 0; }
  .benefit-numbers div { padding: 24px 20px; }
  .benefit-numbers strong { font-size: 21px; }
  .section-pad { padding: 70px 22px; }
  .path-grid { grid-template-columns: 1fr; }
  .family-card { grid-column: auto; grid-template-columns: 1fr; }
  .family-card .family-symbol { min-height: 180px; }
  .steps { gap: 42px; }
  .steps-photo img { aspect-ratio: 4/3.5; }
  .conditions ul { columns: 1; }
  .final-cta { padding: 62px 22px; gap: 28px; }
  .final-cta a { text-align: center; }
  footer { align-items: start; flex-direction: column; padding: 34px 22px; }
  .footer-contact { text-align: left; }
  .mobile-whatsapp { display: block; position: fixed; z-index: 10; left: 0; right: 0; bottom: 0; padding: 18px 20px; background: var(--green); color: var(--white); text-align: center; text-decoration: none; font: 700 13px/1.2 Poppins, Arial, sans-serif; box-shadow: 0 -8px 22px rgba(0,0,0,.12); }
}

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