/* ============================================================
   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_white:   #ffffff;--ti_shadow:  0 4px 20px rgba(0,0,0,.55);--ti_border:  #2e2e2e;--ti_text:    #e5e5e5;--ti_gold:    rgba(245,158,11,1);--ti_muted:   #9a9a9a;--ti_bg:      rgba(13,13,13,1);--ti_red-dk:  #b91c1c;--ti_gold-lt: #fcd34d;--ti_r-lg:    10px;--ti_card:    rgb(34,34,34);--ti_surface: #1a1a1a;--ti_red:     #dc2626;--ti_r:       6px}

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

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

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

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

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

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

/* ── CTA Section ────────────────────────────────────────────── */
.ti-cta-section {padding: 70px 0;background: linear-gradient(135deg, var(--ti_red-dk) 0%, #7f1d1d 100%);position: relative;overflow: hidden;text-align: center}
.ti-cta-section::before {transform: translateX(-50%);position: absolute;height: 600px;content: '';pointer-events: none;top: -50%;width: 600px;background: rgba(245,158,11,.08);border-radius: 50%;left: 50%}
.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 {padding: 16px 36px;font-size: 1.05rem}

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

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

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

/* ── Login ──────────────────────────────────────────────────── */
.ti-login-wrap {display: flex;align-items: center;padding: 60px 20px;justify-content: center;min-height: 80vh}
.ti-login-card {width: 100%;background: var(--ti_surface);padding: 44px 40px;max-width: 440px;box-shadow: var(--ti_shadow);border-radius: var(--ti_r-lg);border: 1px solid var(--ti_border)}
.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 {gap: 16px;flex-direction: column;display: flex}
.ti-form label {font-size: .82rem;font-weight: 600;color: var(--ti_text);display: block;margin-bottom: 6px}
.ti-form input {color: var(--ti_white);border: 1px solid var(--ti_border);font-size: .95rem;border-radius: var(--ti_r);width: 100%;padding: 12px 14px;font-family: 'Roboto', sans-serif;transition: border-color .2s;background: var(--ti_card)}
.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 {grid-template-columns: repeat(3, 1fr);gap: 20px;display: grid}
.ti-plat-card {border: 1px solid var(--ti_border);transition: border-color .2s;border-radius: var(--ti_r-lg);padding: 24px 20px;border-left: 4px solid var(--ti_red);background: var(--ti_card)}
.ti-plat-card:hover { border-color: var(--ti_red); }
.ti-plat-card__num {color: var(--ti_red);font-size: 2.4rem;letter-spacing: .04em;font-family: 'Bebas Neue', sans-serif;line-height: 1;margin-bottom: 8px}
.ti-plat-card__title {font-weight: 700;color: var(--ti_white);margin-bottom: 8px}
.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 {border-top: 1px solid var(--ti_border);padding: 16px 20px;background: var(--ti_surface);display: none;gap: 12px;flex-direction: column}
  .ti-nav__mobile.is-open { display: flex; }
  .ti-nav__mobile a {font-size: .95rem;padding: 8px 0;color: var(--ti_text);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 {gap: 14px;flex-direction: column}
  .ti-stat-item + .ti-stat-item {border-left: none;border-top: 1px solid rgba(255,255,255,.2);padding-top: 10px;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']){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']){grid-template-columns:1fr !important;gap:16px !important;display:grid !important;align-items:start !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){display:flex;flex-direction:column;gap:10px;align-items:flex-start;text-align:left}
  :where([class*='footer__brand']){margin-bottom:12px;max-width:110px;clear:both;max-height:110px;float:none !important}
}
