/* ============================================================
   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_bg:      #0d0d0d;--ti_surface: #1a1a1a;--ti_r:       6px;--ti_card:    rgba(34,34,34,1);--ti_red:     #dc2626;--ti_shadow:  0 4px 20px rgba(0,0,0,.55);--ti_border:  rgb(46,46,46);--ti_red-dk:  #b91c1c;--ti_muted:   #9a9a9a;--ti_white:   #ffffff;--ti_text:    rgba(229,229,229,1);--ti_r-lg:    10px;--ti_gold-lt: #fcd34d;--ti_gold:    #f59e0b}

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

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);line-height: 1.1;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 {padding: 0 20px;margin: 0 auto;max-width: 1160px;width: 100%}
.ti-section   { padding: 70px 0; }

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

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

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

/* Review badge */
.ti-review-badge {display: inline-flex;border: 1px solid var(--ti_border);gap: 8px;align-items: center;margin-bottom: 22px;border-radius: var(--ti_r);background: var(--ti_surface);padding: 10px 16px}
.ti-review-badge__stars {font-size: 1rem;color: var(--ti_gold);letter-spacing: 2px}
.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 {background: var(--ti_surface);box-shadow: var(--ti_shadow);border-radius: var(--ti_r-lg);overflow: hidden;border: 1px solid var(--ti_border)}
.ti-cmp-table-wrap__head {padding: 14px 20px;text-align: center;background: var(--ti_red)}
.ti-cmp-table-wrap__head h3 {font-family: 'Bebas Neue', sans-serif;letter-spacing: .06em;color: var(--ti_white);font-size: 1.3rem}
.ti-cmp-table {width: 100%;font-size: .9rem;border-collapse: collapse}
.ti-cmp-table thead th {background: var(--ti_card);border-bottom: 1px solid var(--ti_border);text-transform: uppercase;letter-spacing: .08em;padding: 10px 16px;font-size: .72rem;font-weight: 600;color: var(--ti_muted)}
.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 {border-bottom: 1px solid var(--ti_border);transition: background .15s}
.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 {text-align: center;color: var(--ti_muted);padding: 12px 16px}
.ti-cmp-table td:first-child {text-align: left;font-weight: 500;color: var(--ti_text)}
.ti-cmp-table td:last-child {color: var(--ti_gold);background: rgba(245,158,11,.05);font-weight: 700}
.ti-check {font-size: 1.1rem;color: rgb(34,197,94)}
.ti-cross {color: #ef4444;font-size: 1.1rem}

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

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

/* ── 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 {grid-template-columns: repeat(3, 1fr);display: grid;gap: 22px}
.ti-feat-card {border: 1px solid var(--ti_border);position: relative;transition: border-color .2s, transform .2s;background: var(--ti_card);padding: 26px 22px;border-radius: var(--ti_r-lg)}
.ti-feat-card:hover {border-color: var(--ti_red);transform: translateY(-3px)}
.ti-feat-card__icon {height: 48px;display: flex;justify-content: center;align-items: center;border-radius: var(--ti_r);width: 48px;font-size: 1.5rem;background: rgba(220,38,38,.12);margin-bottom: 16px}
.ti-feat-card__title {font-size: 1.25rem;color: var(--ti_white);font-family: 'Bebas Neue', sans-serif;letter-spacing: .04em;margin-bottom: 10px}
.ti-feat-card__text {font-size: .9rem;color: var(--ti_muted);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;display: grid;grid-template-columns: repeat(2, 1fr)}
.ti-bonus-card {transition: border-color .2s;background: var(--ti_card);padding: 24px 22px;gap: 10px;flex-direction: column;border-radius: var(--ti_r-lg);display: flex;border: 1px solid var(--ti_border);border-left: 4px solid var(--ti_gold)}
.ti-bonus-card:hover {border-color: var(--ti_gold);border-left-color: var(--ti_red)}
.ti-bonus-card__tag {color: var(--ti_gold);background: rgba(245,158,11,.1);letter-spacing: .1em;border-radius: 12px;text-transform: uppercase;font-size: .7rem;font-weight: 700;align-self: flex-start;padding: 3px 10px}
.ti-bonus-card__amount {line-height: 1;font-size: 2rem;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);letter-spacing: .04em}
.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 {padding-top: 10px;font-size: .75rem;border-top: 1px solid var(--ti_border);margin-top: 4px;color: var(--ti_muted)}

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

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

/* ── CTA Section ────────────────────────────────────────────── */
.ti-cta-section {position: relative;background: linear-gradient(135deg, var(--ti_red-dk) 0%, #7f1d1d 100%);overflow: hidden;text-align: center;padding: 70px 0}
.ti-cta-section::before {width: 600px;position: absolute;left: 50%;border-radius: 50%;top: -50%;pointer-events: none;content: '';background: rgba(245,158,11,.08);transform: translateX(-50%);height: 600px}
.ti-cta-section h2 {margin-bottom: 14px;color: var(--ti_white)}
.ti-cta-section p {color: rgba(255,255,255,.75);margin-bottom: 28px;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;margin-bottom: 44px;grid-template-columns: 1.5fr 1fr 1fr 1fr;display: grid}
.ti-footer__brand {letter-spacing: .06em;margin-bottom: 14px;color: var(--ti_white);font-family: 'Bebas Neue', sans-serif;font-size: 1.5rem}
.ti-footer__brand span { color: var(--ti_gold); }
.ti-footer__desc {line-height: 1.65;font-size: .85rem;color: var(--ti_muted)}
.ti-footer__col h4 {margin-bottom: 14px;text-transform: uppercase;font-weight: 700;color: var(--ti_muted);letter-spacing: .1em;font-size: .72rem}
.ti-footer__col ul {display: flex;gap: 8px;list-style: none;flex-direction: column}
.ti-footer__col ul a {transition: color .2s;font-size: .88rem;color: var(--ti_muted)}
.ti-footer__col ul a:hover {text-decoration: none;color: var(--ti_gold)}
.ti-footer__bottom {flex-wrap: wrap;gap: 12px;padding-top: 22px;justify-content: space-between;align-items: center;display: flex;border-top: 1px solid var(--ti_border)}
.ti-footer__copy {color: var(--ti_muted);font-size: .8rem}
.ti-footer__warn {color: var(--ti_muted);max-width: 500px;font-size: .75rem;text-align: right}

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

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

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

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

/* ── 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 {background: var(--ti_surface);display: none;flex-direction: column;padding: 16px 20px;border-top: 1px solid var(--ti_border);gap: 12px}
  .ti-nav__mobile.is-open { display: flex; }
  .ti-nav__mobile a {padding: 8px 0;color: var(--ti_text);font-size: .95rem;border-bottom: 1px solid var(--ti_border)}
}
@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 {padding-left: 0;padding-top: 10px;border-top: 1px solid rgba(255,255,255,.2);border-left: none}
  .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']){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']){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']){align-items:start !important;gap:16px !important;display:grid !important;grid-template-columns:1fr !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){gap:10px;align-items:flex-start;text-align:left;display:flex;flex-direction:column}
  :where([class*='footer__brand']){margin-bottom:12px;float:none !important;max-height:110px;max-width:110px;clear:both}
}
