:root {
  --ink: #081418;
  --panel: #10242a;
  --deep: #061f29;
  --deep-2: #08333b;
  --muted: #d7e5e4;
  --soft: #f4f8f5;
  --line: rgba(255, 255, 255, 0.16);
  --gold: #f3c64e;
  --gold-2: #ffb833;
  --green: #42e66f;
  --coral: #ff6f61;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--soft);
  line-height: 1.6;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1120px, calc(100% - 28px));
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(7, 28, 34, 0.82);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  color: var(--white);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 142px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.header-nav a:hover {
  color: var(--white);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
}

.section {
  padding: 96px 0;
}

#como-funciona,
#oferta,
#faq {
  scroll-margin-top: 112px;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(66, 230, 111, 0.18), transparent 28%),
    linear-gradient(150deg, #05191f 0%, var(--deep) 52%, #0a3432 100%);
  color: var(--white);
}

.section-muted {
  background: #eaf1ed;
}

.hero {
  min-height: 100svh;
  padding: 132px 0 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 48px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(1.225rem, 2.4vw, 2.275rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-subtitle,
.section-intro p,
.section-heading p,
.center-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.04rem, 1.5vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--green), #b9ff5e);
  color: #06160d;
  box-shadow: 0 14px 34px rgba(66, 230, 111, 0.28);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #000;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 10;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, 0.68));
}

.video-overlay {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(6, 22, 27, 0.68);
  backdrop-filter: blur(12px);
}

.video-overlay p {
  margin: 0;
  color: var(--white);
  font-weight: 800;
}

.play-button {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  cursor: pointer;
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--ink);
}

.urgency {
  padding: 34px 0;
  background: var(--gold);
  color: var(--ink);
}

.urgency-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
}

.urgency .eyebrow {
  color: #6b3c00;
}

.urgency h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.8rem);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 10px;
}

.countdown div {
  min-width: 72px;
  padding: 12px 10px;
  border-radius: var(--radius);
  background: rgba(8, 20, 24, 0.92);
  color: var(--white);
  text-align: center;
}

.countdown strong,
.countdown span {
  display: block;
}

.countdown strong {
  font-size: 1.7rem;
  line-height: 1;
}

.countdown span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.two-column,
.split-list,
.guarantee-box {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.section-intro p,
.problem-list p,
.step-card p,
.bonus-grid p,
.price-card p,
.guarantee-box p,
.faq-list p {
  color: #405157;
}

.problem-list {
  display: grid;
  gap: 14px;
}

.problem-list article,
.step-card,
.bonus-grid article,
.price-card,
.faq-list details {
  border: 1px solid rgba(8, 20, 24, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 20, 24, 0.06);
}

.problem-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 4px 18px;
  padding: 22px;
}

.problem-list span {
  grid-row: span 2;
  color: var(--coral);
  font-weight: 900;
}

.problem-list p {
  margin: 0;
}

.center-copy {
  max-width: 880px;
  text-align: center;
}

.transformation {
  padding: 96px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.section-heading p {
  color: #4a5f64;
}

.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

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

.step-card {
  min-height: 250px;
  padding: 22px;
}

.step-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--deep);
  color: var(--gold);
  font-weight: 900;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 18px 18px 54px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(8, 20, 24, 0.05);
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 16px;
  height: 9px;
  border-bottom: 3px solid var(--green);
  border-left: 3px solid var(--green);
  transform: rotate(-45deg);
}

.deliverables {
  padding: 96px 0;
}

.deliverable-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.deliverable-grid span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.bonus-grid article {
  min-height: 230px;
  padding: 22px;
  border-top: 5px solid var(--gold);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 420px;
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(66, 230, 111, 0.58);
  background: #071f22;
  color: var(--white);
  box-shadow: 0 26px 70px rgba(6, 31, 41, 0.22);
  transform: translateY(-12px);
}

.price-card.featured p:not(.price):not(.badge) {
  color: rgba(255, 255, 255, 0.74);
}

