/* ============================================================
   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_card:    #222222;--ti_r-lg:    10px;--ti_text:    #e5e5e5;--ti_white:   #ffffff;--ti_shadow:  0 4px 20px rgba(0,0,0,.55);--ti_surface: rgba(26,26,26,1);--ti_muted:   rgba(154,154,154,1);--ti_gold-lt: #fcd34d;--ti_red:     #dc2626;--ti_red-dk:  #b91c1c;--ti_bg:      rgba(13,13,13,1);--ti_border:  rgb(46,46,46);--ti_r:       6px}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after {padding: 0;box-sizing: border-box;margin: 0}
html { scroll-behavior: smooth; }
body {line-height: 1.6;font-size: 16px;color: var(--ti_text);min-height: 100vh;font-family: 'Roboto', sans-serif;background: var(--ti_bg);isolation:auto;user-select:auto;pointer-events:auto}
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 {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 {max-width: 1160px;margin: 0 auto;width: 100%;padding: 0 20px}
.ti-section   { padding: 70px 0; }

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

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

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

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

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

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

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

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

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

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

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

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