

:root {--ww-shadow: 0 8px 24px rgba(0,0,0,0.4);--ww-gold: rgba(242,169,59,1);--ww-border: rgb(58,42,34);--ww-radius: 14px;--ww-red: #D62839;--ww-green: #22C55E;--ww-text-muted: rgb(168,154,142);--ww-red-dark: rgba(168,30,44,1);--ww-dark: #17100C;--ww-text-gray: #D8CFC8;--ww-text-white: #FFFFFF;--ww-radius-sm: 8px;--ww-green-dark: #16A34A;--ww-black: #0B0705;--ww-gold-dark: rgb(214,140,31);--ww-dark-2: rgba(31,22,17,1);--ww-bg-card: #1C130E}

* { box-sizing: border-box; }
html {overflow-x: hidden;scroll-behavior: smooth}
body.ww-body {color: var(--ww-text-white);margin: 0;line-height: 1.6;font-family: Arial, 'Segoe UI', sans-serif;overflow-x: hidden;background: var(--ww-black);visibility:visible;outline-offset:0}
img {display: block;height: auto;max-width: 100%}
a {color: inherit;text-decoration: none}
ul, ol {padding: 0;margin: 0}
h1, h2, h3, h4, h5, h6 {margin: 0 0 0.5em;font-weight: 700;color: var(--ww-text-white)}
p {margin: 0 0 1em;color: var(--ww-text-gray)}

.ww-shell {margin: 0 auto;max-width: 1200px;padding: 0 24px}
.ww-main { display: block; }
.ww-rich { color: var(--ww-text-gray); }
.ww-rich h2, .ww-rich h3 { color: var(--ww-gold); }


.ww-btn {border-radius: var(--ww-radius-sm);text-transform: uppercase;box-shadow: 0 4px 15px rgba(0,0,0,0.35);letter-spacing: 0.5px;font-size: 0.95rem;cursor: pointer;justify-content: center;border: none;align-items: center;transition: all 0.25s ease;padding: 14px 28px;font-weight: 700;display: inline-flex}
.ww-btn--primary {color: #fff;background: linear-gradient(135deg, var(--ww-red) 0%, var(--ww-red-dark) 100%)}
.ww-btn--primary:hover {box-shadow: 0 6px 22px rgba(214,40,57,0.5);transform: translateY(-2px)}
.ww-btn--success {color: #052e12;background: linear-gradient(135deg, var(--ww-green) 0%, var(--ww-green-dark) 100%)}
.ww-btn--success:hover {transform: translateY(-2px);box-shadow: 0 6px 22px rgba(34,197,94,0.5)}
.ww-btn--sm {font-size: 0.85rem;padding: 8px 18px}
.ww-btn--lg {padding: 16px 36px;font-size: 1.1rem}
.ww-btn--block {margin-bottom: 10px;width: 100%}


.ww-mast {backdrop-filter: blur(8px);background: rgba(11,7,5,0.96);top: 0;border-bottom: 2px solid var(--ww-red);z-index: 100;position: sticky}
.ww-mast__name {font-size: 1.3rem;color: var(--ww-gold);font-weight: 800}
.ww-nav { display: flex; }
.ww-mast__ctas {display: flex;flex: none;align-items: center;gap: 10px}
.ww-menu-btn span {width: 22px;transition: transform 0.25s ease, opacity 0.25s ease;display: block;border-radius: 2px;background: var(--ww-text-white);height: 2px}
.ww-mob-menu {gap: 4px;border-bottom: 1px solid var(--ww-border);background: var(--ww-dark);display: none;flex-direction: column;padding: 12px 24px 20px}
.ww-mob-menu.is-open { display: flex; }
.ww-mob-menu__link {font-weight: 600;border-bottom: 1px solid var(--ww-border);padding: 10px 4px;color: var(--ww-text-gray)}
.ww-mob-menu__link.is-active { color: var(--ww-gold); }
.ww-mob-menu__ctas {display: flex;margin-top: 12px;flex-direction: column}


.ww-hero__logo-h img {width: auto;height: auto;max-height: 70px;max-width: 300px;object-fit: contain}
.ww-hero__logo-sq img {height: 220px;object-fit: contain;width: 220px}
@media (max-width: 768px) { .ww-hero__logo-h img {max-width: 220px;max-height: 54px} .ww-hero__logo-sq img {height: 180px;width: 180px} }
.ww-footer__logo {max-width: 200px;height: 80px;width: auto;object-fit: contain}
@media (max-width: 768px) { .ww-footer__logo { height: 64px; } }


.ww-breadcrumb {border-bottom: 1px solid var(--ww-border);padding: 12px 0;background: var(--ww-dark)}
.ww-breadcrumb ol {color: var(--ww-text-muted);list-style: none;display: flex;gap: 8px;font-size: 0.82rem}
.ww-breadcrumb a { color: var(--ww-gold); }


.sf-sticky-cta {gap: 14px;right: 0;left: 0;align-items: center;position: fixed;bottom: 0;justify-content: space-between;background: rgba(11,7,5,0.97);z-index: 150;border-top: 1px solid var(--ww-border);padding: 12px 20px;backdrop-filter: blur(8px);display: flex}
.sf-sticky-cta__meta {display: flex;overflow: hidden;min-width: 0;font-size: 0.8rem;flex-direction: column;color: var(--ww-text-gray)}
.sf-sticky-cta__meta strong {overflow: hidden;font-size: 0.95rem;text-overflow: ellipsis;white-space: nowrap;color: var(--ww-gold)}
.sf-sticky-cta__meta span {overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.sf-sticky-cta__button {background: linear-gradient(135deg, var(--ww-green), var(--ww-green-dark));flex-shrink: 0;border-radius: var(--ww-radius-sm);color: rgba(5,46,18,1);padding: 12px 22px;white-space: nowrap;text-transform: uppercase;font-weight: 700;font-size: 0.85rem}
@media (max-width: 480px) {
  .sf-sticky-cta {padding: 10px 12px;gap: 8px}
  .sf-sticky-cta__meta span { display: none; }
  .sf-sticky-cta__button {font-size: 0.7rem;padding: 9px 14px}
}


.content-section { padding: 4rem 0; }
.section-title {text-align: center;font-size: 2.3rem;font-weight: 700;margin-bottom: 1rem;letter-spacing: 0.5px;color: var(--ww-red);text-transform: uppercase}
.section-subtitle {color: var(--ww-text-gray);text-align: center;font-size: 1.15rem;margin-bottom: 2.5rem}
.bg-gradient-dark {border-top: 2px solid rgba(214,40,57,0.25);background: linear-gradient(135deg, rgba(31,22,17,0.95), rgba(11,7,5,0.95));border-bottom: 2px solid rgba(214,40,57,0.25)}
.bg-primary { background: linear-gradient(135deg, var(--ww-red), var(--ww-red-dark)); }
.bg-primary .section-title, .bg-primary .section-subtitle, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4 { color: #fff; }
.text-white { color: #fff !important; }
.text-center { text-align: center; }

.container {max-width: 1200px;margin: 0 auto;padding: 0 24px}
.row {display: flex;margin: 0 -12px;flex-wrap: wrap}
.row.align-items-center { align-items: center; }
.col-12 {flex: 0 0 100%;padding: 0 12px;max-width: 100%}
@media (min-width: 992px) {
  .col-lg-6 {max-width: 50%;flex: 0 0 50%}
  .col-lg-8 {flex: 0 0 66.66%;max-width: 66.66%}
  .offset-lg-2 { margin-left: 16.66%; }
}

.cards-row {margin: 0 0 2rem;width: 100%;display: flex;gap: 2rem;flex-wrap: wrap}
.cards-row > .col-12 {padding: 0;flex: 1 1 100%}
@media (min-width: 768px) {
  .cards-4-col > .col-12 { flex: 0 0 calc(50% - 1rem); }
  .cards-2-col > .col-12 { flex: 0 0 calc(50% - 1rem); }
}
@media (min-width: 992px) {
  .cards-4-col > .col-12 { flex: 0 0 calc(25% - 1.5rem); }
}

.content-card {flex-direction: column;border: 2px solid rgba(214,40,57,0.25);display: flex;background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));padding: 2rem;transition: all 0.25s ease;height: 100%;box-shadow: 0 4px 15px rgba(0,0,0,0.3);border-radius: 15px;position: relative}
.content-card:hover {border-color: var(--ww-gold);transform: translateY(-5px)}
.content-card h3 {margin: 1rem 0;font-weight: 700;font-size: 1.4rem;color: var(--ww-gold)}
.content-card p {color: var(--ww-text-gray);margin-bottom: 1rem;line-height: 1.8;flex-grow: 1}

.card-feature, .card-step, .card-bonus, .card-game, .card-type, .card-stat, .card-security, .card-support, .card-tech, .card-security-feature { text-align: center; }
.card-icon, .security-icon, .tech-icon, .type-icon, .support-icon {line-height: 1;font-size: 3.5rem;margin-bottom: 1rem}
.card-horizontal {align-items: center;text-align: left;flex-direction: row !important;display: flex !important}
.card-horizontal .card-icon, .card-horizontal .security-icon, .card-horizontal .tech-icon, .card-horizontal .type-icon, .card-horizontal .support-icon {margin-bottom: 0;flex-shrink: 0;margin-right: 2rem}
.card-horizontal .step-number {height: 60px;width: 60px;flex-shrink: 0;margin-right: 2rem;margin-bottom: 0}
.card-horizontal .stat-number {flex-shrink: 0;margin-right: 2rem;margin-bottom: 0;font-size: 3rem}
.card-horizontal .card-content { flex: 1; }
.card-horizontal .card-content h3 {margin-top: 0;margin-bottom: 0.5rem}
.card-horizontal .card-content p { margin-bottom: 0; }
.card-tech-horizontal {flex-direction: row !important;align-items: center;display: flex !important;text-align: left}
.card-tech-horizontal .tech-icon {margin-bottom: 0;margin-right: 2rem;flex-shrink: 0}
.card-tech-horizontal .tech-content { flex: 1; }
.card-tech-horizontal .tech-content h3 {margin-top: 0;margin-bottom: 0.5rem}

.step-number {background: linear-gradient(135deg, var(--ww-gold), var(--ww-gold-dark));align-items: center;border-radius: 50%;font-weight: 700;display: flex;justify-content: center;font-size: 1.8rem;height: 60px;width: 60px;margin: 0 auto 1rem;color: #2b1c00}
.bonus-badge {font-weight: 700;border-radius: 20px;color: rgb(5,46,18);position: absolute;font-size: 0.75rem;padding: 0.4rem 0.9rem;text-transform: uppercase;top: -10px;right: -10px;background: linear-gradient(135deg, var(--ww-green), var(--ww-green-dark))}
.bonus-amount {color: var(--ww-gold);font-weight: 700;font-size: 1.6rem;margin: 1rem 0}
.stat-number {margin-bottom: 1rem;font-weight: 700;color: var(--ww-gold);line-height: 1;font-size: 3rem}

.card-game-redesign {padding: 0 !important;overflow: hidden}
.card-image-full {position: relative;width: 100%;min-height: 220px;overflow: hidden}
.card-image-full img {display: block;width: 100%;transition: transform 0.3s ease;height: 100%;object-fit: cover}
.card-game-redesign:hover .card-image-full img { transform: scale(1.05); }
.card-game-info { padding: 1.5rem; }
.card-game-info h3 {margin-bottom: 0.5rem;margin-top: 0;font-size: 1.25rem}
.game-description {color: var(--ww-text-gray);margin-bottom: 1rem;font-size: 0.9rem;line-height: 1.6}

.app-features { margin: 1.5rem 0; }
.app-feature-item {color: var(--ww-text-gray);align-items: center;display: flex;margin-bottom: 1rem}
.feature-check {color: var(--ww-green);font-weight: 700;margin-right: 1rem;font-size: 1.4rem}
.app-buttons {gap: 1rem;flex-wrap: wrap;display: flex}
.app-image img { border-radius: 15px; }

.faq-list { margin-top: 1.5rem; }
.faq-item {border: 2px solid rgba(214,40,57,0.25);margin-bottom: 1rem;background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));overflow: hidden;border-radius: 10px}
.faq-item:hover { border-color: var(--ww-gold); }
.faq-question {cursor: pointer;display: flex;justify-content: space-between;align-items: center;list-style: none;padding: 1.25rem 1.5rem}
.faq-question::-webkit-details-marker { display: none; }
.faq-question h4 {flex-grow: 1;font-size: 1.1rem;margin: 0;color: var(--ww-gold)}
.faq-toggle {font-size: 1.4rem;margin-left: 1rem;color: var(--ww-gold);font-weight: 700}
.faq-answer { padding: 0 1.5rem 1.25rem; }
.faq-answer p {margin: 0;color: var(--ww-text-gray);line-height: 1.8}

.rtp-table-wrapper {overflow-x: auto;margin-top: 2rem}
.rtp-comparison-table {border-radius: 15px;overflow: hidden;border-collapse: collapse;width: 100%;background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9))}
.rtp-comparison-table thead { background: linear-gradient(135deg, var(--ww-gold), var(--ww-gold-dark)); }
.rtp-comparison-table th {color: rgba(43,28,0,1);font-weight: 700;padding: 1.25rem 1rem;font-size: 0.95rem;text-transform: uppercase;text-align: left}
.rtp-comparison-table tbody tr { border-bottom: 1px solid rgba(214,40,57,0.15); }
.rtp-comparison-table tbody tr:hover { background: rgba(214,40,57,0.08); }
.rtp-comparison-table tbody tr:last-child { border-bottom: none; }
.rtp-comparison-table td {padding: 1.1rem 1rem;color: var(--ww-text-gray);vertical-align: middle}
.rtp-comparison-table td strong {color: var(--ww-gold);font-weight: 700}
.rtp-comparison-table .rtp-value {font-size: 1.05rem;color: var(--ww-gold);font-weight: 700}

.hero-h1 {color: var(--ww-text-white);margin-bottom: 1rem;font-size: 2.3rem;font-weight: 800}
.hero-description {margin-bottom: 1.5rem;font-size: 1.05rem;color: var(--ww-text-gray)}
.cta-banner {text-align: center;padding: 1.25rem 0}
.cta-banner h2 {font-size: 1.35rem;margin: 0}

.content-block {gap: 16px;display: flex;flex-direction: column}
.content-block h3 {margin: 0;color: var(--ww-gold)}
.content-image {border-radius: 12px;width: 100%;max-width: 420px}
.content-list {color: var(--ww-text-gray);padding-left: 22px;line-height: 1.9}
.bg-primary .content-block h3 { color: rgba(255,255,255,1); }
.bg-primary .content-list { color: #fff; }
.cards-grid {grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));margin-top: 12px;display: grid;gap: 24px}
.cards-grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.cards-grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card {border: 2px solid rgba(214,40,57,0.25);padding: 24px;background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));text-align: center;border-radius: 15px}
.card-icon {font-size: 2.4rem;display: block;margin-bottom: 10px}
.card-title {margin: 0 0 12px;color: var(--ww-gold)}
.card-image {width: 100%;border-radius: 10px;margin-bottom: 12px}
.card-content {line-height: 1.7;font-size: 0.92rem;color: var(--ww-text-gray)}
.testimonial-card {border: 1px solid var(--ww-border);background: var(--ww-bg-card);padding: 22px;border-radius: 12px}
.testimonial-text {margin: 0 0 12px;color: var(--ww-text-gray);font-style: italic}
.testimonial-author {margin: 0;font-weight: 700;color: var(--ww-gold)}

