:root {
    --primary-green: #0a4d2a;
    --dark-green: #063318;
    --gold: #c9a227;
    --gold-light: #e8c547;
    --gold-dark: #9a7b1c;
    --cream: #faf8f2;
    --text-dark: #1a1a1a;
    --text-muted: #6b7280;
    --card-bg: rgba(255, 255, 255, 0.95);
    --input-bg: #f8f9fa;
    --club-green: #0a4d2a;
    --club-green-dark: #063318;
    --club-green-soft: #e8f3ec;
    --club-gold: #c9a227;
    --club-gold-light: #f1d56a;
    --club-cream: #faf8f2;
    --club-white: #fff;
    --club-text: #17221b;
    --club-muted: #5d6861;
    --club-border: #dce6df;
    --club-danger: #9c3d34;
    --club-shadow: 0 18px 50px rgba(6, 51, 24, .11);
    --club-radius: 22px;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--club-text); background: var(--club-white); font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.modal-open-club { overflow: hidden; }
a { color: var(--club-green); }
a:hover { color: var(--club-green-dark); text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--club-gold-light); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 10px 16px; color: #fff; background: var(--club-green-dark); border-radius: 8px; }
.skip-link:focus { top: 12px; color: #fff; }
.section { padding: 96px 0; }
.section-kicker, .eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--club-green); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section h2 { margin: 0; max-width: 760px; font-size: clamp(2rem, 4vw, 3.15rem); font-weight: 800; line-height: 1.12; letter-spacing: -.04em; }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading h2 { margin-inline: auto; }
.section-heading > p { max-width: 680px; margin: 20px auto 0; color: var(--club-muted); font-size: 1.06rem; }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 72px; }
.align-center { align-items: center; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 82px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(6,51,24,.88); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav > a:not(.btn) { color: rgba(255,255,255,.88); font-size: .92rem; font-weight: 600; }
.main-nav > a:not(.btn):hover { color: var(--club-gold-light); }
.nav-login { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.24); }
.nav-toggle { display: none; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; background: transparent; }
.btn { border-radius: 11px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 10px 17px; font-size: .86rem; }
.btn-lg { padding: 15px 24px; font-size: 1rem; }
.btn-gold { color: #172017; border-color: var(--club-gold); background: linear-gradient(135deg, var(--club-gold-light), var(--club-gold)); box-shadow: 0 10px 24px rgba(201,162,39,.22); }
.btn-gold:hover { color: #101710; box-shadow: 0 13px 30px rgba(201,162,39,.32); }
.btn-primary-green { padding: 12px 20px; color: #fff; border-color: var(--club-green); background: var(--club-green); }
.btn-primary-green:hover { color: #fff; background: var(--club-green-dark); }
.btn-outline-green { padding: 12px 20px; color: var(--club-green); border: 1px solid var(--club-green); background: #fff; }
.btn-outline-green:hover { color: #fff; background: var(--club-green); }
.btn-disabled { cursor: not-allowed; color: #6f7772; border-color: #d5d9d6; background: #e9ecea; }

.hero { position: relative; min-height: 810px; overflow: hidden; padding: 150px 0 80px; color: #fff; background: linear-gradient(135deg, #052d17 0%, var(--club-green) 58%, #126137 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(rgba(255,255,255,.7) .7px, transparent .7px); background-size: 22px 22px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 440px; height: 440px; right: -100px; top: 40px; background: rgba(201,162,39,.15); }
.hero-glow-two { width: 360px; height: 360px; left: -220px; bottom: -120px; background: rgba(255,255,255,.07); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.hero .eyebrow { color: var(--club-gold-light); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.65rem, 5.2vw, 4.9rem); font-weight: 800; line-height: 1.02; letter-spacing: -.055em; }
.hero-lead { max-width: 660px; margin: 28px 0 32px; color: rgba(255,255,255,.82); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn-outline-light { border-width: 1px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 34px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: .88rem; }
.trust-list i { margin-right: 7px; color: var(--club-gold-light); }
.hero-visual { position: relative; min-height: 510px; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; box-shadow: 0 30px 80px rgba(0,0,0,.26); overflow: hidden; }
.hero-image { position: absolute; inset: 0; opacity: .52; background: linear-gradient(180deg, rgba(6,51,24,.08), rgba(6,51,24,.82)), url('/images/fundo-login.avif') center/cover; transform: scale(1.02); }
.hero-brand-card { position: absolute; inset: auto 28px 28px; padding: 22px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(6,51,24,.74); backdrop-filter: blur(14px); text-align: center; }
.hero-brand-card img { width: 175px; height: 175px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(0,0,0,.2)); }
.hero-brand-card p { max-width: 360px; margin: 5px auto 0; color: rgba(255,255,255,.86); }

.purpose { background: var(--club-cream); }
.purpose-text > p { margin: 0; color: var(--club-muted); font-size: 1.08rem; }
.purpose blockquote { margin: 30px 0 0; padding: 23px 0 23px 26px; color: var(--club-green-dark); border-left: 4px solid var(--club-gold); font-size: 1.08rem; font-weight: 600; }
.audience { background: #fff; }
.card-grid { display: grid; gap: 24px; }
.card-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card { padding: 34px; border: 1px solid var(--club-border); border-radius: var(--club-radius); background: #fff; box-shadow: 0 12px 34px rgba(6,51,24,.06); }
.icon-circle { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; margin-bottom: 22px; color: var(--club-green); border-radius: 16px; background: var(--club-green-soft); font-size: 1.25rem; }
.info-card h3, .benefit-grid h3 { margin: 0 0 11px; font-size: 1.18rem; font-weight: 750; }
.info-card p, .benefit-grid p { margin: 0; color: var(--club-muted); font-size: .95rem; }

.benefits { color: #fff; background: var(--club-green-dark); }
.light-heading .section-kicker { color: var(--club-gold-light); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit-grid article { padding: 30px 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.055); }
.benefit-grid article > i { margin-bottom: 24px; color: var(--club-gold-light); font-size: 1.55rem; }
.benefit-grid p { color: rgba(255,255,255,.7); }

.steps { background: #fff; }
.steps-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps-list li { position: relative; padding: 0 22px; text-align: center; }
.steps-list li::after { content: ""; position: absolute; z-index: 0; left: calc(50% + 30px); right: calc(-50% + 30px); top: 29px; height: 2px; background: var(--club-border); }
.steps-list li:last-child::after { display: none; }
.steps-list li > span { position: relative; z-index: 1; display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; color: #fff; border: 6px solid var(--club-green-soft); border-radius: 50%; background: var(--club-green); font-weight: 800; }
.steps-list h3 { margin: 20px 0 8px; font-size: 1rem; font-weight: 750; }
.steps-list p { margin: 0; color: var(--club-muted); font-size: .86rem; line-height: 1.5; }

.kits { background: var(--club-cream); }
.kit-feedback { max-width: 780px; margin: -24px auto 30px; padding: 13px 18px; color: var(--club-green-dark); border: 1px solid #a9cfb6; border-radius: 10px; background: #e8f7ed; text-align: center; }
.kit-feedback.error { color: #7e3029; border-color: #e1b2ae; background: #fff0ee; }
.kit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; }
.kit-card { overflow: hidden; border: 1px solid var(--club-border); border-radius: 26px; background: #fff; box-shadow: var(--club-shadow); }
.kit-unavailable { box-shadow: none; }
.kit-media { position: relative; height: 300px; overflow: hidden; background: linear-gradient(145deg, #eef5f0, #dfece3); }
.kit-media > img { width: 100%; height: 100%; object-fit: contain; padding: 22px; background: #fff; }
.kit-image-fallback { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.kit-image-fallback[hidden] { display: none; }
.kit-image-fallback img { width: 170px; height: 170px; object-fit: contain; opacity: .75; }
.kit-body { padding: 30px; }
.kit-label { display: inline-block; margin-bottom: 10px; color: var(--club-green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kit-body h3 { margin: 0; font-size: 1.42rem; font-weight: 800; line-height: 1.2; }
.kit-description { margin: 13px 0 0; color: var(--club-muted); font-size: .92rem; }
.kit-items { display: grid; gap: 10px; margin: 24px 0; padding: 22px 0; border-top: 1px solid var(--club-border); border-bottom: 1px solid var(--club-border); list-style: none; }
.kit-items li { display: flex; gap: 10px; color: #354039; font-size: .9rem; }
.kit-items i { margin-top: 5px; color: var(--club-green); font-size: .75rem; }
.kit-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.kit-footer small { display: block; color: var(--club-muted); font-size: .74rem; }
.kit-footer strong { display: block; color: var(--club-green-dark); font-size: 1.65rem; line-height: 1.2; }
.kit-warning { margin: 18px 0 0; padding: 11px 13px; color: #705b26; border-radius: 9px; background: #fff7dc; font-size: .82rem; }
.kit-card.is-loading .btn-select-kit { pointer-events: none; opacity: .7; }
.empty-state { max-width: 660px; margin: 0 auto; padding: 48px; border: 1px solid var(--club-border); border-radius: var(--club-radius); background: #fff; text-align: center; }
.empty-state > i { color: var(--club-green); font-size: 2.4rem; }
.empty-state h3 { margin: 18px 0 8px; font-weight: 800; }
.empty-state p { color: var(--club-muted); }

.commitments { background: #fff; }
.commitments p { margin-top: 22px; color: var(--club-muted); font-size: 1.04rem; }
.commitment-list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.commitment-list li { display: flex; gap: 16px; padding: 20px; border: 1px solid var(--club-border); border-radius: 15px; background: var(--club-cream); }
.commitment-list i { margin-top: 5px; color: var(--club-green); }
.commitment-list strong, .commitment-list span { display: block; }
.commitment-list span { margin-top: 3px; color: var(--club-muted); font-size: .88rem; }

.faq { background: var(--club-cream); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; }
.faq-layout > div:first-child p { margin-top: 20px; color: var(--club-muted); }
.faq-list details { border-bottom: 1px solid var(--club-border); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list summary i { color: var(--club-green); transition: transform .2s ease; }
.faq-list details p { margin: -4px 36px 20px 0; color: var(--club-muted); }

.final-cta { padding: 76px 0; color: #fff; background: linear-gradient(120deg, var(--club-green), var(--club-green-dark)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta .section-kicker { color: var(--club-gold-light); }
.final-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.15rem); font-weight: 800; letter-spacing: -.04em; }
.final-cta p { margin: 14px 0 0; color: rgba(255,255,255,.75); }
.final-cta .btn { flex: none; }

.site-footer { padding: 58px 0 22px; color: rgba(255,255,255,.72); background: #041f0e; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .8fr 1.15fr; gap: 48px; }
.footer-brand img { width: 84px; height: 84px; object-fit: contain; }
.footer-brand p { max-width: 280px; margin: 12px 0 0; font-size: .9rem; }
.site-footer h2 { margin: 14px 0 18px; color: #fff; font-size: .9rem; font-weight: 750; }
.site-footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.7); font-size: .86rem; }
.site-footer a:hover { color: var(--club-gold-light); }
.site-footer a i { width: 20px; color: var(--club-gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: .76rem; }

.choice-modal[hidden] { display: none; }
.choice-modal { position: fixed; z-index: 1500; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; }
.choice-backdrop { position: absolute; inset: 0; background: rgba(3,24,11,.78); backdrop-filter: blur(4px); }
.choice-dialog { position: relative; width: 100%; max-width: 470px; padding: 38px; border-radius: 24px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.3); text-align: center; }
.choice-dialog .icon-circle { margin-bottom: 17px; }
.choice-dialog h2 { margin: 0; font-size: 1.55rem; font-weight: 800; }
.choice-dialog p { margin: 14px 0 24px; color: var(--club-muted); }
.choice-close { position: absolute; right: 14px; top: 10px; width: 40px; height: 40px; color: var(--club-muted); border: 0; background: transparent; font-size: 1.8rem; }

@media (max-width: 991.98px) {
    .section { padding: 78px 0; }
    .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .main-nav { position: absolute; top: 74px; left: 15px; right: 15px; display: none; align-items: stretch; gap: 0; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: var(--club-green-dark); box-shadow: var(--club-shadow); }
    .main-nav.is-open { display: flex; flex-direction: column; }
    .main-nav > a:not(.btn) { padding: 12px; }
    .main-nav .btn { margin-top: 8px; text-align: center; }
    .nav-login { border-left: 0; }
    .hero { min-height: auto; padding-top: 130px; }
    .hero-grid { grid-template-columns: 1fr; gap: 46px; }
    .hero-copy { text-align: center; }
    .hero h1, .hero-lead { margin-inline: auto; }
    .hero-actions, .trust-list { justify-content: center; }
    .hero-visual { min-height: 420px; max-width: 650px; width: 100%; margin: 0 auto; }
    .two-column, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
    .card-grid-three { grid-template-columns: 1fr; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-list { grid-template-columns: 1fr; gap: 20px; max-width: 640px; margin: 0 auto; }
    .steps-list li { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 20px; padding: 0; text-align: left; }
    .steps-list li::after { left: 28px; right: auto; top: 50px; bottom: -28px; width: 2px; height: auto; }
    .steps-list h3 { margin-top: 0; }
    .kit-grid { grid-template-columns: 1fr; max-width: 650px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
    .section { padding: 64px 0; }
    .site-header { height: 72px; }
    .brand img { width: 54px; height: 54px; }
    .main-nav { top: 66px; }
    .hero { padding: 112px 0 62px; }
    .hero h1 { font-size: 2.45rem; }
    .hero-lead { font-size: 1rem; }
    .hero-actions { display: grid; }
    .hero-actions .btn { width: 100%; }
    .trust-list { display: grid; gap: 9px; }
    .hero-visual { min-height: 360px; border-radius: 24px; }
    .hero-brand-card { inset: auto 16px 16px; }
    .hero-brand-card img { width: 135px; height: 135px; }
    .benefit-grid { grid-template-columns: 1fr; }
    .info-card, .kit-body { padding: 25px; }
    .kit-media { height: 240px; }
    .kit-footer { align-items: stretch; flex-direction: column; }
    .kit-footer .btn { width: 100%; }
    .empty-state { padding: 34px 22px; }
    .final-cta-inner { align-items: stretch; flex-direction: column; }
    .final-cta .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; }
    .choice-dialog { padding: 34px 24px 25px; }
}

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