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

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

/* ── Layout ─────────────────────────────────────────────────── */
.ti-container {width: 100%;margin: 0 auto;padding: 0 20px;max-width: 1160px}
.ti-section   { padding: 70px 0; }

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

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

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

/* Review badge */
.ti-review-badge {display: inline-flex;background: var(--ti_surface);padding: 10px 16px;margin-bottom: 22px;gap: 8px;border: 1px solid var(--ti_border);align-items: center;border-radius: var(--ti_r)}
.ti-review-badge__stars {letter-spacing: 2px;color: var(--ti_gold);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;background: var(--ti_surface);border-radius: var(--ti_r-lg);box-shadow: var(--ti_shadow);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 {font-size: .9rem;border-collapse: collapse;width: 100%}
.ti-cmp-table thead th {letter-spacing: .08em;color: var(--ti_muted);padding: 10px 16px;font-size: .72rem;font-weight: 600;background: var(--ti_card);border-bottom: 1px solid var(--ti_border);text-transform: uppercase}
.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 {color: var(--ti_muted);padding: 12px 16px;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 {font-weight: 700;color: var(--ti_gold);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 {text-align: center;background: var(--ti_card);border-top: 1px solid var(--ti_border);padding: 16px 20px}

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

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

/* ── CTA Section ────────────────────────────────────────────── */
.ti-cta-section {position: relative;overflow: hidden;background: linear-gradient(135deg, var(--ti_red-dk) 0%, #7f1d1d 100%);padding: 70px 0;text-align: center}
.ti-cta-section::before {border-radius: 50%;position: absolute;height: 600px;top: -50%;left: 50%;transform: translateX(-50%);pointer-events: none;width: 600px;content: '';background: rgba(245,158,11,.08)}
.ti-cta-section h2 {margin-bottom: 14px;color: var(--ti_white)}
.ti-cta-section p {color: rgba(255,255,255,.75);margin-bottom: 28px;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: rgb(0,0,0);padding: 54px 0 28px}
.ti-footer__grid {grid-template-columns: 1.5fr 1fr 1fr 1fr;margin-bottom: 44px;gap: 40px;display: grid}
.ti-footer__brand {margin-bottom: 14px;font-size: 1.5rem;color: var(--ti_white);letter-spacing: .06em;font-family: 'Bebas Neue', sans-serif}
.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 {text-transform: uppercase;letter-spacing: .1em;font-size: .72rem;margin-bottom: 14px;font-weight: 700;color: var(--ti_muted)}
.ti-footer__col ul {flex-direction: column;list-style: none;display: flex;gap: 8px}
.ti-footer__col ul a {color: var(--ti_muted);transition: color .2s;font-size: .88rem}
.ti-footer__col ul a:hover {text-decoration: none;color: var(--ti_gold)}
.ti-footer__bottom {flex-wrap: wrap;gap: 12px;border-top: 1px solid var(--ti_border);justify-content: space-between;align-items: center;display: flex;padding-top: 22px}
.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 {position: fixed;z-index: 200;transform: translateY(100%);bottom: 0;right: 0;box-shadow: 0 -4px 20px rgba(0,0,0,.5);background: var(--ti_red);transition: transform .4s cubic-bezier(.22,1,.36,1);left: 0}
.sf-sticky-cta.is-visible { transform: translateY(0); }
.sf-sticky-cta__inner {align-items: center;margin: 0 auto;max-width: 1160px;display: flex;padding: 12px 20px;justify-content: space-between;gap: 16px}
.sf-sticky-cta__text {font-size: .92rem;color: var(--ti_white);font-weight: 600}
.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 {padding: 4px;border: none;color: rgba(255,255,255,.7);cursor: pointer;background: none;line-height: 1;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 {color: var(--ti_gold);font-weight: 700;margin-bottom: 10px;letter-spacing: .1em;text-transform: uppercase;font-size: .75rem}
.ti-content {max-width: 780px;margin: 0 auto}
.ti-content h2 {color: var(--ti_white);margin: 36px 0 12px;font-size: 1.6rem}
.ti-content h3 {font-size: 1.2rem;color: var(--ti_text);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 {justify-content: center;display: flex;padding: 60px 20px;min-height: 80vh;align-items: center}
.ti-login-card {max-width: 440px;box-shadow: var(--ti_shadow);background: var(--ti_surface);width: 100%;border: 1px solid var(--ti_border);border-radius: var(--ti_r-lg);padding: 44px 40px}
.ti-login-card h2 {margin-bottom: 8px;text-align: center}
.ti-login-card__sub {margin-bottom: 28px;text-align: center;color: var(--ti_muted);font-size: .92rem}
.ti-form {gap: 16px;flex-direction: column;display: flex}
.ti-form label {color: var(--ti_text);font-size: .82rem;margin-bottom: 6px;display: block;font-weight: 600}
.ti-form input {background: var(--ti_card);font-size: .95rem;border-radius: var(--ti_r);font-family: 'Roboto', sans-serif;width: 100%;border: 1px solid var(--ti_border);color: var(--ti_white);transition: border-color .2s;padding: 12px 14px}
.ti-form input:focus {outline: none;border-color: var(--ti_red)}
.ti-form__hint {text-align: center;color: var(--ti_muted);font-size: .78rem;margin-top: 4px}

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