:root {
  --navy: #06101f;
  --navy-2: #0a1628;
  --navy-3: #10233a;
  --white: #ffffff;
  --cream: #fff0b2;
  --beige: #d6d2c0;
  --blue-light: #d1e2f3;
  --aqua: #59c8ca;
  --aqua-dark: #2da6a9;
  --ink: #132136;
  --muted: #58677b;
  --surface: #f5f8fb;
  --line: #dce5ed;
  --shadow: 0 24px 60px rgba(3, 13, 28, 0.16);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.7rem, 5.6vw, 5.1rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  max-width: 800px;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 10;
  color: var(--white);
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.header-link {
  color: var(--cream);
  font-weight: 700;
  text-underline-offset: 5px;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 56%, #0b1e32 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(89, 200, 202, 0.7), transparent);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.85fr);
  gap: 68px;
  align-items: center;
  padding-block: 86px 104px;
}

.hero-copy h1 {
  max-width: 720px;
  margin-bottom: 28px;
}

.hero-copy h1 span {
  color: var(--cream);
}

.eyebrow,
.section-kicker {
  margin-bottom: 16px;
  color: var(--aqua);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  color: var(--navy);
  background: var(--aqua);
  border-radius: 999px;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 34px;
  color: var(--blue-light);
  font-size: 1.18rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
}

.hero-points li {
  position: relative;
  padding-left: 18px;
}

.hero-points li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--aqua);
  border-radius: 50%;
}

.hero-points strong {
  color: var(--white);
}

.hero-action {
  position: relative;
  padding-top: 118px;
}

.resource-preview {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 22px;
  width: 210px;
  transform: rotate(5deg);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.28));
}

.resource-preview img {
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

.preview-glow {
  position: absolute;
  inset: 20% -20% -10%;
  background: rgba(89, 200, 202, 0.26);
  border-radius: 50%;
  filter: blur(38px);
}

.form-card {
  position: relative;
  z-index: 2;
  padding: 34px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.form-card h2 {
  margin-bottom: 8px;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
}

.form-card > p {
  color: var(--muted);
}

.systeme-form-embed {
  min-height: 280px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 10px;
}

.systeme-form-embed iframe {
  display: block;
  width: 100%;
  height: 280px !important;
  min-height: 280px !important;
  border: 0;
}

.preview-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.preview-form label {
  margin-top: 5px;
  font-size: 0.88rem;
  font-weight: 900;
}

.preview-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid #cad5df;
  border-radius: 10px;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.preview-form input:focus {
  border-color: var(--aqua-dark);
  box-shadow: 0 0 0 4px rgba(89, 200, 202, 0.18);
}

.preview-form button,
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 10px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.preview-form button,
.button-primary {
  margin-top: 10px;
  color: var(--navy);
  background: var(--aqua);
  box-shadow: 0 10px 24px rgba(45, 166, 169, 0.24);
}

.preview-form button:hover,
.button:hover {
  transform: translateY(-2px);
}

.preview-form button:hover,
.button-primary:hover {
  background: #6bd3d5;
  box-shadow: 0 14px 28px rgba(45, 166, 169, 0.3);
}

.form-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-note svg {
  flex: 0 0 auto;
  width: 18px;
  fill: var(--aqua-dark);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-orb-one {
  top: -180px;
  right: -90px;
  width: 440px;
  height: 440px;
  background: rgba(17, 45, 74, 0.58);
}

.hero-orb-two {
  bottom: -240px;
  left: -160px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(89, 200, 202, 0.18);
}

.section {
  padding-block: 104px;
}

.section-intro {
  background: var(--white);
}

.section-intro p:last-child {
  margin-bottom: 0;
}

.section-lead {
  color: var(--muted);
  font-size: 1.13rem;
}

.section-lead.small {
  font-size: 1.05rem;
}

.section-soft {
  background: var(--surface);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 45px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading > p {
  color: var(--muted);
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.area-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  padding: 30px 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(14, 37, 60, 0.06);
}

.card-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #d9e5ed;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  color: var(--navy);
  background: var(--blue-light);
  border-radius: 13px;
  font-weight: 900;
}

.area-card h3 {
  max-width: 220px;
}

.area-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.results-section {
  color: var(--white);
  background: var(--navy);
}

.section-kicker.light {
  color: var(--aqua);
}

.results-intro {
  max-width: 760px;
  margin-bottom: 48px;
}

.results-intro p:last-child {
  color: var(--blue-light);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.result-card {
  padding: 30px;
  background: var(--navy-2);
  border: 1px solid rgba(209, 226, 243, 0.14);
  border-radius: 18px;
}

.result-card.featured {
  background: #0d2737;
  border-color: rgba(89, 200, 202, 0.65);
  box-shadow: inset 0 3px 0 var(--aqua);
}

.result-range {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--cream);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
}

.result-card p {
  margin-bottom: 0;
  color: var(--blue-light);
}

.two-columns {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 90px;
  align-items: start;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0 0 22px 46px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--aqua);
  border-radius: 50%;
  font-weight: 900;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.step-card {
  padding: 34px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.step-card > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--navy);
  background: var(--cream);
  border-radius: 50%;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.step-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.about-section {
  background: var(--blue-light);
}

.about-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 70px;
  align-items: center;
}

.about-mark {
  display: grid;
  place-items: center;
  min-height: 280px;
  background: var(--navy);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(6, 16, 31, 0.18);
}

.about-mark img {
  width: 230px;
  height: 230px;
  object-fit: contain;
}

.about-grid p:last-child {
  margin-bottom: 0;
}

.final-cta {
  color: var(--white);
  background: linear-gradient(115deg, var(--navy) 0%, var(--navy-3) 100%);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
  padding-block: 70px;
}

.final-cta h2 {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
}

.final-cta p:last-child {
  margin-bottom: 0;
  color: var(--blue-light);
}

.button-light {
  color: var(--navy);
  background: var(--cream);
}

.button-light:hover {
  background: #fff5ca;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.disclaimer {
  padding-block: 22px;
  color: var(--muted);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 0.86rem;
}

.disclaimer p {
  margin: 0;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #030b15;
  font-size: 0.9rem;
}

.footer-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner div {
  display: flex;
  gap: 24px;
}

.footer-inner a {
  color: var(--blue-light);
  text-underline-offset: 4px;
}

/* Página de gracias */
.thank-you-page {
  background: var(--surface);
}

.thank-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy) 0%, #0b2138 100%);
}

