@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/poppins-latin-400.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/poppins-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/poppins-latin-800.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/poppins-latin-900.woff2") format("woff2");
}

:root {
  --black: #080808;
  --panel: #111111;
  --panel-soft: #202020;
  --white: #f2f0ea;
  --muted: #aaa7a0;
  --green: #ff5a00;
  --green-dark: #d94800;
  --gold: #ff6b00;
  --line: rgba(255, 90, 0, .32);
  --line-soft: rgba(255, 255, 255, .12);
  --font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; color: var(--white); background: var(--black); font-family: var(--font); font-synthesis: none; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
span { font-family: var(--font); }
button, input, select { font: inherit; }
.shell { width: min(1040px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 10px 14px; color: var(--black); background: var(--green); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { border-bottom: 1px solid var(--line); background: var(--black); }
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-title { margin: 0; color: var(--white); font: 900 14px/1.25 var(--display); letter-spacing: .015em; text-transform: uppercase; }
.nav-title span { margin-right: 7px; color: var(--green); font-family: var(--font); font-size: 9px; font-weight: 100; line-height: 1; letter-spacing: .13em; }
.nav-title em { color: #ff5a00; font-style: normal; }
.header-inner a { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-underline-offset: 5px; }

.hero {
  min-height: calc(100svh - 68px);
  padding: 68px 0 58px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #050910;
  background-image:
    linear-gradient(90deg, rgba(5, 9, 16, .97) 0%, rgba(5, 9, 16, .84) 38%, rgba(5, 9, 16, .30) 66%, rgba(5, 9, 16, .08) 100%),
    linear-gradient(180deg, rgba(5, 9, 16, .04) 70%, rgba(5, 9, 16, .88) 100%),
    url("./hero-ricardo-desktop.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.live-label { padding: 7px 20px; border-radius: 999px; border: 1px solid #ff5a0094; max-width: fit-content!important; margin: 25px 0px; color: #e0e0e0!important; font-weight: 600; display: flex; justify-content: flex-start; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .13em; }
.live-label span { width: 15px; height: 2px; background: var(--green); box-shadow: 0 0 12px rgba(255, 90, 0, .9); }

.hero-layout { position: relative; z-index: 1; }
.hero-copy { max-width: 590px; text-align: left; }
.hero-copy h2, .section-heading h2, .authority h2, .final-inner h2, .faq h2, .thanks-card h1 { margin: 0; font-family: var(--display); font-size: clamp(29px, 3.2vw, 38px); line-height: 1.12; letter-spacing: -.025em; }
.hero-copy p { max-width: 620px; color: var(--muted); }
.hero-copy .hero-question { margin: 4px 0 8px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.hero-cta { max-width: 390px; margin-top: 26px; }
.hero-trust { margin-top: 10px; display: block; color: #a9a9a3; font-size: 9px; letter-spacing: .02em; }
.steps { margin-top: 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.steps b { color: var(--gold); }

.registration-card { padding: 27px; border: 1px solid var(--line); border-radius: 2px; background: var(--panel); box-shadow: 0 20px 55px rgba(0, 0, 0, .32); }
.registration-head > span, .section-heading > span, .eyebrow { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.registration-head h2 { margin: 6px 0; font-size: 28px; line-height: 1.2; }
.registration-head p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.registration-form { display: grid; gap: 13px; }
.form-field label { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 700; }
.form-field input, .country-control { width: 100%; min-height: 48px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 2px; color: var(--white); background: #0a0a0a; }
.form-field input { padding: 0 12px; font-size: 14px; }
.form-field input::placeholder { color: #6f716a; }
.form-field input:focus, .country-control:focus-within { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(255, 90, 0, .12); }
.phone-row { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 8px; }
.country-control { position: relative; display: flex; align-items: center; gap: 7px; padding: 0 9px; }
.country-control img { width: 22px; height: 16px; object-fit: cover; }
.country-control span { font-size: 12px; font-weight: 700; }
.country-control select { position: absolute; inset: 0; width: 100%; opacity: 0; cursor: pointer; }
.custom-ddi { margin-top: 8px; }
.custom-ddi label { font-size: 10px; }
.field-error { display: block; color: #ff9e86; font-size: 11px; }
.field-error:not(:empty) { margin-top: 4px; }
.is-invalid { border-color: #ff7458 !important; }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.primary-button { width: 100%; min-height: 52px; padding: 0 17px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 2px; color: var(--white); background: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-decoration: none; cursor: pointer; transition: background .18s, transform .18s; }
.primary-button:hover { background: #ff6b00; transform: translateY(-1px); }
.primary-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.primary-button:disabled { opacity: .62; cursor: wait; }
.primary-button span:last-child { font-size: 15px; }
.form-feedback { display: none; margin: 0; padding: 9px 10px; border-radius: 4px; font-size: 12px; }
.form-feedback.is-visible { display: block; }
.form-feedback.is-error { color: #ffc2b4; background: rgba(255, 116, 88, .1); }
.form-feedback.is-success { color: #ff8b4d; background: rgba(255, 90, 0, .1); }
.form-consent { margin: 0; color: #7c7e77; font-size: 9px; line-height: 1.5; }
.form-consent a { text-underline-offset: 2px; }

.registration-modal { width: min(440px, calc(100% - 28px)); max-width: none; max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 3px; color: var(--white); background: transparent; overflow: visible; }
.registration-modal::backdrop { background: rgba(0, 0, 0, .82); backdrop-filter: blur(5px); }
.registration-modal .registration-card { max-height: calc(100dvh - 28px); position: relative; overflow-y: auto; box-shadow: 0 28px 90px rgba(0, 0, 0, .72); }
.modal-close { width: 38px; height: 38px; padding: 0; position: absolute; z-index: 2; top: 9px; right: 9px; display: grid; place-items: center; border: 1px solid var(--line-soft); border-radius: 50%; color: var(--white); background: #090909; font-size: 24px; line-height: 1; cursor: pointer; }
.modal-close:hover { border-color: var(--green); color: var(--green); }
.modal-close:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
body.registration-modal-open { overflow: hidden; }
body.registration-modal-open .mobile-sticky { visibility: hidden; }

.content-section, .authority, .final-cta, .faq { padding: 76px 0; }
.content-section { border-top: 1px solid var(--line-soft); background: var(--panel); }
.section-heading { max-width: 680px; }
.section-heading h2 { margin-top: 9px; }
.principles { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-soft); border-radius: 2px; overflow: hidden; }
.principles article { padding: 26px; border-right: 1px solid var(--line-soft); }
.principles article:last-child { border-right: 0; }
.principles strong { color: var(--green); font-size: 11px; }
.principles h3 { margin: 10px 0 8px; font-size: 21px; }
.principles p { margin: 0; color: var(--muted); font-size: 14px; }

.authority { background: var(--black); }
.authority-grid { display: grid; grid-template-columns: minmax(0, 1fr) 1fr; gap: 70px; align-items: center; }
.authority h2 { margin-top: 9px; }
.authority p { max-width: 560px; margin: 18px 0 0; color: var(--muted); }
.numbers { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 2px; overflow: hidden; }
.numbers div { min-height: 120px; padding: 22px 16px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.numbers div:last-child { border-right: 0; }
.numbers strong { color: var(--green); font-size: 43px; line-height: 1; letter-spacing: -.04em; }
.numbers span { margin-top: 8px; color: var(--muted); font-size: 10px; line-height: 1.35; text-transform: uppercase; }

.final-cta { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(255, 90, 0, .06), transparent); text-align: center; }
.final-inner { max-width: 760px; }
.final-inner > p { margin: 0 0 12px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.final-inner .primary-button { max-width: 390px; margin: 28px auto 0; }
.final-inner small { max-width: 600px; margin: 20px auto 0; display: block; color: #777971; font-size: 10px; }

.faq { background: var(--panel); }
.faq-grid { display: grid; grid-template-columns: 280px 1fr; gap: 70px; }
.faq h2 { font-size: 30px; }
.faq details { border-top: 1px solid var(--line-soft); }
.faq details:last-child { border-bottom: 1px solid var(--line-soft); }
.faq summary { padding: 18px 36px 18px 0; position: relative; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 14px; color: var(--green); font-size: 23px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -4px 36px 18px 0; color: var(--muted); font-size: 14px; }

.footer { padding: 26px 0; border-top: 1px solid var(--line-soft); color: #777971; background: var(--black); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.footer a { text-underline-offset: 3px; }

.mobile-sticky { display: none; position: fixed; z-index: 50; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 54px; padding: 8px 16px; border: 1px solid rgba(0, 0, 0, .28); border-radius: 2px; color: var(--white); background: var(--green); box-shadow: 0 12px 35px rgba(0, 0, 0, .48); text-align: center; text-decoration: none; flex-direction: column; align-items: center; justify-content: center; transform: translateY(calc(100% + 32px)); opacity: 0; transition: transform .2s, opacity .2s; }
.mobile-sticky.is-visible { transform: translateY(0); opacity: 1; }
.mobile-sticky span { font-size: 18px; font-weight: 900; letter-spacing: .05em; }
.mobile-sticky small { font-size: 15px; }

/* Página de confirmação */
.thanks-page { min-height: 100vh; color: var(--white); background: var(--black); }
.thanks-main { min-height: 100vh; padding: 42px 0; display: grid; place-items: center; background: radial-gradient(circle at 50% 15%, rgba(255, 90, 0, .1), transparent 30%); }
.thanks-shell { max-width: 720px; }
.thanks-title { margin: 0 auto 20px; display: block; color: var(--white); text-align: center; text-decoration: none; }
.thanks-title span { display: block; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.thanks-title strong { display: block; margin-top: 5px; font-size: 22px; line-height: 1.15; }
.thanks-card { padding: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); text-align: center; }
.success-mark { width: 48px; height: 48px; margin: 0 auto 18px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 22px; }
.thanks-card .section-label { margin: 0 0 8px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.thanks-lead { max-width: 560px; margin: 18px auto 0; color: var(--muted); }
.next-step { max-width: 520px; margin: 28px auto 0; padding: 18px; border: 1px solid var(--line-soft); border-radius: 6px; background: #0b0b0b; text-align: left; }
.next-step > span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.next-step p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.whatsapp-button { max-width: 520px; margin: 20px auto 0; }
.whatsapp-button svg { width: 20px; height: 20px; }
.thanks-note { margin: 16px auto 0; color: #777971; font-size: 10px; }
.thanks-legal { margin: 28px 0 0; color: #777971; font-size: 9px; text-align: center; }

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 640px); }
  .hero {
    min-height: calc(100svh - 62px);
    padding: 34px 0 28px;
    align-items: flex-start;
    background-image:
      linear-gradient(180deg, rgba(3, 7, 13, .18) 0%, rgba(3, 7, 13, .08) 52%, rgba(3, 7, 13, .76) 100%),
      url("./hero-ricardo-mobile.webp");
    background-position: top center;
    background-size: cover;
  }
  .hero-copy { max-width: 570px; margin-inline: auto; text-align: center; }
  .live-label { justify-content: center; }
  .hero-cta { margin-inline: auto; }
  .authority-grid, .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .registration-card { max-width: 520px; width: 100%; margin: 0 auto; }
  .content-section, .authority, .final-cta, .faq { padding: 60px 0; }
  .principles { grid-template-columns: 1fr; }
  .principles article { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .principles article:last-child { border-bottom: 0; }
  .mobile-sticky { display: flex; }
  .footer { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .site-header { text-align: center; }
  .header-inner { min-height: auto; padding: 12px 0; justify-content: center;}
  .header-inner a { display: none; }
  .nav-title { font-size: 14px; line-height: 28px; }
  .nav-title span { display: block; font-size: 12px; }
  .hero { padding-top: 26px; }
  .live-label { font-size: 10px; margin: 0px auto 25px!important;}
  .hero-copy h2, .section-heading h2, .authority h2, .final-inner h2, .thanks-card h1 { font-size: 28px; }
  .hero-copy p { margin-top: 14px; }
  .steps { line-height: 1.4; }
  .registration-card { padding: 22px 18px; }
  .registration-modal { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .registration-modal .registration-card { max-height: calc(100dvh - 20px); }
  .registration-head h2 { font-size: 25px; }
  .phone-row { grid-template-columns: 100px minmax(0, 1fr); }
  .principles { margin-top: 28px; }
  .principles article { padding: 21px; }
  .numbers { grid-template-columns: 1fr; }
  .numbers div { min-height: 80px; display: grid; grid-template-columns: 62px 1fr; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .numbers div:last-child { border-bottom: 0; }
  .numbers strong { font-size: 36px; }
  .numbers span { margin: 0; }
  .footer-inner { flex-direction: column; }
  .thanks-main { padding: 28px 0 42px; }
  .thanks-card { padding: 28px 18px; }
}

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