.games-intro {color: var(--ww-text-gray);max-width: 900px;text-align: center;margin: 1rem auto 0}
.games-category {color: var(--ww-gold);margin: 1.5rem 0 0.5rem;font-size: 1.15rem}
.games-text {color: var(--ww-text-gray);line-height: 1.8}
.games-link a {color: var(--ww-gold);font-weight: 600}


.ww-footer {background: var(--ww-dark);padding: 0 0 24px;border-top: 1px solid var(--ww-border)}
.ww-payment-methods {margin-bottom: 16px;flex-wrap: wrap;gap: 10px;display: flex}
.ww-payment-chip {font-size: 0.8rem;border: 1px solid var(--ww-border);border-radius: var(--ww-radius-sm);background: var(--ww-bg-card);color: var(--ww-text-gray);padding: 6px 12px}

@media (max-width: 767px) {
  .content-section { padding: 2.5rem 0; }
  .section-title { font-size: 1.7rem; }
  .cards-row { gap: 1.5rem; }
  .card-horizontal, .card-tech-horizontal {text-align: center;flex-direction: column !important}
  .card-horizontal .card-icon, .card-horizontal .step-number, .card-horizontal .stat-number, .card-tech-horizontal .tech-icon {margin-bottom: 1rem;margin-right: 0}
}


