:root {
  --blue: #2868a6;
  --blue-dark: #205a94;
  --navy: #10264a;
  --green: #12aa50;
  --green-dark: #078d3e;
  --paper: #f7f3ec;
  --soft-blue: #eef5fc;
  --white: #fff;
  --gold: #d5a63a;
  --ink: #111827;
  --muted: #657084;
  --line: #dce5ef;
  --danger: #f23f4f;
  --radius: 22px;
  --shadow: 0 18px 45px rgb(16 38 74 / 12%);
  --max: 1120px;
  --narrow: 800px;
  --display: "League Spartan", "Arial Black", sans-serif;
  --body: "Manrope", "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--display);
  line-height: .98;
  text-wrap: balance;
}

h1 {
  max-width: 950px;
  margin-inline: auto;
  color: var(--blue);
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

h2 span { color: var(--blue); }
h3 { font-size: 1.45rem; font-weight: 800; line-height: 1.12; }

.offer-bar {
  position: relative;
  z-index: 20;
  padding: .58rem 1rem;
  background: var(--blue);
  color: var(--white);
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: .025em;
}

.section { padding: clamp(4.75rem, 8vw, 7rem) 1.25rem; }
.container { width: min(100%, var(--max)); margin-inline: auto; }
.container--narrow { width: min(100%, var(--narrow)); margin-inline: auto; }

.button {
  display: inline-flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .9rem 2rem;
  border-radius: 15px;
  background: var(--green);
  box-shadow: 0 12px 28px rgb(18 170 80 / 23%);
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.button:hover {
  background: var(--green-dark);
  box-shadow: 0 15px 35px rgb(18 170 80 / 32%);
  transform: translateY(-2px);
}

.button:focus-visible,
.floating-cta:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.button--wide { min-width: min(100%, 450px); }

.proof-placeholder,
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .45rem .9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-size: .76rem;
  letter-spacing: .03em;
}

.proof-placeholder { margin-bottom: 2.2rem; }
.proof-placeholder::first-letter { color: var(--gold); }

.title-rule {
  width: 64px;
  height: 4px;
  margin: 1.1rem auto 1.4rem;
  border-radius: 99px;
  background: var(--blue);
}

.section-intro {
  max-width: 720px;
  margin-inline: auto;
  color: var(--muted);
  text-align: center;
}

.hero { padding-top: 2.6rem; background: var(--paper); }

.hero-card {
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.2rem, 4vw, 3.8rem) 2.4rem;
  border: 1px solid #e7dfd4;
  border-radius: 36px;
  background: var(--white);
  box-shadow: 0 2px 4px rgb(16 38 74 / 8%);
  text-align: center;
}

.hero-image {
  width: min(100%, 1010px);
  margin: 2.4rem auto 1.4rem;
  border-radius: 20px;
}

.hero-copy {
  max-width: 720px;
  margin: 0 auto 1.7rem;
  color: #30445f;
}

.trust-row,
.pricing-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem 1.15rem;
}

.trust-row {
  margin-top: 1rem;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 600;
}

.pain { background: var(--white); text-align: center; }
.pain h2 { max-width: 720px; margin-inline: auto; }

.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
  text-align: left;
}

.pain-card {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid #e7dfd4;
  border-radius: 16px;
  background: #fffdfa;
  box-shadow: 0 2px 3px rgb(16 38 74 / 5%);
}

.pain-card b {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #ffd8dc;
  border-radius: 13px;
  color: var(--danger);
  font-size: 1.2rem;
}

.pain-card strong { line-height: 1.35; }

.resolution {
  margin-top: 2rem;
  padding: 1.8rem 2rem;
  border-radius: 18px;
  background: var(--blue);
  box-shadow: 0 7px 0 var(--blue-dark), var(--shadow);
  color: var(--white);
  font-size: 1.05rem;
}

.showcase { overflow: hidden; text-align: center; }

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 3.3rem auto 1.2rem;
  color: var(--blue);
  font-family: var(--display);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .05em;
}

.timeline::before {
  position: absolute;
  top: 50%;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--blue));
  content: "";
}

.timeline span {
  position: relative;
  width: max-content;
  margin-inline: auto;
  padding: .3rem .65rem;
  border: 1px solid #dfd5c4;
  border-radius: 99px;
  background: var(--paper);
}

.preview-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: .7rem max(1rem, calc((100vw - var(--max)) / 2)) 1.5rem;
  margin-inline: calc(50% - 50vw);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--blue) transparent;
}

.preview-card {
  min-width: min(530px, 78vw);
  overflow: hidden;
  border: 1px solid #ded6ca;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 28px rgb(16 38 74 / 9%);
  scroll-snap-align: center;
}

.preview-art,
.bonus-art {
  background-repeat: no-repeat;
  background-size: 200% 200%;
}

.preview-art {
  aspect-ratio: 1;
  background-image: url("assets/previews-historia.png");
}

.preview-card p {
  padding: .8rem 1rem;
  color: var(--navy);
  font-weight: 800;
}

