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

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

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {font-family: 'Bebas Neue', sans-serif;line-height: 1.1;letter-spacing: .04em;color: var(--ti_white)}
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%;margin: 0 auto;max-width: 1160px;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 {justify-content: space-around;display: flex;padding: 14px 20px;flex-wrap: wrap;gap: 10px;align-items: center}
.ti-stat-item {display: flex;flex-direction: column;min-width: 120px;gap: 2px;align-items: center}
.ti-stat-item__num {font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);line-height: 1;font-size: 2rem;letter-spacing: .05em}
.ti-stat-item__label {letter-spacing: .08em;font-size: .72rem;color: rgba(255,255,255,.8);text-transform: uppercase;font-weight: 500}
.ti-stat-item + .ti-stat-item {padding-left: 10px;border-left: 1px solid rgba(255,255,255,.2)}

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

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

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

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

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

/* ── FAQ ────────────────────────────────────────────────────── */
.ti-faq { background: var(--ti_surface); }
.ti-faq__head {text-align: center;margin-bottom: 44px}
.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-radius: var(--ti_r);border: 1px solid var(--ti_border);overflow: hidden;background: var(--ti_card);transition: border-color .2s}
.ti-faq-item:focus-within { border-color: var(--ti_red); }
.ti-faq-item__q {cursor: pointer;display: flex;width: 100%;justify-content: space-between;color: var(--ti_white);background: none;padding: 18px 20px;border: none;gap: 16px;font-weight: 600;font-size: .98rem;font-family: 'Roboto', sans-serif;text-align: left;align-items: center}
.ti-faq-item__q:hover { color: var(--ti_gold); }
.ti-faq-item__arrow {width: 20px;font-size: .7rem;border-radius: 50%;transition: transform .3s;align-items: center;justify-content: center;display: flex;flex-shrink: 0;height: 20px;color: var(--ti_gold);background: rgba(245,158,11,.12)}
.ti-faq-item[data-open] .ti-faq-item__arrow { transform: rotate(180deg); }
.ti-faq-item__a {padding: 0 20px;max-height: 0;transition: max-height .35s ease, padding .35s ease;overflow: hidden}
.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 {grid-template-columns: repeat(5, 1fr);display: grid;gap: 14px}
.ti-pay-card {border-radius: var(--ti_r);border: 1px solid var(--ti_border);background: var(--ti_card);text-align: center;padding: 18px 14px;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 {overflow: hidden;background: linear-gradient(135deg, var(--ti_red-dk) 0%, #7f1d1d 100%);text-align: center;padding: 70px 0;position: relative}
.ti-cta-section::before {position: absolute;transform: translateX(-50%);width: 600px;background: rgba(245,158,11,.08);content: '';height: 600px;top: -50%;pointer-events: none;left: 50%;border-radius: 50%}
.ti-cta-section h2 {margin-bottom: 14px;color: var(--ti_white)}
.ti-cta-section p {font-size: 1.05rem;color: rgba(255,255,255,.75);margin-bottom: 28px}
.ti-cta-section .ti-btn--gold {padding: 16px 36px;font-size: 1.05rem}

/* ── Footer ─────────────────────────────────────────────────── */
.ti-footer {padding: 54px 0 28px;border-top: 1px solid var(--ti_border);background: rgb(0,0,0)}
.ti-footer__grid {display: grid;gap: 40px;margin-bottom: 44px;grid-template-columns: 1.5fr 1fr 1fr 1fr}
.ti-footer__brand {letter-spacing: .06em;margin-bottom: 14px;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);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 {color: var(--ti_muted);font-size: .72rem;font-weight: 700;margin-bottom: 14px;text-transform: uppercase;letter-spacing: .1em}
.ti-footer__col ul {gap: 8px;list-style: none;flex-direction: column;display: flex}
.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 {display: flex;gap: 12px;flex-wrap: wrap;align-items: center;border-top: 1px solid var(--ti_border);justify-content: space-between;padding-top: 22px}
.ti-footer__copy {font-size: .8rem;color: var(--ti_muted)}
.ti-footer__warn {font-size: .75rem;color: var(--ti_muted);text-align: right;max-width: 500px}

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

/* ── Generic / Legal pages ──────────────────────────────────── */
.ti-page-hero {background: var(--ti_surface);padding: 50px 0 40px;border-bottom: 1px solid var(--ti_border)}
.ti-page-hero__tag {font-weight: 700;letter-spacing: .1em;margin-bottom: 10px;color: var(--ti_gold);font-size: .75rem;text-transform: uppercase}
.ti-content {max-width: 780px;margin: 0 auto}
.ti-content h2 {font-size: 1.6rem;margin: 36px 0 12px;color: var(--ti_white)}
.ti-content h3 {font-size: 1.2rem;color: var(--ti_text);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;display: flex;min-height: 80vh;padding: 60px 20px;justify-content: center}
.ti-login-card {border: 1px solid var(--ti_border);border-radius: var(--ti_r-lg);background: var(--ti_surface);max-width: 440px;box-shadow: var(--ti_shadow);width: 100%;padding: 44px 40px}
.ti-login-card h2 {text-align: center;margin-bottom: 8px}
.ti-login-card__sub {color: var(--ti_muted);margin-bottom: 28px;font-size: .92rem;text-align: center}
.ti-form {display: flex;flex-direction: column;gap: 16px}
.ti-form label {font-size: .82rem;color: var(--ti_text);font-weight: 600;display: block;margin-bottom: 6px}
.ti-form input {border: 1px solid var(--ti_border);font-size: .95rem;background: var(--ti_card);color: var(--ti_white);width: 100%;font-family: 'Roboto', sans-serif;border-radius: var(--ti_r);transition: border-color .2s;padding: 12px 14px}
.ti-form input:focus {border-color: var(--ti_red);outline: none}
.ti-form__hint {font-size: .78rem;text-align: center;color: var(--ti_muted);margin-top: 4px}

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