.d-flex { display: flex; }
.justify-content-center { justify-content: center; }
.py-2 {padding-top: 0.5rem;padding-bottom: 0.5rem}
.py-5 {padding-top: 3rem;padding-bottom: 3rem}
.ms-3 { margin-left: 1rem; }
.me-2 { margin-right: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.img-fluid {max-width: 100%;height: auto}
.rounded-5 { border-radius: 15px; }
.title-link, .text-link {font-weight: 600;color: var(--ww-gold)}
.title-link:hover, .text-link:hover { text-decoration: underline; }


.header-nav {display: flex;flex-wrap: wrap;gap: 16px;padding: 14px 0;justify-content: space-between;align-items: center}
.logo-link {flex: none;align-items: center;display: flex}
.logo-link img {height: 48px;width: 48px;object-fit: cover;border-radius: 50%}
.header-right {align-items: flex-end;flex-direction: column;display: flex;flex: none;gap: 6px}
.header-top-row { display: flex; }
.header-bottom-row {display: flex;gap: 8px}
.btn-small {padding: 8px 16px;font-size: 0.82rem}
.hamburger-menu { display: none; }
.header-nav-links {align-items: center;flex-wrap: wrap;padding-top: 6px;gap: 14px;border-top: 1px solid var(--ww-border);display: flex;width: 100%}
.nav-link-small {color: var(--ww-text-gray);text-transform: capitalize;font-weight: 600;font-size: 0.85rem}
.nav-link-small:hover { color: var(--ww-gold); }


.inner-content-section { padding: 3.5rem 0; }
.inner-content-section:nth-of-type(even) { background: var(--ww-dark); }
.inner-section-title {font-weight: 700;color: var(--ww-gold);margin-bottom: 8px;text-align: center;font-size: 1.7rem}
.inner-section-subtitle {text-align: center;color: var(--ww-text-gray);margin: 0 auto 20px;max-width: 760px}
.content-text {margin: 0 auto 24px;max-width: 820px;color: var(--ww-text-gray)}
.content-text p { color: var(--ww-text-gray); }


.image-grid {flex-direction: column;display: flex;gap: 20px}
.image-grid-main {border-radius: var(--ww-radius);overflow: hidden;border: 1px solid var(--ww-border);background: var(--ww-bg-card)}
.image-grid-main img { width: 100%; }
.image-grid-row {display: grid;gap: 16px;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))}
.image-grid-item {border-radius: var(--ww-radius-sm);background: var(--ww-bg-card);overflow: hidden;border: 1px solid var(--ww-border)}
.image-grid-item img { width: 100%; }
.image-caption { padding: 16px; }
.image-title {margin-bottom: 6px;font-size: 1.05rem;color: var(--ww-gold)}
h4.image-title { font-size: 0.95rem; }
.image-description {margin: 0;font-size: 0.88rem;color: var(--ww-text-gray)}


