:root {
  --bg: #080808;
  --panel: #11110f;
  --panel-soft: #171611;
  --gold: #d4a54f;
  --gold-bright: #efc66e;
  --text: #f7f1e8;
  --soft: #c2c5ca;
  --muted: #858b93;
  --line: rgba(255,255,255,.1);
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Poppins", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.aer-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--shell);
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand img { width: 94px; height: auto; }
.aer-nav nav { display: flex; gap: 28px; color: #dedede; font-size: 13px; }
.aer-nav nav a:hover, .aer-nav nav a:focus-visible { color: var(--gold-bright); }
.nav-cta { padding: 11px 20px; border: 1px solid rgba(212,165,79,.7); border-radius: 999px; color: var(--gold-bright); font-size: 13px; font-weight: 700; }

.hero { position: relative; min-height: 780px; display: grid; align-items: center; isolation: isolate; padding: 150px 0 80px; border-bottom: 1px solid rgba(212,165,79,.22); }
.hero-media { position: absolute; inset: 0; z-index: -3; background: url("/assets/img/planocorrida-bg-original.webp") 64% 50%/cover no-repeat; filter: saturate(.7) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,3,3,.97) 0%, rgba(3,3,3,.87) 43%, rgba(3,3,3,.34) 72%, rgba(3,3,3,.72) 100%), linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.8)); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; z-index: -1; background: linear-gradient(transparent, var(--bg)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .65fr); align-items: end; gap: clamp(40px, 8vw, 110px); }
.hero-copy { max-width: 720px; }
.aer-logo { width: min(330px, 68%); margin-bottom: 18px; filter: drop-shadow(0 8px 24px rgba(0,0,0,.5)); }
.kicker, .section-index { margin: 0 0 18px; color: var(--gold-bright); font-family: "Oswald", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, h2, h3 { font-family: "Oswald", sans-serif; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 800px; font-size: clamp(58px, 8.2vw, 112px); line-height: .84; letter-spacing: -.025em; }
.hero h1 span { color: var(--gold-bright); }
.hero-lead { max-width: 680px; margin: 30px 0 24px; color: #d7d7d5; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; }
.trust-row span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(0,0,0,.35); color: #d9dadc; font-size: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 21px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { background: linear-gradient(180deg, var(--gold-bright), #c4933b); color: #0c0b09; box-shadow: 0 12px 34px rgba(212,165,79,.22); }
.button-quiet { border-color: rgba(255,255,255,.2); background: rgba(12,12,12,.62); color: var(--text); }
.button-outline { border-color: rgba(212,165,79,.52); color: var(--gold-bright); background: rgba(212,165,79,.05); }
.microcopy { margin: 13px 0 0; color: var(--muted); font-size: 11px; }

.hero-card { padding: 24px; border: 1px solid rgba(212,165,79,.3); border-radius: 22px; background: linear-gradient(180deg, rgba(20,20,18,.85), rgba(8,8,8,.94)); backdrop-filter: blur(14px); box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.card-label { margin: 0 0 16px; color: var(--gold-bright); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.week-mini { display: grid; gap: 6px; }
.week-mini div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; background: rgba(255,255,255,.035); }
.week-mini b { color: var(--gold-bright); font-family: "Oswald", sans-serif; font-size: 11px; letter-spacing: .08em; }
.week-mini span { color: #d8d8d6; font-size: 12px; }
.week-mini .rest { opacity: .52; }
.card-result { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; color: var(--muted); }
.card-result strong { flex-basis: 100%; color: var(--text); font-size: 15px; }

section { position: relative; }
.problem-section, .deliver-section, .week-section, .fit-section, .compare-section, .faq-section, .final-cta { padding: clamp(76px, 10vw, 130px) 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
h2 { margin: 0; color: var(--text); font-size: clamp(38px, 5.4vw, 72px); line-height: .98; letter-spacing: -.015em; }
.problem-copy { padding-top: 34px; border-top: 1px solid rgba(212,165,79,.38); }
.problem-copy p { margin: 0 0 20px; color: var(--soft); font-size: 18px; line-height: 1.8; }

.deliver-section { background: linear-gradient(180deg, #0b0b0b, #11100d 52%, #0a0a09); border-block: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 50px; }
.section-heading p { margin: 0; color: var(--soft); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 50px; }
.feature-grid article { min-height: 260px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.feature-grid article > span { color: var(--gold); font-family: "Oswald", sans-serif; font-size: 12px; }
.feature-grid h3 { margin: 54px 0 12px; font-size: 24px; line-height: 1.05; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.week-section { overflow: hidden; }
.week-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.week-copy > p:not(.section-index):not(.source-note) { color: var(--soft); line-height: 1.75; }
.week-copy ul { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.week-copy li { display: grid; grid-template-columns: 115px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); color: #c9c9c6; font-size: 13px; }
.week-copy li strong { color: var(--gold-bright); }
.source-note { color: #656a70; font-size: 11px; line-height: 1.6; }
.text-link { display: inline-block; margin-top: 20px; color: var(--gold-bright); font-weight: 700; font-size: 14px; }
.app-proof { position: relative; display: flex; justify-content: center; align-items: center; min-height: 590px; }
.app-proof::before { content: ""; position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: rgba(212,165,79,.13); filter: blur(80px); }
.app-proof img { position: relative; width: min(44%, 270px); border: 8px solid #1c1c1c; border-radius: 30px; box-shadow: 0 35px 80px rgba(0,0,0,.62); }
.app-proof img:first-child { transform: rotate(-5deg) translateY(26px); z-index: 1; }
.app-proof img:last-child { transform: rotate(5deg) translate(-16px, -28px); z-index: 2; }

.fit-section { background: #d4a54f; color: #0b0b0a; }
.fit-section .section-index { color: #3f2d0d; }
.fit-section h2 { color: #0b0b0a; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 130px); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 32px; border-bottom: 1px solid rgba(0,0,0,.18); font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; }

.compare-section { background: radial-gradient(circle at 50% 0, rgba(212,165,79,.1), transparent 35%), #090909; }
.comparison { margin-top: 48px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; background: #0d0d0c; }
th, td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: center; font-size: 13px; }
th:first-child { text-align: left; color: #c4c4c1; }
thead th { color: var(--text); font-family: "Oswald", sans-serif; font-size: 16px; text-transform: uppercase; }
.featured { background: rgba(212,165,79,.08); color: var(--gold-bright); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.offer { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #121210; }
.offer-aer { border-color: rgba(212,165,79,.72); box-shadow: inset 0 0 0 1px rgba(212,165,79,.12); }
.offer-tag { color: var(--gold-bright); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.offer h3 { margin: 24px 0 10px; font-size: 27px; line-height: 1.05; }
.offer p { min-height: 78px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.offer strong { margin: 24px 0; color: var(--text); font-size: 17px; }
.offer .button { margin-top: auto; }

.faq-section { border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(50px, 9vw, 140px); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 36px 22px 0; cursor: pointer; list-style: none; color: #dfdfdc; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--gold); font-size: 22px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -5px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding-top: 20px; }
.final-card { padding: clamp(38px, 7vw, 80px); border: 1px solid rgba(212,165,79,.32); border-radius: 28px; background: radial-gradient(circle at 85% 10%, rgba(212,165,79,.16), transparent 32%), #11100e; }
.final-card h2 { max-width: 850px; }
footer { padding: 38px 0 110px; color: #777; border-top: 1px solid var(--line); }
footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
footer img { width: 70px; height: auto; opacity: .75; }
footer p { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
footer div div { display: flex; gap: 18px; font-size: 11px; }

.consent-banner { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: 10px; padding: 16px; border: 1px solid rgba(212,165,79,.38); border-radius: 14px; background: rgba(14,14,13,.96); backdrop-filter: blur(18px); box-shadow: 0 20px 70px rgba(0,0,0,.62); }
.consent-content { max-width: 1060px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.consent-content strong { color: var(--gold-bright); font-family: "Oswald", sans-serif; text-transform: uppercase; }
.consent-content p { max-width: 680px; margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.consent-actions { display: flex; gap: 8px; flex-shrink: 0; }
.consent-actions .button { min-height: 42px; padding: 10px 14px; cursor: pointer; }
.consent-modal[hidden] { display: none; }
.consent-modal { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.78); }
.consent-modal-panel { width: min(560px, 100%); padding: 26px; border: 1px solid rgba(212,165,79,.36); border-radius: 18px; background: #161513; box-shadow: 0 25px 90px rgba(0,0,0,.7); }
.consent-modal-panel h3 { margin: 0 0 8px; color: var(--gold-bright); font-size: 26px; }
.consent-modal-panel > p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.consent-choice { display: flex; gap: 10px; margin: 14px 0; color: var(--text); font-size: 13px; }
.consent-choice span { display: flex; flex-direction: column; }
.consent-choice small { color: var(--muted); }
.consent-privacy { display: inline-block; margin-top: 16px; color: var(--gold); font-size: 11px; text-decoration: underline; }

.mobile-cta { display: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 720px); }
  .aer-nav nav { display: none; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid, .two-col, .section-heading, .week-layout, .fit-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-card { max-width: 520px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1fr; }
  .offer p { min-height: 0; }
  .app-proof { min-height: 520px; }
}

@media (max-width: 600px) {
  .aer-nav { min-height: 72px; }
  .brand img { width: 72px; }
  .nav-cta { padding: 9px 15px; }
  .hero { padding-top: 112px; padding-bottom: 58px; }
  .hero-media { background-position: 69% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(3,3,3,.65), rgba(3,3,3,.96) 48%, #080808 100%); }
  .hero h1 { font-size: clamp(51px, 17vw, 72px); }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-card { padding: 18px; }
  .problem-section, .deliver-section, .week-section, .fit-section, .compare-section, .faq-section, .final-cta { padding-block: 72px; }
  h2 { font-size: 40px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 210px; }
  .feature-grid h3 { margin-top: 38px; }
  .week-copy li { grid-template-columns: 100px 1fr; }
  .app-proof { min-height: 430px; }
  .app-proof img { width: 48%; border-width: 5px; border-radius: 22px; }
  .offer { padding: 23px; }
  .final-card { padding: 30px 22px; }
  footer { padding-bottom: 116px; }
  footer .shell { align-items: flex-start; flex-direction: column; }
  .consent-content { align-items: stretch; flex-direction: column; }
  .consent-actions { width: 100%; }
  .consent-actions .button { flex: 1; }
  .mobile-cta { position: fixed; display: flex; z-index: 50; left: 10px; right: 10px; bottom: 10px; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px 9px 14px; border: 1px solid rgba(212,165,79,.46); border-radius: 13px; background: rgba(12,12,11,.94); backdrop-filter: blur(18px); box-shadow: 0 15px 50px rgba(0,0,0,.55); }
  .mobile-cta div { display: flex; flex-direction: column; }
  .mobile-cta small { color: var(--muted); font-size: 9px; }
  .mobile-cta strong { color: var(--gold-bright); font-size: 16px; }
  .mobile-cta .button { min-height: 43px; padding: 10px 18px; }
}

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