

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; ;isolation:auto;outline-offset:0;user-select:auto}
img { max-width: 100%; }
a { text-decoration: none; }


@keyframes b6-marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
.b6-marquee {animation: b6-marquee 20s linear infinite;white-space: nowrap;display: inline-block}


.b6-hide-scrollbar {scrollbar-width: none;-ms-overflow-style: none}
.b6-hide-scrollbar::-webkit-scrollbar {
  display: none;
}


.b6-rich {color: #1f2937;line-height: 1.6}
.b6-rich h1, .b6-rich h2, .b6-rich h3 {color: rgba(31,41,55,1);font-weight: 700;margin: 0 0 .5em}
.b6-rich h2 { font-size: 1.4rem; }
.b6-rich h3 { font-size: 1.15rem; }
.b6-rich p { margin: 0 0 1em; }
.b6-rich ul, .b6-rich ol {padding-left: 1.25em;margin: 0 0 1em}
.b6-rich li { margin-bottom: .35em; }
.b6-rich a {text-decoration: underline;color: #1E40AF}
.b6-rich strong { color: rgb(30,64,175); }


.b6-payment-chip {justify-content: center;align-items: center;border-radius: 999px;display: inline-flex;background: rgba(255,255,255,.15);font-size: .78rem;padding: .4em .9em;white-space: nowrap;font-weight: 600;color: #fff}


.b6-page-hero {border-radius: 1.5rem;background: linear-gradient(to bottom right, #1E40AF, #3B82F6);color: #fff;text-align: center;margin: 1rem 0;padding: 2rem 1.25rem}
.b6-page-hero h1 {font-weight: 800;margin: 0 0 .5rem;font-size: 1.6rem}
.b6-page-hero p {opacity: .9;margin: 0}


.b6-grad-r { background-image: linear-gradient(to right, #1E40AF, #3B82F6); }
.b6-grad-b { background-image: linear-gradient(to bottom, #1E40AF, #3B82F6); }
.b6-text-primary { color: rgb(30,64,175); }
.b6-text-dark { color: #1F2937; }
.b6-bg-primary { background-color: rgb(30,64,175); }
.b6-mt-tight { margin-top: -4px; }
.b6-tap {min-width: 44px;min-height: 44px}
.b6-z-top { z-index: 1000; }
.b6-z-fab { z-index: 999; }

.b6-lang-btn { outline: none; }
.b6-lang-btn:hover { color: #e5e7eb; }
.b6-lang-btn:focus { outline: none; }

.b6-btn-pill {color: #1E40AF;background: rgb(255,255,255)}
.b6-btn-pill:hover { background: #f3f4f6; }

.b6-btn-cta {transition: box-shadow .3s, transform .3s;color: #1E40AF;background: rgb(255,255,255)}
.b6-btn-cta:hover {box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);transform: translateY(-2px)}

.b6-logo-link { transition: opacity .3s; }
.b6-logo-link:hover { opacity: .9; }

.b6-play-fab {transition: transform .3s;outline: none}
.b6-play-fab:hover { transform: scale(1.1); }
.b6-play-fab:focus {box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3B82F6;outline: none}

.b6-cta-final {background: rgb(30,64,175);transition: background .3s, transform .3s;color: #fff}
.b6-cta-final:hover {transform: scale(1.05);background: #3B82F6}

.b6-link { text-decoration: underline; }

.b6-nav-link:active { color: rgba(253,224,71,1); }
.b6-nav-link-active { color: rgba(253,224,71,1); }
.b6-nav-indicator {height: 2px;width: 20%}
.b6-main { display: block; }


.b6-panel { background-color: rgba(255,255,255,.1); }

.b6-btn-yellow {transition: background .3s;background: #facc15}
.b6-btn-yellow:hover { background: #eab308; }


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