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

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after {padding: 0;box-sizing: border-box;margin: 0}
html { scroll-behavior: smooth; }
body {min-height: 100vh;font-family: 'Roboto', sans-serif;background: var(--ti_bg);line-height: 1.6;color: var(--ti_text);font-size: 16px;outline-offset:0;visibility:visible}
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 {color: var(--ti_white);line-height: 1.1;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  {font-size: 1rem;color: var(--ti_text)}

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

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

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

/* Review badge */
.ti-review-badge {border-radius: var(--ti_r);display: inline-flex;margin-bottom: 22px;align-items: center;border: 1px solid var(--ti_border);gap: 8px;background: var(--ti_surface);padding: 10px 16px}
.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 {border-radius: var(--ti_r-lg);background: var(--ti_surface);overflow: hidden;box-shadow: var(--ti_shadow);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-family: 'Bebas Neue', sans-serif;color: var(--ti_white);font-size: 1.3rem;letter-spacing: .06em}
.ti-cmp-table {font-size: .9rem;width: 100%;border-collapse: collapse}
.ti-cmp-table thead th {padding: 10px 16px;color: var(--ti_muted);text-transform: uppercase;letter-spacing: .08em;font-weight: 600;background: var(--ti_card);border-bottom: 1px solid var(--ti_border);font-size: .72rem}
.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 {color: var(--ti_muted);text-align: center;padding: 12px 16px}
.ti-cmp-table td:first-child {font-weight: 500;text-align: left;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 {font-size: 1.1rem;color: #ef4444}

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

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

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

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

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

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

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

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

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