/* ============================================================
   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_gold-lt: #fcd34d;--ti_muted:   rgba(154,154,154,1);--ti_r:       6px;--ti_bg:      #0d0d0d;--ti_shadow:  0 4px 20px rgba(0,0,0,.55);--ti_red-dk:  #b91c1c;--ti_surface: #1a1a1a;--ti_r-lg:    10px;--ti_white:   rgba(255,255,255,1);--ti_red:     #dc2626;--ti_border:  #2e2e2e;--ti_text:    #e5e5e5;--ti_card:    #222222}

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

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

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

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

/* Review badge */
.ti-review-badge {display: inline-flex;gap: 8px;align-items: center;margin-bottom: 22px;padding: 10px 16px;border-radius: var(--ti_r);background: var(--ti_surface);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 {overflow: hidden;box-shadow: var(--ti_shadow);border-radius: var(--ti_r-lg);background: var(--ti_surface);border: 1px solid var(--ti_border)}
.ti-cmp-table-wrap__head {text-align: center;padding: 14px 20px;background: var(--ti_red)}
.ti-cmp-table-wrap__head h3 {font-family: 'Bebas Neue', sans-serif;font-size: 1.3rem;letter-spacing: .06em;color: var(--ti_white)}
.ti-cmp-table {border-collapse: collapse;font-size: .9rem;width: 100%}
.ti-cmp-table thead th {border-bottom: 1px solid var(--ti_border);background: var(--ti_card);font-size: .72rem;letter-spacing: .08em;padding: 10px 16px;font-weight: 600;text-transform: uppercase;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;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 {background: rgba(245,158,11,.05);color: var(--ti_gold);font-weight: 700}
.ti-check {font-size: 1.1rem;color: #22c55e}
.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 {text-transform: uppercase;border-radius: var(--ti_r);cursor: pointer;gap: 8px;letter-spacing: .06em;font-weight: 700;transition: all .2s;display: inline-flex;font-family: 'Roboto', sans-serif;border: none;align-items: center;font-size: .95rem;padding: 14px 28px;text-decoration: none !important}
.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 {box-shadow: 0 6px 20px rgba(220,38,38,.5);transform: translateY(-1px);background: var(--ti_red-dk)}
.ti-btn--gold {color: #000;box-shadow: 0 4px 14px rgba(245,158,11,.35);background: var(--ti_gold)}
.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 {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 {color: var(--ti_muted);margin-top: 10px}
.ti-features__grid {gap: 22px;grid-template-columns: repeat(3, 1fr);display: grid}
.ti-feat-card {border: 1px solid var(--ti_border);transition: border-color .2s, transform .2s;border-radius: var(--ti_r-lg);background: var(--ti_card);padding: 26px 22px;position: relative}
.ti-feat-card:hover {transform: translateY(-3px);border-color: var(--ti_red)}
.ti-feat-card__icon {font-size: 1.5rem;width: 48px;margin-bottom: 16px;background: rgba(220,38,38,.12);justify-content: center;display: flex;align-items: center;height: 48px;border-radius: var(--ti_r)}
.ti-feat-card__title {font-size: 1.25rem;letter-spacing: .04em;font-family: 'Bebas Neue', sans-serif;margin-bottom: 10px;color: var(--ti_white)}
.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 {text-align: center;margin-bottom: 44px}
.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);border: 1px solid var(--ti_border);gap: 10px;border-radius: var(--ti_r-lg);padding: 24px 22px;background: var(--ti_card);display: flex;transition: border-color .2s;flex-direction: column}
.ti-bonus-card:hover {border-color: var(--ti_gold);border-left-color: var(--ti_red)}
.ti-bonus-card__tag {align-self: flex-start;letter-spacing: .1em;padding: 3px 10px;border-radius: 12px;font-weight: 700;color: var(--ti_gold);background: rgba(245,158,11,.1);font-size: .7rem;text-transform: uppercase}
.ti-bonus-card__amount {line-height: 1;letter-spacing: .04em;font-size: 2rem;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white)}
.ti-bonus-card__title {font-size: .95rem;font-weight: 700;color: var(--ti_text)}
.ti-bonus-card__text {font-size: .88rem;color: var(--ti_muted);line-height: 1.55}
.ti-bonus-card__terms {border-top: 1px solid var(--ti_border);font-size: .75rem;margin-top: 4px;color: var(--ti_muted);padding-top: 10px}

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

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

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

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

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

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

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