/* ============================================================
   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:  rgb(185,28,28);--ti_white:   rgb(255,255,255);--ti_gold:    rgb(245,158,11);--ti_r-lg:    10px;--ti_surface: rgb(26,26,26);--ti_bg:      rgb(13,13,13);--ti_muted:   rgb(154,154,154);--ti_border:  rgba(46,46,46,1);--ti_text:    #e5e5e5;--ti_card:    rgb(34,34,34);--ti_red:     rgba(220,38,38,1);--ti_gold-lt: #fcd34d;--ti_r:       6px;--ti_shadow:  0 4px 20px rgba(0,0,0,.55)}

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

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

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

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

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

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

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

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

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

/* ── CTA Section ────────────────────────────────────────────── */
.ti-cta-section {text-align: center;background: linear-gradient(135deg, var(--ti_red-dk) 0%, #7f1d1d 100%);padding: 70px 0;overflow: hidden;position: relative}
.ti-cta-section::before {left: 50%;border-radius: 50%;pointer-events: none;content: '';position: absolute;width: 600px;transform: translateX(-50%);height: 600px;top: -50%;background: rgba(245,158,11,.08)}
.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 {background: rgb(0,0,0);padding: 54px 0 28px;border-top: 1px solid var(--ti_border)}
.ti-footer__grid {margin-bottom: 44px;grid-template-columns: 1.5fr 1fr 1fr 1fr;gap: 40px;display: grid}
.ti-footer__brand {margin-bottom: 14px;font-size: 1.5rem;font-family: 'Bebas Neue', sans-serif;color: var(--ti_white);letter-spacing: .06em}
.ti-footer__brand span { color: var(--ti_gold); }
.ti-footer__desc {color: var(--ti_muted);font-size: .85rem;line-height: 1.65}
.ti-footer__col h4 {text-transform: uppercase;font-size: .72rem;color: var(--ti_muted);font-weight: 700;margin-bottom: 14px;letter-spacing: .1em}
.ti-footer__col ul {flex-direction: column;display: flex;gap: 8px;list-style: none}
.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 {border-top: 1px solid var(--ti_border);justify-content: space-between;align-items: center;display: flex;gap: 12px;flex-wrap: wrap;padding-top: 22px}
.ti-footer__copy {color: var(--ti_muted);font-size: .8rem}
.ti-footer__warn {max-width: 500px;text-align: right;color: var(--ti_muted);font-size: .75rem}

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

/* ── Generic / Legal pages ──────────────────────────────────── */
.ti-page-hero {border-bottom: 1px solid var(--ti_border);background: var(--ti_surface);padding: 50px 0 40px}
.ti-page-hero__tag {font-weight: 700;letter-spacing: .1em;margin-bottom: 10px;text-transform: uppercase;color: var(--ti_gold);font-size: .75rem}
.ti-content {margin: 0 auto;max-width: 780px}
.ti-content h2 {margin: 36px 0 12px;font-size: 1.6rem;color: var(--ti_white)}
.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 {color: var(--ti_muted);font-size: .95rem;margin-bottom: 8px}
.ti-content a  { color: var(--ti_gold); }

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

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


.sf-related-articles{background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.24);padding:clamp(18px,3vw,28px);box-shadow:0 16px 45px rgba(15,23,42,.08);max-width:1120px;margin:clamp(28px,5vw,56px) auto;border-radius:24px}
.sf-related-articles h2{font-size:clamp(1.35rem,2.5vw,2rem);line-height:1.2;margin:0 0 8px}
.sf-related-articles>p{line-height:1.65;margin:0 0 18px;opacity:.78}
.sf-related-articles__list{padding:0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;list-style:none;margin:0;display:grid}
.sf-related-articles__link{transition:transform .18s ease,border-color .18s ease,background .18s ease;padding:16px;border:1px solid rgba(148,163,184,.18);flex-direction:column;border-radius:18px;display:flex;color:inherit;gap:7px;background:rgba(255,255,255,.08);text-decoration:none;min-height:100%}
.sf-related-articles__link:hover{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{opacity:.88;border-radius:999px;padding:3px 9px;width:max-content;color:inherit;text-transform:uppercase;letter-spacing:.04em;background:rgba(59,130,246,.14);font-size:.72rem;font-weight:700}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{font-size:.88rem;line-height:1.45;opacity:.72}
@media(max-width:640px){.sf-related-articles{border-radius:18px;margin:28px 12px;padding:16px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
