

:root {--ww-dark: #17100C;--ww-green: #22C55E;--ww-red: rgb(214,40,57);--ww-text-gray: rgb(216,207,200);--ww-radius: 14px;--ww-text-muted: rgba(168,154,142,1);--ww-gold: #F2A93B;--ww-radius-sm: 8px;--ww-black: #0B0705;--ww-dark-2: #1F1611;--ww-green-dark: #16A34A;--ww-shadow: 0 8px 24px rgba(0,0,0,0.4);--ww-border: #3A2A22;--ww-gold-dark: rgba(214,140,31,1);--ww-red-dark: #A81E2C;--ww-text-white: #FFFFFF;--ww-bg-card: rgb(28,19,14)}

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

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


.ww-btn {align-items: center;border-radius: var(--ww-radius-sm);transition: all 0.25s ease;border: none;cursor: pointer;justify-content: center;letter-spacing: 0.5px;font-size: 0.95rem;display: inline-flex;font-weight: 700;box-shadow: 0 4px 15px rgba(0,0,0,0.35);padding: 14px 28px;text-transform: uppercase}
.ww-btn--primary {color: #fff;background: linear-gradient(135deg, var(--ww-red) 0%, var(--ww-red-dark) 100%)}
.ww-btn--primary:hover {transform: translateY(-2px);box-shadow: 0 6px 22px rgba(214,40,57,0.5)}
.ww-btn--success {color: rgba(5,46,18,1);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 {top: 0;background: rgba(11,7,5,0.96);border-bottom: 2px solid var(--ww-red);position: sticky;z-index: 100;backdrop-filter: blur(8px)}
.ww-mast__name {font-size: 1.3rem;font-weight: 800;color: var(--ww-gold)}
.ww-nav { display: flex; }
.ww-mast__ctas {align-items: center;gap: 10px;flex: none;display: flex}
.ww-menu-btn span {background: var(--ww-text-white);display: block;width: 22px;height: 2px;transition: transform 0.25s ease, opacity 0.25s ease;border-radius: 2px}
.ww-mob-menu {display: none;border-bottom: 1px solid var(--ww-border);background: var(--ww-dark);padding: 12px 24px 20px;gap: 4px;flex-direction: column}
.ww-mob-menu.is-open { display: flex; }
.ww-mob-menu__link {border-bottom: 1px solid var(--ww-border);font-weight: 600;color: var(--ww-text-gray);padding: 10px 4px}
.ww-mob-menu__link.is-active { color: var(--ww-gold); }
.ww-mob-menu__ctas {display: flex;flex-direction: column;margin-top: 12px}


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


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


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


.content-section { padding: 4rem 0; }
.section-title {font-weight: 700;text-align: center;letter-spacing: 0.5px;color: var(--ww-red);text-transform: uppercase;font-size: 2.3rem;margin-bottom: 1rem}
.section-subtitle {font-size: 1.15rem;color: var(--ww-text-gray);margin-bottom: 2.5rem;text-align: center}
.bg-gradient-dark {border-top: 2px solid rgba(214,40,57,0.25);border-bottom: 2px solid rgba(214,40,57,0.25);background: linear-gradient(135deg, rgba(31,22,17,0.95), rgba(11,7,5,0.95))}
.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 {flex-wrap: wrap;display: flex;margin: 0 -12px}
.row.align-items-center { align-items: center; }
.col-12 {max-width: 100%;flex: 0 0 100%;padding: 0 12px}
@media (min-width: 992px) {
  .col-lg-6 {flex: 0 0 50%;max-width: 50%}
  .col-lg-8 {flex: 0 0 66.66%;max-width: 66.66%}
  .offset-lg-2 { margin-left: 16.66%; }
}

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

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

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

.card-game-redesign {padding: 0 !important;overflow: hidden}
.card-image-full {width: 100%;position: relative;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-top: 0;margin-bottom: 0.5rem;font-size: 1.25rem}
.game-description {font-size: 0.9rem;margin-bottom: 1rem;color: var(--ww-text-gray);line-height: 1.6}

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

.faq-list { margin-top: 1.5rem; }
.faq-item {margin-bottom: 1rem;border: 2px solid rgba(214,40,57,0.25);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 {list-style: none;display: flex;cursor: pointer;padding: 1.25rem 1.5rem;align-items: center;justify-content: space-between}
.faq-question::-webkit-details-marker { display: none; }
.faq-question h4 {color: var(--ww-gold);font-size: 1.1rem;margin: 0;flex-grow: 1}
.faq-toggle {margin-left: 1rem;font-size: 1.4rem;color: var(--ww-gold);font-weight: 700}
.faq-answer { padding: 0 1.5rem 1.25rem; }
.faq-answer p {color: var(--ww-text-gray);margin: 0;line-height: 1.8}

.rtp-table-wrapper {margin-top: 2rem;overflow-x: auto}
.rtp-comparison-table {background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));overflow: hidden;border-collapse: collapse;width: 100%;border-radius: 15px}
.rtp-comparison-table thead { background: linear-gradient(135deg, var(--ww-gold), var(--ww-gold-dark)); }
.rtp-comparison-table th {text-align: left;font-size: 0.95rem;padding: 1.25rem 1rem;text-transform: uppercase;font-weight: 700;color: #2b1c00}
.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 {font-weight: 700;color: var(--ww-gold)}
.rtp-comparison-table .rtp-value {color: var(--ww-gold);font-size: 1.05rem;font-weight: 700}

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

.content-block {gap: 16px;display: flex;flex-direction: column}
.content-block h3 {color: var(--ww-gold);margin: 0}
.content-image {max-width: 420px;width: 100%;border-radius: 12px}
.content-list {padding-left: 22px;color: var(--ww-text-gray);line-height: 1.9}
.bg-primary .content-block h3 { color: #fff; }
.bg-primary .content-list { color: #fff; }
.cards-grid {margin-top: 12px;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));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 {display: block;font-size: 2.4rem;margin-bottom: 10px}
.card-title {color: var(--ww-gold);margin: 0 0 12px}
.card-image {border-radius: 10px;margin-bottom: 12px;width: 100%}
.card-content {line-height: 1.7;color: var(--ww-text-gray);font-size: 0.92rem}
.testimonial-card {background: var(--ww-bg-card);border: 1px solid var(--ww-border);border-radius: 12px;padding: 22px}
.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 {text-align: center;color: var(--ww-text-gray);max-width: 900px;margin: 1rem auto 0}
.games-category {font-size: 1.15rem;color: var(--ww-gold);margin: 1.5rem 0 0.5rem}
.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);border-top: 1px solid var(--ww-border);padding: 0 0 24px}
.ww-payment-methods {margin-bottom: 16px;display: flex;gap: 10px;flex-wrap: wrap}
.ww-payment-chip {color: var(--ww-text-gray);border: 1px solid var(--ww-border);background: var(--ww-bg-card);padding: 6px 12px;border-radius: var(--ww-radius-sm);font-size: 0.8rem}

@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-bottom: 3rem;padding-top: 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 {height: auto;max-width: 100%}
.rounded-5 { border-radius: 15px; }
.title-link, .text-link {color: var(--ww-gold);font-weight: 600}
.title-link:hover, .text-link:hover { text-decoration: underline; }


.header-nav {justify-content: space-between;flex-wrap: wrap;display: flex;gap: 16px;padding: 14px 0;align-items: center}
.logo-link {align-items: center;display: flex;flex: none}
.logo-link img {border-radius: 50%;height: 48px;object-fit: cover;width: 48px}
.header-right {align-items: flex-end;gap: 6px;flex-direction: column;display: flex;flex: none}
.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 {flex-wrap: wrap;display: flex;padding-top: 6px;border-top: 1px solid var(--ww-border);align-items: center;width: 100%;gap: 14px}
.nav-link-small {text-transform: capitalize;font-size: 0.85rem;color: var(--ww-text-gray);font-weight: 600}
.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 {margin-bottom: 8px;color: var(--ww-gold);font-weight: 700;font-size: 1.7rem;text-align: center}
.inner-section-subtitle {text-align: center;color: var(--ww-text-gray);max-width: 760px;margin: 0 auto 20px}
.content-text {max-width: 820px;margin: 0 auto 24px;color: var(--ww-text-gray)}
.content-text p { color: var(--ww-text-gray); }


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


.seo-section { padding: 3.5rem 0; }
.seo-section-title {color: var(--ww-red);font-size: 1.9rem;font-weight: 700;text-align: center;margin-bottom: 2rem}
.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 {margin-bottom: 10px;color: var(--ww-gold)}
.footer-intro p { color: var(--ww-text-gray); }
.footer-nav {flex-wrap: wrap;margin: 20px 0;border-bottom: 1px solid var(--ww-border);padding: 16px 0;gap: 16px;border-top: 1px solid var(--ww-border);display: flex}
.footer-nav .nav-link {text-transform: capitalize;color: var(--ww-text-gray);font-size: 0.9rem;font-weight: 600}
.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;color: var(--ww-gold);margin-bottom: 14px}
.contact-info {flex-direction: column;display: flex;gap: 12px}
.contact-item {gap: 12px;display: flex;align-items: flex-start}
.contact-icon {font-size: 1.1rem;flex: none}
.contact-details strong {font-size: 0.85rem;margin-bottom: 2px;color: var(--ww-gold);display: block}
.contact-details p {color: var(--ww-text-gray);margin: 0;font-size: 0.9rem}
.contact-details a { color: var(--ww-text-gray); }
.google-map {border-radius: var(--ww-radius-sm);overflow: hidden}
.google-map iframe {display: block;width: 100%;border: 0}
.footer-copyright {padding-top: 20px;border-top: 1px solid var(--ww-border);text-align: center}
.footer-copyright p {margin: 4px 0;color: var(--ww-text-muted);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 {display: flex;flex-direction: column;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']){z-index:1;overflow:visible;position:relative}
: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']){grid-template-columns:1fr !important;gap:16px !important;display:grid !important;align-items:start !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){align-items:flex-start;text-align:left;gap:10px;flex-direction:column;display:flex}
  :where([class*='footer__brand']){margin-bottom:12px;clear:both;max-height:110px;float:none !important;max-width:110px}
}


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