:root {
    --fs-bg: #06111b;
    --fs-bg-soft: #0a1925;
    --fs-panel: rgba(11, 30, 43, 0.94);
    --fs-panel-2: rgba(13, 36, 48, 0.92);
    --fs-border: rgba(159, 205, 193, 0.16);
    --fs-text: #eff7f5;
    --fs-muted: #a9bbb8;
    --fs-green: #53d36d;
    --fs-green-2: #2fa94b;
    --fs-gold: #f1bd43;
    --fs-red: #f06464;
    --fs-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

body.freespin-casino-page {
    background: var(--fs-bg);
}

/*
 * Blocksy kan behålla CPT:ns tidigare sidokolumn även när en Full Page
 * Content Block används. På casinosidor ska vår mall alltid få hela
 * innehållsbredden, utan en tom vänster-/högerkolumn från den gamla layouten.
 *
 * Viktigt: generiska .ct-container får inte återställas här eftersom Blocksy
 * använder samma klass i header och footer.
 */
body.freespin-casino-page .site-main,
body.freespin-casino-page .site-main .content-area,
body.freespin-casino-page .site-main > .ct-container,
body.freespin-casino-page .site-main > .ct-container-full,
body.freespin-casino-page .site-main .entry-content,
body.freespin-casino-page .site-main .wp-block-shortcode {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent;
}

body.freespin-casino-page .site-main [data-content],
body.freespin-casino-page .site-main > .ct-container,
body.freespin-casino-page .site-main > .ct-container-full {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
}

body.freespin-casino-page .site-main article:not(.fs-review),
body.freespin-casino-page .site-main .entry-content > .wp-block-shortcode {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
}

body.freespin-casino-page .ct-sidebar {
    display: none !important;
}

.fs-review,
.fs-review * {
    box-sizing: border-box;
}

.fs-review,
body.freespin-casino-page .site-main article.fs-review {
    color: var(--fs-text);
    position: relative;
    left: auto;
    width: calc(100% - 48px) !important;
    max-width: 1220px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none;
    padding: 28px 0 48px;
    font-family: inherit;
}

.fs-review a {
    color: inherit;
}

.fs-review__hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 30px;
    min-height: 440px;
    padding: 42px;
    border: 1px solid var(--fs-border);
    border-radius: 24px;
    background:
        linear-gradient(120deg, rgba(5, 18, 28, .98) 0%, rgba(5, 23, 32, .96) 56%, rgba(6, 36, 36, .92) 100%);
    box-shadow: var(--fs-shadow);
}

.fs-review__hero::after {
    content: "";
    position: absolute;
    inset: auto -15% -60% 36%;
    height: 430px;
    background: radial-gradient(circle, rgba(61, 213, 103, .24), transparent 62%);
    pointer-events: none;
}

.fs-review__hero-copy,
.fs-review__hero-visual {
    position: relative;
    z-index: 1;
}

.fs-review__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--fs-muted);
    font-size: 13px;
    margin-bottom: 38px;
}

.fs-review__breadcrumbs a {
    text-decoration: none;
}

.fs-review__eyebrow {
    margin: 0 0 10px;
    color: var(--fs-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.fs-review h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: .98;
    letter-spacing: -.045em;
    color: #fff;
}

.fs-review h1 span {
    display: block;
    color: var(--fs-green);
}

.fs-review__lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: #dce8e5;
    font-size: clamp(17px, 1.65vw, 21px);
    line-height: 1.6;
}

.fs-review__trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.fs-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--fs-border);
    border-radius: 12px;
    background: rgba(7, 22, 31, .72);
    color: #dce9e5;
    font-size: 13px;
}

.fs-trust-badge > span {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: var(--fs-green);
    background: rgba(83, 211, 109, .12);
    font-size: 11px;
    font-weight: 900;
}

.fs-review__hero-visual {
    display: grid;
    place-items: center;
    isolation: isolate;
}

.fs-review__logo-wrap {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    width: min(330px, 86%);
    aspect-ratio: 1;
    padding: 42px;
    border: 1px solid rgba(241, 189, 67, .36);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%, rgba(111, 255, 151, .34), transparent 30%),
        radial-gradient(circle at 50% 50%, #0e4d39 0%, #082a27 47%, #07151c 73%);
    box-shadow:
        0 0 0 10px rgba(8, 50, 43, .36),
        0 0 80px rgba(59, 227, 109, .24),
        inset 0 0 50px rgba(255, 255, 255, .05);
}

.fs-review__logo-image {
    width: 100%;
    height: auto;
    max-height: 170px;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .5));
}

.fs-review__logo-fallback {
    font-size: 100px;
    font-weight: 900;
    color: var(--fs-green);
}

.fs-review__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: .85;
}

.fs-review__orb--one {
    width: 110px;
    height: 110px;
    top: 14%;
    left: 5%;
    background: radial-gradient(circle at 32% 30%, #ffd76a, #9a5b00 70%);
    box-shadow: 0 0 35px rgba(241, 189, 67, .28);
}

.fs-review__orb--two {
    width: 72px;
    height: 72px;
    right: 2%;
    bottom: 12%;
    background: radial-gradient(circle at 30% 25%, #7aff9e, #11673c 70%);
    box-shadow: 0 0 35px rgba(83, 211, 109, .24);
}

.fs-review__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
    margin-top: 22px;
}

.fs-review__main,
.fs-review__sidebar {
    min-width: 0;
}

.fs-review__sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 16px;
}

.fs-review__score-panel,
.fs-review__pros-cons,
.fs-review__article,
.fs-review__breakdown,
.fs-review__license-card,
.fs-offer-card,
.fs-facts-card,
.fs-sidebar-score,
.fs-method-card,
.fs-responsible-card {
    border: 1px solid var(--fs-border);
    background: var(--fs-panel);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.fs-review__score-panel {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
}

.fs-review__overall {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 205px;
    padding: 20px;
    border: 1px solid rgba(83, 211, 109, .24);
    border-radius: 16px;
    background: linear-gradient(150deg, rgba(25, 91, 63, .34), rgba(6, 25, 32, .82));
}

.fs-review__overall > span {
    color: var(--fs-muted);
    font-weight: 700;
}

.fs-review__overall > strong {
    margin: 10px 0 4px;
    color: #fff;
    font-size: 66px;
    line-height: 1;
    letter-spacing: -.06em;
}

.fs-review__overall > strong small {
    font-size: 24px;
    letter-spacing: 0;
}

.fs-review__overall > em {
    color: var(--fs-green);
    font-style: normal;
    font-weight: 800;
}

.fs-review__score-copy {
    align-self: center;
}

.fs-review__score-copy h2,
.fs-review__breakdown h2,
.fs-review__license-card h2,
.fs-offer-card h2,
.fs-facts-card h2,
.fs-sidebar-score h2,
.fs-list-card h2 {
    color: #fff;
}

.fs-review__score-copy h2,
.fs-review__breakdown h2,
.fs-review__license-card h2 {
    margin: 0 0 9px;
    font-size: 26px;
}

.fs-review__score-copy p,
.fs-review__breakdown p,
.fs-review__license-card p {
    color: var(--fs-muted);
}

.fs-review__mini-scores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.fs-review__mini-scores > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
}

.fs-review__mini-scores span {
    color: var(--fs-muted);
}

.fs-review__pros-cons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
    padding: 14px;
    border-radius: 20px;
}

.fs-list-card {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid transparent;
}

.fs-list-card--pros {
    border-color: rgba(83, 211, 109, .28);
    background: rgba(41, 123, 72, .12);
}

.fs-list-card--cons {
    border-color: rgba(240, 100, 100, .26);
    background: rgba(132, 46, 46, .11);
}

.fs-list-card h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    font-size: 20px;
}

.fs-list-card--pros h2 { color: var(--fs-green); }
.fs-list-card--cons h2 { color: var(--fs-red); }

.fs-list-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fs-list-card li {
    position: relative;
    padding-left: 22px;
    color: #dbe7e4;
}

.fs-list-card li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: currentColor;
}

.fs-list-card--pros li::before { content: "✓"; color: var(--fs-green); }
.fs-list-card--cons li::before { content: "×"; color: var(--fs-red); }

.fs-review__article {
    margin-top: 16px;
    padding: 30px;
    border-radius: 20px;
    color: #d7e3e0;
    font-size: 17px;
    line-height: 1.75;
}

.fs-review__article > :first-child { margin-top: 0; }
.fs-review__article > :last-child { margin-bottom: 0; }
.fs-review__article h2,
.fs-review__article h3 {
    color: #fff;
    letter-spacing: -.02em;
}
.fs-review__article h2 { margin-top: 42px; font-size: 30px; }
.fs-review__article h3 { margin-top: 30px; font-size: 23px; }
.fs-review__article a { color: var(--fs-green); }
.fs-review__article li { margin-bottom: 7px; }

.fs-review__breakdown {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 30px;
    margin-top: 16px;
    padding: 28px;
    border-radius: 20px;
}

.fs-review__rating-rows,
.fs-sidebar-score {
    display: grid;
    gap: 14px;
}

.fs-rating-row__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
    font-size: 14px;
}

.fs-rating-row__top span { color: var(--fs-muted); }
.fs-rating-row__top strong { color: #fff; }

.fs-rating-row__track {
    overflow: hidden;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

.fs-rating-row__track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--fs-green-2), var(--fs-green));
}

.fs-review__license-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-top: 16px;
    padding: 24px;
    border-radius: 20px;
}

.fs-review__license-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: var(--fs-green);
    border: 1px solid rgba(83, 211, 109, .3);
    background: rgba(83, 211, 109, .1);
    font-size: 24px;
    font-weight: 900;
}

.fs-offer-card,
.fs-facts-card,
.fs-sidebar-score,
.fs-method-card {
    border-radius: 18px;
}

.fs-offer-card {
    padding: 22px;
    border-color: rgba(241, 189, 67, .25);
    background:
        radial-gradient(circle at 100% 0, rgba(241, 189, 67, .11), transparent 38%),
        var(--fs-panel-2);
}

.fs-offer-card__topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: var(--fs-muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.fs-offer-card__topline em {
    padding: 5px 8px;
    border-radius: 7px;
    color: #171000;
    background: var(--fs-gold);
    font-style: normal;
    font-size: 10px;
}

.fs-offer-card h2 {
    margin: 16px 0;
    font-size: 27px;
    line-height: 1.18;
}

.fs-offer-card__highlights {
    display: grid;
    gap: 9px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.fs-offer-card__highlights li {
    position: relative;
    padding-left: 22px;
    color: #d7e4e1;
    font-size: 14px;
}

.fs-offer-card__highlights li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--fs-green);
    font-weight: 900;
}

.fs-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 850;
    text-decoration: none !important;
    transition: transform .2s ease, filter .2s ease, border-color .2s ease;
}

.fs-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.fs-button--primary {
    color: #041209 !important;
    background: linear-gradient(135deg, #68df79, #31b450);
    box-shadow: 0 12px 28px rgba(49, 180, 80, .25);
}

.fs-button--secondary {
    color: #e8f3ef !important;
    border: 1px solid rgba(83, 211, 109, .42);
    background: transparent;
}

.fs-offer-card__verified,
.fs-offer-card__notice {
    margin: 13px 0 0;
    color: var(--fs-muted);
    font-size: 12px;
    text-align: center;
}

.fs-facts-card,
.fs-sidebar-score {
    padding: 20px;
}

.fs-facts-card h2,
.fs-sidebar-score h2 {
    margin: 0 0 16px;
    font-size: 20px;
}

.fs-facts-card dl {
    margin: 0;
}

.fs-facts-card dl > div {
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.fs-facts-card dl > div:last-child { border-bottom: 0; }
.fs-facts-card dt {
    color: var(--fs-muted);
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}
.fs-facts-card dd {
    min-width: 0;
    margin: 0;
    color: #fff;
    text-align: right;
    font-weight: 750;
    line-height: 1.45;
    overflow-wrap: anywhere;
}
.fs-facts-card dl > div.fs-fact-row--stacked {
    grid-template-columns: 1fr;
    gap: 5px;
}
.fs-facts-card dl > div.fs-fact-row--stacked dd {
    text-align: left;
}

.fs-method-card {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 18px;
}

.fs-method-card > span {
    color: var(--fs-green);
    font-size: 28px;
}

.fs-method-card p {
    margin: 0;
    color: var(--fs-muted);
    font-size: 13px;
    line-height: 1.55;
}

.fs-method-card strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
}

.fs-responsible-card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 22px;
    border-radius: 20px;
}

.fs-responsible-card > div {
    padding: 22px;
    border-right: 1px solid var(--fs-border);
}

.fs-responsible-card > div:last-child { border-right: 0; }
.fs-responsible-card strong { display: block; color: #fff; margin-bottom: 5px; }
.fs-responsible-card span { color: var(--fs-muted); font-size: 13px; line-height: 1.55; }

@media (max-width: 1024px) {
    .fs-review__hero {
        grid-template-columns: 1fr .6fr;
        min-height: 390px;
        padding: 34px;
    }
    .fs-review__layout {
        grid-template-columns: minmax(0, 1fr) 320px;
    }
    .fs-review__score-panel {
        grid-template-columns: 190px 1fr;
    }
}

@media (max-width: 860px) {
    .fs-review,
    body.freespin-casino-page .site-main article.fs-review {
        width: calc(100% - 28px) !important;
        max-width: 720px !important;
        padding-top: 12px;
    }
    .fs-review__hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 28px 22px;
    }
    .fs-review__hero-visual {
        min-height: 250px;
    }
    .fs-review__logo-wrap { width: 250px; padding: 35px; }
    .fs-review__layout { grid-template-columns: 1fr; }
    .fs-review__sidebar { position: static; grid-row: 1; }
    .fs-review__score-panel { grid-template-columns: 1fr; }
    .fs-review__overall { min-height: 170px; }
    .fs-review__pros-cons,
    .fs-review__breakdown { grid-template-columns: 1fr; }
    .fs-responsible-card { grid-template-columns: 1fr; }
    .fs-responsible-card > div { border-right: 0; border-bottom: 1px solid var(--fs-border); }
    .fs-responsible-card > div:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
    .fs-review,
    body.freespin-casino-page .site-main article.fs-review {
        width: calc(100% - 18px) !important;
        max-width: 520px !important;
    }
    .fs-review h1 { font-size: 42px; }
    .fs-review__hero { border-radius: 18px; }
    .fs-review__breadcrumbs { margin-bottom: 24px; }
    .fs-review__trust-strip { display: grid; grid-template-columns: 1fr 1fr; }
    .fs-trust-badge { min-width: 0; padding: 9px 10px; }
    .fs-review__score-panel,
    .fs-review__article,
    .fs-review__breakdown,
    .fs-review__license-card { padding: 20px; }
    .fs-review__mini-scores { grid-template-columns: 1fr; }
    .fs-review__overall > strong { font-size: 58px; }
    .fs-facts-card dl > div { grid-template-columns: 1fr; gap: 3px; }
    .fs-facts-card dd { text-align: left; }
}


