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

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

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

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

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

.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 {text-decoration: none !important;display: inline-flex;border-radius: var(--ti_r);font-family: 'Roboto', sans-serif;align-items: center;letter-spacing: .06em;font-weight: 700;border: none;cursor: pointer;gap: 8px;text-transform: uppercase;padding: 14px 28px;font-size: .95rem;transition: all .2s}
.ti-btn--primary {color: var(--ti_white);background: var(--ti_red);box-shadow: 0 4px 14px rgba(220,38,38,.4)}
.ti-btn--primary:hover {box-shadow: 0 6px 20px rgba(220,38,38,.5);transform: translateY(-1px);background: var(--ti_red-dk)}
.ti-btn--gold {background: var(--ti_gold);box-shadow: 0 4px 14px rgba(245,158,11,.35);color: #000}
.ti-btn--gold:hover {background: var(--ti_gold-lt);transform: translateY(-1px)}
.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 {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 {display: grid;gap: 22px;grid-template-columns: repeat(3, 1fr)}
.ti-feat-card {border: 1px solid var(--ti_border);position: relative;transition: border-color .2s, transform .2s;padding: 26px 22px;border-radius: var(--ti_r-lg);background: var(--ti_card)}
.ti-feat-card:hover {border-color: var(--ti_red);transform: translateY(-3px)}
.ti-feat-card__icon {display: flex;font-size: 1.5rem;align-items: center;justify-content: center;width: 48px;background: rgba(220,38,38,.12);border-radius: var(--ti_r);margin-bottom: 16px;height: 48px}
.ti-feat-card__title {letter-spacing: .04em;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);margin-bottom: 10px;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 {gap: 20px;display: grid;grid-template-columns: repeat(2, 1fr)}
.ti-bonus-card {flex-direction: column;border: 1px solid var(--ti_border);border-left: 4px solid var(--ti_gold);border-radius: var(--ti_r-lg);gap: 10px;background: var(--ti_card);transition: border-color .2s;padding: 24px 22px;display: flex}
.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;align-self: flex-start;color: var(--ti_gold);border-radius: 12px;font-weight: 700;letter-spacing: .1em}
.ti-bonus-card__amount {font-family: 'Bebas Neue', sans-serif;letter-spacing: .04em;line-height: 1;color: var(--ti_white);font-size: 2rem}
.ti-bonus-card__title {font-weight: 700;font-size: .95rem;color: var(--ti_text)}
.ti-bonus-card__text {font-size: .88rem;color: var(--ti_muted);line-height: 1.55}
.ti-bonus-card__terms {color: var(--ti_muted);border-top: 1px solid var(--ti_border);font-size: .75rem;margin-top: 4px;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;flex-direction: column;display: flex;margin: 0 auto;max-width: 760px}
.ti-faq-item {border-radius: var(--ti_r);background: var(--ti_card);overflow: hidden;border: 1px solid var(--ti_border);transition: border-color .2s}
.ti-faq-item:focus-within { border-color: var(--ti_red); }
.ti-faq-item__q {font-size: .98rem;width: 100%;color: var(--ti_white);align-items: center;padding: 18px 20px;text-align: left;justify-content: space-between;display: flex;border: none;font-weight: 600;font-family: 'Roboto', sans-serif;background: none;gap: 16px;cursor: pointer}
.ti-faq-item__q:hover { color: var(--ti_gold); }
.ti-faq-item__arrow {display: flex;font-size: .7rem;border-radius: 50%;color: var(--ti_gold);width: 20px;flex-shrink: 0;justify-content: center;background: rgba(245,158,11,.12);transition: transform .3s;align-items: center;height: 20px}
.ti-faq-item[data-open] .ti-faq-item__arrow { transform: rotate(180deg); }
.ti-faq-item__a {max-height: 0;padding: 0 20px;transition: max-height .35s ease, padding .35s ease;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 {margin-bottom: 40px;text-align: center}
.ti-payments__head p {margin-top: 10px;color: var(--ti_muted)}
.ti-pay-grid {grid-template-columns: repeat(5, 1fr);gap: 14px;display: grid}
.ti-pay-card {padding: 18px 14px;transition: border-color .2s;border-radius: var(--ti_r);background: var(--ti_card);border: 1px solid var(--ti_border);text-align: center}
.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-weight: 600;color: var(--ti_text);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;overflow: hidden;background: linear-gradient(135deg, var(--ti_red-dk) 0%, #7f1d1d 100%);position: relative;text-align: center}
.ti-cta-section::before {border-radius: 50%;transform: translateX(-50%);height: 600px;width: 600px;pointer-events: none;top: -50%;position: absolute;left: 50%;background: rgba(245,158,11,.08);content: ''}
.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 {font-size: 1.05rem;padding: 16px 36px}

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

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

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

/* ── Plataforma page ────────────────────────────────────────── */
.ti-plat-grid {grid-template-columns: repeat(3, 1fr);gap: 20px;display: grid}
.ti-plat-card {background: var(--ti_card);padding: 24px 20px;border-radius: var(--ti_r-lg);border: 1px solid var(--ti_border);border-left: 4px solid var(--ti_red);transition: border-color .2s}
.ti-plat-card:hover { border-color: var(--ti_red); }
.ti-plat-card__num {line-height: 1;margin-bottom: 8px;letter-spacing: .04em;font-size: 2.4rem;color: var(--ti_red);font-family: 'Bebas Neue', sans-serif}
.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 {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 {padding: 8px 0;border-bottom: 1px solid var(--ti_border);font-size: .95rem;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 {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;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'])>*{min-width:0;max-width:100%}
: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;grid-template-columns:1fr !important;gap:16px !important;align-items:start !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']){float:none !important;clear:both;max-height:110px;max-width:110px;margin-bottom:12px}
}
