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

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

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {color: var(--ti_white);line-height: 1.1;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 {margin: 0 auto;padding: 0 20px;max-width: 1160px;width: 100%}
.ti-section   { padding: 70px 0; }

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

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

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

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

/* ── Buttons ────────────────────────────────────────────────── */
.ti-btn {border-radius: var(--ti_r);font-weight: 700;font-family: 'Roboto', sans-serif;display: inline-flex;gap: 8px;text-transform: uppercase;align-items: center;font-size: .95rem;padding: 14px 28px;border: none;text-decoration: none !important;letter-spacing: .06em;transition: all .2s;cursor: pointer}
.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 {background: var(--ti_red-dk);transform: translateY(-1px);box-shadow: 0 6px 20px rgba(220,38,38,.5)}
.ti-btn--gold {color: #000;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 {background: transparent;border: 1.5px solid var(--ti_border);color: var(--ti_text)}
.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 {justify-content: center;width: 100%}

/* ── Feature Cards ─────────────────────────────────────────── */
.ti-features {
  background: var(--ti_surface);
}
.ti-features__head {text-align: center;margin-bottom: 44px}
.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 {transition: border-color .2s, transform .2s;position: relative;padding: 26px 22px;border: 1px solid var(--ti_border);border-radius: var(--ti_r-lg);background: var(--ti_card)}
.ti-feat-card:hover {transform: translateY(-3px);border-color: var(--ti_red)}
.ti-feat-card__icon {border-radius: var(--ti_r);display: flex;justify-content: center;align-items: center;background: rgba(220,38,38,.12);margin-bottom: 16px;font-size: 1.5rem;height: 48px;width: 48px}
.ti-feat-card__title {font-size: 1.25rem;margin-bottom: 10px;letter-spacing: .04em;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white)}
.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 {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-radius: var(--ti_r-lg);display: flex;gap: 10px;padding: 24px 22px;border: 1px solid var(--ti_border);background: var(--ti_card);border-left: 4px solid var(--ti_gold);transition: border-color .2s}
.ti-bonus-card:hover {border-color: var(--ti_gold);border-left-color: var(--ti_red)}
.ti-bonus-card__tag {background: rgba(245,158,11,.1);letter-spacing: .1em;font-size: .7rem;color: var(--ti_gold);padding: 3px 10px;border-radius: 12px;text-transform: uppercase;font-weight: 700;align-self: flex-start}
.ti-bonus-card__amount {letter-spacing: .04em;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);line-height: 1;font-size: 2rem}
.ti-bonus-card__title {font-size: .95rem;color: var(--ti_text);font-weight: 700}
.ti-bonus-card__text {line-height: 1.55;color: var(--ti_muted);font-size: .88rem}
.ti-bonus-card__terms {padding-top: 10px;font-size: .75rem;color: var(--ti_muted);margin-top: 4px;border-top: 1px solid var(--ti_border)}

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

/* ── Payments ───────────────────────────────────────────────── */
.ti-payments { background: var(--ti_bg); }
.ti-payments__head {margin-bottom: 40px;text-align: center}
.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 {border-radius: var(--ti_r);background: var(--ti_card);text-align: center;border: 1px solid var(--ti_border);transition: border-color .2s;padding: 18px 14px}
.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;margin-top: 2px;color: var(--ti_muted)}

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

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

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

/* ── 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 {font-weight: 700;letter-spacing: .1em;text-transform: uppercase;color: var(--ti_gold);margin-bottom: 10px;font-size: .75rem}
.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;margin: 28px 0 10px;color: var(--ti_text)}
.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;margin-bottom: 8px;color: var(--ti_muted)}
.ti-content a  { color: var(--ti_gold); }

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

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