.thank-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.65fr;
  gap: 80px;
  align-items: center;
  min-height: 720px;
  padding-block: 84px;
}

.success-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: var(--aqua);
  border-radius: 50%;
}

.success-icon svg {
  width: 32px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thank-copy h1 {
  max-width: 760px;
  margin-bottom: 18px;
}

.mail-note {
  display: grid;
  gap: 2px;
  margin: 26px 0 30px;
  padding: 16px 18px;
  color: var(--blue-light);
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--aqua);
  border-radius: 0 10px 10px 0;
  font-size: 0.94rem;
}

.mail-note strong {
  color: var(--white);
}

.download-panel {
  max-width: 660px;
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.download-panel h2 {
  margin-bottom: 7px;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.download-panel p {
  margin-bottom: 14px;
  color: var(--muted);
}

.resource-preview.large {
  position: relative;
  top: auto;
  right: auto;
  width: min(330px, 100%);
  margin-inline: auto;
  transform: rotate(3deg);
}

.thank-orb {
  position: absolute;
  top: -180px;
  right: -170px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(89, 200, 202, 0.2);
  border-radius: 50%;
}

.action-list {
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 48px auto 0;
  padding: 0;
  list-style: none;
}

.action-list li {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.action-list span {
  color: var(--aqua-dark);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.action-list p {
  margin: 0;
}

.ebook-section {
  padding-block: 96px;
  color: var(--white);
  background: var(--navy-2);
}

.ebook-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 80px;
  align-items: center;
}

.ebook-grid > div > p:not(.section-kicker) {
  color: var(--blue-light);
}

.ebook-note {
  padding-left: 16px;
  border-left: 3px solid var(--aqua);
  font-size: 0.94rem;
}

.button-accent {
  margin-top: 14px;
  color: var(--navy);
  background: var(--cream);
}

.button-accent:hover {
  background: #fff6cf;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.ebook-list {
  margin: 0;
  padding: 28px;
  list-style: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.ebook-list li {
  position: relative;
  padding: 14px 8px 14px 40px;
  color: var(--blue-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ebook-list li:last-child {
  border-bottom: 0;
}

.ebook-list li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 8px;
  color: var(--aqua);
  font-weight: 900;
}

.help-strip {
  padding-block: 28px;
  color: var(--muted);
  background: var(--white);
  text-align: center;
}

.help-strip p {
  margin: 0;
}

.help-strip a {
  color: var(--navy);
  font-weight: 900;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .hero-grid,
  .thank-grid {
    grid-template-columns: 1fr;
  }

  .hero-action {
    max-width: 650px;
    margin-inline: auto;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .hero-lead {
    margin-inline: auto;
  }

  .hero-points {
    justify-content: center;
  }

  .section-heading,
  .two-columns,
  .ebook-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .thank-grid {
    gap: 40px;
    min-height: auto;
  }

  .thank-copy {
    text-align: center;
  }

  .success-icon,
  .thank-copy .eyebrow {
    margin-inline: auto;
  }

  .download-panel {
    margin-inline: auto;
  }

  .mail-note {
    text-align: left;
  }

  .thank-preview {
    order: -1;
    max-width: 230px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 28px, 1160px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .header-link {
    display: none;
  }

  .hero-grid {
    gap: 38px;
    padding-block: 62px 74px;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.6rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .hero-action {
    padding-top: 78px;
  }

  .resource-preview {
    right: 12px;
    width: 145px;
  }

  .form-card {
    padding: 26px 20px;
  }

  .section {
    padding-block: 76px;
  }

  .area-grid,
  .result-grid,
  .steps-grid,
  .action-list {
    grid-template-columns: 1fr;
  }

  .area-card {
    min-height: auto;
  }

  .result-range {
    margin-bottom: 20px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    text-align: center;
  }

  .about-mark {
    width: 220px;
    min-height: 220px;
    margin-inline: auto;
  }

  .about-mark img {
    width: 184px;
    height: 184px;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 56px;
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
    padding-block: 25px;
    text-align: center;
  }

  .footer-inner div {
    flex-direction: column;
    gap: 8px;
  }

  .thank-grid {
    padding-block: 56px 72px;
  }

  .thank-preview {
    max-width: 180px;
  }

  .download-panel {
    padding: 24px 20px;
  }

  .ebook-section {
    padding-block: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