.seo-section { padding: 3.5rem 0; }
.seo-section-title {color: var(--ww-red);text-align: center;font-size: 1.9rem;margin-bottom: 2rem;font-weight: 700}
.seo-section.bg-primary .seo-section-title { color: #fff; }
.seo-content {max-width: 1100px;margin: 0 auto}


.footer-content { padding: 3rem 0; }
.footer-intro h3 {color: var(--ww-gold);margin-bottom: 10px}
.footer-intro p { color: var(--ww-text-gray); }
.footer-nav {flex-wrap: wrap;border-bottom: 1px solid var(--ww-border);padding: 16px 0;gap: 16px;border-top: 1px solid var(--ww-border);margin: 20px 0;display: flex}
.footer-nav .nav-link {font-weight: 600;font-size: 0.9rem;text-transform: capitalize;color: var(--ww-text-gray)}
.footer-nav .nav-link:hover { color: var(--ww-gold); }
.footer-contact {padding: 24px 0;border-top: 1px solid var(--ww-border)}
.footer-contact h3 {font-size: 1rem;margin-bottom: 14px;color: var(--ww-gold)}
.contact-info {gap: 12px;flex-direction: column;display: flex}
.contact-item {align-items: flex-start;gap: 12px;display: flex}
.contact-icon {font-size: 1.1rem;flex: none}
.contact-details strong {font-size: 0.85rem;color: var(--ww-gold);display: block;margin-bottom: 2px}
.contact-details p {font-size: 0.9rem;margin: 0;color: var(--ww-text-gray)}
.contact-details a { color: var(--ww-text-gray); }
.google-map {overflow: hidden;border-radius: var(--ww-radius-sm)}
.google-map iframe {border: 0;display: block;width: 100%}
.footer-copyright {text-align: center;padding-top: 20px;border-top: 1px solid var(--ww-border)}
.footer-copyright p {color: var(--ww-text-muted);margin: 4px 0;font-size: 0.85rem}

@media (max-width: 767px) {
  .header-right { align-items: flex-end; }
  .inner-content-section { padding: 2.5rem 0; }
  .inner-section-title { font-size: 1.4rem; }
  .seo-section-title { font-size: 1.5rem; }
}


.ww-menu-btn { display: none; }
@media (max-width: 768px) { .ww-nav { display: none; } .ww-mast__ctas { display: none; } .ww-menu-btn {flex-direction: column;display: flex;gap: 5px} }
.ww-menu-btn[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ww-menu-btn[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.ww-menu-btn[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 768px) { .cards-grid, .cards-grid-2, .cards-grid-4, .image-grid-row { grid-template-columns: 1fr; } }


: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']){gap:16px !important;display:grid !important;grid-template-columns:1fr !important;align-items:start !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){display:flex;align-items:flex-start;flex-direction:column;gap:10px;text-align:left}
  :where([class*='footer__brand']){clear:both;max-height:110px;float:none !important;margin-bottom:12px;max-width:110px}
}


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