/* ============================================================
   TITAN THEME — ti- prefix
   Palette: Red #dc2626, Gold #f59e0b | Bebas Neue + Roboto
   Signature: stats band, comparison table hero, left-border bonus cards
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@300;400;500;700&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {--ti_muted:   #9a9a9a;--ti_gold-lt: #fcd34d;--ti_r:       6px;--ti_bg:      #0d0d0d;--ti_red-dk:  rgba(185,28,28,1);--ti_border:  rgba(46,46,46,1);--ti_surface: #1a1a1a;--ti_shadow:  0 4px 20px rgba(0,0,0,.55);--ti_card:    #222222;--ti_text:    #e5e5e5;--ti_white:   #ffffff;--ti_gold:    #f59e0b;--ti_r-lg:    10px;--ti_red:     #dc2626}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after {margin: 0;padding: 0;box-sizing: border-box}
html { scroll-behavior: smooth; }
body {min-height: 100vh;color: var(--ti_text);background: var(--ti_bg);font-size: 16px;line-height: 1.6;font-family: 'Roboto', sans-serif;isolation:auto;user-select:auto;outline-offset:0}
img {max-width: 100%;height: auto;display: block}
a {color: var(--ti_gold);text-decoration: none}
a:hover { text-decoration: underline; }

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {line-height: 1.1;color: var(--ti_white);font-family: 'Bebas Neue', sans-serif;letter-spacing: .04em}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); }
p  {color: var(--ti_text);font-size: 1rem}

/* ── Layout ─────────────────────────────────────────────────── */
.ti-container {width: 100%;max-width: 1160px;margin: 0 auto;padding: 0 20px}
.ti-section   { padding: 70px 0; }

/* ── Stats Band ─────────────────────────────────────────────── */
.ti-stats-band {background: var(--ti_red);padding: 0;overflow: hidden}
.ti-stats-band__inner {flex-wrap: wrap;padding: 14px 20px;justify-content: space-around;gap: 10px;align-items: center;display: flex}
.ti-stat-item {flex-direction: column;min-width: 120px;gap: 2px;align-items: center;display: flex}
.ti-stat-item__num {line-height: 1;letter-spacing: .05em;font-size: 2rem;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white)}
.ti-stat-item__label {font-size: .72rem;font-weight: 500;text-transform: uppercase;color: rgba(255,255,255,.8);letter-spacing: .08em}
.ti-stat-item + .ti-stat-item {border-left: 1px solid rgba(255,255,255,.2);padding-left: 10px}

/* ── Nav ────────────────────────────────────────────────────── */
.ti-nav {background: var(--ti_bg);position: sticky;top: 0;z-index: 100;border-bottom: 2px solid var(--ti_red)}
.ti-nav__inner {padding: 0 20px;max-width: 1160px;height: 62px;display: flex;align-items: center;margin: 0 auto;justify-content: space-between}
.ti-nav__logo {color: var(--ti_white);letter-spacing: .06em;font-size: 1.6rem;font-family: 'Bebas Neue', sans-serif}
.ti-nav__logo span { color: var(--ti_gold); }
.ti-nav__links {gap: 28px;display: flex;list-style: none}
.ti-nav__links a {text-transform: uppercase;font-size: .88rem;font-weight: 500;letter-spacing: .06em;color: var(--ti_muted);transition: color .2s}
.ti-nav__links a:hover {text-decoration: none;color: var(--ti_gold)}
.ti-nav__cta {background: var(--ti_red);padding: 8px 20px;text-transform: uppercase;transition: background .2s;color: var(--ti_white) !important;font-weight: 700;font-size: .85rem;border-radius: var(--ti_r);letter-spacing: .08em}
.ti-nav__cta:hover {text-decoration: none;background: var(--ti_red-dk)}
.ti-burger {padding: 4px;display: none;cursor: pointer;border: none;gap: 5px;background: none;flex-direction: column}
.ti-burger span {display: block;transition: all .3s;background: var(--ti_white);height: 2px;width: 24px}

/* ── Hero (comparison layout) ───────────────────────────────── */
.ti-hero {background: radial-gradient(ellipse at 70% 50%, rgba(220,38,38,.12) 0%, transparent 60%),
              var(--ti_bg);padding: 60px 0 50px}