.badge {
  align-self: flex-start;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin: 0;
  color: var(--deep);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 950;
  line-height: 0.95;
}

.featured .price {
  color: var(--green);
}

.price span {
  display: block;
  margin-top: 8px;
  color: inherit;
  font-size: 1rem;
  font-weight: 800;
}

.installment-note {
  align-self: flex-start;
  min-height: 1.25rem;
  margin: -4px 0 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(66, 230, 111, 0.13);
  color: #0a2930;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.25;
}

.featured .installment-note {
  background: rgba(242, 201, 76, 0.18);
  color: var(--gold);
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.price-card:not(.featured) .button-secondary,
.faq-list .button-secondary {
  border-color: rgba(8, 20, 24, 0.16);
  background: #0a2930;
  color: var(--white);
}

.guarantee {
  padding: 76px 0;
}

.guarantee-box {
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.guarantee-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 900;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-cta {
  padding: 96px 0;
}

.site-footer {
  padding: 28px 0 92px;
  background: #04151a;
  color: rgba(255, 255, 255, 0.7);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.footer-grid p {
  margin: 0;
}

.footer-grid a {
  color: var(--gold);
  font-weight: 800;
}

.mobile-sticky {
  position: fixed;
  z-index: 60;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-sticky .button {
  width: 100%;
}

.video-dialog {
  position: relative;
  width: min(1120px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #020b0d;
  color: var(--white);
  box-shadow: var(--shadow);
}

.video-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.video-dialog .dialog-content {
  padding: 0;
}

.video-dialog iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.dialog-content {
  padding: 42px;
}

.dialog-content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  cursor: pointer;
  font-size: 1.5rem;
}

.checkout-dialog {
  position: relative;
  width: min(520px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.checkout-dialog::backdrop {
  background: rgba(7, 31, 34, 0.72);
}

.checkout-dialog .dialog-content {
  position: relative;
  padding: 36px;
}

.checkout-dialog h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 4vw, 2.35rem);
  line-height: 1.08;
}

.checkout-dialog .dialog-content p:not(.eyebrow) {
  color: #516368;
}

.checkout-dialog .dialog-close {
  background: #edf4f1;
  color: var(--ink);
}

.checkout-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.checkout-form label {
  display: grid;
  gap: 6px;
  color: #173036;
  font-weight: 800;
}

.checkout-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 48, 54, 0.18);
  border-radius: 14px;
  background: #f8fbfa;
  color: var(--ink);
  font: inherit;
  padding: 0 14px;
}

.checkout-form input:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 4px rgba(53, 211, 164, 0.18);
  outline: 0;
}

.checkout-privacy {
  margin: 2px 0 4px;
  color: #516368;
  font-size: 0.88rem;
}

.checkout-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.checkout-form .button:disabled,
.checkout-form.is-submitting .button {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-nav {
    display: none;
  }

  .hero-grid,
  .two-column,
  .split-list,
  .guarantee-box,
  .urgency-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 116px;
  }

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

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 56px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .section,
  .transformation,
  .deliverables,
  .final-cta {
    padding: 68px 0;
  }

  .hero {
    padding-bottom: 52px;
  }

  h1 {
    font-size: clamp(1.175rem, 6vw, 1.75rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .hero-actions .button,
  .final-cta .button {
    width: 100%;
  }

  .hero-media {
    aspect-ratio: 4 / 5;
  }

  .video-overlay {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 12px;
  }

  .video-overlay p {
    font-size: 0.9rem;
  }

  .play-button {
    width: 48px;
    height: 48px;
  }

  .countdown {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }

  .countdown div {
    min-width: 0;
    padding: 10px 6px;
  }

  .countdown strong {
    font-size: 1.38rem;
  }

  .steps-grid,
  .bonus-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .step-card,
  .bonus-grid article,
  .price-card {
    min-height: auto;
  }

  .problem-list article {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 24px;
  }

  .guarantee-box {
    padding: 24px;
  }

  .footer-grid {
    display: grid;
  }

  .mobile-sticky {
    display: block;
  }

  .mobile-sticky.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
