/* ============================================================
   NEXO THEME — ne- prefix
   Palette: Purple #a855f7, Cyan #06b6d4 | Space Grotesk + Syne
   Signature: glassmorphism cards, gradient text, 3-tier VIP cards
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Syne:wght@400;600;700;800&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {--ne_glass:     rgba(255,255,255,.05);--ne_glow-c:    0 0 30px rgba(6,182,212,.25);--ne_r:         10px;--ne_muted:     #94a3b8;--ne_white:     #ffffff;--ne_shadow:    0 8px 32px rgba(0,0,0,.5);--ne_cyan-lt:   #67e8f9;--ne_glow-p:    0 0 30px rgba(168,85,247,.25);--ne_cyan:      #06b6d4;--ne_bg:        #060610;--ne_purple-dk: #7c3aed;--ne_purple:    rgb(168,85,247);--ne_text:      #e2e8f0;--ne_r-lg:      16px;--ne_bg2:       rgba(13,13,32,1);--ne_glass-bd:  rgba(255,255,255,.1)}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after {padding: 0;box-sizing: border-box;margin: 0}
html { scroll-behavior: smooth; }
body {background: var(--ne_bg);font-family: 'Space Grotesk', sans-serif;line-height: 1.6;min-height: 100vh;font-size: 16px;overflow-x: hidden;color: var(--ne_text);user-select:auto;pointer-events:auto;isolation:auto}
img {display: block;height: auto;max-width: 100%}
a {text-decoration: none;color: var(--ne_cyan)}
a:hover { text-decoration: underline; }

/* ── Background orbs ────────────────────────────────────────── */
body::before,
body::after {pointer-events: none;z-index: 0;border-radius: 50%;position: fixed;content: ''}
body::before {width: 600px;background: radial-gradient(circle, rgba(168,85,247,.15) 0%, transparent 70%);height: 600px;left: -200px;top: -200px}
body::after {width: 500px;right: -150px;height: 500px;background: radial-gradient(circle, rgba(6,182,212,.12) 0%, transparent 70%);bottom: -150px}

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {font-family: 'Syne', sans-serif;color: var(--ne_white);line-height: 1.15;font-weight: 700}
h1 {font-weight: 800;font-size: clamp(2.2rem, 5vw, 3.8rem)}
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.7rem); }
p  { color: var(--ne_text); }

/* Gradient text utility */
.ne-grad {background-image: linear-gradient(135deg, var(--ne_purple) 0%, var(--ne_cyan) 100%);background-clip: text;color: transparent;-webkit-text-fill-color: transparent;-webkit-background-clip: text}

/* ── Layout ─────────────────────────────────────────────────── */
.ne-container {max-width: 1160px;z-index: 1;width: 100%;padding: 0 20px;position: relative;margin: 0 auto}
.ne-section   { padding: 80px 0; }

/* ── Glass card mixin ───────────────────────────────────────── */
.ne-glass {border-radius: var(--ne_r-lg);backdrop-filter: blur(12px);background: var(--ne_glass);border: 1px solid var(--ne_glass-bd);-webkit-backdrop-filter: blur(12px)}

/* ── Nav ────────────────────────────────────────────────────── */
.ne-nav {-webkit-backdrop-filter: blur(16px);top: 0;z-index: 100;background: rgba(6,6,16,.85);border-bottom: 1px solid var(--ne_glass-bd);position: sticky;backdrop-filter: blur(16px)}
.ne-nav__inner {margin: 0 auto;max-width: 1160px;align-items: center;justify-content: space-between;height: 64px;display: flex;padding: 0 20px}
.ne-nav__logo {font-family: 'Syne', sans-serif;font-size: 1.5rem;font-weight: 800;display: flex;align-items: center;gap: 6px}
.ne-nav__logo-text { color: var(--ne_white); }
.ne-nav__logo-dot {width: 8px;border-radius: 50%;height: 8px;background: linear-gradient(135deg, var(--ne_purple), var(--ne_cyan))}
.ne-nav__links {display: flex;list-style: none;gap: 28px}
.ne-nav__links a {font-weight: 500;font-size: .88rem;transition: color .2s;letter-spacing: .02em;color: var(--ne_muted)}
.ne-nav__links a:hover {text-decoration: none;color: var(--ne_white)}
.ne-nav__cta {padding: 9px 22px;color: var(--ne_white) !important;font-weight: 600;font-size: .85rem;background: linear-gradient(135deg, var(--ne_purple), var(--ne_cyan));transition: opacity .2s, transform .2s;border-radius: 50px}
.ne-nav__cta:hover {opacity: .9;text-decoration: none;transform: translateY(-1px)}
.ne-burger {flex-direction: column;cursor: pointer;border: none;display: none;background: none;padding: 4px;gap: 5px}
.ne-burger span {display: block;background: var(--ne_text);transition: all .3s;width: 24px;height: 2px}

