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

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

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {letter-spacing: .04em;line-height: 1.1;color: var(--ti_white);font-family: 'Bebas Neue', sans-serif}
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  {font-size: 1rem;color: var(--ti_text)}

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

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

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

/* ── 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 {align-items: start;max-width: 1160px;padding: 0 20px;margin: 0 auto;grid-template-columns: 1fr 480px;gap: 50px;display: grid}
.ti-hero__tag {font-size: .78rem;border: 1px solid rgba(245,158,11,.3);border-radius: 20px;display: inline-flex;text-transform: uppercase;letter-spacing: .08em;font-weight: 600;margin-bottom: 16px;gap: 6px;align-items: center;background: rgba(245,158,11,.12);color: var(--ti_gold);padding: 4px 14px}
.ti-hero__h1 { margin-bottom: 16px; }
.ti-hero__h1 em {color: var(--ti_gold);font-style: normal}
.ti-hero__lead {max-width: 480px;font-size: 1.05rem;margin-bottom: 28px;color: var(--ti_muted)}
.ti-hero__actions {display: flex;flex-wrap: wrap;gap: 14px}

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

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

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

/* ── Buttons ────────────────────────────────────────────────── */
.ti-btn {font-weight: 700;gap: 8px;border-radius: var(--ti_r);font-family: 'Roboto', sans-serif;font-size: .95rem;cursor: pointer;letter-spacing: .06em;border: none;display: inline-flex;transition: all .2s;text-transform: uppercase;align-items: center;text-decoration: none !important;padding: 14px 28px}
.ti-btn--primary {box-shadow: 0 4px 14px rgba(220,38,38,.4);background: var(--ti_red);color: var(--ti_white)}
.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 {box-shadow: 0 4px 14px rgba(245,158,11,.35);background: var(--ti_gold);color: #000}
.ti-btn--gold:hover {transform: translateY(-1px);background: var(--ti_gold-lt)}
.ti-btn--outline {color: var(--ti_text);background: transparent;border: 1.5px solid var(--ti_border)}
.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 {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 {color: var(--ti_muted);margin-top: 10px}
.ti-features__grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 22px}
.ti-feat-card {transition: border-color .2s, transform .2s;border: 1px solid var(--ti_border);background: var(--ti_card);padding: 26px 22px;border-radius: var(--ti_r-lg);position: relative}
.ti-feat-card:hover {border-color: var(--ti_red);transform: translateY(-3px)}
.ti-feat-card__icon {display: flex;margin-bottom: 16px;justify-content: center;background: rgba(220,38,38,.12);align-items: center;height: 48px;font-size: 1.5rem;border-radius: var(--ti_r);width: 48px}
.ti-feat-card__title {font-family: 'Bebas Neue', sans-serif;letter-spacing: .04em;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 {text-align: center;margin-bottom: 44px}
.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-left: 4px solid var(--ti_gold);display: flex;border: 1px solid var(--ti_border);padding: 24px 22px;flex-direction: column;transition: border-color .2s;gap: 10px;border-radius: var(--ti_r-lg)}
.ti-bonus-card:hover {border-left-color: var(--ti_red);border-color: var(--ti_gold)}
.ti-bonus-card__tag {background: rgba(245,158,11,.1);letter-spacing: .1em;align-self: flex-start;font-weight: 700;border-radius: 12px;font-size: .7rem;padding: 3px 10px;color: var(--ti_gold);text-transform: uppercase}
.ti-bonus-card__amount {color: var(--ti_white);letter-spacing: .04em;line-height: 1;font-family: 'Bebas Neue', sans-serif;font-size: 2rem}
.ti-bonus-card__title {font-size: .95rem;color: var(--ti_text);font-weight: 700}
.ti-bonus-card__text {line-height: 1.55;font-size: .88rem;color: var(--ti_muted)}
.ti-bonus-card__terms {margin-top: 4px;color: var(--ti_muted);padding-top: 10px;font-size: .75rem;border-top: 1px solid var(--ti_border)}

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

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

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

/* ── 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;font-family: 'Bebas Neue', sans-serif;letter-spacing: .06em;margin-bottom: 14px;color: var(--ti_white)}
.ti-footer__brand span { color: var(--ti_gold); }
.ti-footer__desc {color: var(--ti_muted);font-size: .85rem;line-height: 1.65}
.ti-footer__col h4 {font-size: .72rem;margin-bottom: 14px;font-weight: 700;text-transform: uppercase;letter-spacing: .1em;color: var(--ti_muted)}
.ti-footer__col ul {display: flex;list-style: none;gap: 8px;flex-direction: column}
.ti-footer__col ul a {color: var(--ti_muted);font-size: .88rem;transition: color .2s}
.ti-footer__col ul a:hover {color: var(--ti_gold);text-decoration: none}
.ti-footer__bottom {flex-wrap: wrap;display: flex;border-top: 1px solid var(--ti_border);align-items: center;gap: 12px;justify-content: space-between;padding-top: 22px}
.ti-footer__copy {color: var(--ti_muted);font-size: .8rem}
.ti-footer__warn {color: var(--ti_muted);text-align: right;font-size: .75rem;max-width: 500px}

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

/* ── Generic / Legal pages ──────────────────────────────────── */
.ti-page-hero {border-bottom: 1px solid var(--ti_border);background: var(--ti_surface);padding: 50px 0 40px}
.ti-page-hero__tag {color: var(--ti_gold);font-size: .75rem;letter-spacing: .1em;margin-bottom: 10px;font-weight: 700;text-transform: uppercase}
.ti-content {margin: 0 auto;max-width: 780px}
.ti-content h2 {margin: 36px 0 12px;font-size: 1.6rem;color: var(--ti_white)}
.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 {font-size: .95rem;margin-bottom: 8px;color: var(--ti_muted)}
.ti-content a  { color: var(--ti_gold); }

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

/* ── Plataforma page ────────────────────────────────────────── */
.ti-plat-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px}
.ti-plat-card {background: var(--ti_card);border-left: 4px solid var(--ti_red);border: 1px solid var(--ti_border);padding: 24px 20px;border-radius: var(--ti_r-lg);transition: border-color .2s}
.ti-plat-card:hover { border-color: var(--ti_red); }
.ti-plat-card__num {margin-bottom: 8px;font-family: 'Bebas Neue', sans-serif;letter-spacing: .04em;color: var(--ti_red);line-height: 1;font-size: 2.4rem}
.ti-plat-card__title {color: var(--ti_white);margin-bottom: 8px;font-weight: 700}
.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 {display: none;flex-direction: column;gap: 12px;padding: 16px 20px;background: var(--ti_surface);border-top: 1px solid var(--ti_border)}
  .ti-nav__mobile.is-open { display: flex; }
  .ti-nav__mobile a {border-bottom: 1px solid var(--ti_border);color: var(--ti_text);padding: 8px 0;font-size: .95rem}
}
@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-top: 10px;border-top: 1px solid rgba(255,255,255,.2);border-left: none;padding-left: 0}
  .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;z-index:1;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'])>*{min-width:0;max-width:100%}
: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;grid-template-columns:1fr !important;display:grid !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){align-items:flex-start;display:flex;text-align:left;gap:10px;flex-direction:column}
  :where([class*='footer__brand']){margin-bottom:12px;float:none !important;max-height:110px;clear:both;max-width:110px}
}