.bonus-art { background-image: url("assets/bonus-historia.png"); }
.preview--1, .bonus-art--1 { background-position: 0 0; }
.preview--2, .bonus-art--2 { background-position: 100% 0; }
.preview--3, .bonus-art--3 { background-position: 0 100%; }
.preview--4, .bonus-art--4 { background-position: 100% 100%; }

.cta-band,
.final-cta {
  padding: 3.2rem 1.25rem;
  background: var(--blue);
  color: var(--white);
  text-align: center;
}

.cta-band h2 { margin-bottom: 1.8rem; }

.bonuses { background: #fbfaf7; text-align: center; }
.eyebrow { margin-bottom: 1rem; background: var(--soft-blue); color: var(--blue); font-weight: 800; }
.bonuses h2 { color: var(--blue); }

.bonus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.2rem;
}

.bonus-card {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.35rem 1.7rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  text-align: center;
}

.bonus-card .badge {
  position: absolute;
  top: .75rem;
  right: .75rem;
  z-index: 1;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bonus-art { aspect-ratio: 1; border-radius: 12px; }
.bonus-card h3 { color: var(--blue); }
.bonus-card > p { margin-top: .9rem; color: var(--muted); font-size: .86rem; }

.bonus-total {
  display: flex;
  max-width: 590px;
  flex-direction: column;
  gap: .45rem;
  margin: 2rem auto 0;
  padding: 1.6rem 2rem;
  border-radius: 20px;
  background: var(--blue);
  box-shadow: var(--shadow);
  color: var(--white);
}

.bonus-total small { font-weight: 800; letter-spacing: .06em; }
.bonus-total s { color: #bdd3ea; font-size: 1.05rem; font-weight: 800; }
.bonus-total strong { font-size: 1.25rem; }
.bonus-total strong span { padding: .25rem .55rem; border-radius: 8px; background: var(--white); color: var(--blue); }

.soft-cta { background: var(--soft-blue); text-align: center; }
.soft-cta p { color: var(--blue); font-weight: 800; }
.soft-cta h2 { max-width: 750px; margin: 1.2rem auto 2rem; }
.soft-cta .button { margin-bottom: 1rem; }
.soft-cta small { display: block; color: var(--muted); font-weight: 700; }

.pricing { background: var(--paper); text-align: center; }
.pricing > .container > h2 { max-width: 760px; margin-inline: auto; color: var(--blue); }
.pricing .section-intro { margin-top: 1.3rem; color: #31445f; }

.pricing-trust {
  margin: 1.6rem 0 2.6rem;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
}

.pricing-grid {
  display: grid;
  max-width: 940px;
  grid-template-columns: 1fr 1.05fr;
  align-items: stretch;
  gap: 1.5rem;
  margin-inline: auto;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.6rem 2rem 2rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 8px 18px rgb(16 38 74 / 8%);
  text-align: left;
}

.price-card--featured {
  border: 3px solid var(--blue);
  box-shadow: var(--shadow);
}

.price-card h3 { font-size: 2rem; text-align: center; }
.old-price { margin-top: 1.2rem; color: #929bab; font-size: .8rem; font-weight: 700; text-align: center; }
.price { margin: .2rem 0 0; color: var(--green); font-family: var(--display); font-size: clamp(3.3rem, 7vw, 4.3rem); font-weight: 800; line-height: 1; text-align: center; }
.price-card > small { color: var(--muted); font-weight: 700; text-align: center; }

.saving {
  align-self: center;
  margin-top: .7rem;
  padding: .25rem .65rem;
  border: 1px solid #a7ecc7;
  border-radius: 999px;
  background: #ecfff4;
  color: #008b42;
  font-size: .7rem;
  font-weight: 800;
}

.feature-list {
  display: grid;
  gap: .8rem;
  padding: 1.25rem 0;
  margin: 1.35rem 0 0;
  border-top: 1px solid #edf0f4;
  list-style: none;
  line-height: 1.35;
}

.feature-list li { color: var(--blue); }
.feature-list li strong { color: var(--ink); }
.feature-list--off { padding-top: 0; margin-top: .7rem; border: 0; color: #a4adbd; }
.feature-list--off li { color: #a4adbd; text-decoration: line-through; }
.not-included { margin-top: .5rem; color: #95a1b4; font-size: .7rem; font-weight: 800; }

.best-choice {
  position: absolute;
  top: 0;
  left: 50%;
  padding: .4rem 1.1rem;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: .72rem;
  font-weight: 800;
  transform: translate(-50%, -54%);
  white-space: nowrap;
}

.included-box {
  padding: 1rem;
  border: 1px solid #cfe0f0;
  border-radius: 18px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: .76rem;
}

.included-box ul {
  display: grid;
  gap: .5rem;
  padding: .7rem 0 0;
  margin: .7rem 0 0;
  border-top: 1px solid #d6e5f4;
  list-style: none;
}

.included-box li { padding: .55rem .65rem; border-radius: 9px; background: var(--white); color: var(--ink); }

.instant {
  margin: 1rem 0;
  padding: .8rem;
  border: 1px solid #a8e6c5;
  border-radius: 12px;
  background: #effdf5;
  color: #08713c;
  font-size: .76rem;
  font-weight: 700;
  text-align: center;
}

.price-button { width: 100%; margin-top: auto; }
.limited { display: block; margin-top: .75rem; font-size: .67rem; letter-spacing: .02em; }

.delivery { background: #fbfaf7; text-align: center; }
.delivery h2 { font-size: clamp(2rem, 4vw, 2.8rem); }

.delivery-list {
  display: grid;
  gap: .85rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  text-align: left;
}

.delivery-list li {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 1rem;
  padding: .9rem 1rem;
  border: 1px solid #e8e0d6;
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 3px 5px rgb(16 38 74 / 5%);
}

.delivery-list b {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
}

.testimonials { background: var(--white); text-align: center; }
.testimonials h2 { color: var(--blue); }
.testimonials .section-intro { margin-top: 1rem; }

.testimonial-placeholder {
  position: relative;
  max-width: 620px;
  margin: 2.2rem auto 0;
  padding: 3rem 2rem 2rem;
  border: 2px dashed #bed0e3;
  border-radius: 22px;
  background: linear-gradient(145deg, #f6faff, #fff);
  color: var(--blue);
}

.testimonial-placeholder > span {
  position: absolute;
  top: .2rem;
  left: 1.2rem;
  color: #d8e5f1;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
}

.testimonial-placeholder p { margin-top: .7rem; color: var(--muted); font-size: .85rem; }

.guarantee { background: #fbfaf7; }

.guarantee-card {
  overflow: hidden;
  border: 2px solid var(--blue);
  border-radius: 23px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.guarantee-card header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: 1.5rem;
  background: var(--blue);
  color: var(--white);
}

.guarantee-card header span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; background: rgb(255 255 255 / 16%); font-size: 1.6rem; }
.guarantee-card h2 { font-size: 1.75rem; }
.guarantee-card > div { padding: 2rem; }
.guarantee-card h3 { font-size: 1.7rem; }
.guarantee-card > div > p { max-width: 640px; margin: 1.2rem auto 0; color: var(--muted); }

.guarantee-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; }
.guarantee-tags span { padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: var(--soft-blue); color: var(--navy); font-size: .7rem; font-weight: 800; }

.faq { background: var(--paper); }
.faq h2 { margin-bottom: 2rem; color: var(--blue); text-align: center; text-transform: uppercase; }

.faq details {
  margin-bottom: .8rem;
  border: 1px solid #e6ded4;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 2px 4px rgb(16 38 74 / 5%);
}

.faq summary {
  padding: 1.2rem 1.35rem;
  cursor: pointer;
  font-weight: 800;
}

.faq details p { padding: 0 1.35rem 1.3rem; color: var(--muted); }
.faq details[open] { border-color: #bbd1e6; box-shadow: 0 8px 20px rgb(16 38 74 / 8%); }

.final-cta { padding-block: 4rem; }
.final-cta h2 { color: var(--white); text-transform: uppercase; }
.final-cta p { max-width: 650px; margin: 1.1rem auto 0; color: #e5f0fa; }
.final-cta .button { margin-top: 2rem; }

.floating-cta {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 15;
  padding: .85rem 1.3rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 10px 30px rgb(18 170 80 / 35%);
  color: var(--white);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
}

footer { padding: 2.1rem 1.25rem; background: #fbfaf7; color: var(--navy); text-align: center; }
footer p { max-width: 560px; margin: .45rem auto 0; color: var(--muted); font-size: .75rem; }

@media (max-width: 900px) {
  .pain-grid,
  .bonus-grid,
  .pricing-grid { grid-template-columns: 1fr; }

  .pricing-grid { max-width: 560px; gap: 2.2rem; }
  .bonus-grid { max-width: 560px; margin-inline: auto; }
  .floating-cta { display: none; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .section { padding: 4rem 1rem; }
  .hero { padding: 1rem .65rem 3rem; }
  .hero-card { padding: 2.2rem 1rem 1.5rem; border-radius: 26px; }
  .proof-placeholder { max-width: 100%; margin-bottom: 1.5rem; font-size: .64rem; }
  .hero-image { margin-top: 1.8rem; border-radius: 12px; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: .35rem; }
  .pain-card { min-height: 78px; padding: 1rem; }
  .resolution { padding: 1.4rem 1rem; }
  .timeline { margin-top: 2rem; font-size: .58rem; }
  .timeline span { padding: .2rem .35rem; }
  .preview-card { min-width: 82vw; }
  .cta-band { padding-block: 2.8rem; }
  .bonus-total { padding: 1.4rem 1rem; }
  .price-card { padding: 2.3rem 1.2rem 1.3rem; }
  .delivery-list li { align-items: flex-start; }
  .testimonial-placeholder { padding-inline: 1rem; }
  .guarantee { padding-inline: .7rem; }
  .guarantee-card > div { padding: 1.6rem 1rem; }
  .guarantee-card h2 { font-size: 1.4rem; }
  .faq summary { padding: 1rem; }
  .faq details p { padding: 0 1rem 1rem; }
}

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