/* ── Hero ────────────────────────────────────────────────────── */
.ne-hero {position: relative;padding: 80px 0 70px}
.ne-hero__inner {gap: 60px;align-items: center;grid-template-columns: 1fr 420px;display: grid}
.ne-hero__eyebrow {font-weight: 600;align-items: center;background: rgba(168,85,247,.1);padding: 5px 16px;border: 1px solid rgba(168,85,247,.25);text-transform: uppercase;letter-spacing: .06em;font-size: .78rem;margin-bottom: 20px;display: inline-flex;color: var(--ne_purple);border-radius: 50px;gap: 8px}
.ne-hero__h1 { margin-bottom: 18px; }
.ne-hero__lead {max-width: 500px;color: var(--ne_muted);margin-bottom: 32px;font-size: 1.08rem}
.ne-hero__actions {flex-wrap: wrap;margin-bottom: 40px;display: flex;gap: 14px}
.ne-hero__trust {display: flex;flex-wrap: wrap;gap: 20px}
.ne-hero__trust-item {display: flex;gap: 5px;font-size: .82rem;align-items: center;color: var(--ne_muted)}
.ne-hero__trust-item::before {content: '✓';color: var(--ne_cyan);font-weight: 700}

/* Rating glass card */
.ne-rating-card {box-shadow: var(--ne_glow-p);padding: 28px;text-align: center}
.ne-rating-card__score {font-weight: 800;font-family: 'Syne', sans-serif;line-height: 1;margin-bottom: 4px;font-size: 4.5rem}
.ne-rating-card__max {color: var(--ne_muted);margin-bottom: 12px;font-size: 1.2rem}
.ne-rating-card__stars {margin-bottom: 14px;font-size: 1.4rem;color: rgb(251,191,36);letter-spacing: 4px}
.ne-rating-card__label {font-size: .82rem;color: var(--ne_muted);margin-bottom: 20px}
.ne-rating-rows {display: flex;flex-direction: column;text-align: left;gap: 10px}
.ne-rating-row {display: flex;align-items: center;font-size: .85rem;gap: 10px}
.ne-rating-row__name {flex-shrink: 0;color: var(--ne_muted);width: 100px}
.ne-rating-row__bar {background: rgba(255,255,255,.1);border-radius: 3px;flex: 1;height: 5px}
.ne-rating-row__fill {border-radius: 3px;height: 100%;background: linear-gradient(90deg, var(--ne_purple), var(--ne_cyan))}
.ne-rating-row__val {color: var(--ne_white);font-size: .82rem;text-align: right;font-weight: 600;width: 32px}

/* ── Buttons ─────────────────────────────────────────────────── */
.ne-btn {border: none;align-items: center;text-decoration: none !important;border-radius: 50px;font-weight: 600;gap: 8px;display: inline-flex;transition: all .2s;font-size: .95rem;font-family: 'Space Grotesk', sans-serif;cursor: pointer;padding: 14px 28px}
.ne-btn--primary {box-shadow: var(--ne_glow-p);background: linear-gradient(135deg, var(--ne_purple) 0%, var(--ne_cyan) 100%);color: var(--ne_white)}
.ne-btn--primary:hover {transform: translateY(-2px);opacity: .9;box-shadow: 0 8px 30px rgba(168,85,247,.4)}
.ne-btn--ghost {backdrop-filter: blur(8px);background: var(--ne_glass);color: var(--ne_text);border: 1px solid var(--ne_glass-bd)}
.ne-btn--ghost:hover {border-color: var(--ne_purple);color: var(--ne_purple)}
.ne-btn--sm {font-size: .85rem;padding: 9px 20px}
.ne-btn--full {width: 100%;justify-content: center}