.ti-hero__inner {max-width: 1160px;gap: 50px;grid-template-columns: 1fr 480px;align-items: start;display: grid;padding: 0 20px;margin: 0 auto}
.ti-hero__tag {font-size: .78rem;padding: 4px 14px;letter-spacing: .08em;background: rgba(245,158,11,.12);border: 1px solid rgba(245,158,11,.3);margin-bottom: 16px;border-radius: 20px;color: var(--ti_gold);text-transform: uppercase;align-items: center;gap: 6px;font-weight: 600;display: inline-flex}
.ti-hero__h1 { margin-bottom: 16px; }
.ti-hero__h1 em {color: var(--ti_gold);font-style: normal}
.ti-hero__lead {margin-bottom: 28px;color: var(--ti_muted);font-size: 1.05rem;max-width: 480px}
.ti-hero__actions {display: flex;gap: 14px;flex-wrap: wrap}

/* Review badge */
.ti-review-badge {background: var(--ti_surface);border-radius: var(--ti_r);display: inline-flex;align-items: center;margin-bottom: 22px;border: 1px solid var(--ti_border);padding: 10px 16px;gap: 8px}
.ti-review-badge__stars {color: var(--ti_gold);letter-spacing: 2px;font-size: 1rem}
.ti-review-badge__text {color: var(--ti_muted);font-size: .82rem}
.ti-review-badge__text strong { color: var(--ti_white); }

