

:root {--ww-gold: rgba(242,169,59,1);--ww-radius: 14px;--ww-green: #22C55E;--ww-border: #3A2A22;--ww-dark: #17100C;--ww-dark-2: #1F1611;--ww-green-dark: rgba(22,163,74,1);--ww-text-white: #FFFFFF;--ww-bg-card: #1C130E;--ww-text-muted: #A89A8E;--ww-text-gray: rgba(216,207,200,1);--ww-radius-sm: 8px;--ww-gold-dark: #D68C1F;--ww-shadow: 0 8px 24px rgba(0,0,0,0.4);--ww-red: #D62839;--ww-black: #0B0705;--ww-red-dark: #A81E2C}

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

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


.ww-mast {top: 0;background: rgba(11,7,5,0.96);position: sticky;border-bottom: 2px solid var(--ww-red);backdrop-filter: blur(8px);z-index: 100}
.ww-mast__name {color: var(--ww-gold);font-weight: 800;font-size: 1.3rem}
.ww-nav { display: flex; }
.ww-mast__ctas {display: flex;flex: none;gap: 10px;align-items: center}
.ww-menu-btn span {width: 22px;background: var(--ww-text-white);transition: transform 0.25s ease, opacity 0.25s ease;border-radius: 2px;height: 2px;display: block}
.ww-mob-menu {flex-direction: column;display: none;padding: 12px 24px 20px;border-bottom: 1px solid var(--ww-border);background: var(--ww-dark);gap: 4px}
.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 {max-height: 70px;height: auto;max-width: 300px;object-fit: contain;width: auto}
.ww-hero__logo-sq img {object-fit: contain;height: 220px;width: 220px}
@media (max-width: 768px) { .ww-hero__logo-h img {max-width: 220px;max-height: 54px} .ww-hero__logo-sq img {width: 180px;height: 180px} }
.ww-footer__logo {width: auto;object-fit: contain;height: 80px;max-width: 200px}
@media (max-width: 768px) { .ww-footer__logo { height: 64px; } }


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


.sf-sticky-cta {align-items: center;justify-content: space-between;right: 0;border-top: 1px solid var(--ww-border);gap: 14px;display: flex;bottom: 0;background: rgba(11,7,5,0.97);left: 0;position: fixed;z-index: 150;padding: 12px 20px;backdrop-filter: blur(8px)}
.sf-sticky-cta__meta {font-size: 0.8rem;color: var(--ww-text-gray);display: flex;overflow: hidden;flex-direction: column;min-width: 0}
.sf-sticky-cta__meta strong {color: var(--ww-gold);font-size: 0.95rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.sf-sticky-cta__meta span {overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.sf-sticky-cta__button {font-weight: 700;text-transform: uppercase;color: rgba(5,46,18,1);white-space: nowrap;border-radius: var(--ww-radius-sm);flex-shrink: 0;background: linear-gradient(135deg, var(--ww-green), var(--ww-green-dark));font-size: 0.85rem;padding: 12px 22px}
@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-size: 2.3rem;text-transform: uppercase;letter-spacing: 0.5px;margin-bottom: 1rem;font-weight: 700;color: var(--ww-red);text-align: center}
.section-subtitle {font-size: 1.15rem;color: var(--ww-text-gray);text-align: center;margin-bottom: 2.5rem}
.bg-gradient-dark {background: linear-gradient(135deg, rgba(31,22,17,0.95), rgba(11,7,5,0.95));border-top: 2px solid rgba(214,40,57,0.25);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;padding: 0 24px;margin: 0 auto}
.row {display: flex;margin: 0 -12px;flex-wrap: wrap}
.row.align-items-center { align-items: center; }
.col-12 {max-width: 100%;padding: 0 12px;flex: 0 0 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;flex-wrap: wrap;gap: 2rem;display: flex;width: 100%}
.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 {height: 100%;display: flex;box-shadow: 0 4px 15px rgba(0,0,0,0.3);position: relative;border: 2px solid rgba(214,40,57,0.25);border-radius: 15px;background: linear-gradient(135deg, rgba(31,22,17,0.9), rgba(11,7,5,0.9));padding: 2rem;transition: all 0.25s ease;flex-direction: column}
.content-card:hover {transform: translateY(-5px);border-color: var(--ww-gold)}
.content-card h3 {font-size: 1.4rem;color: var(--ww-gold);font-weight: 700;margin: 1rem 0}
.content-card p {flex-grow: 1;color: var(--ww-text-gray);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 {margin-bottom: 1rem;font-size: 3.5rem;line-height: 1}
.card-horizontal {flex-direction: row !important;display: flex !important;text-align: left;align-items: center}
.card-horizontal .card-icon, .card-horizontal .security-icon, .card-horizontal .tech-icon, .card-horizontal .type-icon, .card-horizontal .support-icon {margin-right: 2rem;margin-bottom: 0;flex-shrink: 0}
.card-horizontal .step-number {margin-right: 2rem;margin-bottom: 0;height: 60px;width: 60px;flex-shrink: 0}
.card-horizontal .stat-number {margin-bottom: 0;font-size: 3rem;flex-shrink: 0;margin-right: 2rem}
.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;text-align: left;align-items: center;display: flex !important}
.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 {align-items: center;margin: 0 auto 1rem;height: 60px;display: flex;width: 60px;font-size: 1.8rem;color: #2b1c00;justify-content: center;font-weight: 700;border-radius: 50%;background: linear-gradient(135deg, var(--ww-gold), var(--ww-gold-dark))}
.bonus-badge {color: rgba(5,46,18,1);font-weight: 700;position: absolute;padding: 0.4rem 0.9rem;text-transform: uppercase;border-radius: 20px;background: linear-gradient(135deg, var(--ww-green), var(--ww-green-dark));font-size: 0.75rem;right: -10px;top: -10px}
.bonus-amount {font-size: 1.6rem;font-weight: 700;color: var(--ww-gold);margin: 1rem 0}
.stat-number {line-height: 1;font-weight: 700;margin-bottom: 1rem;color: var(--ww-gold);font-size: 3rem}

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

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

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

.rtp-table-wrapper {margin-top: 2rem;overflow-x: auto}
.rtp-comparison-table {overflow: hidden;border-collapse: collapse;border-radius: 15px;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 {text-align: left;padding: 1.25rem 1rem;font-weight: 700;font-size: 0.95rem;text-transform: uppercase;color: rgba(43,28,0,1)}
.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-weight: 700;color: var(--ww-gold);font-size: 1.05rem}

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

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


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

@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 {flex-direction: column !important;text-align: center}
  .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-bottom: 0.5rem;padding-top: 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 {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;padding: 14px 0;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 16px}
.logo-link {align-items: center;flex: none;display: flex}
.logo-link img {object-fit: cover;width: 48px;height: 48px;border-radius: 50%}
.header-right {gap: 6px;flex-direction: column;align-items: flex-end;display: flex;flex: none}
.header-top-row { display: flex; }
.header-bottom-row {display: flex;gap: 8px}
.btn-small {font-size: 0.82rem;padding: 8px 16px}
.hamburger-menu { display: none; }
.header-nav-links {display: flex;width: 100%;padding-top: 6px;gap: 14px;align-items: center;border-top: 1px solid var(--ww-border);flex-wrap: wrap}
.nav-link-small {font-weight: 600;color: var(--ww-text-gray);font-size: 0.85rem;text-transform: capitalize}
.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;text-align: center;margin-bottom: 8px;color: var(--ww-gold);font-size: 1.7rem}
.inner-section-subtitle {color: var(--ww-text-gray);max-width: 760px;text-align: center;margin: 0 auto 20px}
.content-text {color: var(--ww-text-gray);max-width: 820px;margin: 0 auto 24px}
.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;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));display: grid}
.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 {font-size: 1.05rem;color: var(--ww-gold);margin-bottom: 6px}
h4.image-title { font-size: 0.95rem; }
.image-description {font-size: 0.88rem;color: var(--ww-text-gray);margin: 0}


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

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


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