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

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

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

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

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

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

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

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

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

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

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

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

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

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