/* ── Feature Cards ───────────────────────────────────────────── */
.ne-features { position: relative; }
.ne-features__head {margin-bottom: 48px;text-align: center}
.ne-features__head p {color: var(--ne_muted);margin-top: 10px}
.ne-features__grid {gap: 20px;grid-template-columns: repeat(3, 1fr);display: grid}
.ne-feat-card {transition: transform .2s, box-shadow .2s;padding: 28px 24px}
.ne-feat-card:hover {transform: translateY(-4px);box-shadow: var(--ne_glow-p)}
.ne-feat-card__icon {border-radius: var(--ne_r);width: 50px;display: flex;margin-bottom: 18px;align-items: center;font-size: 1.6rem;height: 50px;justify-content: center;background: linear-gradient(135deg, rgba(168,85,247,.2), rgba(6,182,212,.2))}
.ne-feat-card__title {font-size: 1.15rem;margin-bottom: 10px;color: var(--ne_white);font-family: 'Syne', sans-serif;font-weight: 700}
.ne-feat-card__text {font-size: .9rem;color: var(--ne_muted);line-height: 1.65}

/* ── VIP Tiers ────────────────────────────────────────────────── */
.ne-vip { position: relative; }
.ne-vip__head {text-align: center;margin-bottom: 48px}
.ne-vip__head p {color: var(--ne_muted);margin-top: 10px}
.ne-vip__grid {grid-template-columns: repeat(3, 1fr);gap: 22px;align-items: start;display: grid}
.ne-vip-card {overflow: hidden;transition: transform .2s;padding: 32px 24px;position: relative}
.ne-vip-card:hover { transform: translateY(-5px); }
.ne-vip-card--featured {box-shadow: var(--ne_glow-p), 0 0 0 1px var(--ne_purple);border-color: var(--ne_purple) !important}
.ne-vip-card--featured::before {font-weight: 700;padding: 6px;font-size: .65rem;letter-spacing: .12em;top: 0;left: 0;right: 0;text-align: center;color: var(--ne_white);background: linear-gradient(135deg, var(--ne_purple), var(--ne_cyan));position: absolute;content: 'MAIS POPULAR'}
.ne-vip-card--featured .ne-vip-card__inner { padding-top: 14px; }
.ne-vip-card__inner {flex-direction: column;display: flex;gap: 12px}
.ne-vip-card__tier {display: inline-flex;align-items: center;font-weight: 700;gap: 6px;font-size: .75rem;text-transform: uppercase;letter-spacing: .1em}
.ne-vip-card--silver .ne-vip-card__tier { color: #94a3b8; }
.ne-vip-card--gold   .ne-vip-card__tier { color: var(--ne_purple); }
.ne-vip-card--black  .ne-vip-card__tier { color: var(--ne_cyan); }
.ne-vip-card__bonus {font-size: 2.2rem;font-family: 'Syne', sans-serif;line-height: 1;font-weight: 800}
.ne-vip-card__bonus-sub {margin-top: 2px;color: var(--ne_muted);font-size: .82rem}
.ne-vip-card__features {gap: 8px;list-style: none;display: flex;flex-direction: column;margin: 4px 0}
.ne-vip-card__features li {align-items: center;font-size: .88rem;gap: 8px;display: flex;color: var(--ne_muted)}
.ne-vip-card__features li::before {color: var(--ne_cyan);flex-shrink: 0;font-weight: 700;content: '✓'}

/* ── FAQ ─────────────────────────────────────────────────────── */
.ne-faq { position: relative; }
.ne-faq__head {margin-bottom: 48px;text-align: center}
.ne-faq__head p {margin-top: 10px;color: var(--ne_muted)}
.ne-faq__list {max-width: 760px;display: flex;gap: 10px;margin: 0 auto;flex-direction: column}
.ne-faq-item {border-radius: var(--ne_r);background: var(--ne_glass);border: 1px solid var(--ne_glass-bd);transition: border-color .2s;overflow: hidden}
.ne-faq-item:focus-within { border-color: var(--ne_purple); }
.ne-faq-item__q {padding: 18px 22px;text-align: left;background: none;color: var(--ne_white);gap: 16px;width: 100%;display: flex;font-weight: 600;justify-content: space-between;font-size: .98rem;font-family: 'Space Grotesk', sans-serif;border: none;align-items: center;cursor: pointer}
.ne-faq-item__q:hover { color: var(--ne_cyan); }
.ne-faq-item__icon {height: 24px;border: 1px solid var(--ne_glass-bd);flex-shrink: 0;justify-content: center;transition: transform .3s;font-size: .75rem;color: var(--ne_purple);align-items: center;display: flex;border-radius: 50%;width: 24px}
.ne-faq-item[data-open] .ne-faq-item__icon { transform: rotate(180deg); }
.ne-faq-item__a {padding: 0 22px;transition: max-height .35s ease, padding .35s ease;overflow: hidden;max-height: 0}
.ne-faq-item[data-open] .ne-faq-item__a {max-height: 400px;padding: 0 22px 18px}
.ne-faq-item__a p {font-size: .9rem;color: var(--ne_muted);line-height: 1.7}

/* ── Payments ────────────────────────────────────────────────── */
.ne-payments__head {margin-bottom: 40px;text-align: center}
.ne-payments__head p {margin-top: 10px;color: var(--ne_muted)}
.ne-pay-grid {gap: 14px;display: grid;grid-template-columns: repeat(5, 1fr)}
.ne-pay-card {transition: transform .2s, box-shadow .2s;padding: 20px 14px;text-align: center}
.ne-pay-card:hover {box-shadow: var(--ne_glow-c);transform: translateY(-3px)}
.ne-pay-card__icon {margin-bottom: 8px;font-size: 1.8rem}
.ne-pay-card__name {font-weight: 600;font-size: .8rem;color: var(--ne_text)}
.ne-pay-card__time {margin-top: 4px;color: var(--ne_muted);font-size: .72rem}

/* ── CTA section ─────────────────────────────────────────────── */
.ne-cta-section {position: relative;text-align: center;padding: 80px 0;overflow: hidden}
.ne-cta-section::before {background: radial-gradient(ellipse at center, rgba(168,85,247,.18) 0%, transparent 70%);inset: 0;pointer-events: none;content: '';position: absolute}
.ne-cta-section__border {padding: 50px 40px;margin: 0 auto;max-width: 700px;box-shadow: var(--ne_glow-p)}
.ne-cta-section h2 { margin-bottom: 14px; }
.ne-cta-section p {margin-bottom: 28px;margin-left: auto;font-size: 1.05rem;margin-right: auto;max-width: 500px;color: var(--ne_muted)}
.ne-cta-section .ne-btn--primary {font-size: 1.05rem;padding: 16px 36px}

/* ── Footer ─────────────────────────────────────────────────── */
.ne-footer {padding: 54px 0 28px;position: relative;background: rgba(6,6,16,.95);border-top: 1px solid var(--ne_glass-bd)}
.ne-footer__grid {gap: 40px;margin-bottom: 44px;display: grid;grid-template-columns: 1.5fr 1fr 1fr 1fr}
.ne-footer__logo {font-size: 1.5rem;font-weight: 800;margin-bottom: 14px;font-family: 'Syne', sans-serif}
.ne-footer__desc {line-height: 1.65;font-size: .85rem;color: var(--ne_muted)}
.ne-footer__col h4 {text-transform: uppercase;font-weight: 700;color: var(--ne_muted);letter-spacing: .1em;margin-bottom: 14px;font-size: .72rem}
.ne-footer__col ul {gap: 8px;list-style: none;flex-direction: column;display: flex}
.ne-footer__col ul a {font-size: .88rem;color: var(--ne_muted);transition: color .2s}
.ne-footer__col ul a:hover {color: var(--ne_white);text-decoration: none}
.ne-footer__bottom {justify-content: space-between;border-top: 1px solid var(--ne_glass-bd);display: flex;flex-wrap: wrap;padding-top: 22px;align-items: center;gap: 12px}
.ne-footer__copy {color: var(--ne_muted);font-size: .8rem}
.ne-footer__warn {color: var(--ne_muted);font-size: .75rem;text-align: right;max-width: 500px}

/* ── Sticky CTA ─────────────────────────────────────────────── */
.sf-sticky-cta {bottom: 0;z-index: 200;transform: translateY(100%);transition: transform .4s cubic-bezier(.22,1,.36,1);right: 0;left: 0;background: linear-gradient(135deg, var(--ne_purple-dk) 0%, #0e7490 100%);position: fixed;box-shadow: 0 -4px 20px rgba(0,0,0,.5)}
.sf-sticky-cta.is-visible { transform: translateY(0); }
.sf-sticky-cta__inner {padding: 12px 20px;align-items: center;display: flex;max-width: 1160px;margin: 0 auto;gap: 16px;justify-content: space-between}
.sf-sticky-cta__text {color: var(--ne_white);font-size: .92rem;font-weight: 600}
.sf-sticky-cta__text span { color: var(--ne_cyan-lt); }
.sf-sticky-cta__actions {gap: 12px;display: flex;align-items: center}
.sf-sticky-cta__close {background: none;line-height: 1;color: rgba(255,255,255,.7);font-size: 1.1rem;padding: 4px;border: none;cursor: pointer}
.sf-sticky-cta__close:hover { color: #fff; }

/* ── Legal pages ─────────────────────────────────────────────── */
.ne-page-hero {border-bottom: 1px solid var(--ne_glass-bd);padding: 50px 0 40px}
.ne-page-hero__tag {font-size: .75rem;color: var(--ne_purple);margin-bottom: 10px;font-weight: 700;text-transform: uppercase;letter-spacing: .1em}
.ne-content {max-width: 780px;margin: 0 auto}
.ne-content h2 {margin: 36px 0 12px;font-size: 1.6rem}
.ne-content h3 {color: var(--ne_text);font-size: 1.2rem;margin: 28px 0 10px}
.ne-content p  {margin-bottom: 16px;color: var(--ne_muted)}
.ne-content ul, .ne-content ol { margin: 0 0 16px 22px; }
.ne-content li {margin-bottom: 8px;color: var(--ne_muted);font-size: .95rem}
.ne-content a  { color: var(--ne_cyan); }

/* ── Login ───────────────────────────────────────────────────── */
.ne-login-wrap {padding: 60px 20px;display: flex;align-items: center;justify-content: center;min-height: 80vh}
.ne-login-card {box-shadow: var(--ne_glow-p);width: 100%;padding: 44px 40px;max-width: 440px}
.ne-login-card h2 {margin-bottom: 8px;text-align: center}
.ne-login-card__sub {text-align: center;font-size: .92rem;color: var(--ne_muted);margin-bottom: 28px}
.ne-form {flex-direction: column;display: flex;gap: 16px}
.ne-form label {font-size: .82rem;display: block;font-weight: 600;margin-bottom: 6px;color: var(--ne_text)}
.ne-form input {transition: border-color .2s;font-family: 'Space Grotesk', sans-serif;width: 100%;border: 1px solid var(--ne_glass-bd);color: var(--ne_white);border-radius: var(--ne_r);background: rgba(255,255,255,.04);font-size: .95rem;padding: 12px 16px}
.ne-form input:focus {outline: none;border-color: var(--ne_purple)}
.ne-form__hint {text-align: center;color: var(--ne_muted);margin-top: 4px;font-size: .78rem}

/* ── Mobile ──────────────────────────────────────────────────── */
.ne-nav__mobile { display: none; }
@media (max-width: 900px) {
  .ne-hero__inner { grid-template-columns: 1fr; }
  .ne-rating-card { max-width: 420px; }
  .ne-features__grid { grid-template-columns: repeat(2, 1fr); }
  .ne-vip__grid {max-width: 400px;margin: 0 auto;grid-template-columns: 1fr}
  .ne-pay-grid { grid-template-columns: repeat(3, 1fr); }
  .ne-footer__grid { grid-template-columns: 1fr 1fr; }
  .ne-nav__links { display: none; }
  .ne-nav__cta { display: none; }
  .ne-burger { display: flex; }
  .ne-nav__mobile {padding: 16px 20px;display: none;gap: 12px;flex-direction: column;background: var(--ne_bg2);border-top: 1px solid var(--ne_glass-bd)}
  .ne-nav__mobile.is-open { display: flex; }
  .ne-nav__mobile a {color: var(--ne_text);font-size: .95rem;border-bottom: 1px solid var(--ne_glass-bd);padding: 8px 0}
}
@media (max-width: 540px) {
  .ne-features__grid { grid-template-columns: 1fr; }
  .ne-pay-grid { grid-template-columns: repeat(2, 1fr); }
  .ne-footer__grid { grid-template-columns: 1fr; }
  .ne-cta-section__border { padding: 36px 22px; }
  .ne-login-card { padding: 28px 22px; }
}

/* siteforge-footer-overlap-guard: stable mobile footer layout + sticky CTA clearance */
:where(footer,[class*='-footer']){overflow:visible;position:relative;z-index:1}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{max-width:100%;min-width:0}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){word-break:break-word;overflow-wrap:anywhere}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){display:grid !important;align-items:start !important;grid-template-columns:1fr !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){text-align:left;display:flex;gap:10px;flex-direction:column;align-items:flex-start}
  :where([class*='footer__brand']){margin-bottom:12px;max-height:110px;clear:both;float:none !important;max-width:110px}
}