/* Bonus-first layout, v0.5.0 */
.fs-bonus-hero {
    min-height: 520px;
}

.fs-bonus-hero .fs-review__breadcrumbs {
    margin-bottom: 24px;
}

.fs-bonus-hero__offer {
    margin-top: 18px;
    color: var(--fs-green);
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.035em;
}

.fs-bonus-hero__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.fs-bonus-hero__facts > div {
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid var(--fs-border);
    border-radius: 12px;
    background: rgba(5, 20, 28, .72);
}

.fs-bonus-hero__facts span,
.fs-bonus-terms-grid span {
    display: block;
    margin-bottom: 4px;
    color: var(--fs-muted);
    font-size: 12px;
}

.fs-bonus-hero__facts strong,
.fs-bonus-terms-grid strong {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.fs-bonus-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.fs-bonus-hero__actions .fs-button {
    width: auto;
    min-width: 210px;
    margin-top: 0;
}

.fs-bonus-verdict .fs-review__overall {
    border-color: rgba(241, 189, 67, .28);
    background: linear-gradient(150deg, rgba(112, 79, 17, .22), rgba(6, 25, 32, .86));
}

.fs-bonus-guide {
    margin-top: 16px;
    padding: 30px;
    border: 1px solid var(--fs-border);
    border-radius: 20px;
    background: var(--fs-panel);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.fs-bonus-guide h2,
.fs-bonus-guide h3,
.fs-practical-card h2 {
    color: #fff;
}

.fs-bonus-guide__intro h2 {
    margin: 0 0 10px;
    font-size: 30px;
    letter-spacing: -.025em;
}

.fs-bonus-guide__intro > p:last-child {
    color: #d7e3e0;
    font-size: 17px;
    line-height: 1.7;
}

.fs-bonus-example {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 22px;
    align-items: center;
    margin-top: 24px;
    padding: 22px;
    border: 1px solid rgba(83, 211, 109, .25);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(32, 110, 66, .18), rgba(7, 24, 32, .72));
}

.fs-bonus-example span {
    display: block;
    color: var(--fs-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fs-bonus-example strong {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 25px;
}

.fs-bonus-example p {
    margin: 0;
    color: #d8e5e1;
    line-height: 1.65;
}

.fs-bonus-terms-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.fs-bonus-terms-grid > div {
    min-width: 0;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
}

.fs-bonus-restrictions {
    margin-top: 22px;
    padding: 20px;
    border-left: 3px solid var(--fs-gold);
    border-radius: 0 14px 14px 0;
    background: rgba(241, 189, 67, .07);
}

.fs-bonus-restrictions h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.fs-bonus-restrictions p {
    margin: 0;
    color: #d5e1de;
    line-height: 1.65;
}

.fs-bonus-restrictions a {
    display: inline-block;
    margin-top: 12px;
    color: var(--fs-green);
    font-weight: 750;
    text-decoration: none;
}

.fs-practical-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.fs-practical-card {
    min-width: 0;
    padding: 26px;
    border: 1px solid var(--fs-border);
    border-radius: 20px;
    background: var(--fs-panel);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.fs-practical-card h2 {
    margin: 0 0 18px;
    font-size: 24px;
}

.fs-practical-card dl {
    margin: 0;
}

.fs-practical-card dl > div {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.fs-practical-card dl > div:last-child {
    border-bottom: 0;
}

.fs-practical-card dt {
    color: var(--fs-muted);
}

.fs-practical-card dd {
    min-width: 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
    overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
    .fs-bonus-hero__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .fs-bonus-hero {
        min-height: auto;
    }

    .fs-bonus-hero__actions .fs-button {
        width: 100%;
    }

    .fs-bonus-example,
    .fs-practical-grid {
        grid-template-columns: 1fr;
    }

    .fs-review--bonus-first .fs-review__sidebar {
        grid-row: auto;
    }

    .fs-review--bonus-first .fs-offer-card {
        order: -1;
    }
}

@media (max-width: 560px) {
    .fs-bonus-hero__facts,
    .fs-bonus-terms-grid {
        grid-template-columns: 1fr;
    }

    .fs-bonus-guide,
    .fs-practical-card {
        padding: 21px 18px;
    }

    .fs-practical-card dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}


/* Clarity and compliance refinements, v0.5.1 */
.fs-terms-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: auto;
    margin: 0;
    padding: 6px 2px;
    color: #a9bbb7;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fs-terms-link:hover,
.fs-terms-link:focus-visible {
    color: #ffffff;
}

.fs-offer-card .fs-terms-link {
    display: flex;
    margin-top: 10px;
    text-align: center;
}

.fs-review__mini-scores--single {
    grid-template-columns: minmax(0, 230px);
}

.fs-method-card p {
    margin: 0;
}

.fs-responsible-card a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.fs-responsible-card strong a {
    color: #ffffff;
}

.fs-responsible-card span a {
    color: #d9e6e2;
    font-weight: 700;
}

.fs-responsible-card a:hover,
.fs-responsible-card a:focus-visible {
    color: var(--fs-green);
}

@media (max-width: 860px) {
    .fs-bonus-hero__actions {
        align-items: flex-start;
    }

    .fs-bonus-hero__actions .fs-terms-link {
        width: auto;
        justify-content: flex-start;
    }
}


/* Conversion and related-bonus refinements, v0.5.2 */
.fs-button--prominent {
    min-height: 58px;
    padding: 15px 22px;
    border-radius: 12px;
    font-size: 16px;
    box-shadow: 0 15px 34px rgba(49, 180, 80, .31);
}

.fs-offer-card .fs-button--prominent {
    min-height: 60px;
    font-size: 16px;
}

.fs-terms-link--quiet {
    color: rgba(184, 201, 196, .68);
    font-size: 10.5px;
    font-weight: 550;
    text-decoration-thickness: .5px;
    text-underline-offset: 2px;
    opacity: .82;
}

.fs-terms-link--quiet:hover,
.fs-terms-link--quiet:focus-visible {
    color: #d9e5e1;
    opacity: 1;
}

.fs-bonus-hero__actions {
    align-items: center;
}

.fs-bonus-hero__actions .fs-button--prominent {
    min-width: 250px;
}

.fs-offer-card .fs-terms-link--quiet {
    margin-top: 7px;
}

.fs-inline-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
    gap: 24px;
    align-items: center;
    margin-top: 16px;
    padding: 22px 24px;
    border: 1px solid rgba(83, 211, 109, .27);
    border-radius: 18px;
    background:
        radial-gradient(circle at 0 50%, rgba(83, 211, 109, .12), transparent 42%),
        var(--fs-panel-2);
}

.fs-inline-cta > div:first-child span {
    display: block;
    color: var(--fs-green);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fs-inline-cta > div:first-child strong {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 23px;
    line-height: 1.25;
}

.fs-inline-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.fs-inline-cta__actions .fs-button {
    margin-top: 0;
}

.fs-related-bonuses {
    padding: 20px;
    border: 1px solid var(--fs-border);
    border-radius: 18px;
    background: var(--fs-panel-2);
}

.fs-related-bonuses h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 20px;
}

.fs-related-bonuses__list {
    display: grid;
    gap: 12px;
}

.fs-related-bonus {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 13px;
    background: rgba(255, 255, 255, .025);
}

.fs-related-bonus__profile {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.fs-related-bonus__visual {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, .05);
}

.fs-related-bonus__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fs-related-bonus__fallback {
    color: var(--fs-green);
    font-weight: 900;
}

.fs-related-bonus__copy {
    min-width: 0;
}

.fs-related-bonus__copy strong,
.fs-related-bonus__copy small {
    display: block;
}

.fs-related-bonus__copy strong {
    color: #fff;
    font-size: 14px;
}

.fs-related-bonus__copy small {
    margin-top: 3px;
    color: var(--fs-muted);
    font-size: 11px;
    line-height: 1.35;
}

.fs-related-bonus__profile em {
    color: var(--fs-green);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
}

.fs-related-bonus__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-top: 10px;
    border-radius: 8px;
    color: #05130a !important;
    background: linear-gradient(135deg, #68df79, #31b450);
    font-size: 12px;
    font-weight: 850;
    text-decoration: none !important;
}

.fs-related-bonus__checked {
    display: block;
    margin-top: 7px;
    color: var(--fs-muted);
    font-size: 9.5px;
    text-align: center;
}

.fs-mobile-cta {
    display: none;
}

@media (max-width: 860px) {
    .fs-inline-cta {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fs-bonus-hero__actions {
        align-items: flex-start;
    }

    .fs-bonus-hero__actions .fs-button--prominent {
        width: 100%;
    }
}

@media (max-width: 720px) {
    body.freespin-casino-page {
        padding-bottom: 78px;
    }

    .fs-mobile-cta {
        position: fixed;
        z-index: 9998;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        padding: 10px 14px;
        border-top: 1px solid rgba(83, 211, 109, .3);
        background: rgba(4, 18, 25, .97);
        box-shadow: 0 -10px 30px rgba(0, 0, 0, .35);
        backdrop-filter: blur(12px);
    }

    .fs-mobile-cta span,
    .fs-mobile-cta strong {
        display: block;
    }

    .fs-mobile-cta span {
        color: var(--fs-muted);
        font-size: 9px;
        font-weight: 750;
        text-transform: uppercase;
        letter-spacing: .07em;
    }

    .fs-mobile-cta strong {
        max-width: 52vw;
        margin-top: 2px;
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fs-mobile-cta > a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 10px;
        color: #041209 !important;
        background: linear-gradient(135deg, #68df79, #31b450);
        font-size: 13px;
        font-weight: 900;
        text-decoration: none !important;
    }
}


/* Final casino-bonus template polish, v0.5.3 */
.fs-review__lead {
    max-width: 650px;
}

.fs-method-card {
    line-height: 1.45;
}

.fs-method-card p {
    color: #afc0bc;
    font-size: 11px;
}

.fs-inline-cta {
    margin-bottom: 2px;
}

.fs-practical-card dd {
    line-height: 1.45;
}

.fs-responsible-card span {
    line-height: 1.45;
}

@media (max-width: 720px) {
    .fs-mobile-cta {
        padding-bottom: max(10px, env(safe-area-inset-bottom));
    }

    .fs-review--bonus-first {
        padding-bottom: 8px;
    }
}


/* Dynamic bonus homepage, v0.6.0 */
.fs-home {
    --fs-home-max: 1220px;
    width: min(var(--fs-home-max), calc(100% - 40px));
    margin: 0 auto;
    padding: 46px 0 70px;
    color: #dce8e5;
}

.fs-home h1,
.fs-home h2,
.fs-home h3,
.fs-home p {
    overflow-wrap: normal;
    word-break: normal;
}

.fs-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 40px;
    align-items: center;
    min-height: 500px;
    overflow: hidden;
    padding: clamp(34px, 6vw, 74px);
    border: 1px solid rgba(83, 211, 109, .2);
    border-radius: 26px;
    background:
        radial-gradient(circle at 82% 60%, rgba(31, 154, 88, .22), transparent 34%),
        linear-gradient(140deg, #071821, #0a2028 62%, #0a2b25);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
}

.fs-home-hero__copy {
    position: relative;
    z-index: 2;
}

.fs-home-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 7vw, 82px);
    line-height: .98;
    letter-spacing: -.055em;
}

.fs-home-hero__copy > p:not(.fs-review__eyebrow) {
    max-width: 650px;
    margin: 24px 0 0;
    color: #c8d7d3;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.fs-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 30px;
}

.fs-home-hero__actions .fs-button {
    width: auto;
    margin: 0;
}

.fs-home-hero__secondary {
    color: #d5e4e0;
    font-size: 14px;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.fs-home-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.fs-home-hero__trust span {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 999px;
    color: #bad0ca;
    background: rgba(3, 15, 21, .35);
    font-size: 11px;
    font-weight: 700;
}

.fs-home-hero__visual {
    position: relative;
    min-height: 340px;
}

.fs-home-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(.2px);
}

.fs-home-hero__orb--one {
    width: 235px;
    height: 235px;
    top: 25px;
    right: 30px;
    border: 1px solid rgba(240, 188, 65, .42);
    background: radial-gradient(circle at 35% 30%, #245b45, #081820 64%);
    box-shadow: 0 0 65px rgba(48, 201, 101, .14);
}

.fs-home-hero__orb--two {
    width: 72px;
    height: 72px;
    right: 0;
    bottom: 18px;
    background: radial-gradient(circle at 35% 30%, #7ae98c, #1e9c54 65%, #0e4e35);
    box-shadow: 0 0 35px rgba(83, 211, 109, .35);
}

.fs-home-hero__card {
    position: absolute;
    z-index: 2;
    top: 92px;
    right: 82px;
    display: grid;
    width: 230px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: rgba(4, 18, 25, .88);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .34);
    backdrop-filter: blur(12px);
}

.fs-home-hero__card span {
    margin-bottom: 13px;
    color: var(--fs-green);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.fs-home-hero__card strong {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 18px;
}

.fs-home-hero__card strong:last-child {
    border-bottom: 0;
}

.fs-home-section {
    margin-top: 72px;
}

.fs-home-section__head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 24px;
}

.fs-home-section__head--center {
    justify-content: center;
    text-align: center;
}

.fs-home-section__head h2,
.fs-home-method h2,
.fs-home-responsible h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -.035em;
}

.fs-home-section__head > a {
    color: var(--fs-green);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.fs-home-offer {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--fs-border);
    border-radius: 20px;
    background: var(--fs-panel);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}

.fs-home-offer--featured {
    padding: 30px;
    border-color: rgba(83, 211, 109, .25);
    background:
        radial-gradient(circle at 100% 0, rgba(83, 211, 109, .13), transparent 34%),
        var(--fs-panel);
}

.fs-home-offer__head,
.fs-home-offer__brand {
    display: flex;
    align-items: center;
}

.fs-home-offer__head {
    justify-content: space-between;
    gap: 18px;
}

.fs-home-offer__brand {
    min-width: 0;
    gap: 13px;
    color: inherit;
    text-decoration: none;
}

.fs-home-offer__logo {
    display: grid;
    flex: 0 0 66px;
    place-items: center;
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 15px;
    background: rgba(255, 255, 255, .05);
}

.fs-home-offer__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fs-home-offer__brand strong,
.fs-home-offer__brand small {
    display: block;
}

.fs-home-offer__brand strong {
    color: #fff;
    font-size: 20px;
}

.fs-home-offer__brand small {
    margin-top: 4px;
    color: var(--fs-muted);
    font-size: 12px;
}

.fs-home-offer__score {
    flex: 0 0 auto;
    text-align: right;
}

.fs-home-offer__score span,
.fs-home-offer__score strong {
    display: block;
}

.fs-home-offer__score span {
    color: var(--fs-muted);
    font-size: 10px;
    text-transform: uppercase;
}

.fs-home-offer__score strong {
    margin-top: 3px;
    color: var(--fs-green);
    font-size: 23px;
}

.fs-home-offer h3 {
    max-width: 780px;
    margin: 25px 0 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 36px);
    letter-spacing: -.025em;
}

.fs-home-offer__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0 0;
}

.fs-home-offer__facts > div {
    min-width: 0;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
}

.fs-home-offer__facts dt {
    color: var(--fs-muted);
    font-size: 11px;
}

.fs-home-offer__facts dd {
    margin: 5px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.fs-home-offer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 22px;
}

.fs-home-offer__actions .fs-button {
    width: auto;
    min-width: 155px;
    margin: 0;
}

.fs-home-offer__details {
    color: #c2d3cf;
    font-size: 13px;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fs-home-offer__checked {
    margin: 15px 0 0;
    color: var(--fs-muted);
    font-size: 10px;
}

.fs-home-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fs-home-offer-grid .fs-home-offer h3 {
    font-size: 24px;
}

.fs-home-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fs-home-link-card {
    position: relative;
    min-height: 220px;
    padding: 24px;
    border: 1px solid var(--fs-border);
    border-radius: 18px;
    color: inherit;
    background: var(--fs-panel);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.fs-home-link-card:hover {
    transform: translateY(-3px);
    border-color: rgba(83, 211, 109, .35);
    background: #102731;
}

.fs-home-link-card > span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--fs-green);
    font-size: 19px;
}

.fs-home-link-card h3 {
    margin: 55px 0 0;
    color: #fff;
    font-size: 22px;
}

.fs-home-link-card p {
    margin: 12px 0 0;
    color: var(--fs-muted);
    font-size: 14px;
    line-height: 1.6;
}

.fs-home-method {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 50px;
    align-items: start;
    margin-top: 80px;
    padding: 46px;
    border: 1px solid var(--fs-border);
    border-radius: 24px;
    background: linear-gradient(140deg, #0d222c, #091923);
}

.fs-home-method__intro > p:not(.fs-review__eyebrow) {
    color: #becfca;
    font-size: 16px;
    line-height: 1.7;
}

.fs-home-method__intro > a {
    display: inline-block;
    margin-top: 12px;
    color: var(--fs-green);
    font-weight: 800;
    text-decoration: none;
}

.fs-home-method__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fs-home-method__steps > div {
    min-width: 0;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .035);
}

.fs-home-method__steps span,
.fs-home-method__steps strong {
    display: block;
}

.fs-home-method__steps span {
    color: var(--fs-green);
    font-size: 11px;
    font-weight: 850;
}

.fs-home-method__steps strong {
    margin-top: 18px;
    color: #fff;
    font-size: 18px;
}

.fs-home-method__steps p {
    margin: 8px 0 0;
    color: var(--fs-muted);
    font-size: 13px;
    line-height: 1.6;
}

.fs-home-responsible {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    margin-top: 70px;
    padding: 36px 40px;
    border: 1px solid rgba(83, 211, 109, .19);
    border-radius: 20px;
    background: rgba(17, 49, 46, .42);
}

.fs-home-responsible p:not(.fs-review__eyebrow) {
    max-width: 700px;
    color: #b9cbc6;
    line-height: 1.65;
}

.fs-home-responsible__links {
    display: grid;
    gap: 10px;
}

.fs-home-responsible__links a {
    min-width: 220px;
    padding: 12px 16px;
    border: 1px solid rgba(83, 211, 109, .24);
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.fs-home-responsible__links a:first-child {
    color: #07130b;
    background: var(--fs-green);
}

@media (max-width: 980px) {
    .fs-home-hero {
        grid-template-columns: 1fr;
    }

    .fs-home-hero__visual {
        min-height: 280px;
    }

    .fs-home-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fs-home-method {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .fs-home {
        width: min(100% - 28px, var(--fs-home-max));
        padding-top: 24px;
    }

    .fs-home-hero {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .fs-home-hero h1 {
        font-size: 46px;
    }

    .fs-home-hero__visual {
        display: none;
    }

    .fs-home-hero__actions,
    .fs-home-offer__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fs-home-hero__actions .fs-button,
    .fs-home-offer__actions .fs-button {
        width: 100%;
    }

    .fs-home-section {
        margin-top: 52px;
    }

    .fs-home-section__head {
        align-items: start;
        flex-direction: column;
    }

    .fs-home-offer,
    .fs-home-offer--featured {
        padding: 21px 18px;
    }

    .fs-home-offer__facts,
    .fs-home-offer-grid,
    .fs-home-link-grid,
    .fs-home-method__steps,
    .fs-home-responsible {
        grid-template-columns: 1fr;
    }

    .fs-home-link-card {
        min-height: 170px;
    }

    .fs-home-method {
        gap: 28px;
        padding: 28px 20px;
    }

    .fs-home-responsible {
        gap: 22px;
        padding: 28px 20px;
    }

    .fs-home-responsible__links a {
        min-width: 0;
    }
}


/* Homepage contrast polish, v0.6.1 */
.fs-home-section__head h2 {
    color: #142b35;
}

.fs-home-section__head .fs-review__eyebrow {
    color: #2cae59;
}

.fs-home-section__head > a {
    color: #248f4b;
}

.fs-home-responsible {
    border-color: rgba(83, 211, 109, .28);
    background:
        radial-gradient(circle at 92% 25%, rgba(83, 211, 109, .16), transparent 32%),
        linear-gradient(135deg, #12312f, #0b2428);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
}

.fs-home-responsible h2 {
    color: #ffffff;
}

.fs-home-responsible p:not(.fs-review__eyebrow) {
    color: #d0dfda;
}

.fs-home-responsible__links a {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .035);
}

.fs-home-responsible__links a:first-child {
    border-color: transparent;
    background: linear-gradient(135deg, #68df79, #31b450);
}


/* Bonus comparison hub, v0.7.0 */
.fs-bonus-hub {
    --fs-hub-max: 1220px;
    width: min(var(--fs-hub-max), calc(100% - 40px));
    margin: 0 auto;
    padding: 44px 0 72px;
    color: #1b3139;
}

.fs-bonus-hub__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 40px;
    align-items: end;
    padding: clamp(34px, 5vw, 62px);
    border: 1px solid rgba(83, 211, 109, .22);
    border-radius: 25px;
    background:
        radial-gradient(circle at 88% 32%, rgba(83, 211, 109, .2), transparent 30%),
        linear-gradient(140deg, #071821, #0b242b 64%, #0b3028);
    box-shadow: 0 25px 65px rgba(17, 40, 47, .2);
}

.fs-bonus-hub__breadcrumbs {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
    color: #8ea8a2;
    font-size: 12px;
}

.fs-bonus-hub__breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.fs-bonus-hub__hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 70px);
    line-height: 1;
    letter-spacing: -.05em;
}

.fs-bonus-hub__hero > div:first-child > p:last-child {
    max-width: 720px;
    margin: 22px 0 0;
    color: #c7d8d3;
    font-size: 18px;
    line-height: 1.65;
}

.fs-bonus-hub__summary {
    display: grid;
    gap: 10px;
}

.fs-bonus-hub__summary > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 13px;
    background: rgba(3, 17, 23, .48);
}

.fs-bonus-hub__summary span {
    color: #9bb1ac;
    font-size: 12px;
}

.fs-bonus-hub__summary strong {
    color: #fff;
    font-size: 20px;
}

.fs-bonus-hub__controls {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-top: 30px;
    padding: 16px;
    border: 1px solid #d9e3e0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(32, 55, 61, .08);
}

.fs-bonus-hub__filters,
.fs-bonus-hub__tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.fs-bonus-hub__filters button {
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #d7e3df;
    border-radius: 10px;
    color: #395057;
    background: #f7faf9;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

.fs-bonus-hub__filters button span {
    margin-left: 5px;
    color: #769087;
}

.fs-bonus-hub__filters button.is-active {
    border-color: #2eb85a;
    color: #092713;
    background: #dff7e5;
}

.fs-bonus-hub__tools input,
.fs-bonus-hub__tools select {
    min-height: 42px;
    border: 1px solid #d7e3df;
    border-radius: 10px;
    color: #263c43;
    background: #fff;
    font-size: 13px;
}

.fs-bonus-hub__tools input {
    width: 180px;
    padding: 0 13px;
}

.fs-bonus-hub__tools label:last-child {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #60766f;
    font-size: 12px;
}

.fs-bonus-hub__tools select {
    padding: 0 34px 0 12px;
}

.fs-bonus-hub__result-line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 18px 2px 14px;
    color: #6b817a;
    font-size: 12px;
}

.fs-bonus-hub__list {
    display: grid;
    gap: 15px;
}

.fs-bonus-card {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(150px, .65fr) minmax(270px, 1.3fr) minmax(230px, 1fr) minmax(165px, .62fr);
    gap: 18px;
    align-items: center;
    padding: 22px;
    border: 1px solid #d7e3df;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(28, 53, 60, .08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.fs-bonus-card:hover {
    transform: translateY(-2px);
    border-color: rgba(45, 184, 90, .42);
    box-shadow: 0 20px 48px rgba(28, 53, 60, .13);
}

.fs-bonus-card[hidden] {
    display: none !important;
}

.fs-bonus-card__rank {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: #0b2915;
    background: #dff7e5;
    font-weight: 900;
}

.fs-bonus-card__identity {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
}

.fs-bonus-card__logo {
    display: grid;
    flex: 0 0 58px;
    place-items: center;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 13px;
    background: #f1f5f4;
}

.fs-bonus-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fs-bonus-card__identity h2 {
    margin: 4px 0 0;
    font-size: 18px;
    line-height: 1.2;
}

.fs-bonus-card__identity h2 a {
    color: #152c34;
    text-decoration: none;
}

.fs-bonus-card__label {
    display: block;
    color: #2cae59;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fs-bonus-card__licensed {
    display: block;
    margin-top: 5px;
    color: #7a9089;
    font-size: 10px;
}

.fs-bonus-card__offer {
    min-width: 0;
}

.fs-bonus-card__offer > span {
    color: #2cae59;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.fs-bonus-card__offer h3 {
    margin: 7px 0 0;
    color: #172e36;
    font-size: 22px;
    line-height: 1.22;
}

.fs-bonus-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.fs-bonus-card__chips span {
    padding: 6px 8px;
    border-radius: 7px;
    color: #526961;
    background: #f1f6f4;
    font-size: 9.5px;
    line-height: 1.3;
}

.fs-bonus-card__assessment {
    min-width: 0;
}

.fs-bonus-card__scores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.fs-bonus-card__scores > div {
    padding: 10px;
    border-radius: 9px;
    background: #f4f8f7;
}

.fs-bonus-card__scores span,
.fs-bonus-card__scores strong {
    display: block;
}

.fs-bonus-card__scores span {
    color: #71857f;
    font-size: 9px;
}

.fs-bonus-card__scores strong {
    margin-top: 3px;
    color: #1b7138;
    font-size: 16px;
}

.fs-bonus-card__points {
    display: grid;
    gap: 5px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.fs-bonus-card__points li {
    position: relative;
    padding-left: 15px;
    color: #536962;
    font-size: 10px;
    line-height: 1.4;
}

.fs-bonus-card__points li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
}

.fs-bonus-card__points .is-positive::before {
    content: "✓";
    color: #2cac57;
}

.fs-bonus-card__points .is-negative::before {
    content: "×";
    color: #d25555;
}

.fs-bonus-card__action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.fs-bonus-card__action .fs-button {
    width: 100%;
    min-height: 50px;
    margin: 0;
    font-size: 14px;
}

.fs-bonus-card__details {
    margin-top: 10px;
    color: #445d55;
    font-size: 11px;
    font-weight: 750;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fs-bonus-card__action small {
    margin-top: 8px;
    color: #84958f;
    font-size: 9px;
    text-align: center;
}

.fs-bonus-hub__empty {
    padding: 45px 24px;
    border: 1px dashed #c7d5d1;
    border-radius: 18px;
    text-align: center;
    background: #fff;
}

.fs-bonus-hub__empty h2 {
    margin: 0;
    color: #18323a;
}

.fs-bonus-hub__empty p {
    color: #6a8179;
}

.fs-bonus-hub__guide {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 42px;
    margin-top: 72px;
    padding: 42px;
    border: 1px solid rgba(83, 211, 109, .2);
    border-radius: 23px;
    color: #d8e6e2;
    background: linear-gradient(140deg, #0b2028, #071821);
}

.fs-bonus-hub__guide h2,
.fs-bonus-hub__guide h3 {
    color: #fff;
}

.fs-bonus-hub__guide h2 {
    margin: 0;
    font-size: 37px;
    letter-spacing: -.035em;
}

.fs-bonus-hub__guide-intro > p:last-child {
    color: #b9ccc6;
    line-height: 1.7;
}

.fs-bonus-hub__guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.fs-bonus-hub__guide-grid article {
    padding: 19px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .04);
}

.fs-bonus-hub__guide-grid span {
    color: #53d36d;
    font-size: 10px;
    font-weight: 900;
}

.fs-bonus-hub__guide-grid h3 {
    margin: 17px 0 0;
    font-size: 17px;
}

.fs-bonus-hub__guide-grid p {
    margin: 8px 0 0;
    color: #9fb4ae;
    font-size: 12px;
    line-height: 1.6;
}

.fs-bonus-hub__responsible {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: 24px;
    padding: 30px 34px;
    border-radius: 18px;
    color: #dce8e4;
    background: #11312f;
}

.fs-bonus-hub__responsible h2 {
    margin: 0;
    color: #fff;
    font-size: 27px;
}

.fs-bonus-hub__responsible p:not(.fs-review__eyebrow) {
    margin: 8px 0 0;
    color: #b8ccc5;
}

.fs-bonus-hub__responsible > div:last-child {
    display: grid;
    gap: 8px;
}

.fs-bonus-hub__responsible a {
    min-width: 210px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.fs-bonus-hub__responsible a:first-child {
    color: #082211;
    background: #53d36d;
}

@media (max-width: 1080px) {
    .fs-bonus-card {
        grid-template-columns: 40px minmax(150px, .7fr) minmax(250px, 1.3fr) minmax(160px, .7fr);
    }

    .fs-bonus-card__assessment {
        display: none;
    }
}

@media (max-width: 900px) {
    .fs-bonus-hub__hero,
    .fs-bonus-hub__guide {
        grid-template-columns: 1fr;
    }

    .fs-bonus-hub__controls {
        align-items: stretch;
        flex-direction: column;
    }

    .fs-bonus-hub__tools {
        justify-content: space-between;
    }

    .fs-bonus-card {
        grid-template-columns: 40px minmax(130px, .7fr) minmax(220px, 1.3fr) minmax(150px, .65fr);
    }
}

@media (max-width: 720px) {
    .fs-bonus-hub {
        width: min(100% - 28px, var(--fs-hub-max));
        padding-top: 24px;
    }

    .fs-bonus-hub__hero {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .fs-bonus-hub__hero h1 {
        font-size: 43px;
    }

    .fs-bonus-hub__summary {
        grid-template-columns: 1fr;
    }

    .fs-bonus-hub__filters,
    .fs-bonus-hub__tools {
        align-items: stretch;
        flex-direction: column;
    }

    .fs-bonus-hub__filters button,
    .fs-bonus-hub__tools input,
    .fs-bonus-hub__tools label,
    .fs-bonus-hub__tools select {
        width: 100%;
    }

    .fs-bonus-hub__tools label:last-child {
        align-items: stretch;
        flex-direction: column;
    }

    .fs-bonus-hub__result-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .fs-bonus-card {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
    }

    .fs-bonus-card__identity {
        grid-column: 2;
    }

    .fs-bonus-card__offer,
    .fs-bonus-card__assessment,
    .fs-bonus-card__action {
        grid-column: 1 / -1;
    }

    .fs-bonus-card__assessment {
        display: block;
    }

    .fs-bonus-hub__guide {
        gap: 25px;
        padding: 28px 20px;
    }

    .fs-bonus-hub__guide-grid,
    .fs-bonus-hub__responsible {
        grid-template-columns: 1fr;
    }

    .fs-bonus-hub__responsible {
        gap: 20px;
        padding: 27px 20px;
    }

    .fs-bonus-hub__responsible a {
        min-width: 0;
    }
}
/* Homepage comparison refresh, v0.8.0 */
.fs-home-hero {
    min-height: 470px;
}

.fs-home-hero__visual {
    min-height: 330px;
}

.fs-home-hero__card {
    top: 50%;
    right: 28px;
    display: block;
    width: min(330px, calc(100% - 28px));
    padding: 20px;
    transform: translateY(-50%);
}

.fs-home-hero__card-label {
    margin: 0 0 12px;
    color: var(--fs-green);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.fs-home-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.fs-home-hero__stats > div {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
}

.fs-home-hero__stats span,
.fs-home-hero__stats strong {
    display: block;
}

.fs-home-hero__stats span {
    min-height: 30px;
    color: #aebfbb;
    font-size: 10px;
    line-height: 1.45;
}

.fs-home-hero__stats strong {
    margin-top: 7px;
    color: #fff;
    font-size: 19px;
    line-height: 1.15;
}

.fs-home-offer__recommendation {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-top: 22px;
    padding: 12px 14px;
    border: 1px solid rgba(83, 211, 109, .18);
    border-radius: 12px;
    background: rgba(83, 211, 109, .07);
}

.fs-home-offer__recommendation span {
    color: var(--fs-green);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fs-home-offer__recommendation strong {
    color: #dce8e5;
    font-size: 13px;
}

.fs-home-comparison {
    overflow: hidden;
    border: 1px solid #dce5e2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(7, 31, 39, .10);
}

.fs-home-comparison__scroll {
    overflow-x: auto;
}

.fs-home-comparison table {
    width: 100%;
    min-width: 1020px;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.fs-home-comparison th {
    padding: 15px 14px;
    border: 0;
    color: #b8cbc6;
    background: #0c222b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .045em;
    text-align: left;
    text-transform: uppercase;
}

.fs-home-comparison th:nth-child(1) { width: 16%; }
.fs-home-comparison th:nth-child(2) { width: 25%; }
.fs-home-comparison th:nth-child(3) { width: 11%; }
.fs-home-comparison th:nth-child(4) { width: 15%; }
.fs-home-comparison th:nth-child(5),
.fs-home-comparison th:nth-child(6) { width: 10%; }
.fs-home-comparison th:nth-child(7) { width: 13%; }

.fs-home-comparison td {
    padding: 15px 14px;
    border: 0;
    border-bottom: 1px solid #e5ece9;
    color: #29414a;
    background: #fff;
    font-size: 12px;
    line-height: 1.45;
    vertical-align: middle;
}

.fs-home-comparison tbody tr:last-child td {
    border-bottom: 0;
}

.fs-home-comparison tbody tr:hover td {
    background: #f6faf8;
}

.fs-home-comparison__brand {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #142b35;
    text-decoration: none;
}

.fs-home-comparison__brand > span {
    display: grid;
    flex: 0 0 42px;
    place-items: center;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 10px;
    background: #eef4f1;
}

.fs-home-comparison__brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fs-home-comparison__brand strong {
    font-size: 13px;
}

.fs-home-comparison__offer {
    display: -webkit-box;
    overflow: hidden;
    color: #142b35;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.fs-home-comparison__score {
    display: inline-flex;
    padding: 6px 8px;
    border-radius: 999px;
    color: #177b3d;
    background: #e6f7eb;
    font-size: 12px;
}

.fs-home-comparison__action .fs-button {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 10px 12px;
    font-size: 12px;
}

.fs-home-offer-grid .fs-home-offer {
    display: flex;
    min-height: 342px;
    flex-direction: column;
    padding: 21px;
}

.fs-home-offer-grid .fs-home-offer__logo {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    border-radius: 12px;
}

.fs-home-offer-grid .fs-home-offer__brand strong {
    font-size: 17px;
}

.fs-home-offer-grid .fs-home-offer__score strong {
    font-size: 20px;
}

.fs-home-offer-grid .fs-home-offer h3 {
    margin-top: 18px;
    font-size: 21px;
    line-height: 1.28;
}

.fs-home-offer-grid .fs-home-offer__facts {
    margin-top: 18px;
}

.fs-home-offer-grid .fs-home-offer__facts > div {
    padding: 11px;
}

.fs-home-offer-grid .fs-home-offer__actions {
    margin-top: auto;
    padding-top: 18px;
}

.fs-home-offer-grid .fs-home-offer__checked {
    margin-top: 12px;
}

@media (max-width: 980px) {
    .fs-home-hero__card {
        right: 18px;
    }
}

@media (max-width: 720px) {
    .fs-home-hero__visual {
        display: block;
        min-height: auto;
        margin-top: 8px;
    }

    .fs-home-hero__orb {
        display: none;
    }

    .fs-home-hero__card {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        transform: none;
    }

    .fs-home-hero__stats span {
        min-height: 0;
    }

    .fs-home-comparison {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .fs-home-comparison__scroll {
        overflow: visible;
    }

    .fs-home-comparison table,
    .fs-home-comparison tbody,
    .fs-home-comparison tr,
    .fs-home-comparison td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .fs-home-comparison thead {
        display: none;
    }

    .fs-home-comparison tbody {
        display: grid;
        gap: 12px;
    }

    .fs-home-comparison tr {
        overflow: hidden;
        padding: 17px;
        border: 1px solid #dce5e2;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 10px 26px rgba(7, 31, 39, .08);
    }

    .fs-home-comparison td,
    .fs-home-comparison tbody tr:last-child td {
        display: grid;
        grid-template-columns: minmax(115px, .8fr) minmax(0, 1.2fr);
        gap: 12px;
        align-items: center;
        padding: 8px 0;
        border: 0;
        background: transparent;
    }

    .fs-home-comparison td::before {
        color: #71857f;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        content: attr(data-label);
    }

    .fs-home-comparison td:first-child,
    .fs-home-comparison td:nth-child(2),
    .fs-home-comparison td:last-child {
        grid-template-columns: 1fr;
    }

    .fs-home-comparison td:first-child::before,
    .fs-home-comparison td:nth-child(2)::before,
    .fs-home-comparison td:last-child::before {
        display: none;
    }

    .fs-home-comparison__offer {
        margin: 4px 0 8px;
        font-size: 16px;
    }

    .fs-home-comparison__action .fs-button {
        margin-top: 8px;
    }

    .fs-home-offer-grid .fs-home-offer {
        min-height: 0;
    }
}

/* Homepage premium visual identity, v0.8.1 */
body.fs-home-page {
    background: #06141d;
}

.fs-home {
    --fs-home-max: 1320px;
    --fs-home-ink: #f4f7f4;
    --fs-home-muted: #a8bbb7;
    --fs-home-panel: #0b202a;
    --fs-home-panel-soft: #102832;
    --fs-home-line: rgba(255, 255, 255, .09);
    --fs-home-gold: #f0bd45;
    position: relative;
    isolation: isolate;
    width: min(var(--fs-home-max), calc(100% - 48px));
    padding: 26px 0 80px;
    color: var(--fs-home-ink);
}

.fs-home::before {
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 84% 8%, rgba(50, 191, 95, .16), transparent 25%),
        radial-gradient(circle at 12% 42%, rgba(28, 110, 91, .10), transparent 28%),
        linear-gradient(180deg, #06141d 0%, #081923 55%, #06141d 100%);
    content: "";
}

.fs-home::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .08);
    content: "";
}

.fs-home h1,
.fs-home h2,
.fs-home h3,
.fs-home p {
    color: inherit;
}

.fs-home .fs-review__eyebrow {
    color: #67e779;
}

.fs-home-hero {
    min-height: 590px;
    overflow: visible;
    padding: 66px 12px 60px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.fs-home-hero::before {
    position: absolute;
    z-index: -1;
    top: 2%;
    right: -4%;
    width: 58%;
    height: 92%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 220, 92, .13), transparent 67%);
    filter: blur(4px);
    content: "";
}

.fs-home-hero__copy {
    max-width: 620px;
}

.fs-home-hero h1 {
    max-width: 720px;
    margin: 10px 0 22px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5.2vw, 76px);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: .99;
}

.fs-home-hero h1 span {
    color: #64dc73;
    white-space: nowrap;
}

.fs-home-hero__copy > p:not(.fs-review__eyebrow) {
    max-width: 570px;
    color: #d0dcd9;
    font-size: 18px;
    line-height: 1.6;
}

.fs-home-hero__actions {
    gap: 16px;
    margin-top: 30px;
}

.fs-home-hero__actions .fs-button,
.fs-home-hero__secondary {
    min-height: 52px;
    padding: 15px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

.fs-home-hero__actions .fs-button {
    box-shadow: 0 12px 30px rgba(48, 201, 82, .25);
}

.fs-home-hero__actions .fs-button span {
    margin-left: 8px;
    font-size: 18px;
}

.fs-home-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(101, 224, 117, .65);
    color: #f4fff5;
    text-decoration: none;
}

.fs-home-hero__secondary:hover {
    border-color: #65e075;
    background: rgba(101, 224, 117, .08);
}

.fs-home-hero__trust {
    gap: 22px;
    margin-top: 27px;
}

.fs-home-hero__trust span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c5d2cf;
    font-size: 12px;
}

.fs-home-hero__trust b {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #07171e;
    background: #62db73;
    font-size: 13px;
}

.fs-home-hero__visual {
    min-height: 480px;
}

.fs-home-slot {
    position: absolute;
    top: 70px;
    right: 82px;
    width: 420px;
    height: 285px;
    transform: perspective(1000px) rotateY(-8deg) rotateX(2deg);
    border: 2px solid rgba(240, 189, 69, .8);
    border-radius: 44px 44px 30px 30px;
    background:
        linear-gradient(100deg, rgba(255, 255, 255, .16), transparent 18%),
        linear-gradient(145deg, #0d5637, #073525 44%, #061e19 100%);
    box-shadow:
        inset 0 0 0 7px rgba(0, 0, 0, .25),
        inset 0 -28px 45px rgba(0, 0, 0, .35),
        0 34px 70px rgba(0, 0, 0, .48),
        0 0 70px rgba(42, 211, 91, .16);
}

.fs-home-slot__shine {
    position: absolute;
    inset: 18px 22px auto;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 236, 168, .75), transparent);
}

.fs-home-slot__top {
    position: absolute;
    top: -25px;
    left: 48px;
    width: 320px;
    height: 52px;
    border: 2px solid #d5a63c;
    border-radius: 50%;
    background: linear-gradient(180deg, #2a7c50, #0a3e2a 62%, #06271e);
    box-shadow: inset 0 5px 12px rgba(255, 255, 255, .14);
}

.fs-home-slot__reels {
    position: absolute;
    top: 72px;
    left: 43px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 334px;
    height: 128px;
    overflow: hidden;
    border: 7px solid #d1a23a;
    border-radius: 24px;
    background: #f7e5b0;
    box-shadow:
        inset 0 0 22px rgba(0, 0, 0, .38),
        0 10px 26px rgba(0, 0, 0, .35);
}

.fs-home-slot__reels span {
    display: grid;
    place-items: center;
    border-right: 2px solid rgba(62, 40, 12, .28);
    color: #d5a130;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .9), transparent 24%, transparent 76%, rgba(114, 70, 8, .12)),
        #f8edcd;
    font-family: Georgia, serif;
    font-size: 92px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 3px 0 #68430f, 0 0 6px rgba(255, 214, 100, .75);
}

.fs-home-slot__reels span:last-child {
    border-right: 0;
}

.fs-home-slot__base {
    position: absolute;
    right: 45px;
    bottom: 23px;
    left: 45px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(180deg, #155b3b, #06261d);
    box-shadow: inset 0 4px 6px rgba(255, 255, 255, .1);
}

.fs-home-slot__lever {
    position: absolute;
    top: 60px;
    right: -49px;
    width: 54px;
    height: 190px;
}

.fs-home-slot__lever i {
    position: absolute;
    top: 30px;
    left: 22px;
    width: 12px;
    height: 145px;
    transform: rotate(7deg);
    transform-origin: bottom;
    border: 2px solid #866318;
    border-radius: 999px;
    background: linear-gradient(90deg, #a87717, #f4c452, #795610);
}

.fs-home-slot__lever b {
    position: absolute;
    top: 0;
    left: 5px;
    width: 48px;
    height: 48px;
    border: 3px solid #8e6516;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 28%, #fff0a7, #e8b43b 38%, #9b6712 78%);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .38);
}

.fs-home-slot__coin {
    position: absolute;
    width: 38px;
    height: 38px;
    border: 3px solid #8d6518;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffe896, #d9a127 55%, #8c5d10);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}

.fs-home-slot__coin::after {
    position: absolute;
    inset: 7px;
    border: 1px dashed rgba(91, 58, 4, .65);
    border-radius: 50%;
    content: "";
}

.fs-home-slot__coin--one { right: 40px; bottom: -32px; transform: rotateX(68deg); }
.fs-home-slot__coin--two { right: 144px; bottom: -43px; transform: rotateX(68deg) scale(.82); }
.fs-home-slot__coin--three { left: 18px; bottom: -25px; transform: rotateX(68deg) scale(.7); }

.fs-home-hero__seal {
    position: absolute;
    right: 3px;
    bottom: 74px;
    display: grid;
    place-items: center;
    width: 132px;
    height: 132px;
    border: 4px solid #d5a638;
    border-radius: 50%;
    color: #f5d16c;
    background: radial-gradient(circle, #102b24 45%, #071b19 46%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .42), inset 0 0 0 5px rgba(241, 189, 69, .12);
    text-align: center;
    text-transform: uppercase;
}

.fs-home-hero__seal::before,
.fs-home-hero__seal::after {
    position: absolute;
    inset: 9px;
    border: 1px dashed rgba(240, 189, 69, .7);
    border-radius: 50%;
    content: "";
}

.fs-home-hero__seal strong,
.fs-home-hero__seal span,
.fs-home-hero__seal b {
    position: relative;
    z-index: 1;
    display: block;
}

.fs-home-hero__seal strong { margin-top: 19px; font-size: 13px; }
.fs-home-hero__seal span { font-size: 11px; letter-spacing: .08em; }
.fs-home-hero__seal b { margin-top: 2px; color: #65e278; font-size: 22px; }

.fs-home-hero__card {
    top: auto;
    right: auto;
    bottom: 0;
    left: 34px;
    width: 350px;
    padding: 13px;
    transform: none;
    border: 1px solid rgba(255, 255, 255, .09);
    background: rgba(5, 22, 28, .88);
    backdrop-filter: blur(12px);
}

.fs-home-hero__card-label {
    margin-bottom: 8px;
}

.fs-home-hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.fs-home-hero__stats > div {
    padding: 9px;
    border-radius: 9px;
}

.fs-home-hero__stats span {
    min-height: 25px;
    font-size: 8px;
}

.fs-home-hero__stats strong {
    margin-top: 4px;
    font-size: 15px;
}

.fs-home-section {
    margin-top: 58px;
}

.fs-home-section__head h2,
.fs-home-method h2,
.fs-home-responsible h2 {
    color: #f5f8f6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.2vw, 44px);
    letter-spacing: -.025em;
}

.fs-home-section__head > a {
    color: #69e37a;
    font-weight: 750;
}

.fs-home-section__intro {
    max-width: 640px;
    margin: 8px 0 0;
    color: var(--fs-home-muted) !important;
    font-size: 14px;
}

.fs-home-section--comparison {
    margin-top: 12px;
}

.fs-home-comparison {
    border-color: rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(7, 25, 34, .86);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
}

.fs-home-comparison table {
    min-width: 1120px;
}

.fs-home-comparison th {
    padding: 14px 13px;
    color: #b3c4c0;
    background: #0a1e27;
    font-size: 9px;
}

.fs-home-comparison th:nth-child(1) { width: 18%; }
.fs-home-comparison th:nth-child(2) { width: 25%; }
.fs-home-comparison th:nth-child(3) { width: 9%; }
.fs-home-comparison th:nth-child(4) { width: 14%; }
.fs-home-comparison th:nth-child(5) { width: 14%; }
.fs-home-comparison th:nth-child(6) { width: 10%; }
.fs-home-comparison th:nth-child(7) { width: 10%; }

.fs-home-comparison td {
    padding: 14px 13px;
    border-bottom-color: rgba(255, 255, 255, .08);
    color: #dbe6e3;
    background: transparent;
    font-size: 12px;
}

.fs-home-comparison tbody tr:hover td {
    background: rgba(85, 217, 108, .045);
}

.fs-home-comparison__brand {
    gap: 9px;
    color: #fff;
}

.fs-home-comparison__rank {
    display: grid;
    flex: 0 0 28px;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #c6d3d0;
    font-size: 11px;
    font-weight: 900;
}

.fs-home-comparison tbody tr:nth-child(1) .fs-home-comparison__rank,
.fs-home-comparison tbody tr:nth-child(2) .fs-home-comparison__rank,
.fs-home-comparison tbody tr:nth-child(3) .fs-home-comparison__rank {
    border-color: #d7aa3e;
    color: #172019;
    background: linear-gradient(145deg, #ffe083, #c98c21);
}

.fs-home-comparison__logo {
    display: grid;
    flex: 0 0 38px;
    place-items: center;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 9px;
    background: rgba(255, 255, 255, .08);
}

.fs-home-comparison__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fs-home-comparison__offer {
    color: #f1f5f3;
    font-size: 12px;
}

.fs-home-comparison__muted {
    color: #95aaa5;
}

.fs-home-comparison__wager {
    display: inline-flex;
    padding: 6px 8px;
    border-radius: 6px;
    color: #d8e4e0;
    background: rgba(255, 255, 255, .07);
    font-size: 11px;
    font-weight: 700;
}

.fs-home-comparison__wager.is-none {
    color: #79ea89;
    background: rgba(72, 203, 94, .12);
}

.fs-home-stars {
    display: inline-flex;
    gap: 1px;
    vertical-align: middle;
}

.fs-home-stars span {
    color: rgba(240, 189, 69, .22);
    font-size: 13px;
    line-height: 1;
}

.fs-home-stars span.is-filled {
    color: var(--fs-home-gold);
}

.fs-home-comparison__score-number {
    display: block;
    margin-top: 4px;
    color: #f0f4f2;
    font-size: 11px;
}

.fs-home-comparison__review a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    color: #eef5f2;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.fs-home-comparison__action .fs-button {
    min-height: 36px;
    border-radius: 7px;
}

.fs-home-comparison__note {
    margin: 0;
    padding: 12px 16px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #8fa49f;
    font-size: 11px;
    text-align: center;
}

.fs-home-section--benefits .fs-review__eyebrow span {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 4px;
    color: #132319;
    background: #f1c451;
}

.fs-home-link-grid {
    gap: 14px;
}

.fs-home-link-card {
    min-height: 190px;
    padding: 24px 20px;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(18, 43, 54, .95), rgba(9, 27, 36, .96));
    box-shadow: 0 18px 36px rgba(0, 0, 0, .2);
    text-align: center;
}

.fs-home-link-card:hover {
    border-color: rgba(99, 224, 117, .45);
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(22, 52, 63, .98), rgba(10, 31, 40, .98));
}

.fs-home-link-card__icon {
    display: grid !important;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border-radius: 16px;
    color: #64df75 !important;
    background: rgba(80, 213, 104, .09);
    font-size: 27px !important;
}

.fs-home-link-card h3 {
    color: #f5f8f6;
    font-size: 17px;
}

.fs-home-link-card p {
    color: #aebfbb;
    font-size: 12px;
}

.fs-home-offer,
.fs-home-offer--featured {
    border-color: rgba(255, 255, 255, .1);
    border-radius: 12px;
    background:
        radial-gradient(circle at 95% 0%, rgba(53, 199, 89, .09), transparent 34%),
        linear-gradient(145deg, #102934, #091f29);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .25);
}

.fs-home-offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fs-home-offer-grid .fs-home-offer {
    min-height: 390px;
}

.fs-home-offer__brand,
.fs-home-offer__brand strong,
.fs-home-offer h3 {
    color: #fff;
}

.fs-home-offer__brand small,
.fs-home-offer__score span,
.fs-home-offer__checked {
    color: #93a9a4;
}

.fs-home-offer__score {
    text-align: right;
}

.fs-home-offer__score .fs-home-stars {
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 4px;
}

.fs-home-offer__score strong {
    color: #67e779;
}

.fs-home-offer__pros {
    display: grid;
    gap: 8px;
    margin: 16px 0 2px;
    padding: 0;
    list-style: none;
}

.fs-home-offer__pros li {
    position: relative;
    padding-left: 20px;
    color: #cfddd9;
    font-size: 12px;
    line-height: 1.45;
}

.fs-home-offer__pros li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #62df74;
    font-weight: 900;
    content: "✓";
}

.fs-home-offer__facts > div {
    border-color: rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .035);
}

.fs-home-offer__facts dt {
    color: #91a6a1;
}

.fs-home-offer__facts dd {
    color: #f0f5f3;
}

.fs-home-offer__details {
    color: #d7e2df;
}

.fs-home-method {
    border-color: rgba(255, 255, 255, .1);
    background: linear-gradient(145deg, #0b242d, #071a22);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .24);
}

.fs-home-method__intro > p:not(.fs-review__eyebrow),
.fs-home-method__steps p {
    color: #aabcb8;
}

.fs-home-method__steps > div {
    border-color: rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .035);
}

.fs-home-method__steps strong {
    color: #f4f7f5;
}

.fs-home-responsible {
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: #0a2029;
}

.fs-home-responsible__intro,
.fs-home-responsible > a {
    display: flex;
    gap: 15px;
    min-height: 132px;
    align-items: center;
    padding: 22px;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.fs-home-responsible > a:last-child {
    border-right: 0;
}

.fs-home-responsible__icon {
    display: grid;
    flex: 0 0 52px;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 2px solid #60d975;
    border-radius: 16px;
    color: #64e17a;
    font-size: 28px;
}

.fs-home-responsible h2 {
    margin: 0 0 8px;
    font-family: inherit;
    font-size: 20px;
}

.fs-home-responsible p,
.fs-home-responsible > a span {
    margin: 0;
    color: #9fb2ae;
    font-size: 11px;
    line-height: 1.55;
}

.fs-home-responsible > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.fs-home-responsible > a strong {
    color: #fff;
    font-size: 15px;
}

.fs-home-responsible > a:hover {
    background: rgba(82, 213, 104, .05);
}

@media (max-width: 1080px) {
    .fs-home-slot {
        right: 25px;
        width: 350px;
        height: 250px;
    }

    .fs-home-slot__top {
        left: 38px;
        width: 270px;
    }

    .fs-home-slot__reels {
        left: 38px;
        width: 275px;
        height: 110px;
    }

    .fs-home-slot__reels span {
        font-size: 72px;
    }

    .fs-home-hero__seal {
        right: -4px;
        width: 112px;
        height: 112px;
    }

    .fs-home-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fs-home-responsible {
        grid-template-columns: repeat(2, 1fr);
    }

    .fs-home-responsible__intro,
    .fs-home-responsible > a {
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
}

@media (max-width: 720px) {
    .fs-home {
        width: min(100% - 28px, var(--fs-home-max));
        padding-top: 10px;
    }

    .fs-home-hero {
        min-height: auto;
        padding: 38px 4px 28px;
    }

    .fs-home-hero h1 {
        font-size: 48px;
    }

    .fs-home-hero__copy > p:not(.fs-review__eyebrow) {
        font-size: 16px;
    }

    .fs-home-hero__visual {
        display: block;
        min-height: 315px;
        margin-top: 24px;
    }

    .fs-home-slot {
        top: 18px;
        right: 50%;
        width: 300px;
        height: 210px;
        transform: translateX(50%) scale(.88);
    }

    .fs-home-slot__top {
        left: 38px;
        width: 220px;
    }

    .fs-home-slot__reels {
        top: 58px;
        left: 32px;
        width: 236px;
        height: 94px;
        border-width: 5px;
    }

    .fs-home-slot__reels span {
        font-size: 60px;
    }

    .fs-home-slot__lever {
        display: none;
    }

    .fs-home-hero__seal {
        right: 7px;
        bottom: 62px;
        width: 86px;
        height: 86px;
        border-width: 3px;
    }

    .fs-home-hero__seal strong { margin-top: 12px; font-size: 9px; }
    .fs-home-hero__seal span { font-size: 8px; }
    .fs-home-hero__seal b { font-size: 16px; }

    .fs-home-hero__card {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .fs-home-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fs-home-hero__stats span {
        min-height: 0;
    }

    .fs-home-section {
        margin-top: 46px;
    }

    .fs-home-section__head h2,
    .fs-home-method h2 {
        font-size: 34px;
    }

    .fs-home-comparison tr {
        border-color: rgba(255, 255, 255, .1);
        background: #0b222c;
        box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
    }

    .fs-home-comparison td {
        color: #e5eeeb;
    }

    .fs-home-comparison td::before {
        color: #8fa49f;
    }

    .fs-home-comparison__brand {
        display: grid;
        grid-template-columns: auto auto 1fr;
    }

    .fs-home-comparison__review a {
        width: 100%;
    }

    .fs-home-comparison__note {
        display: none;
    }

    .fs-home-link-grid,
    .fs-home-offer-grid {
        grid-template-columns: 1fr;
    }

    .fs-home-link-card {
        min-height: 0;
    }

    .fs-home-offer-grid .fs-home-offer {
        min-height: 0;
    }

    .fs-home-responsible {
        grid-template-columns: 1fr;
    }

    .fs-home-responsible__intro,
    .fs-home-responsible > a {
        min-height: 105px;
        border-right: 0;
    }
}

/* Specificity corrections for legacy homepage rules */
.fs-home-comparison__brand > .fs-home-comparison__rank {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    overflow: visible;
    border-radius: 50%;
    background: transparent;
}

.fs-home-comparison__brand > .fs-home-comparison__logo {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .08);
}

.fs-home-link-card > .fs-home-link-card__icon {
    position: static;
    top: auto;
    right: auto;
}

.fs-home-link-card h3 {
    margin: 0;
}

.fs-home-stars span {
    display: inline-block;
    text-transform: none;
}

/* Homepage hero polish, v0.8.2 */
.fs-home-hero__visual {
    isolation: isolate;
    min-height: 510px;
}

.fs-home-slot {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: -10px;
    width: min(610px, 108%);
    height: auto;
    transform: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.fs-home-slot__art {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.fs-home-slot__machine {
    transform-origin: 50% 50%;
    animation: fs-slot-float 6s ease-in-out infinite;
}

.fs-home-slot__coins {
    transform-origin: 50% 50%;
    animation: fs-slot-coins 7s ease-in-out infinite;
}

@keyframes fs-slot-float {
    0%, 100% { transform: translateY(0) rotate(-.3deg); }
    50% { transform: translateY(-5px) rotate(.25deg); }
}

@keyframes fs-slot-coins {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
}

.fs-home-slot__shine,
.fs-home-slot__top,
.fs-home-slot__reels,
.fs-home-slot__base,
.fs-home-slot__lever,
.fs-home-slot__coin {
    display: none !important;
}

.fs-home-hero__card {
    z-index: 6;
    top: auto;
    right: auto;
    bottom: 4px;
    left: 8px;
    width: min(350px, calc(100% - 154px));
    padding: 15px;
    transform: none;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(16, 43, 51, .96), rgba(5, 22, 29, .94));
    box-shadow:
        0 24px 58px rgba(0, 0, 0, .38),
        inset 0 1px 0 rgba(255, 255, 255, .04);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    backdrop-filter: blur(18px) saturate(130%);
}

.fs-home-hero__card::before {
    position: absolute;
    z-index: -1;
    top: -55px;
    right: -45px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(81, 220, 111, .18), transparent 68%);
    content: "";
}

.fs-home-hero__card-label {
    margin: 0 0 10px;
    color: #74eb86 !important;
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.fs-home-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.fs-home-hero__stats > div {
    min-width: 0;
    padding: 11px 12px 10px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 11px;
    background: rgba(255, 255, 255, .035);
}

.fs-home-hero__stats span,
.fs-home-hero__stats strong {
    display: block;
    min-width: 0;
    margin: 0;
    font-family: inherit;
    white-space: nowrap;
}

.fs-home-hero__stats span {
    min-height: 0;
    overflow: hidden;
    color: #9eb2ad;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .055em;
    line-height: 1.15;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.fs-home-hero__stats strong {
    margin-top: 6px;
    color: #fff;
    font-size: 19px;
    font-weight: 780;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.025em;
    line-height: 1;
}

.fs-home-hero__seal {
    z-index: 7;
    right: 1px;
    bottom: 15px;
    width: 118px;
    height: 118px;
    border-width: 3px;
    box-shadow:
        0 20px 44px rgba(0, 0, 0, .46),
        0 0 28px rgba(237, 190, 66, .12),
        inset 0 0 0 5px rgba(241, 189, 69, .10);
}

.fs-home-hero__seal strong {
    margin-top: 15px;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 11px;
}

.fs-home-hero__seal span {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 9px;
}

.fs-home-hero__seal b {
    font-size: 20px;
}

@media (prefers-reduced-motion: reduce) {
    .fs-home-slot__machine,
    .fs-home-slot__coins {
        animation: none;
    }
}

@media (max-width: 1180px) {
    .fs-home-hero__visual {
        min-height: 470px;
    }

    .fs-home-slot {
        top: 26px;
        right: -22px;
        width: 530px;
    }

    .fs-home-hero__card {
        left: 0;
        width: min(330px, calc(100% - 132px));
    }

    .fs-home-hero__seal {
        right: -2px;
        width: 105px;
        height: 105px;
    }
}

@media (max-width: 960px) {
    .fs-home-hero__visual {
        min-height: 455px;
    }

    .fs-home-slot {
        top: 16px;
        right: 50%;
        width: min(570px, 100%);
        transform: translateX(50%);
    }

    .fs-home-hero__card {
        left: 4px;
        width: min(360px, calc(100% - 134px));
    }

    .fs-home-hero__seal {
        right: 4px;
    }
}

@media (max-width: 720px) {
    .fs-home-hero__visual {
        display: grid;
        grid-template-rows: auto auto;
        gap: 10px;
        min-height: 0;
        margin-top: 26px;
        padding-bottom: 0;
    }

    .fs-home-slot {
        position: relative;
        top: auto;
        right: auto;
        grid-row: 1;
        width: min(440px, 112%);
        margin: -16px auto -20px;
        transform: none;
    }

    .fs-home-hero__card {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        grid-row: 2;
        width: 100%;
        padding: 14px;
    }

    .fs-home-hero__seal {
        top: clamp(145px, 39vw, 188px);
        right: 2px;
        bottom: auto;
        width: 82px;
        height: 82px;
    }

    .fs-home-hero__seal strong {
        margin-top: 10px;
        font-size: 8px;
    }

    .fs-home-hero__seal span {
        font-size: 7px;
    }

    .fs-home-hero__seal b {
        font-size: 14px;
    }

    .fs-home-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fs-home-hero__stats > div {
        padding: 10px 11px;
    }

    .fs-home-hero__stats span {
        font-size: 8px;
    }

    .fs-home-hero__stats strong {
        font-size: 17px;
    }
}

@media (max-width: 390px) {
    .fs-home-slot {
        width: 118%;
        margin-left: -9%;
    }

    .fs-home-hero__seal {
        right: -4px;
    }

    .fs-home-hero__stats > div {
        padding-inline: 9px;
    }

    .fs-home-hero__stats span {
        font-size: 7.5px;
        letter-spacing: .035em;
    }
}

/* Homepage premium mobile redesign, v0.8.3 */
.fs-home-slot {
    overflow: visible;
}

.fs-home-slot__image {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 34px;
    filter:
        drop-shadow(0 34px 34px rgba(0, 0, 0, .48))
        drop-shadow(0 0 34px rgba(66, 224, 102, .12));
    animation: fs-slot-image-float 6s ease-in-out infinite;
}

.fs-home-slot::before {
    position: absolute;
    z-index: 0;
    inset: 6% -12% -4% -12%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 58% 48%, rgba(59, 226, 102, .35), transparent 28%),
        radial-gradient(circle at 52% 52%, rgba(237, 184, 51, .17), transparent 48%),
        radial-gradient(circle, rgba(12, 104, 63, .32), transparent 68%);
    filter: blur(14px);
    content: "";
    pointer-events: none;
}

.fs-home-slot__spark {
    position: absolute;
    z-index: 4;
    color: #ffd85b;
    font-size: 26px;
    line-height: 1;
    text-shadow: 0 0 12px rgba(255, 203, 61, .9);
    animation: fs-slot-spark 2.8s ease-in-out infinite;
}

.fs-home-slot__spark--one { top: 8%; right: 15%; }
.fs-home-slot__spark--two { top: 31%; left: 3%; color: #6cf487; animation-delay: .8s; }
.fs-home-slot__spark--three { right: 5%; bottom: 18%; animation-delay: 1.5s; }

@keyframes fs-slot-image-float {
    0%, 100% { transform: translateY(0) rotate(-.35deg) scale(1); }
    50% { transform: translateY(-7px) rotate(.35deg) scale(1.012); }
}

@keyframes fs-slot-spark {
    0%, 100% { opacity: .45; transform: scale(.75) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.15) rotate(18deg); }
}

.fs-home-comparison-mobile {
    display: none;
}

@media (max-width: 760px) {
    body.fs-home-page {
        background:
            radial-gradient(circle at 82% 12%, rgba(34, 164, 82, .12), transparent 26%),
            linear-gradient(180deg, #02090e 0%, #04131a 52%, #020b10 100%);
    }

    body.fs-home-page .site-main,
    body.fs-home-page .site-main .entry-content,
    body.fs-home-page .site-main .wp-block-shortcode {
        padding-inline: 0 !important;
    }

    .fs-home {
        width: 100%;
        max-width: none;
        padding-top: 0;
        overflow: hidden;
    }

    .fs-home::before,
    .fs-home::after {
        display: none;
    }

    .fs-home-hero {
        position: relative;
        display: block;
        min-height: 690px;
        margin: 0;
        padding: 48px 22px 38px;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background:
            radial-gradient(circle at 82% 44%, rgba(51, 207, 92, .25), transparent 31%),
            radial-gradient(circle at 78% 37%, rgba(236, 179, 39, .11), transparent 40%),
            linear-gradient(135deg, #020a0e 0%, #041820 61%, #05291f 100%);
        box-shadow: none;
    }

    .fs-home-hero::before {
        inset: auto -24% -17% 12%;
        height: 420px;
        opacity: .75;
    }

    .fs-home-hero__copy {
        position: relative;
        z-index: 5;
    }

    .fs-home .fs-home-hero .fs-review__eyebrow {
        margin-bottom: 18px;
        color: #59e574;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 14px;
        letter-spacing: .08em;
    }

    .fs-home-hero h1 {
        max-width: 96%;
        color: #fff;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: clamp(43px, 12.6vw, 57px);
        font-weight: 830;
        letter-spacing: -.055em;
        line-height: .98;
        text-wrap: balance;
    }

    .fs-home-hero h1 span {
        display: inline;
        color: #55df70;
        white-space: nowrap;
    }

    .fs-home-hero__copy > p:not(.fs-review__eyebrow) {
        max-width: 61%;
        margin-top: 24px;
        color: #c5d2cf;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 17px;
        line-height: 1.55;
    }

    .fs-home-hero__actions {
        width: min(56%, 235px);
        margin-top: 28px;
    }

    .fs-home-hero__actions .fs-button,
    .fs-home-hero__actions .fs-home-hero__secondary {
        width: 100%;
    }

    .fs-home-hero__actions .fs-button {
        min-height: 58px;
        border-radius: 12px;
        font-size: 16px;
        box-shadow: 0 16px 38px rgba(30, 188, 72, .26);
    }

    .fs-home-hero__secondary,
    .fs-home-hero__trust,
    .fs-home-hero__card,
    .fs-home-hero__seal {
        display: none !important;
    }

    .fs-home-hero__visual {
        position: absolute;
        z-index: 2;
        top: 160px;
        right: -78px;
        bottom: auto;
        left: auto;
        display: block;
        width: min(79vw, 365px);
        min-height: 0;
        margin: 0;
        pointer-events: none;
    }

    .fs-home-slot {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin: 0;
        transform: none;
    }

    .fs-home-slot__image {
        border-radius: 24px;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 11%, #000 26%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 11%, #000 26%, #000 100%);
    }

    .fs-home-slot__spark--two {
        left: 18%;
    }

    .fs-home-section,
    .fs-home-method,
    .fs-home-responsible {
        width: calc(100% - 32px);
        margin-right: auto;
        margin-left: auto;
    }

    .fs-home-section--comparison {
        margin-top: 34px;
    }

    .fs-home-section__head {
        display: grid;
        gap: 12px;
        align-items: start;
    }

    .fs-home-section__head h2,
    .fs-home-method h2,
    .fs-home-responsible h2 {
        color: #fff;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 34px;
        font-weight: 800;
        letter-spacing: -.04em;
        line-height: 1.05;
    }

    .fs-home-section__head > a {
        justify-self: start;
        font-size: 16px;
    }

    .fs-home-comparison {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .fs-home-comparison__scroll {
        display: none;
    }

    .fs-home-comparison-mobile {
        display: grid;
        gap: 18px;
    }

    .fs-home-mobile-card {
        position: relative;
        overflow: hidden;
        padding: 22px;
        border: 1px solid rgba(119, 210, 147, .22);
        border-radius: 22px;
        background:
            radial-gradient(circle at 10% 0%, rgba(43, 213, 92, .10), transparent 34%),
            linear-gradient(145deg, rgba(7, 28, 35, .98), rgba(4, 16, 23, .99));
        box-shadow:
            0 24px 55px rgba(0, 0, 0, .38),
            inset 0 1px 0 rgba(255, 255, 255, .035);
        color: #fff;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    .fs-home-mobile-card.is-featured {
        border-color: rgba(77, 222, 111, .56);
        box-shadow:
            0 28px 70px rgba(0, 0, 0, .45),
            0 0 32px rgba(45, 209, 91, .10),
            inset 0 1px 0 rgba(255, 255, 255, .045);
    }

    .fs-home-mobile-card::after {
        position: absolute;
        z-index: 0;
        top: -75px;
        right: -70px;
        width: 190px;
        height: 190px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(53, 215, 92, .13), transparent 67%);
        content: "";
    }

    .fs-home-mobile-card > * {
        position: relative;
        z-index: 1;
    }

    .fs-home-mobile-card__head {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
    }

    .fs-home-mobile-card__rank {
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border: 1px solid #f6cb55;
        border-radius: 50%;
        color: #162016;
        background: linear-gradient(145deg, #ffe67c, #c88718);
        box-shadow: 0 8px 20px rgba(211, 151, 29, .24);
        font-size: 17px;
        font-weight: 900;
    }

    .fs-home-mobile-card__brand {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        color: #fff;
        text-decoration: none;
    }

    .fs-home-mobile-card__logo {
        display: grid;
        place-items: center;
        width: 58px;
        height: 58px;
        overflow: hidden;
        border: 1px solid rgba(244, 190, 57, .72);
        border-radius: 14px;
        background: #07131a;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
    }

    .fs-home-mobile-card__logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .fs-home-mobile-card__brand strong,
    .fs-home-mobile-card__brand small {
        display: block;
    }

    .fs-home-mobile-card__brand strong {
        overflow: hidden;
        font-size: 22px;
        line-height: 1.15;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fs-home-mobile-card__brand small {
        margin-top: 5px;
        overflow: hidden;
        color: #52df6d;
        font-size: 12px;
        font-weight: 650;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fs-home-mobile-card__badge {
        padding: 7px 10px;
        border: 1px solid rgba(61, 223, 100, .58);
        border-radius: 999px;
        color: #63e67b;
        background: rgba(16, 117, 55, .26);
        font-size: 10px;
        font-weight: 850;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .fs-home-mobile-card__offer {
        display: grid;
        grid-template-columns: 45px minmax(0, 1fr);
        gap: 13px;
        align-items: start;
        margin-top: 22px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, .09);
    }

    .fs-home-mobile-card__offer > span {
        color: #58e375;
        font-size: 31px;
        filter: saturate(.8);
    }

    .fs-home-mobile-card__offer strong {
        display: block;
        color: #fff;
        font-size: 17px;
        line-height: 1.35;
    }

    .fs-home-mobile-card__offer p {
        margin: 5px 0 0;
        color: #a9bbb7;
        font-size: 13px;
        line-height: 1.45;
    }

    .fs-home-mobile-card__facts {
        margin: 20px 0 0;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 14px;
        background: rgba(2, 12, 17, .42);
    }

    .fs-home-mobile-card__facts > div {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 16px;
        align-items: center;
        min-height: 54px;
        padding: 12px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .fs-home-mobile-card__facts > div:last-child {
        border-bottom: 0;
    }

    .fs-home-mobile-card__facts dt,
    .fs-home-mobile-card__facts dd {
        margin: 0;
    }

    .fs-home-mobile-card__facts dt {
        display: flex;
        gap: 9px;
        align-items: center;
        color: #aebebb;
        font-size: 13px;
        font-weight: 650;
    }

    .fs-home-mobile-card__facts dt span {
        color: #58df73;
        font-size: 18px;
    }

    .fs-home-mobile-card__facts dd {
        color: #f6f8f7;
        font-size: 13px;
        font-weight: 760;
        text-align: right;
    }

    .fs-home-mobile-card__facts dd a {
        color: #f4f7f6;
        text-decoration: none;
    }

    .fs-home-mobile-card__facts dd b {
        margin-left: 6px;
        font-size: 20px;
        line-height: .7;
    }

    .fs-home-mobile-card__actions {
        display: grid;
        grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr);
        gap: 10px;
        margin-top: 20px;
    }

    .fs-home-mobile-card__actions .fs-button,
    .fs-home-mobile-card__review {
        display: inline-flex;
        min-height: 52px;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        font-size: 14px;
        font-weight: 780;
        text-align: center;
        text-decoration: none;
    }

    .fs-home-mobile-card__actions .fs-button {
        box-shadow: 0 14px 30px rgba(35, 193, 73, .20);
    }

    .fs-home-mobile-card__review {
        border: 1px solid rgba(255, 255, 255, .15);
        color: #eef4f2;
        background: rgba(255, 255, 255, .045);
    }

    .fs-home-comparison__note {
        display: none;
    }
}

@media (max-width: 430px) {
    .fs-home-hero {
        min-height: 650px;
        padding-inline: 18px;
    }

    .fs-home-hero__visual {
        top: 175px;
        right: -94px;
        width: min(84vw, 345px);
    }

    .fs-home-hero__copy > p:not(.fs-review__eyebrow) {
        max-width: 59%;
        font-size: 16px;
    }

    .fs-home-hero__actions {
        width: 57%;
    }

    .fs-home-mobile-card {
        padding: 18px;
        border-radius: 19px;
    }

    .fs-home-mobile-card__head {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .fs-home-mobile-card__rank {
        width: 38px;
        height: 38px;
    }

    .fs-home-mobile-card__badge {
        grid-column: 2;
        justify-self: start;
        margin-top: -3px;
    }

    .fs-home-mobile-card__brand {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .fs-home-mobile-card__logo {
        width: 50px;
        height: 50px;
    }

    .fs-home-mobile-card__brand strong {
        font-size: 20px;
    }

    .fs-home-mobile-card__actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fs-home-slot__image,
    .fs-home-slot__spark {
        animation: none;
    }
}


/* Mobile logo loading hardening, v0.8.4 */
@media (max-width: 760px) {
    .fs-home-mobile-card__logo img,
    .fs-home-mobile-card__logo .fs-related-bonus__logo {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        object-fit: contain !important;
        transform: none !important;
    }

    .fs-home-mobile-card__logo .fs-related-bonus__fallback {
        display: grid;
        width: 100%;
        height: 100%;
        place-items: center;
        color: #58df73;
        font-size: 25px;
        font-weight: 900;
    }
}

/* Casino hero logo loading hardening, v0.8.5 */
.fs-review__logo-wrap .fs-review__logo-image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    max-width: 100%;
}

@media (max-width: 860px) {
    .fs-review__logo-wrap .fs-review__logo-image {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}


/* ==========================================================================\n * Programmatic Freespin site shell, v0.8.6\n * Replaces Blocksy header/footer without changing theme settings.\n * ========================================================================== */
body.fs-site-shell #header,
body.fs-site-shell .ct-header,
body.fs-site-shell header.site-header,
body.fs-site-shell #footer,
body.fs-site-shell .ct-footer,
body.fs-site-shell footer.site-footer {
    display: none !important;
}

body.fs-site-shell {
    --fs-shell-bg: #06141d;
    --fs-shell-bg-2: #071b24;
    --fs-shell-panel: #0a2029;
    --fs-shell-line: rgba(255, 255, 255, .09);
    --fs-shell-text: #f5fbf8;
    --fs-shell-muted: #9fb5af;
    --fs-shell-green: #62df75;
    --fs-shell-green-2: #32b957;
    --fs-shell-gold: #efbc45;
}

.fs-site-header,
.fs-site-footer,
.fs-site-header *,
.fs-site-footer * {
    box-sizing: border-box;
}

.fs-site-header {
    position: sticky;
    z-index: 9990;
    top: 0;
    width: 100%;
    border-bottom: 1px solid var(--fs-shell-line);
    background:
        linear-gradient(180deg, rgba(3, 15, 21, .98), rgba(5, 20, 27, .96));
    box-shadow: 0 10px 32px rgba(0, 0, 0, .14);
    backdrop-filter: blur(16px);
}

body.admin-bar .fs-site-header { top: 32px; }

.fs-site-header__inner {
    display: flex;
    width: min(1320px, calc(100% - 48px));
    min-height: 76px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.fs-site-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    text-decoration: none;
}

.fs-site-brand img {
    display: block;
    width: 212px;
    height: auto;
    max-height: 50px;
}

.fs-site-nav {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.fs-site-nav__link {
    position: relative;
    padding: 28px 0 25px;
    color: #d7e3df;
    font-size: 13px;
    font-weight: 780;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color .18s ease;
}

.fs-site-nav__link::after {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    border-radius: 999px;
    background: linear-gradient(90deg, var(--fs-shell-green), #9cf59d);
    content: "";
    transition: transform .18s ease;
}

.fs-site-nav__link:hover,
.fs-site-nav__link.is-active {
    color: #fff;
}

.fs-site-nav__link:hover::after,
.fs-site-nav__link.is-active::after {
    transform: scaleX(1);
}

.fs-site-header__search-toggle,
.fs-site-header__menu-toggle {
    appearance: none;
    border: 0;
    cursor: pointer;
}

.fs-site-header__search-toggle {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-left: 2px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #dce9e5;
    background: transparent;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.fs-site-header__search-toggle:hover,
.fs-site-header.is-search-open .fs-site-header__search-toggle {
    border-color: rgba(98, 223, 117, .22);
    color: var(--fs-shell-green);
    background: rgba(98, 223, 117, .08);
}

.fs-site-header__search-toggle svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.fs-site-header__menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 13px;
    background: rgba(255, 255, 255, .035);
}

.fs-site-header__menu-toggle i {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-radius: 999px;
    background: #f4faf7;
    transition: transform .18s ease, opacity .18s ease;
}

.fs-site-header__menu-toggle[aria-expanded="true"] i:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
}

.fs-site-header__menu-toggle[aria-expanded="true"] i:nth-of-type(2) {
    opacity: 0;
}

.fs-site-header__menu-toggle[aria-expanded="true"] i:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.fs-site-search {
    border-top: 1px solid rgba(255, 255, 255, .065);
    background: rgba(4, 17, 23, .98);
}

.fs-site-search[hidden] { display: none !important; }

.fs-site-search form {
    width: min(820px, calc(100% - 48px));
    margin: 0 auto;
    padding: 24px 0 28px;
}

.fs-site-search label {
    display: block;
    margin-bottom: 10px;
    color: #b8cbc5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fs-site-search form > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.fs-site-search input {
    min-width: 0;
    height: 50px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    outline: 0;
    color: #fff;
    background: #0a2029;
    font: inherit;
}

.fs-site-search input:focus {
    border-color: rgba(98, 223, 117, .62);
    box-shadow: 0 0 0 3px rgba(98, 223, 117, .08);
}

.fs-site-search button {
    min-width: 92px;
    border: 0;
    border-radius: 10px;
    color: #06141d;
    background: linear-gradient(135deg, #6cea7d, #34bc59);
    font-weight: 850;
    cursor: pointer;
}

/* Footer */
.fs-site-footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 84px;
    border-top: 1px solid rgba(98, 223, 117, .12);
    color: var(--fs-shell-text);
    background:
        radial-gradient(circle at 14% 0, rgba(40, 153, 85, .12), transparent 26%),
        linear-gradient(180deg, #06151d, #041019 100%);
}

.fs-site-footer__glow {
    position: absolute;
    top: -150px;
    left: 4%;
    width: 420px;
    height: 300px;
    border-radius: 50%;
    background: rgba(57, 201, 94, .07);
    filter: blur(60px);
    pointer-events: none;
}

.fs-site-footer__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, .75fr));
    gap: 56px;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    padding: 58px 0 46px;
}

.fs-site-footer__brand img {
    display: block;
    width: 224px;
    height: auto;
}

.fs-site-footer__brand p {
    max-width: 390px;
    margin: 22px 0 16px;
    color: var(--fs-shell-muted);
    font-size: 14px;
    line-height: 1.7;
}

.fs-site-footer__age {
    display: inline-flex;
    padding: 7px 10px;
    border: 1px solid rgba(98, 223, 117, .16);
    border-radius: 999px;
    color: #d9e8e3;
    background: rgba(98, 223, 117, .055);
    font-size: 11px;
    font-weight: 760;
}

.fs-site-footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.fs-site-footer__column h2 {
    margin: 2px 0 11px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: .02em;
}

.fs-site-footer__column a {
    color: #9eb2ad;
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.fs-site-footer__column a:hover {
    transform: translateX(2px);
    color: var(--fs-shell-green);
}

.fs-site-footer__column--safe a {
    color: #c8d8d3;
}

.fs-site-footer__column--safe p {
    max-width: 205px;
    margin: 6px 0 0;
    color: #718983;
    font-size: 11px;
    line-height: 1.55;
}

.fs-site-footer__bottom {
    display: flex;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    padding: 20px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    color: #6f8881;
    font-size: 11px;
}

.fs-site-footer__bottom p {
    margin: 0;
}

/* Small, deliberate homepage finishing touches. Toplist/table dimensions are unchanged. */
body.fs-home-page .fs-home-hero__card {
    box-shadow: 0 20px 52px rgba(0, 0, 0, .42), 0 0 0 1px rgba(98, 223, 117, .035);
}

body.fs-home-page .fs-home-method {
    scroll-margin-top: 105px;
}

@media (max-width: 1080px) {
    .fs-site-header__inner,
    .fs-site-footer__inner,
    .fs-site-footer__bottom {
        width: min(100% - 36px, 1060px);
    }

    .fs-site-nav {
        gap: 20px;
    }

    .fs-site-nav__link {
        font-size: 12px;
    }

    .fs-site-footer__inner {
        grid-template-columns: 1.2fr repeat(3, .8fr);
        gap: 34px;
    }
}

@media (max-width: 900px) {
    body.admin-bar .fs-site-header { top: 46px; }

    .fs-site-header__inner {
        min-height: 70px;
    }

    .fs-site-brand img {
        width: 190px;
    }

    .fs-site-header__menu-toggle {
        display: block;
    }

    .fs-site-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
        padding: 18px max(24px, calc((100vw - 820px) / 2));
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        background: rgba(4, 17, 23, .985);
        box-shadow: 0 22px 44px rgba(0, 0, 0, .28);
    }

    .fs-site-nav.is-open {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .fs-site-nav__link {
        padding: 16px 2px;
        border-bottom: 1px solid rgba(255, 255, 255, .065);
        font-size: 15px;
    }

    .fs-site-nav__link::after {
        display: none;
    }

    .fs-site-header__search-toggle {
        width: 100%;
        height: 48px;
        margin: 10px 0 2px;
        justify-content: start;
        padding: 0 2px;
        border: 0;
        border-radius: 0;
    }

    .fs-site-header__search-toggle::after {
        margin-left: 11px;
        color: #d7e3df;
        content: "Sök";
        font-size: 15px;
        font-weight: 760;
    }

    body.fs-nav-open {
        overflow: hidden;
    }

    .fs-site-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fs-site-footer__brand {
        grid-column: 1 / -1;
    }

    .fs-site-footer__brand p {
        max-width: 600px;
    }
}

@media (max-width: 600px) {
    .fs-site-header__inner,
    .fs-site-footer__inner,
    .fs-site-footer__bottom,
    .fs-site-search form {
        width: calc(100% - 32px);
    }

    .fs-site-header__inner {
        min-height: 66px;
    }

    .fs-site-brand img {
        width: 170px;
    }

    .fs-site-header__menu-toggle {
        width: 44px;
        height: 44px;
    }

    .fs-site-search form > div {
        grid-template-columns: 1fr;
    }

    .fs-site-search button {
        min-height: 46px;
    }

    .fs-site-footer {
        margin-top: 62px;
    }

    .fs-site-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 34px 28px;
        padding: 44px 0 34px;
    }

    .fs-site-footer__brand {
        grid-column: 1 / -1;
    }

    .fs-site-footer__brand img {
        width: 205px;
    }

    .fs-site-footer__column--safe {
        grid-column: 1 / -1;
    }

    .fs-site-footer__bottom {
        display: grid;
        gap: 9px;
        padding: 18px 0 22px;
        font-size: 10px;
        line-height: 1.5;
    }
}

/* ==========================================================================\n * Bonus hub surface refresh, v0.8.7\n * Keeps the comparison cards light and highly scannable while tying the page\n * into the dark Freespin shell. No card dimensions or toplist density change.\n * ========================================================================== */
body.fs-bonus-hub-page {
    background: #f1f5f3;
}

body.fs-bonus-hub-page #main,
body.fs-bonus-hub-page .site-main {
    background:
        radial-gradient(circle at 50% -8%, rgba(72, 190, 99, .08), transparent 30%),
        linear-gradient(180deg, #f0f5f2 0%, #f5f7f6 48%, #edf3f0 100%) !important;
}

body.fs-bonus-hub-page .site-main .content-area,
body.fs-bonus-hub-page .site-main [data-content],
body.fs-bonus-hub-page .site-main > .ct-container,
body.fs-bonus-hub-page .site-main > .ct-container-full,
body.fs-bonus-hub-page .site-main article,
body.fs-bonus-hub-page .site-main .entry-content,
body.fs-bonus-hub-page .site-main .wp-block-shortcode {
    background: transparent !important;
}

body.fs-bonus-hub-page .fs-bonus-hub {
    padding-bottom: 40px;
}

body.fs-bonus-hub-page .fs-bonus-hub__controls {
    border-color: #cfddd7;
    background: rgba(255, 255, 255, .96);
    box-shadow:
        0 14px 34px rgba(30, 61, 52, .075),
        0 1px 0 rgba(255, 255, 255, .9) inset;
}

body.fs-bonus-hub-page .fs-bonus-hub__filters button {
    border-color: #d2dfda;
    background: #f6f9f7;
}

body.fs-bonus-hub-page .fs-bonus-hub__filters button.is-active {
    border-color: rgba(46, 184, 90, .58);
    background: #dcf5e2;
    box-shadow: 0 0 0 2px rgba(46, 184, 90, .045) inset;
}

body.fs-bonus-hub-page .fs-bonus-hub__tools input,
body.fs-bonus-hub-page .fs-bonus-hub__tools select {
    border-color: #d2dfda;
    background: #fff;
}

body.fs-bonus-hub-page .fs-bonus-hub__result-line {
    color: #587067;
}

body.fs-bonus-hub-page .fs-bonus-card {
    border-color: #cedbd6;
    background: rgba(255, 255, 255, .975);
    box-shadow:
        0 12px 32px rgba(30, 61, 52, .07),
        0 1px 0 rgba(255, 255, 255, .95) inset;
}

body.fs-bonus-hub-page .fs-bonus-card:hover {
    border-color: rgba(45, 184, 90, .44);
    box-shadow:
        0 18px 42px rgba(30, 61, 52, .115),
        0 1px 0 rgba(255, 255, 255, .95) inset;
}

body.fs-bonus-hub-page .fs-bonus-card__rank {
    box-shadow: 0 0 0 1px rgba(45, 184, 90, .06) inset;
}

body.fs-bonus-hub-page .fs-bonus-card__scores > div,
body.fs-bonus-hub-page .fs-bonus-card__chips span {
    background: #f0f5f2;
}

body.fs-bonus-hub-page .fs-bonus-hub__empty {
    border-color: #c3d4ce;
    background: rgba(255, 255, 255, .92);
}

body.fs-bonus-hub-page .fs-bonus-hub__guide {
    margin-top: 58px;
    box-shadow: 0 22px 50px rgba(5, 27, 35, .12);
}

body.fs-bonus-hub-page .fs-bonus-hub__responsible {
    box-shadow: 0 16px 38px rgba(10, 42, 38, .1);
}

/* The old shell spacing produced a large pale void before the footer. */
body.fs-bonus-hub-page .fs-site-footer {
    margin-top: 0;
}

@media (max-width: 720px) {
    body.fs-bonus-hub-page .fs-bonus-hub {
        padding-bottom: 30px;
    }

    body.fs-bonus-hub-page .fs-bonus-hub__guide {
        margin-top: 44px;
    }
}


/* ==========================================================================
 * Bonus hub visual integration, v0.8.8
 * Deliberately more visible than v0.8.7. This targets the hub itself, so the
 * surface does not depend on a theme-specific body class being present.
 * ========================================================================== */
.fs-bonus-hub {
    position: relative;
    isolation: isolate;
    padding-bottom: 54px;
}

.fs-bonus-hub::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -44px;
    bottom: -54px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 50% 2%, rgba(73, 181, 105, .12), transparent 27%),
        radial-gradient(circle at 8% 48%, rgba(23, 83, 65, .055), transparent 31%),
        linear-gradient(180deg, #e4eee9 0%, #edf4f0 42%, #e7efeb 100%);
}

.fs-bonus-hub__controls {
    border-color: #bfd1ca;
    background: rgba(250, 253, 251, .98);
    box-shadow:
        0 14px 36px rgba(25, 66, 53, .10),
        0 1px 0 rgba(255, 255, 255, .9) inset;
}

.fs-bonus-hub__filters button {
    border-color: #c5d5cf;
    background: #eef5f1;
}

.fs-bonus-hub__filters button.is-active {
    border-color: rgba(45, 184, 90, .68);
    background: #d8f3df;
}

.fs-bonus-hub__tools input,
.fs-bonus-hub__tools select {
    border-color: #c4d5ce;
    background: #fbfdfc;
}

.fs-bonus-hub__result-line {
    color: #49675d;
    font-weight: 650;
}

.fs-bonus-hub__list {
    gap: 16px;
    margin: 0 -14px;
    padding: 14px;
    border: 1px solid rgba(114, 145, 133, .18);
    border-radius: 24px;
    background: rgba(211, 225, 219, .46);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .62) inset;
}

.fs-bonus-card {
    border-color: #becfc8;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    box-shadow:
        0 12px 30px rgba(25, 61, 50, .095),
        0 1px 0 rgba(255, 255, 255, .95) inset;
}

.fs-bonus-card:hover {
    border-color: rgba(45, 184, 90, .52);
    box-shadow:
        0 18px 40px rgba(25, 61, 50, .14),
        0 1px 0 rgba(255, 255, 255, .95) inset;
}

.fs-bonus-card__rank {
    background: #d8f3df;
}

.fs-bonus-card__logo,
.fs-bonus-card__scores > div,
.fs-bonus-card__chips span {
    background: #edf4f1;
}

.fs-bonus-hub__guide {
    margin-top: 46px;
    box-shadow: 0 22px 48px rgba(4, 30, 36, .16);
}

.fs-bonus-hub__responsible {
    margin-top: 20px;
    box-shadow: 0 16px 34px rgba(5, 44, 37, .14);
}

@media (max-width: 720px) {
    .fs-bonus-hub {
        padding-bottom: 36px;
    }

    .fs-bonus-hub::before {
        top: -24px;
        bottom: -36px;
    }

    .fs-bonus-hub__list {
        margin: 0 -7px;
        padding: 7px;
        border-radius: 20px;
    }
}

/* ==========================================================================
 * Bonus hub dark integration, v0.8.9
 * /bonusar/ now uses the same dark Freespin visual system as the homepage and
 * casino detail pages. Layout and toplist density are intentionally unchanged.
 * ========================================================================== */
body.fs-bonus-hub-page,
body.fs-bonus-hub-page #main,
body.fs-bonus-hub-page .site-main {
    background: #06151d !important;
}

body.fs-bonus-hub-page .site-main .content-area,
body.fs-bonus-hub-page .site-main [data-content],
body.fs-bonus-hub-page .site-main > .ct-container,
body.fs-bonus-hub-page .site-main > .ct-container-full,
body.fs-bonus-hub-page .site-main article,
body.fs-bonus-hub-page .site-main .entry-content,
body.fs-bonus-hub-page .site-main .wp-block-shortcode {
    background: transparent !important;
}

.fs-bonus-hub {
    color: #dbe8e4;
    padding-bottom: 50px;
}

.fs-bonus-hub::before {
    top: -44px;
    bottom: -50px;
    background:
        radial-gradient(circle at 74% 3%, rgba(55, 190, 95, .13), transparent 27%),
        radial-gradient(circle at 8% 48%, rgba(28, 92, 76, .16), transparent 34%),
        linear-gradient(180deg, #06151d 0%, #071922 48%, #06151d 100%);
}

.fs-bonus-hub__hero {
    box-shadow:
        0 26px 70px rgba(0, 0, 0, .28),
        0 1px 0 rgba(255, 255, 255, .025) inset;
}

.fs-bonus-hub__controls {
    border-color: rgba(119, 173, 155, .20);
    background: linear-gradient(180deg, rgba(13, 37, 46, .97), rgba(8, 29, 37, .97));
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .24),
        0 1px 0 rgba(255, 255, 255, .025) inset;
}

.fs-bonus-hub__filters button {
    border-color: rgba(128, 171, 157, .20);
    color: #b8cbc5;
    background: rgba(255, 255, 255, .035);
}

.fs-bonus-hub__filters button span {
    color: #7f9b92;
}

.fs-bonus-hub__filters button:hover {
    border-color: rgba(83, 211, 109, .42);
    color: #e7f2ee;
    background: rgba(83, 211, 109, .07);
}

.fs-bonus-hub__filters button.is-active {
    border-color: rgba(83, 211, 109, .72);
    color: #07180c;
    background: linear-gradient(135deg, #6ae17a, #37bd59);
    box-shadow: 0 8px 22px rgba(52, 191, 90, .16);
}

.fs-bonus-hub__filters button.is-active span {
    color: #174624;
}

.fs-bonus-hub__tools input,
.fs-bonus-hub__tools select {
    border-color: rgba(128, 171, 157, .20);
    color: #e2ece9;
    background: #0b222b;
    color-scheme: dark;
}

.fs-bonus-hub__tools input::placeholder {
    color: #789088;
}

.fs-bonus-hub__tools label:last-child,
.fs-bonus-hub__result-line {
    color: #8fa69e;
}

.fs-bonus-hub__list {
    gap: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.fs-bonus-card {
    border-color: rgba(118, 165, 150, .18);
    background:
        radial-gradient(circle at 88% 12%, rgba(61, 190, 94, .045), transparent 28%),
        linear-gradient(180deg, #0c252e 0%, #091f28 100%);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, .20),
        0 1px 0 rgba(255, 255, 255, .022) inset;
}

.fs-bonus-card:hover {
    border-color: rgba(83, 211, 109, .42);
    box-shadow:
        0 20px 46px rgba(0, 0, 0, .28),
        0 0 0 1px rgba(83, 211, 109, .04) inset;
}

.fs-bonus-card__rank {
    color: #091b10;
    background: linear-gradient(135deg, #70df80, #42bf5d);
    box-shadow: 0 5px 14px rgba(46, 184, 90, .13);
}

.fs-bonus-card__logo {
    border: 1px solid rgba(255, 255, 255, .05);
    background: rgba(255, 255, 255, .055);
}

.fs-bonus-card__identity h2 a,
.fs-bonus-card__offer h3 {
    color: #f4f8f6;
}

.fs-bonus-card__licensed,
.fs-bonus-card__chips span,
.fs-bonus-card__points li,
.fs-bonus-card__action small {
    color: #8ea59d;
}

.fs-bonus-card__label,
.fs-bonus-card__offer > span {
    color: #59d572;
}

.fs-bonus-card__chips span,
.fs-bonus-card__scores > div {
    border: 1px solid rgba(255, 255, 255, .035);
    background: rgba(255, 255, 255, .045);
}

.fs-bonus-card__scores span {
    color: #829991;
}

.fs-bonus-card__scores strong {
    color: #65df7d;
}

.fs-bonus-card__details {
    color: #b6cbc4;
}

.fs-bonus-card__points .is-positive::before {
    color: #59d572;
}

.fs-bonus-card__points .is-negative::before {
    color: #ef7575;
}

.fs-bonus-hub__empty {
    border-color: rgba(117, 164, 149, .25);
    color: #d9e6e2;
    background: rgba(10, 32, 40, .82);
}

.fs-bonus-hub__empty h2 {
    color: #fff;
}

.fs-bonus-hub__empty p {
    color: #96aaa4;
}

.fs-bonus-hub__guide {
    margin-top: 48px;
    border-color: rgba(83, 211, 109, .18);
    background:
        radial-gradient(circle at 90% 20%, rgba(51, 176, 89, .07), transparent 30%),
        linear-gradient(140deg, #0b252d, #071921);
    box-shadow: 0 24px 56px rgba(0, 0, 0, .25);
}

.fs-bonus-hub__responsible {
    border: 1px solid rgba(83, 211, 109, .12);
    background: linear-gradient(135deg, #0d342e, #0a2928);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .20);
}

body.fs-bonus-hub-page .fs-site-footer {
    margin-top: 0;
    border-top-color: rgba(83, 211, 109, .10);
}

@media (max-width: 720px) {
    .fs-bonus-hub {
        padding-bottom: 34px;
    }

    .fs-bonus-hub::before {
        top: -24px;
        bottom: -34px;
    }

    .fs-bonus-hub__list {
        margin: 0;
        padding: 0;
    }

    .fs-bonus-card {
        background:
            radial-gradient(circle at 92% 5%, rgba(61, 190, 94, .055), transparent 30%),
            linear-gradient(180deg, #0d2730 0%, #091f28 100%);
    }
}

/* ==========================================================================
 * Bonus hub readability refinement, v0.8.10
 * Keeps the compact toplist layout while making the dark version easier to
 * scan. These rules intentionally use the hub wrapper for enough specificity
 * to beat legacy light-surface rules and theme form styles.
 * ========================================================================== */
.fs-bonus-hub .fs-bonus-hub__controls {
    border: 1px solid rgba(112, 168, 151, .24) !important;
    background: linear-gradient(180deg, rgba(14, 39, 48, .98), rgba(9, 29, 37, .98)) !important;
    box-shadow:
        0 16px 38px rgba(0, 0, 0, .22),
        0 1px 0 rgba(255, 255, 255, .035) inset !important;
}

.fs-bonus-hub .fs-bonus-hub__filters button {
    border-color: rgba(134, 177, 164, .22) !important;
    color: #d2e0dc !important;
    background: rgba(255, 255, 255, .045) !important;
    font-weight: 750;
}

.fs-bonus-hub .fs-bonus-hub__filters button span {
    color: #9eb4ad !important;
}

.fs-bonus-hub .fs-bonus-hub__filters button:hover {
    border-color: rgba(89, 213, 114, .48) !important;
    color: #f4faf7 !important;
    background: rgba(89, 213, 114, .09) !important;
}

.fs-bonus-hub .fs-bonus-hub__filters button.is-active {
    border-color: rgba(100, 229, 126, .86) !important;
    color: #06150b !important;
    background: linear-gradient(135deg, #74e88a, #43c965) !important;
    box-shadow: 0 7px 20px rgba(60, 197, 93, .18) !important;
}

.fs-bonus-hub .fs-bonus-hub__filters button.is-active span {
    color: #164820 !important;
}

.fs-bonus-hub .fs-bonus-hub__tools label,
.fs-bonus-hub .fs-bonus-hub__tools label:last-child {
    color: #a9bdb7 !important;
    font-weight: 650;
}

.fs-bonus-hub .fs-bonus-hub__tools input,
.fs-bonus-hub .fs-bonus-hub__tools select {
    border: 1px solid rgba(134, 177, 164, .24) !important;
    color: #eaf3f0 !important;
    background: #0b232c !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .025) inset !important;
    color-scheme: dark;
}

.fs-bonus-hub .fs-bonus-hub__tools input:focus,
.fs-bonus-hub .fs-bonus-hub__tools select:focus {
    outline: none;
    border-color: rgba(99, 224, 123, .72) !important;
    box-shadow: 0 0 0 3px rgba(83, 211, 109, .10) !important;
}

.fs-bonus-hub .fs-bonus-hub__tools input::placeholder {
    color: #829991 !important;
    opacity: 1;
}

.fs-bonus-hub .fs-bonus-hub__result-line {
    color: #9fb3ad !important;
    font-weight: 600;
}

.fs-bonus-hub .fs-bonus-card {
    border-color: rgba(123, 165, 153, .28) !important;
    background:
        radial-gradient(circle at 88% 10%, rgba(65, 199, 101, .055), transparent 28%),
        linear-gradient(180deg, #0d2831 0%, #0a222b 100%) !important;
    box-shadow:
        0 14px 34px rgba(0, 0, 0, .21),
        0 1px 0 rgba(255, 255, 255, .028) inset !important;
}

.fs-bonus-hub .fs-bonus-card:hover {
    border-color: rgba(92, 221, 117, .48) !important;
    box-shadow:
        0 20px 44px rgba(0, 0, 0, .28),
        0 0 0 1px rgba(83, 211, 109, .035) inset !important;
}

.fs-bonus-hub .fs-bonus-card__identity h2 a,
.fs-bonus-hub .fs-bonus-card__offer h3 {
    color: #f6fbf8 !important;
}

.fs-bonus-hub .fs-bonus-card__identity h2 {
    font-size: 18.5px;
}

.fs-bonus-hub .fs-bonus-card__licensed {
    color: #a0b4ae !important;
}

.fs-bonus-hub .fs-bonus-card__label,
.fs-bonus-hub .fs-bonus-card__offer > span {
    color: #68df7d !important;
}

.fs-bonus-hub .fs-bonus-card__chips span {
    border: 1px solid rgba(139, 180, 168, .16) !important;
    color: #c2d3ce !important;
    background: #112f38 !important;
    box-shadow: none !important;
}

.fs-bonus-hub .fs-bonus-card__scores > div {
    border: 1px solid rgba(130, 178, 163, .18) !important;
    background: linear-gradient(180deg, #12323a, #102c34) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .025) inset !important;
}

.fs-bonus-hub .fs-bonus-card__scores span {
    color: #a8bdb6 !important;
    font-size: 9.5px;
    font-weight: 650;
}

.fs-bonus-hub .fs-bonus-card__scores strong {
    color: #71e68a !important;
    font-size: 17px;
    line-height: 1.15;
}

.fs-bonus-hub .fs-bonus-card__points {
    gap: 6px;
}

.fs-bonus-hub .fs-bonus-card__points li {
    color: #b3c5bf !important;
    font-size: 10.5px;
    line-height: 1.45;
}

.fs-bonus-hub .fs-bonus-card__points .is-positive::before {
    color: #69df80 !important;
}

.fs-bonus-hub .fs-bonus-card__points .is-negative::before {
    color: #ff8585 !important;
}

.fs-bonus-hub .fs-bonus-card__details {
    color: #d0dfda !important;
    font-weight: 780;
}

.fs-bonus-hub .fs-bonus-card__action small {
    color: #97aca5 !important;
}

/* Reduce the bright-outline effect without making individual cards merge. */
.fs-bonus-hub .fs-bonus-card__rank {
    border: 1px solid rgba(111, 232, 135, .20);
}

@media (max-width: 720px) {
    .fs-bonus-hub .fs-bonus-hub__controls {
        padding: 16px !important;
        border-radius: 17px;
    }

    .fs-bonus-hub .fs-bonus-card {
        border-color: rgba(123, 165, 153, .24) !important;
    }

    .fs-bonus-hub .fs-bonus-card__offer h3 {
        font-size: 20px;
        line-height: 1.28;
    }

    .fs-bonus-hub .fs-bonus-card__scores span {
        font-size: 10px;
    }

    .fs-bonus-hub .fs-bonus-card__scores strong {
        font-size: 18px;
    }

    .fs-bonus-hub .fs-bonus-card__points li {
        font-size: 11px;
    }
}


/* ==========================================================================
 * Managed bonus landing pages, v0.9.1
 * The shortcode owns the visible H1/hero on these pages. Hide any theme-level
 * page-title wrapper so automatically created pages match /bonusar/.
 * ========================================================================== */
body.fs-bonus-hub-page .site-main > .hero-section,
body.fs-bonus-hub-page .content-area > article > .entry-header {
    display: none !important;
}