/* Comparison Table */
.ti-cmp-table-wrap {border-radius: var(--ti_r-lg);background: var(--ti_surface);box-shadow: var(--ti_shadow);overflow: hidden;border: 1px solid var(--ti_border)}
.ti-cmp-table-wrap__head {text-align: center;background: var(--ti_red);padding: 14px 20px}
.ti-cmp-table-wrap__head h3 {font-size: 1.3rem;letter-spacing: .06em;color: var(--ti_white);font-family: 'Bebas Neue', sans-serif}
.ti-cmp-table {border-collapse: collapse;width: 100%;font-size: .9rem}
.ti-cmp-table thead th {font-weight: 600;color: var(--ti_muted);font-size: .72rem;letter-spacing: .08em;border-bottom: 1px solid var(--ti_border);text-transform: uppercase;background: var(--ti_card);padding: 10px 16px}
.ti-cmp-table thead th:first-child { text-align: left; }
.ti-cmp-table thead th:last-child {background: rgba(245,158,11,.08);color: var(--ti_gold)}
.ti-cmp-table tbody tr {transition: background .15s;border-bottom: 1px solid var(--ti_border)}
.ti-cmp-table tbody tr:last-child { border-bottom: none; }
.ti-cmp-table tbody tr:hover { background: rgba(255,255,255,.03); }
.ti-cmp-table td {color: var(--ti_muted);text-align: center;padding: 12px 16px}
.ti-cmp-table td:first-child {color: var(--ti_text);font-weight: 500;text-align: left}
.ti-cmp-table td:last-child {font-weight: 700;color: var(--ti_gold);background: rgba(245,158,11,.05)}
.ti-check {color: #22c55e;font-size: 1.1rem}
.ti-cross {font-size: 1.1rem;color: #ef4444}

.ti-cmp-table-wrap__footer {background: var(--ti_card);text-align: center;padding: 16px 20px;border-top: 1px solid var(--ti_border)}

/* ── Buttons ────────────────────────────────────────────────── */
.ti-btn {letter-spacing: .06em;text-decoration: none !important;transition: all .2s;gap: 8px;font-family: 'Roboto', sans-serif;font-weight: 700;padding: 14px 28px;align-items: center;border-radius: var(--ti_r);display: inline-flex;cursor: pointer;text-transform: uppercase;font-size: .95rem;border: none}
.ti-btn--primary {color: var(--ti_white);box-shadow: 0 4px 14px rgba(220,38,38,.4);background: var(--ti_red)}
.ti-btn--primary:hover {background: var(--ti_red-dk);transform: translateY(-1px);box-shadow: 0 6px 20px rgba(220,38,38,.5)}
.ti-btn--gold {background: var(--ti_gold);box-shadow: 0 4px 14px rgba(245,158,11,.35);color: rgba(0,0,0,1)}
.ti-btn--gold:hover {background: var(--ti_gold-lt);transform: translateY(-1px)}
.ti-btn--outline {background: transparent;border: 1.5px solid var(--ti_border);color: var(--ti_text)}
.ti-btn--outline:hover {border-color: var(--ti_gold);color: var(--ti_gold)}
.ti-btn--sm {font-size: .82rem;padding: 9px 18px}
.ti-btn--full {width: 100%;justify-content: center}

/* ── Feature Cards ─────────────────────────────────────────── */
.ti-features {
  background: var(--ti_surface);
}
.ti-features__head {margin-bottom: 44px;text-align: center}
.ti-features__head p {margin-top: 10px;color: var(--ti_muted)}
.ti-features__grid {gap: 22px;grid-template-columns: repeat(3, 1fr);display: grid}
.ti-feat-card {background: var(--ti_card);border-radius: var(--ti_r-lg);padding: 26px 22px;transition: border-color .2s, transform .2s;border: 1px solid var(--ti_border);position: relative}
.ti-feat-card:hover {border-color: var(--ti_red);transform: translateY(-3px)}
.ti-feat-card__icon {align-items: center;border-radius: var(--ti_r);background: rgba(220,38,38,.12);font-size: 1.5rem;height: 48px;width: 48px;display: flex;justify-content: center;margin-bottom: 16px}
.ti-feat-card__title {letter-spacing: .04em;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);font-size: 1.25rem;margin-bottom: 10px}
.ti-feat-card__text {color: var(--ti_muted);font-size: .9rem;line-height: 1.6}

/* ── Bonus Cards (left-border accent) ──────────────────────── */
.ti-bonus-section { background: var(--ti_bg); }
.ti-bonus-section__head {margin-bottom: 44px;text-align: center}
.ti-bonus-section__head p {margin-top: 10px;color: var(--ti_muted)}
.ti-bonus-grid {gap: 20px;grid-template-columns: repeat(2, 1fr);display: grid}
.ti-bonus-card {background: var(--ti_card);border-radius: var(--ti_r-lg);padding: 24px 22px;border-left: 4px solid var(--ti_gold);transition: border-color .2s;border: 1px solid var(--ti_border);gap: 10px;flex-direction: column;display: flex}
.ti-bonus-card:hover {border-left-color: var(--ti_red);border-color: var(--ti_gold)}
.ti-bonus-card__tag {border-radius: 12px;color: var(--ti_gold);letter-spacing: .1em;font-weight: 700;text-transform: uppercase;align-self: flex-start;padding: 3px 10px;font-size: .7rem;background: rgba(245,158,11,.1)}
.ti-bonus-card__amount {font-family: 'Bebas Neue', sans-serif;letter-spacing: .04em;font-size: 2rem;color: var(--ti_white);line-height: 1}
.ti-bonus-card__title {color: var(--ti_text);font-weight: 700;font-size: .95rem}
.ti-bonus-card__text {font-size: .88rem;color: var(--ti_muted);line-height: 1.55}
.ti-bonus-card__terms {color: var(--ti_muted);padding-top: 10px;margin-top: 4px;border-top: 1px solid var(--ti_border);font-size: .75rem}

/* ── FAQ ────────────────────────────────────────────────────── */
.ti-faq { background: var(--ti_surface); }
.ti-faq__head {margin-bottom: 44px;text-align: center}
.ti-faq__head p {color: var(--ti_muted);margin-top: 10px}
.ti-faq__list {display: flex;margin: 0 auto;max-width: 760px;flex-direction: column;gap: 10px}
.ti-faq-item {border: 1px solid var(--ti_border);transition: border-color .2s;background: var(--ti_card);border-radius: var(--ti_r);overflow: hidden}
.ti-faq-item:focus-within { border-color: var(--ti_red); }
.ti-faq-item__q {text-align: left;display: flex;font-size: .98rem;gap: 16px;background: none;padding: 18px 20px;color: var(--ti_white);cursor: pointer;font-weight: 600;align-items: center;justify-content: space-between;width: 100%;font-family: 'Roboto', sans-serif;border: none}
.ti-faq-item__q:hover { color: var(--ti_gold); }
.ti-faq-item__arrow {justify-content: center;align-items: center;transition: transform .3s;background: rgba(245,158,11,.12);width: 20px;flex-shrink: 0;color: var(--ti_gold);display: flex;border-radius: 50%;height: 20px;font-size: .7rem}
.ti-faq-item[data-open] .ti-faq-item__arrow { transform: rotate(180deg); }
.ti-faq-item__a {overflow: hidden;max-height: 0;padding: 0 20px;transition: max-height .35s ease, padding .35s ease}
.ti-faq-item[data-open] .ti-faq-item__a {padding: 0 20px 18px;max-height: 400px}
.ti-faq-item__a p {line-height: 1.7;color: var(--ti_muted);font-size: .9rem}

/* ── Payments ───────────────────────────────────────────────── */
.ti-payments { background: var(--ti_bg); }
.ti-payments__head {text-align: center;margin-bottom: 40px}
.ti-payments__head p {color: var(--ti_muted);margin-top: 10px}
.ti-pay-grid {gap: 14px;grid-template-columns: repeat(5, 1fr);display: grid}
.ti-pay-card {border-radius: var(--ti_r);border: 1px solid var(--ti_border);background: var(--ti_card);transition: border-color .2s;text-align: center;padding: 18px 14px}
.ti-pay-card:hover { border-color: var(--ti_gold); }
.ti-pay-card__icon {font-size: 1.8rem;margin-bottom: 8px}
.ti-pay-card__name {font-weight: 600;color: var(--ti_text);font-size: .78rem}
.ti-pay-card__time {font-size: .7rem;color: var(--ti_muted);margin-top: 2px}

/* ── CTA Section ────────────────────────────────────────────── */
.ti-cta-section {padding: 70px 0;background: linear-gradient(135deg, var(--ti_red-dk) 0%, #7f1d1d 100%);overflow: hidden;text-align: center;position: relative}
.ti-cta-section::before {position: absolute;transform: translateX(-50%);border-radius: 50%;content: '';top: -50%;width: 600px;background: rgba(245,158,11,.08);pointer-events: none;left: 50%;height: 600px}
.ti-cta-section h2 {color: var(--ti_white);margin-bottom: 14px}
.ti-cta-section p {margin-bottom: 28px;color: rgba(255,255,255,.75);font-size: 1.05rem}
.ti-cta-section .ti-btn--gold {padding: 16px 36px;font-size: 1.05rem}

/* ── Footer ─────────────────────────────────────────────────── */
.ti-footer {background: #000;padding: 54px 0 28px;border-top: 1px solid var(--ti_border)}
.ti-footer__grid {gap: 40px;grid-template-columns: 1.5fr 1fr 1fr 1fr;margin-bottom: 44px;display: grid}
.ti-footer__brand {font-size: 1.5rem;letter-spacing: .06em;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);margin-bottom: 14px}
.ti-footer__brand span { color: var(--ti_gold); }
.ti-footer__desc {color: var(--ti_muted);line-height: 1.65;font-size: .85rem}
.ti-footer__col h4 {letter-spacing: .1em;font-size: .72rem;font-weight: 700;color: var(--ti_muted);text-transform: uppercase;margin-bottom: 14px}
.ti-footer__col ul {flex-direction: column;list-style: none;display: flex;gap: 8px}
.ti-footer__col ul a {color: var(--ti_muted);font-size: .88rem;transition: color .2s}
.ti-footer__col ul a:hover {text-decoration: none;color: var(--ti_gold)}
.ti-footer__bottom {display: flex;align-items: center;flex-wrap: wrap;gap: 12px;padding-top: 22px;justify-content: space-between;border-top: 1px solid var(--ti_border)}
.ti-footer__copy {font-size: .8rem;color: var(--ti_muted)}
.ti-footer__warn {text-align: right;font-size: .75rem;color: var(--ti_muted);max-width: 500px}

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

/* ── Generic / Legal pages ──────────────────────────────────── */
.ti-page-hero {background: var(--ti_surface);border-bottom: 1px solid var(--ti_border);padding: 50px 0 40px}
.ti-page-hero__tag {font-weight: 700;font-size: .75rem;text-transform: uppercase;letter-spacing: .1em;margin-bottom: 10px;color: var(--ti_gold)}
.ti-content {max-width: 780px;margin: 0 auto}
.ti-content h2 {margin: 36px 0 12px;color: var(--ti_white);font-size: 1.6rem}
.ti-content h3 {margin: 28px 0 10px;color: var(--ti_text);font-size: 1.2rem}
.ti-content p  {margin-bottom: 16px;color: var(--ti_muted)}
.ti-content ul, .ti-content ol { margin: 0 0 16px 22px; }
.ti-content li {font-size: .95rem;margin-bottom: 8px;color: var(--ti_muted)}
.ti-content a  { color: var(--ti_gold); }

/* ── Login ──────────────────────────────────────────────────── */
.ti-login-wrap {padding: 60px 20px;min-height: 80vh;display: flex;justify-content: center;align-items: center}
.ti-login-card {border-radius: var(--ti_r-lg);background: var(--ti_surface);width: 100%;padding: 44px 40px;border: 1px solid var(--ti_border);box-shadow: var(--ti_shadow);max-width: 440px}
.ti-login-card h2 {margin-bottom: 8px;text-align: center}
.ti-login-card__sub {font-size: .92rem;color: var(--ti_muted);text-align: center;margin-bottom: 28px}
.ti-form {flex-direction: column;gap: 16px;display: flex}
.ti-form label {margin-bottom: 6px;font-size: .82rem;color: var(--ti_text);font-weight: 600;display: block}
.ti-form input {font-family: 'Roboto', sans-serif;padding: 12px 14px;color: var(--ti_white);width: 100%;font-size: .95rem;background: var(--ti_card);border: 1px solid var(--ti_border);transition: border-color .2s;border-radius: var(--ti_r)}
.ti-form input:focus {outline: none;border-color: var(--ti_red)}
.ti-form__hint {font-size: .78rem;margin-top: 4px;text-align: center;color: var(--ti_muted)}

/* ── Plataforma page ────────────────────────────────────────── */
.ti-plat-grid {display: grid;gap: 20px;grid-template-columns: repeat(3, 1fr)}
.ti-plat-card {border: 1px solid var(--ti_border);padding: 24px 20px;background: var(--ti_card);border-radius: var(--ti_r-lg);transition: border-color .2s;border-left: 4px solid var(--ti_red)}
.ti-plat-card:hover { border-color: var(--ti_red); }
.ti-plat-card__num {margin-bottom: 8px;font-size: 2.4rem;font-family: 'Bebas Neue', sans-serif;color: var(--ti_red);line-height: 1;letter-spacing: .04em}
.ti-plat-card__title {font-weight: 700;margin-bottom: 8px;color: var(--ti_white)}
.ti-plat-card__text {color: var(--ti_muted);font-size: .88rem}

/* ── Mobile ─────────────────────────────────────────────────── */
.ti-nav__mobile { display: none; }
@media (max-width: 900px) {
  .ti-hero__inner { grid-template-columns: 1fr; }
  .ti-cmp-table-wrap { order: -1; }
  .ti-features__grid { grid-template-columns: repeat(2, 1fr); }
  .ti-bonus-grid { grid-template-columns: 1fr; }
  .ti-pay-grid { grid-template-columns: repeat(3, 1fr); }
  .ti-footer__grid { grid-template-columns: 1fr 1fr; }
  .ti-plat-grid { grid-template-columns: 1fr 1fr; }
  .ti-nav__links { display: none; }
  .ti-nav__cta { display: none; }
  .ti-burger { display: flex; }
  .ti-nav__mobile {padding: 16px 20px;border-top: 1px solid var(--ti_border);flex-direction: column;gap: 12px;background: var(--ti_surface);display: none}
  .ti-nav__mobile.is-open { display: flex; }
  .ti-nav__mobile a {border-bottom: 1px solid var(--ti_border);color: var(--ti_text);font-size: .95rem;padding: 8px 0}
}
@media (max-width: 540px) {
  .ti-features__grid { grid-template-columns: 1fr; }
  .ti-pay-grid { grid-template-columns: repeat(2, 1fr); }
  .ti-footer__grid { grid-template-columns: 1fr; }
  .ti-plat-grid { grid-template-columns: 1fr; }
  .ti-stats-band__inner {flex-direction: column;gap: 14px}
  .ti-stat-item + .ti-stat-item {border-left: none;padding-top: 10px;padding-left: 0;border-top: 1px solid rgba(255,255,255,.2)}
  .sf-sticky-cta__text { font-size: .8rem; }
  .ti-login-card { padding: 28px 22px; }
}

/* siteforge-footer-overlap-guard: stable mobile footer layout + sticky CTA clearance */
:where(footer,[class*='-footer']){z-index:1;overflow:visible;position:relative}
: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']){overflow-wrap:anywhere;word-break:break-word}
@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']){grid-template-columns:1fr !important;align-items:start !important;gap:16px !important;display:grid !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){text-align:left;display:flex;align-items:flex-start;gap:10px;flex-direction:column}
  :where([class*='footer__brand']){max-width:110px;max-height:110px;float:none !important;margin-bottom:12px;clear:both}
}
