/* ============================================
   Современный дизайн + анимации, быстрая загрузка
   Без сборки — только CSS и CDN (Animate.css)
   ============================================ */

/* --- text text text --- */
:root {
    --app-primary: #0d6efd;
    --app-primary-dark: #0a58ca;
    --app-bg: #f8fafc;
    --app-card-bg: #fff;
    --app-text: #1e293b;
    --app-text-muted: #64748b;
    --app-heading: #102a43;
    --app-border: #e2e8f0;
    --app-radius: 0.5rem;
    --app-radius-lg: 0.75rem;
    --app-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    --app-shadow-hover: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --app-transition: 0.2s ease;
    --app-font: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Payments reference redesign */
.payments-redesign {
    --pay-navy: #071b34;
    --pay-blue: #0aa8e5;
    --pay-green: #08d27b;
    --pay-yellow: #ffc41b;
    --pay-text: #10243d;
    --pay-muted: #60748a;
    --pay-border: #d7e7f4;
    --pay-shadow: 0 18px 42px rgba(8, 35, 65, 0.12);
    margin: -1rem 0 0;
    color: var(--pay-text);
}

.payments-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 510px;
    gap: 44px;
    align-items: center;
    padding: 44px 0 28px;
}

.payments-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--pay-blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.payments-eyebrow::before {
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--pay-blue);
    content: "";
}

.payments-hero h1 {
    margin: 0 0 16px;
    color: var(--pay-navy);
    font-size: clamp(46px, 6vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.payments-hero p {
    max-width: 640px;
    margin: 0 0 24px;
    color: #40566d;
    font-size: 18px;
    line-height: 1.58;
}

.payments-hero__actions,
.payments-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.payments-hero__actions a,
.payments-process__panel > a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 24px;
    border: 2px solid var(--pay-blue);
    border-radius: 6px;
    background: #ffffff;
    color: #087bd0;
    font-weight: 900;
    text-decoration: none;
}

.payments-hero__actions a:first-child,
.payments-process__panel > a {
    border-color: var(--pay-green);
    background: var(--pay-green);
    color: var(--pay-navy);
}

.payments-trust-row {
    margin-top: 26px;
}

.payments-trust-row span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid var(--pay-border);
    border-radius: 999px;
    background: #ffffff;
    color: #294158;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(8, 35, 65, 0.07);
}

.payments-trust-row span::before {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pay-green);
    color: #ffffff;
    font-size: 11px;
    content: "✓";
}

.payments-hero__visual {
    position: relative;
    min-height: 390px;
}

.payments-wallet-card,
.payments-security-card,
.payments-method-card,
.payments-mini-list {
    position: absolute;
    border-radius: 12px;
    box-shadow: var(--pay-shadow);
}

.payments-wallet-card,
.payments-security-card {
    background: linear-gradient(135deg, #082a4c, #031d38);
    color: #ffffff;
}

.payments-wallet-card {
    top: 10px;
    left: 18px;
    width: 320px;
    min-height: 188px;
    padding: 24px;
    overflow: hidden;
}

.payments-wallet-card span,
.payments-wallet-card strong,
.payments-wallet-card b {
    position: relative;
    z-index: 2;
    display: block;
}

.payments-wallet-card span,
.payments-security-card span {
    color: #bcd6eb;
    font-size: 13px;
    font-weight: 800;
}

.payments-wallet-card strong {
    margin: 18px 0 6px;
    font-size: 46px;
    line-height: 1;
}

.payments-wallet-card b {
    color: var(--pay-green);
}

.payments-wallet-card i {
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 190px;
    height: 98px;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 30px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 22px);
}

.payments-wallet-card i::after {
    position: absolute;
    inset: 24px 0 0;
    background: linear-gradient(135deg, rgba(8, 210, 123, 0.2), rgba(8, 210, 123, 0.03));
    clip-path: polygon(0 80%, 18% 55%, 34% 64%, 50% 34%, 68% 46%, 84% 16%, 100% 4%, 100% 100%, 0 100%);
    content: "";
}

.payments-security-card {
    top: 58px;
    right: 0;
    width: 170px;
    min-height: 178px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 8px;
    padding: 16px;
    text-align: center;
}

.payments-security-card strong {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border: 9px solid var(--pay-green);
    border-top-color: var(--pay-yellow);
    border-radius: 50%;
    font-size: 30px;
}

.payments-security-card small {
    font-size: 13px;
}

.payments-security-card b {
    color: #d9ecfb;
    font-size: 11px;
}

.payments-method-card {
    width: 118px;
    height: 82px;
    display: grid;
    place-items: center;
    border: 1px solid var(--pay-border);
    background: #ffffff;
    color: var(--pay-navy);
    font-size: 24px;
    font-weight: 900;
}

.payments-method-card--visa {
    left: 0;
    bottom: 74px;
    color: #136bd6;
}

.payments-method-card--mastercard {
    left: 142px;
    bottom: 28px;
    display: flex;
}

.payments-method-card--mastercard i {
    width: 42px;
    height: 42px;
    margin: 0 -7px;
    border-radius: 50%;
    background: #ff5f2e;
    opacity: 0.9;
}

.payments-method-card--mastercard i:last-child {
    background: #ffc41b;
}

.payments-method-card--bitcoin {
    right: 96px;
    bottom: 62px;
    color: #f2a900;
}

.payments-mini-list {
    right: 6px;
    bottom: 8px;
    width: 186px;
    display: grid;
    gap: 10px;
    padding: 18px;
    background: #ffffff;
}

.payments-mini-list span {
    position: relative;
    padding-left: 22px;
    color: #294158;
    font-size: 12px;
    font-weight: 900;
}

.payments-mini-list span::before {
    position: absolute;
    left: 0;
    color: var(--pay-green);
    content: "✓";
}

.payments-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 36px;
    padding: 22px;
    border: 1px solid var(--pay-border);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: var(--pay-shadow);
}

.payments-stats article {
    padding: 0 24px;
    border-left: 1px solid #acdff6;
}

.payments-stats article:first-child {
    border-left: 0;
}

.payments-stats strong {
    display: block;
    color: var(--pay-green);
    font-size: 30px;
    line-height: 1.05;
}

.payments-stats b {
    display: block;
    margin: 6px 0;
    color: var(--pay-navy);
    font-size: 14px;
}

.payments-stats span {
    color: var(--pay-muted);
    font-size: 12px;
}

.payments-methods,
.payments-process {
    padding: 26px 0;
}

.payments-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: start;
    margin-bottom: 22px;
}

.payments-section-head h2,
.payments-process__panel h2 {
    margin: 0 0 8px;
    color: var(--pay-navy);
    font-size: clamp(32px, 3.7vw, 44px);
    line-height: 1;
    font-weight: 900;
}

.payments-section-head p,
.payments-process__panel p {
    margin: 0;
    color: var(--pay-muted);
    line-height: 1.55;
}

.payments-section-head aside {
    display: grid;
    gap: 8px;
    padding: 20px 22px;
    border: 2px solid var(--pay-blue);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #eefaff);
}

.payments-section-head aside b {
    color: var(--pay-navy);
}

.payments-section-head aside span {
    position: relative;
    padding-left: 22px;
    color: #40566d;
    font-size: 12px;
}

.payments-section-head aside span::before {
    position: absolute;
    left: 0;
    color: var(--pay-blue);
    content: "✓";
}

.payments-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.payments-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border: 1px solid var(--pay-border);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(8, 35, 65, 0.1);
}

.payments-card--dark {
    background: linear-gradient(135deg, #082a4c, #031d38);
    color: #ffffff;
}

.payments-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.payments-card__top span {
    padding: 7px 12px;
    border-radius: 999px;
    background: #e6f7ff;
    color: #087bd0;
    font-size: 12px;
    font-weight: 900;
}

.payments-card--dark .payments-card__top span {
    background: rgba(8, 210, 123, 0.16);
    color: var(--pay-green);
}

.payments-card__top a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pay-green);
    color: var(--pay-navy);
    font-weight: 900;
    text-decoration: none;
}

.payments-card__logo {
    height: 115px;
    display: grid;
    place-items: center;
    margin: 24px 0 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #eefaff, #ffffff);
    text-decoration: none;
}

.payments-card--dark .payments-card__logo {
    background: rgba(255, 255, 255, 0.08);
}

.payments-card__logo span {
    color: #136bd6;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.payments-card__logo--bitcoin span {
    color: #f2a900;
}

.payments-card__logo--mastercard {
    display: flex;
}

.payments-card__logo--mastercard i {
    width: 62px;
    height: 62px;
    margin: 0 -9px;
    border-radius: 50%;
    background: #ff5f2e;
}

.payments-card__logo--mastercard i:last-child {
    background: #ffc41b;
}

.payments-card h2 {
    margin: 0 0 8px;
    font-size: 25px;
}

.payments-card h2 a {
    color: inherit;
    text-decoration: none;
}

.payments-card > p {
    margin: 0 0 18px;
    color: var(--pay-muted);
}

.payments-card--dark > p {
    color: #c9ddef;
}

.payments-card dl {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
}

.payments-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1edf6;
}

.payments-card--dark dl div {
    border-color: rgba(255, 255, 255, 0.16);
}

.payments-card dt,
.payments-card dd {
    margin: 0;
    font-size: 13px;
}

.payments-card dt {
    color: var(--pay-muted);
}

.payments-card--dark dt {
    color: #bcd6eb;
}

.payments-card dd {
    color: var(--pay-navy);
    text-align: right;
    font-weight: 900;
}

.payments-card--dark dd {
    color: #ffffff;
}

.payments-card__cta {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    border-radius: 6px;
    background: var(--pay-green);
    color: var(--pay-navy);
    font-weight: 900;
    text-decoration: none;
}

.payments-process__panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr) 230px;
    gap: 24px;
    align-items: center;
    padding: 24px;
    border: 1px solid var(--pay-border);
    border-radius: 10px;
    background: linear-gradient(135deg, #082a4c, #031d38);
    color: #ffffff;
    box-shadow: var(--pay-shadow);
}

.payments-process__panel h2,
.payments-process__panel p {
    color: #ffffff;
}

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

.payments-process__steps article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 4px 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
}

.payments-process__steps b {
    grid-row: span 2;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pay-green);
    color: var(--pay-navy);
}

.payments-process__steps strong {
    color: #ffffff;
}

.payments-process__steps span {
    color: #c9ddef;
    font-size: 12px;
}

.payments-process__panel > a {
    min-width: 0;
    padding: 0 16px;
    text-align: center;
}

.payments-empty {
    padding: 24px;
    border: 1px solid var(--pay-border);
    border-radius: 8px;
    background: #ffffff;
}

@media (max-width: 1199px) {
    .payments-hero,
    .payments-section-head,
    .payments-process__panel {
        grid-template-columns: 1fr;
    }

    .payments-hero__visual {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }

    .payments-stats,
    .payments-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payments-stats article {
        border-left: 0;
        border-top: 1px solid #acdff6;
        padding: 18px;
    }

    .payments-stats article:first-child {
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .payments-redesign {
        margin-top: 0;
    }

    .payments-hero {
        padding-top: 24px;
    }

    .payments-hero h1 {
        font-size: 44px;
    }

    .payments-hero__actions a {
        width: 100%;
    }

    .payments-hero__visual {
        min-height: 590px;
        transform: scale(0.86);
        transform-origin: top center;
        margin-bottom: -76px;
    }

    .payments-wallet-card {
        left: 0;
        width: 320px;
    }

    .payments-security-card {
        top: 214px;
        left: 0;
        right: auto;
        width: 156px;
    }

    .payments-method-card--visa {
        left: 180px;
        bottom: 268px;
    }

    .payments-method-card--mastercard {
        left: 0;
        bottom: 150px;
    }

    .payments-method-card--bitcoin {
        right: 0;
        bottom: 154px;
    }

    .payments-mini-list {
        left: 0;
        right: auto;
        bottom: 0;
        width: 320px;
    }

    .payments-stats,
    .payments-grid,
    .payments-process__steps {
        grid-template-columns: 1fr;
    }

    .payments-card {
        min-height: auto;
    }

    .payments-process__panel {
        padding: 20px;
    }
}

/* Affiliate program detail redesign */
.affiliate-detail-redesign {
    --apd-navy: #071b34;
    --apd-blue: #0aa8e5;
    --apd-green: #08d27b;
    --apd-yellow: #ffc41b;
    --apd-text: #10243d;
    --apd-muted: #5e7288;
    --apd-border: #d7e7f4;
    --apd-shadow: 0 16px 34px rgba(8, 35, 65, 0.12);
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 38%, #f7fbff 100%);
    color: var(--apd-text);
}

.affiliate-detail-container {
    width: min(1190px, calc(100% - 72px));
    margin: 0 auto;
}

.affiliate-detail-preview {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding: 14px 18px;
    border: 1px solid #9ddcf7;
    border-radius: 8px;
    background: #eefaff;
}

.affiliate-detail-preview a {
    color: #087bd0;
    font-weight: 900;
}

.affiliate-detail-hero {
    padding: 42px 0 26px;
    background:
        radial-gradient(circle at 12% 10%, rgba(10, 168, 229, 0.1), transparent 26%),
        radial-gradient(circle at 76% 18%, rgba(8, 210, 123, 0.08), transparent 24%);
}

.affiliate-detail-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 640px;
    gap: 42px;
    align-items: center;
}

.affiliate-detail-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
    color: #526b83;
    font-size: 13px;
    font-weight: 800;
}

.affiliate-detail-breadcrumbs a {
    color: #087bd0;
    text-decoration: none;
}

.affiliate-detail-hero h1 {
    max-width: 610px;
    margin: 0 0 18px;
    color: var(--apd-navy);
    font-size: clamp(42px, 5.4vw, 62px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.affiliate-detail-hero__copy > p {
    max-width: 610px;
    margin: 0 0 22px;
    color: #4c6278;
    font-size: 18px;
    line-height: 1.55;
}

.affiliate-detail-hero__chips,
.affiliate-detail-hero__actions,
.affiliate-detail-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.affiliate-detail-hero__chips span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid var(--apd-border);
    border-radius: 5px;
    background: #ffffff;
    color: #294158;
    font-size: 11px;
    font-weight: 900;
}

.affiliate-detail-hero__chips img {
    width: 17px;
    height: 17px;
}

.affiliate-detail-hero__actions {
    margin-top: 26px;
    gap: 14px;
}

.affiliate-detail-hero__actions a,
.affiliate-detail-summary-bar article:last-child a,
.affiliate-detail-final-cta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 28px;
    border: 2px solid var(--apd-blue);
    border-radius: 6px;
    background: #ffffff;
    color: #087bd0;
    font-weight: 900;
    text-decoration: none;
}

.affiliate-detail-hero__actions a:first-child,
.affiliate-detail-summary-bar article:last-child a,
.affiliate-detail-final-cta a:first-of-type {
    border-color: var(--apd-green);
    background: var(--apd-green);
    color: var(--apd-navy);
}

.affiliate-detail-hero__visual {
    display: grid;
    gap: 10px;
}

.affiliate-detail-dashboard {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr) 150px 150px;
    gap: 14px;
    padding: 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #082a4c, #031d38);
    box-shadow: var(--apd-shadow);
}

.affiliate-detail-dashboard article {
    min-width: 0;
    border: 1px solid rgba(76, 181, 232, 0.35);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(11, 63, 102, 0.78), rgba(4, 33, 61, 0.9));
    color: #ffffff;
}

.affiliate-detail-logo-card {
    min-height: 112px;
    display: grid;
    place-items: center;
}

.affiliate-detail-logo-card img {
    max-width: 118px;
    max-height: 72px;
    object-fit: contain;
}

.affiliate-detail-logo-card span,
.affiliate-detail-summary-logo span {
    color: #ffffff;
    font-weight: 900;
}

.affiliate-detail-track-card {
    grid-column: 2 / 4;
    padding: 16px;
}

.affiliate-detail-track-card h2,
.affiliate-detail-chart-card h2,
.affiliate-detail-payout-card b,
.affiliate-detail-score-card span {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 14px;
}

.affiliate-detail-track-card p {
    margin: 0 0 11px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    color: #c9ddef;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.affiliate-detail-track-card span {
    display: inline-grid;
    place-items: center;
    min-height: 18px;
    padding: 0 8px;
    border-radius: 3px;
    background: var(--apd-green);
    color: var(--apd-navy);
    font-size: 10px;
    font-weight: 900;
}

.affiliate-detail-track-card b {
    float: right;
    color: #d7ebfb;
    font-size: 11px;
}

.affiliate-detail-partner-card {
    grid-column: 4;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 6px;
    padding: 14px;
    text-align: center;
}

.affiliate-detail-partner-card img {
    width: 44px;
    height: 44px;
}

.affiliate-detail-partner-card b,
.affiliate-detail-score-card em {
    color: #ffffff;
    font-style: normal;
    font-weight: 900;
}

.affiliate-detail-partner-card span {
    color: var(--apd-green);
    font-size: 11px;
    font-weight: 900;
}

.affiliate-detail-partner-card em {
    color: #d8eaf7;
    font-size: 11px;
    font-style: normal;
}

.affiliate-detail-chart-card {
    grid-column: 1 / 3;
    min-height: 150px;
    padding: 16px;
    position: relative;
    overflow: hidden;
}

.affiliate-detail-chart-card i {
    position: absolute;
    inset: 48px 24px 22px;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 44px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 26px);
}

.affiliate-detail-chart-card i::after {
    position: absolute;
    inset: 20px 0 0;
    background: linear-gradient(135deg, rgba(8, 210, 123, 0.18), rgba(8, 210, 123, 0.02));
    clip-path: polygon(0 75%, 16% 50%, 31% 62%, 43% 30%, 55% 52%, 70% 14%, 86% 20%, 100% 0, 100% 100%, 0 100%);
    content: "";
}

.affiliate-detail-chart-card strong {
    position: absolute;
    right: 22px;
    bottom: 28px;
    color: #ffffff;
}

.affiliate-detail-payout-card {
    grid-column: 3;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 4px 8px;
    align-content: center;
    padding: 14px;
}

.affiliate-detail-payout-card img {
    grid-row: span 3;
    width: 42px;
    height: 42px;
}

.affiliate-detail-payout-card strong {
    color: var(--apd-green);
    font-size: 16px;
    line-height: 1.1;
}

.affiliate-detail-payout-card span,
.affiliate-detail-score-card em {
    color: #d9ecfb;
    font-size: 12px;
}

.affiliate-detail-score-card {
    grid-column: 4;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 6px;
    padding: 15px;
    text-align: center;
}

.affiliate-detail-score-card strong {
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border: 9px solid var(--apd-yellow);
    border-right-color: var(--apd-green);
    border-radius: 50%;
    font-size: 30px;
}

.affiliate-detail-score-card small {
    font-size: 13px;
}

.affiliate-detail-metric-strip,
.affiliate-detail-stats,
.affiliate-detail-summary-bar,
.affiliate-detail-verdict,
.affiliate-detail-pros-grid article,
.affiliate-detail-model-grid article,
.affiliate-detail-payment-grid,
.affiliate-detail-brand-notes article,
.affiliate-detail-extra-card,
.affiliate-detail-guide-grid article,
.affiliate-detail-final-cta {
    border: 1px solid var(--apd-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--apd-shadow);
}

.affiliate-detail-metric-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 18px;
    background: linear-gradient(135deg, #082a4c, #062744);
}

.affiliate-detail-metric-strip article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 12px;
    align-items: center;
    padding: 0 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.affiliate-detail-metric-strip article:first-child {
    border-left: 0;
}

.affiliate-detail-metric-strip img {
    grid-row: span 2;
    width: 40px;
    height: 40px;
}

.affiliate-detail-metric-strip span {
    color: #b7d0e6;
    font-size: 12px;
}

.affiliate-detail-metric-strip strong {
    color: var(--apd-green);
    font-size: 22px;
}

.affiliate-detail-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 22px;
    padding: 20px;
}

.affiliate-detail-stats article {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 2px 16px;
    align-items: center;
    padding: 0 18px;
    border-left: 1px solid #acdff6;
}

.affiliate-detail-stats article:first-child {
    border-left: 0;
}

.affiliate-detail-stats img {
    grid-row: span 3;
    width: 54px;
    height: 54px;
}

.affiliate-detail-stats strong {
    min-width: 0;
    color: var(--apd-green);
    font-size: 18px;
    line-height: 1.16;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.affiliate-detail-stats b {
    font-size: 13px;
}

.affiliate-detail-stats span {
    color: var(--apd-muted);
    font-size: 11px;
}

.affiliate-detail-summary,
.affiliate-detail-commission,
.affiliate-detail-payments,
.affiliate-detail-extra,
.affiliate-detail-guides {
    padding: 32px 0;
}

.affiliate-detail-section-head {
    margin-bottom: 20px;
}

.affiliate-detail-section-head h2,
.affiliate-detail-guides h2 {
    margin: 0 0 8px;
    color: var(--apd-navy);
    font-size: clamp(30px, 3.5vw, 42px);
    line-height: 1;
    font-weight: 900;
}

.affiliate-detail-section-head p {
    margin: 0;
    color: var(--apd-muted);
}

.affiliate-detail-summary-bar {
    display: grid;
    grid-template-columns: 1.35fr 1.2fr 1.2fr 1.1fr 1.15fr 1.25fr 1.25fr;
    margin-bottom: 20px;
    padding: 18px;
}

.affiliate-detail-summary-bar article {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 120px;
    padding: 0 16px;
    border-left: 1px solid #acdff6;
    text-align: center;
}

.affiliate-detail-summary-bar article:first-child {
    border-left: 0;
}

.affiliate-detail-summary-bar b {
    margin-bottom: 12px;
    color: #113a63;
    font-size: 12px;
    text-transform: uppercase;
}

.affiliate-detail-summary-logo {
    width: 160px;
    height: 72px;
    display: grid;
    place-items: center;
}

.affiliate-detail-summary-logo img {
    max-width: 142px;
    max-height: 56px;
    object-fit: contain;
}

.affiliate-detail-summary-bar strong {
    color: var(--apd-green);
    font-size: 28px;
}

.affiliate-detail-summary-bar small,
.affiliate-detail-summary-bar p {
    color: var(--apd-muted);
}

.affiliate-detail-summary-bar p {
    width: 100%;
    margin: 4px 0;
    text-align: left;
    font-weight: 800;
}

.affiliate-detail-summary-bar p i {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
    border: 4px solid var(--apd-green);
    border-radius: 50%;
    vertical-align: -2px;
}

.affiliate-detail-summary-bar img {
    width: 64px;
    height: 64px;
    padding: 13px;
    border-radius: 50%;
    background: #e9f8ff;
}

.affiliate-detail-summary-bar article:last-child a {
    width: 100%;
}

.affiliate-detail-verdict {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) 430px;
    gap: 22px;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.affiliate-detail-verdict > img {
    width: 78px;
    height: 78px;
    margin-left: 20px;
}

.affiliate-detail-verdict h2,
.affiliate-detail-pros-grid h3,
.affiliate-detail-model-grid h3,
.affiliate-detail-extra-card h2,
.affiliate-detail-guide-grid h3 {
    margin: 0 0 10px;
    color: var(--apd-navy);
    font-weight: 900;
}

.affiliate-detail-verdict p {
    margin: 0;
    color: #263d55;
    line-height: 1.55;
}

.affiliate-detail-verdict__tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-right: 20px;
}

.affiliate-detail-verdict__tags span {
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #9bd9f7;
    border-radius: 999px;
    background: #edf9ff;
    color: #0c5f99;
    font-weight: 800;
}

.affiliate-detail-verdict__tags span:nth-child(3) {
    border-color: #ffd46b;
    background: #fff7df;
    color: #7b5400;
}

.affiliate-detail-verdict footer {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 14px 24px;
    border-top: 1px solid var(--apd-border);
    color: #50667c;
    font-size: 12px;
    font-weight: 800;
}

.affiliate-detail-pros-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.affiliate-detail-pros-grid article {
    padding: 22px;
}

.affiliate-detail-pros-grid h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--apd-green);
    text-transform: uppercase;
}

.affiliate-detail-pros-grid article:nth-child(2) h3 {
    border-color: var(--apd-yellow);
    color: #f2a200;
}

.affiliate-detail-pros-grid img {
    width: 28px;
    height: 28px;
}

.affiliate-detail-pros-grid p {
    position: relative;
    margin: 11px 0 0;
    padding-left: 28px;
    color: #233b53;
    font-weight: 800;
}

.affiliate-detail-pros-grid p::before,
.affiliate-detail-model-card li::before {
    position: absolute;
    left: 0;
    color: var(--apd-green);
    content: "+";
    font-weight: 900;
}

.affiliate-detail-pros-grid article:nth-child(2) p::before {
    color: #f2a200;
    content: "!";
}

.affiliate-detail-commission__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 640px;
    gap: 36px;
    align-items: start;
}

.affiliate-detail-score-breakdown {
    padding: 18px 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #082a4c, #031d38);
    color: #ffffff;
}

.affiliate-detail-score-breakdown h3 {
    margin: 0 0 12px;
    color: #ffffff;
}

.affiliate-detail-score-breakdown p {
    display: grid;
    grid-template-columns: 170px 1fr 58px;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.affiliate-detail-score-breakdown i {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--apd-green) var(--value), rgba(255,255,255,0.14) var(--value));
}

.affiliate-detail-score-breakdown b {
    color: var(--apd-green);
}

.affiliate-detail-score-breakdown p:last-child i,
.affiliate-detail-score-breakdown p:last-child b {
    color: var(--apd-yellow);
    background: linear-gradient(90deg, var(--apd-yellow) var(--value), rgba(255,255,255,0.14) var(--value));
}

.affiliate-detail-kicker {
    margin: 18px 0 12px;
    color: #123a62;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.affiliate-detail-model-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.affiliate-detail-model-grid article {
    padding: 18px;
    border-top: 4px solid var(--apd-blue);
}

.affiliate-detail-model-grid img {
    width: 42px;
    height: 42px;
}

.affiliate-detail-model-grid dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.affiliate-detail-model-grid div {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 10px;
    border-top: 1px solid #e2edf6;
    padding-top: 9px;
}

.affiliate-detail-model-grid dt,
.affiliate-detail-model-grid dd {
    margin: 0;
    font-size: 12px;
}

.affiliate-detail-model-grid dt {
    color: #123a62;
    font-weight: 900;
}

.affiliate-detail-model-grid dd {
    color: #435970;
}

.affiliate-detail-model-grid div:nth-child(2) dd {
    color: var(--apd-green);
    font-weight: 900;
}

.affiliate-detail-tracking-table {
    margin-top: 22px;
}

.affiliate-detail-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--apd-border);
    border-radius: 6px;
    background: #ffffff;
}

.affiliate-detail-tracking-table table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

.affiliate-detail-tracking-table th {
    padding: 12px 16px;
    background: var(--apd-blue);
    color: #ffffff;
}

.affiliate-detail-tracking-table td {
    padding: 11px 16px;
    border: 1px solid #e1edf6;
    font-size: 13px;
}

.affiliate-detail-tracking-table td:first-child {
    color: #123a62;
    font-weight: 900;
}

.affiliate-detail-tracking-table td span {
    padding: 5px 12px;
    border-radius: 4px;
    background: #bdf4d7;
    color: #08643d;
    font-weight: 900;
}

.affiliate-detail-warning {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 18px 0 0;
    padding: 16px 20px;
    border: 1px solid #ffd56f;
    border-radius: 7px;
    background: #fff9e8;
}

.affiliate-detail-warning img {
    width: 42px;
    height: 42px;
}

.affiliate-detail-tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 14px;
}

.affiliate-detail-tabs span {
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--apd-border);
    background: #ffffff;
    font-weight: 900;
}

.affiliate-detail-tabs span:first-child {
    border-color: var(--apd-blue);
    background: var(--apd-blue);
    color: #ffffff;
}

.affiliate-detail-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    padding: 18px 24px;
}

.affiliate-detail-payment-grid article {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #e1edf6;
}

.affiliate-detail-payment-grid img {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background: #e9f8ff;
}

.affiliate-detail-payment-grid b {
    color: #172f47;
}

.affiliate-detail-payment-grid span {
    max-width: 260px;
    padding: 6px 12px;
    border-radius: 4px;
    background: #dff3ff;
    color: #087bd0;
    text-align: center;
    font-weight: 800;
}

.affiliate-detail-brand-notes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.affiliate-detail-brand-notes article {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 8px 16px;
    padding: 20px;
    border-bottom: 4px solid var(--apd-green);
}

.affiliate-detail-brand-notes img {
    grid-row: span 2;
    width: 66px;
    height: 66px;
    padding: 14px;
    border-radius: 50%;
    background: #dcf9eb;
}

.affiliate-detail-brand-notes h3 {
    margin: 0;
    font-size: 15px;
}

.affiliate-detail-brand-notes p {
    margin: 0;
    color: #3e546a;
    font-size: 12px;
    line-height: 1.45;
}

.affiliate-detail-terms-confirm {
    display: grid;
    grid-template-columns: 90px 1fr repeat(2, minmax(180px, 1fr));
    gap: 10px 24px;
    align-items: center;
    margin-top: 18px;
    padding: 20px 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, #082a4c, #03213e);
    color: #ffffff;
}

.affiliate-detail-terms-confirm > img {
    width: 70px;
    height: 70px;
}

.affiliate-detail-terms-confirm h3,
.affiliate-detail-terms-confirm p {
    margin: 0;
    color: #ffffff;
}

.affiliate-detail-terms-confirm p {
    color: #d8ecfb;
    font-size: 12px;
}

.affiliate-detail-terms-confirm span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #dff8ee;
    font-weight: 800;
}

.affiliate-detail-terms-confirm b {
    padding: 2px 10px;
    border: 1px solid var(--apd-yellow);
    border-radius: 4px;
    color: var(--apd-yellow);
    font-size: 10px;
    text-transform: uppercase;
}

.affiliate-detail-extra__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.affiliate-detail-extra-card {
    padding: 22px;
}

.affiliate-detail-extra-card:only-child,
.affiliate-detail-extra-card:nth-child(3) {
    grid-column: 1 / -1;
}

.affiliate-detail-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.affiliate-detail-brand-list a,
.affiliate-detail-brand-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--apd-border);
    border-radius: 999px;
    color: #123a62;
    font-weight: 900;
    text-decoration: none;
}

.affiliate-detail-brand-list img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.affiliate-detail-body {
    color: #263d55;
    line-height: 1.65;
}

.affiliate-detail-review {
    padding: 12px 0;
    border-top: 1px solid #e1edf6;
}

.affiliate-detail-review span {
    float: right;
    color: var(--apd-green);
    font-weight: 900;
}

.affiliate-detail-review p {
    margin: 8px 0 0;
}

.affiliate-detail-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.affiliate-detail-guide-grid article {
    display: grid;
    justify-items: center;
    padding: 18px;
    text-align: center;
}

.affiliate-detail-guide-grid img {
    width: 92px;
    height: 92px;
}

.affiliate-detail-guide-grid p {
    min-height: 58px;
    color: #4b6177;
    font-size: 13px;
}

.affiliate-detail-guide-grid a {
    color: #087bd0;
    font-weight: 900;
    text-decoration: none;
}

.affiliate-detail-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    margin-bottom: 20px;
}

.affiliate-detail-faq details {
    border: 1px solid var(--apd-border);
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(8, 35, 65, 0.08);
}

.affiliate-detail-faq summary {
    cursor: pointer;
    padding: 14px 18px;
    color: #172f47;
    font-weight: 900;
}

.affiliate-detail-faq p {
    margin: 0;
    padding: 0 18px 16px;
    color: #4b6177;
}

.affiliate-detail-final-cta {
    display: grid;
    grid-template-columns: 74px 1fr 180px 180px;
    gap: 18px;
    align-items: center;
    padding: 18px 24px;
    border-color: var(--apd-blue);
}

.affiliate-detail-final-cta img {
    width: 62px;
    height: 62px;
}

.affiliate-detail-final-cta h2,
.affiliate-detail-final-cta p {
    margin: 0;
}

.affiliate-detail-final-cta a {
    min-height: 38px;
    padding: 0 14px;
}

@media (max-width: 1199px) {
    .affiliate-detail-hero__grid,
    .affiliate-detail-commission__grid,
    .affiliate-detail-extra__grid {
        grid-template-columns: 1fr;
    }

    .affiliate-detail-hero__visual {
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
    }

    .affiliate-detail-stats,
    .affiliate-detail-pros-grid,
    .affiliate-detail-model-grid,
    .affiliate-detail-brand-notes,
    .affiliate-detail-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .affiliate-detail-stats article {
        border-left: 0;
        border-top: 1px solid #acdff6;
        padding: 16px;
    }

    .affiliate-detail-summary-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .affiliate-detail-summary-bar article {
        border-left: 0;
        border-top: 1px solid #acdff6;
    }

    .affiliate-detail-verdict,
    .affiliate-detail-final-cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .affiliate-detail-verdict > img {
        margin: 22px 0 0;
    }

    .affiliate-detail-verdict__tags {
        padding: 0 20px 20px;
    }

    .affiliate-detail-terms-confirm {
        grid-template-columns: 80px 1fr;
    }
}

@media (max-width: 767px) {
    .affiliate-detail-container {
        width: min(100% - 28px, 540px);
    }

    .affiliate-detail-hero {
        padding-top: 30px;
    }

    .affiliate-detail-hero h1 {
        font-size: 39px;
    }

    .affiliate-detail-hero__actions a,
    .affiliate-detail-final-cta a {
        width: 100%;
    }

    .affiliate-detail-dashboard {
        grid-template-columns: 1fr;
    }

    .affiliate-detail-track-card,
    .affiliate-detail-partner-card,
    .affiliate-detail-chart-card,
    .affiliate-detail-payout-card,
    .affiliate-detail-score-card {
        grid-column: auto;
    }

    .affiliate-detail-chart-card,
    .affiliate-detail-extra-card:only-child,
    .affiliate-detail-extra-card:nth-child(3) {
        grid-column: auto;
    }

    .affiliate-detail-metric-strip,
    .affiliate-detail-stats,
    .affiliate-detail-summary-bar,
    .affiliate-detail-pros-grid,
    .affiliate-detail-model-grid,
    .affiliate-detail-payment-grid,
    .affiliate-detail-brand-notes,
    .affiliate-detail-guide-grid,
    .affiliate-detail-faq,
    .affiliate-detail-tabs {
        grid-template-columns: 1fr;
    }

    .affiliate-detail-metric-strip article {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 12px 0;
    }

    .affiliate-detail-metric-strip article:first-child {
        border-top: 0;
    }

    .affiliate-detail-verdict__tags,
    .affiliate-detail-verdict footer,
    .affiliate-detail-payment-grid article,
    .affiliate-detail-terms-confirm {
        grid-template-columns: 1fr;
    }

    .affiliate-detail-payment-grid span {
        max-width: none;
        width: 100%;
    }

    .affiliate-detail-section-head h2,
    .affiliate-detail-guides h2 {
        font-size: 29px;
    }
}

/* Gambling affiliate programs redesign */
.affiliate-redesign {
    --aff-navy: #061a33;
    --aff-blue: #00a7e8;
    --aff-green: #08d27b;
    --aff-yellow: #ffc41b;
    --aff-text: #10243d;
    --aff-muted: #60748a;
    --aff-border: #d7e7f4;
    --aff-shadow: 0 18px 42px rgba(8, 41, 72, 0.12);
    background:
        radial-gradient(circle at 8% 10%, rgba(0, 167, 232, 0.12), transparent 28%),
        radial-gradient(circle at 82% 4%, rgba(8, 210, 123, 0.12), transparent 24%),
        #f6fbff;
    color: var(--aff-text);
}

.affiliate-container {
    width: min(1200px, calc(100% - 72px));
    margin: 0 auto;
}

.affiliate-hero {
    padding: 56px 0 28px;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_affilite_program_usa.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1717px, 100%) auto;
}

.affiliate-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 600px;
    gap: 42px;
    align-items: center;
}

.affiliate-hero__copy h1 {
    max-width: 610px;
    margin: 0 0 18px;
    color: var(--aff-navy);
    font-size: clamp(44px, 5.3vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.affiliate-hero__copy p {
    max-width: 610px;
    margin: 0 0 26px;
    color: #31465c;
    font-size: 18px;
    line-height: 1.55;
}

.affiliate-hero__actions,
.affiliate-hero__chips,
.affiliate-program-card-new__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.affiliate-hero__actions a {
    min-width: 190px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 2px solid #0d9fe8;
    border-radius: 7px;
    color: #0875b7;
    background: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.affiliate-hero__actions a:first-child {
    border-color: var(--aff-green);
    background: var(--aff-green);
    color: var(--aff-navy);
}

.affiliate-hero__chips {
    margin-top: 32px;
}

.affiliate-hero__chips span,
.affiliate-filter-pills a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border: 1px solid var(--aff-border);
    border-radius: 5px;
    background: #ffffff;
    color: #233c55;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(9, 41, 74, 0.06);
    text-decoration: none;
}

.affiliate-hero__chips img,
.affiliate-filter-pills img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.affiliate-hero__visual {
    display: none;
    position: relative;
    width: min(100%, 560px);
    min-height: 410px;
    max-width: 560px;
    margin-left: auto;
    isolation: isolate;
}

.affiliate-hero__visual::before {
    content: "";
    position: absolute;
    right: -22px;
    top: 72px;
    width: 116px;
    height: 238px;
    border: 2px dashed rgba(14, 183, 200, 0.36);
    border-left: 0;
    border-radius: 0 76px 76px 0;
    z-index: 0;
}

.affiliate-hero__visual::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 154px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 7px solid #bff4ea;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, var(--aff-green) 0 4px, transparent 5px),
        var(--aff-navy);
    box-shadow: 0 10px 24px rgba(6, 26, 51, 0.18);
    z-index: 1;
}

.affiliate-dashboard,
.affiliate-score-card,
.affiliate-link-card,
.affiliate-partner-card,
.affiliate-payout-card,
.affiliate-mini-list,
.affiliate-compare-card {
    position: absolute;
    border-radius: 14px;
    background: linear-gradient(135deg, #082a4c, #031d38);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(8, 41, 72, 0.18);
    z-index: 2;
}

.affiliate-dashboard {
    top: 0;
    left: 30px;
    width: 318px;
    min-height: 144px;
    padding: 18px 20px;
    overflow: hidden;
}

.affiliate-dashboard h2,
.affiliate-dashboard span,
.affiliate-dashboard strong,
.affiliate-dashboard b {
    position: relative;
    z-index: 2;
    display: block;
}

.affiliate-dashboard h2 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.affiliate-dashboard span,
.affiliate-link-card span,
.affiliate-payout-card span {
    color: #b9d1e6;
    font-size: 11px;
}

.affiliate-dashboard strong {
    font-size: 30px;
    line-height: 1;
}

.affiliate-dashboard b {
    color: var(--aff-green);
    font-size: 13px;
}

.affiliate-dashboard b small {
    display: block;
    color: #8fb4cf;
    font-size: 9px;
    font-weight: 700;
}

.affiliate-dashboard i {
    position: absolute;
    right: 16px;
    bottom: 14px;
    width: 196px;
    height: 100px;
    font-style: normal;
}

.affiliate-dashboard svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.affiliate-chart-grid {
    fill: none;
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 1;
}

.affiliate-chart-area {
    fill: url(#affiliateChartFill);
}

.affiliate-chart-line {
    fill: none;
    stroke: #18eda4;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: url(#affiliateChartGlow);
}

.affiliate-chart-dots circle {
    fill: #ffffff;
    stroke: #18eda4;
    stroke-width: 3;
}

.affiliate-score-card {
    top: 0;
    right: 0;
    width: 154px;
    height: 146px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    place-items: center;
    row-gap: 0;
    padding: 13px 12px 10px;
    text-align: center;
}

.affiliate-score-card__title {
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.affiliate-score-card strong {
    position: relative;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    border: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #082a4c 0 55%, transparent 56%),
        conic-gradient(var(--aff-green) 0 76%, var(--aff-yellow) 76% 91%, rgba(255, 255, 255, 0.13) 91% 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 900;
    line-height: 1;
}

.affiliate-score-card__value {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 950;
    line-height: 0.92;
}

.affiliate-score-card__value small {
    display: block;
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
}

.affiliate-score-card em {
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.affiliate-partner-card em {
    color: #e8f5ff;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.affiliate-link-card {
    top: 138px;
    left: 0;
    width: 252px;
    min-height: 116px;
    padding: 15px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
}

.affiliate-link-card img {
    width: 42px;
    height: 42px;
}

.affiliate-link-card b,
.affiliate-partner-card b {
    display: block;
    color: #ffffff;
    font-size: 13px;
}

.affiliate-link-card span {
    display: block;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.affiliate-link-card dl {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 8px 0 0;
    padding-top: 9px;
    border-top: 1px solid rgba(255,255,255,0.18);
}

.affiliate-link-card dt {
    color: #b9d1e6;
    font-size: 9px;
}

.affiliate-link-card dd {
    margin: 0;
    font-size: 13px;
    font-weight: 900;
}

.affiliate-partner-card {
    top: 138px;
    left: 270px;
    width: 150px;
    height: 126px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    text-align: center;
}

.affiliate-partner-card span {
    color: #bfd5e8;
    font-size: 11px;
    font-weight: 800;
}

.affiliate-partner-card img {
    width: 62px;
    height: 62px;
}

.affiliate-payout-card {
    top: 164px;
    right: 0;
    width: 146px;
    min-height: 94px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 8px;
    align-items: center;
    padding: 14px;
    z-index: 4;
}

.affiliate-payout-card b {
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
}

.affiliate-payout-card img {
    grid-row: span 2;
    width: 46px;
    height: 46px;
}

.affiliate-payout-card strong {
    font-size: 20px;
    line-height: 1;
}

.affiliate-mini-list {
    right: 0;
    top: 270px;
    bottom: auto;
    width: 168px;
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    background: #ffffff;
    color: #264057;
    box-shadow: 0 18px 32px rgba(8, 41, 72, 0.13);
    z-index: 3;
}

.affiliate-mini-list span {
    position: relative;
    padding-left: 20px;
    font-size: 10.5px;
    font-weight: 900;
    white-space: nowrap;
}

.affiliate-mini-list span::before,
.affiliate-risk-card em::before,
.affiliate-model-card li::before,
.affiliate-check {
    color: var(--aff-green);
    content: "✓";
}

.affiliate-compare-card {
    left: 108px;
    bottom: 0;
    width: 300px;
    min-height: 108px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 18px 16px;
    gap: 0;
    overflow: hidden;
}

.affiliate-compare-card span {
    display: grid;
    align-content: center;
    min-height: 72px;
    padding: 0 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    color: #bdd4e9;
    font-size: 11px;
}

.affiliate-compare-card span:first-child {
    border-left: 0;
}

.affiliate-compare-card b {
    display: block;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.1;
}

.affiliate-compare-card small {
    display: block;
    margin-top: 3px;
    color: #87a8c3;
    font-size: 9px;
    font-weight: 700;
}

.affiliate-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
    padding: 16px 18px;
    border: 1px solid var(--aff-border);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: var(--aff-shadow);
}

.affiliate-stats article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 1px 14px;
    align-items: center;
    padding: 0 18px;
    border-left: 1px solid #9ddcf7;
}

.affiliate-stats article:first-child {
    border-left: 0;
}

.affiliate-stats img {
    grid-row: span 3;
    width: 52px;
    height: 52px;
}

.affiliate-stats strong {
    color: var(--aff-navy);
    font-size: 22px;
    line-height: 1;
}

.affiliate-stats b {
    font-size: 12px;
}

.affiliate-stats span {
    color: var(--aff-muted);
    font-size: 10px;
    line-height: 1.25;
}

.affiliate-program-list,
.affiliate-comparison,
.affiliate-guide {
    padding: 34px 0;
}

.affiliate-section-head {
    margin-bottom: 24px;
}

.affiliate-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 30px;
    align-items: start;
}

.affiliate-section-head h2 {
    margin: 0 0 8px;
    color: var(--aff-navy);
    font-size: clamp(32px, 3.8vw, 42px);
    line-height: 1;
    font-weight: 900;
}

.affiliate-section-head p {
    margin: 0;
    color: var(--aff-muted);
}

.affiliate-section-head aside {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 6px 16px;
    padding: 22px 24px;
    border: 2px solid #20aeea;
    border-radius: 7px;
    background: linear-gradient(135deg, #ffffff, #eefaff);
}

.affiliate-section-head aside img {
    grid-row: span 4;
    width: 42px;
    height: 42px;
}

.affiliate-section-head aside span {
    position: relative;
    padding-left: 20px;
    color: #435970;
    font-size: 12px;
}

.affiliate-section-head aside span::before {
    position: absolute;
    left: 0;
    color: var(--aff-blue);
    content: "✓";
}

.affiliate-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-bottom: 20px;
}

.affiliate-filter-pills a.is-active {
    border-color: var(--aff-green);
    background: var(--aff-green);
    color: #ffffff;
}

.affiliate-count {
    margin: 0 0 14px;
    color: #4e6278;
    font-size: 13px;
}

.affiliate-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.affiliate-program-card-new {
    display: flex;
    height: 100%;
    min-height: 360px;
    flex-direction: column;
    padding: 16px;
    border: 1px solid var(--aff-border);
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(8, 41, 72, 0.08);
}

.affiliate-program-card-new__top,
.affiliate-program-card-new__score,
.affiliate-program-card-new__metrics,
.affiliate-program-card-new dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.affiliate-program-card-new__logo {
    width: 106px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
}

.affiliate-program-card-new__logo img {
    max-width: 96px;
    max-height: 42px;
    object-fit: contain;
}

.affiliate-program-card-new__logo span {
    color: #ffffff;
    padding: 0 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

.affiliate-program-card-new__top > span {
    padding: 6px 9px;
    border-radius: 3px;
    background: #dff8ee;
    color: #0aa96b;
    font-size: 10px;
    font-weight: 900;
}

.affiliate-program-card-new h3 {
    min-height: 40px;
    margin: 10px 0 8px;
    font-size: 17px;
    line-height: 1.15;
}

.affiliate-program-card-new h3 a {
    color: var(--aff-navy);
    text-decoration: none;
}

.affiliate-program-card-new__metrics {
    margin-bottom: 9px;
    padding-bottom: 8px;
    border-bottom: 2px solid #9ce0f7;
}

.affiliate-program-card-new__metrics p {
    margin: 0;
    flex: 1;
}

.affiliate-program-card-new__metrics span {
    display: block;
    color: #40566d;
    font-size: 12px;
}

.affiliate-program-card-new__metrics strong {
    color: var(--aff-blue);
    font-size: 20px;
}

.affiliate-program-card-new dl {
    display: grid;
    gap: 3px;
    margin: 0 0 7px;
}

.affiliate-program-card-new dt,
.affiliate-program-card-new dd {
    margin: 0;
    color: #2d4258;
    font-size: 11px;
}

.affiliate-program-card-new dt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.affiliate-program-card-new dt img {
    width: 14px;
    height: 14px;
}

.affiliate-program-card-new dd {
    max-width: 118px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.affiliate-program-card-new__score {
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #dce8f2;
    font-size: 12px;
    font-weight: 800;
}

.affiliate-program-card-new__score b {
    color: #f5a900;
}

.affiliate-program-card-new__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
}

.affiliate-program-card-new__actions a {
    min-height: 32px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: var(--aff-green);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.affiliate-program-card-new__actions a:last-child {
    border: 1px solid #d7e6f3;
    background: #ffffff;
    color: var(--aff-navy);
}

.affiliate-pagination {
    margin-top: 26px;
}

.affiliate-pagination nav {
    display: flex;
    justify-content: center;
}

.affiliate-comparison-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 150px;
    gap: 12px;
    margin-bottom: 18px;
}

.affiliate-comparison-filters label,
.affiliate-comparison-filters a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid var(--aff-border);
    border-radius: 5px;
    background: #ffffff;
    color: #244057;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.affiliate-comparison-filters select {
    flex: 1;
    border: 0;
    background: transparent;
    color: #4b6076;
    font: inherit;
}

.affiliate-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--aff-border);
    border-radius: 7px;
    background: #ffffff;
    box-shadow: var(--aff-shadow);
}

.affiliate-table {
    width: 100%;
    min-width: 1040px;
    border-collapse: collapse;
    font-size: 13px;
}

.affiliate-table th {
    padding: 14px 16px;
    background: var(--aff-blue);
    color: #ffffff;
    font-weight: 900;
}

.affiliate-table td {
    padding: 13px 16px;
    border: 1px solid #e1edf6;
    text-align: center;
}

.affiliate-table td:first-child,
.affiliate-table th:first-child {
    text-align: left;
}

.affiliate-table a {
    color: #087bd0;
    font-weight: 900;
    text-decoration: none;
}

.affiliate-table td:nth-child(2) strong,
.affiliate-table td:nth-child(6) strong {
    color: var(--aff-green);
}

.affiliate-table td:nth-child(9) b,
.affiliate-table td:last-child a {
    display: inline-grid;
    place-items: center;
    min-width: 66px;
    min-height: 30px;
    border-radius: 4px;
    background: var(--aff-green);
    color: #ffffff;
}

.affiliate-notes {
    display: grid;
    grid-template-columns: 74px 1.1fr repeat(4, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 16px;
    padding: 18px 22px;
    border: 1px solid #0d75ba;
    border-radius: 8px;
    background: #ffffff;
}

.affiliate-notes img {
    width: 58px;
    height: 58px;
}

.affiliate-notes strong {
    color: var(--aff-navy);
}

.affiliate-notes span {
    position: relative;
    padding-left: 22px;
    color: #435970;
    font-size: 12px;
}

.affiliate-notes span::before {
    position: absolute;
    left: 0;
    color: var(--aff-blue);
    content: "✓";
}

.affiliate-guide__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.affiliate-risk-card,
.affiliate-model-card,
.affiliate-steps {
    border: 1px solid #123e64;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(8, 41, 72, 0.08);
}

.affiliate-risk-card {
    padding: 22px;
    background: linear-gradient(135deg, #082b4d, #04233f);
    color: #ffffff;
}

.affiliate-risk-card h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 23px;
}

.affiliate-risk-card h3 img {
    width: 42px;
    height: 42px;
}

.affiliate-risk-card p {
    display: grid;
    grid-template-columns: 1fr 94px;
    gap: 2px 16px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(27, 175, 227, 0.48);
}

.affiliate-risk-card b,
.affiliate-risk-card span {
    grid-column: 1;
}

.affiliate-risk-card b {
    font-size: 14px;
}

.affiliate-risk-card span {
    color: #d8ecfb;
    font-size: 12px;
}

.affiliate-risk-card em {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: #dff8ee;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.affiliate-model-card {
    display: grid;
    align-content: start;
    justify-items: center;
    padding: 30px 22px;
    text-align: center;
}

.affiliate-model-card > img {
    width: 96px;
    height: 96px;
    padding: 18px;
    border-radius: 50%;
    background: #eef9ff;
}

.affiliate-model-card h3 {
    margin: 18px 0 14px;
    color: var(--aff-navy);
    font-size: 22px;
}

.affiliate-model-card p {
    min-height: 82px;
    color: #40566d;
    font-size: 13px;
    line-height: 1.55;
}

.affiliate-model-card ul {
    width: 100%;
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.affiliate-model-card li {
    position: relative;
    padding-left: 24px;
    color: #243c55;
    font-size: 13px;
    font-weight: 800;
}

.affiliate-model-card li::before {
    position: absolute;
    left: 0;
}

.affiliate-model-card > span {
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 0 26px;
    border-radius: 6px;
    background: linear-gradient(135deg, #78e9b6, var(--aff-green));
    color: var(--aff-navy);
    font-weight: 900;
}

.affiliate-model-card:nth-child(3) > span {
    background: linear-gradient(135deg, #22c2f0, #069de0);
    color: #ffffff;
}

.affiliate-model-card:nth-child(4) > span {
    background: linear-gradient(135deg, #ffd84a, #ffb812);
}

.affiliate-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding: 18px 22px;
    border-color: var(--aff-border);
}

.affiliate-steps article {
    position: relative;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 12px;
    align-items: center;
}

.affiliate-steps article::after {
    position: absolute;
    top: 50%;
    right: -8px;
    width: 42px;
    border-top: 3px dotted var(--aff-blue);
    content: "";
}

.affiliate-steps article:last-child::after {
    content: none;
}

.affiliate-steps b {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0c4a7c;
    color: #ffffff;
}

.affiliate-steps img {
    width: 72px;
    height: 72px;
    padding: 14px;
    border-radius: 50%;
    background: #eef9ff;
}

.affiliate-steps h3 {
    margin: 0 0 6px;
    color: #0c3760;
    font-size: 17px;
}

.affiliate-steps p {
    margin: 0;
    color: #435970;
    font-size: 12px;
    line-height: 1.45;
}

.affiliate-empty {
    padding: 24px;
    border: 1px solid var(--aff-border);
    border-radius: 8px;
    background: #ffffff;
}

@media (max-width: 1199px) {
    .affiliate-hero__grid {
        grid-template-columns: 1fr;
    }

    .affiliate-hero__visual {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .affiliate-stats,
    .affiliate-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .affiliate-stats article {
        border-left: 0;
        border-top: 1px solid #9ddcf7;
        padding: 18px;
    }

    .affiliate-stats article:first-child {
        border-top: 0;
    }

    .affiliate-section-head--split,
    .affiliate-guide__grid {
        grid-template-columns: 1fr;
    }

    .affiliate-notes {
        grid-template-columns: 64px 1fr;
    }
}

@media (max-width: 767px) {
    .affiliate-container {
        width: min(100% - 28px, 540px);
    }

    .affiliate-hero {
        padding-top: 34px;
    }

    .affiliate-hero__copy h1 {
        font-size: 42px;
    }

    .affiliate-hero__actions a {
        width: 100%;
    }

    .affiliate-hero__visual {
        min-height: 560px;
        transform: scale(0.88);
        transform-origin: top center;
        margin-bottom: -68px;
    }

    .affiliate-dashboard {
        left: 0;
        width: 300px;
    }

    .affiliate-score-card {
        right: 0;
        width: 132px;
    }

    .affiliate-link-card {
        top: 150px;
        left: 0;
    }

    .affiliate-partner-card {
        top: 286px;
        left: 0;
    }

    .affiliate-payout-card {
        top: 292px;
        right: 0;
    }

    .affiliate-mini-list {
        right: 0;
        bottom: 0;
    }

    .affiliate-compare-card {
        left: 0;
        bottom: 120px;
        width: 300px;
    }

    .affiliate-stats,
    .affiliate-card-grid,
    .affiliate-comparison-filters,
    .affiliate-steps {
        grid-template-columns: 1fr;
    }

    .affiliate-program-list,
    .affiliate-comparison,
    .affiliate-guide {
        padding: 24px 0;
    }

    .affiliate-section-head h2 {
        font-size: 31px;
    }

    .affiliate-section-head aside {
        grid-template-columns: 1fr;
    }

    .affiliate-program-card-new {
        height: auto;
        min-height: 314px;
    }

    .affiliate-notes {
        grid-template-columns: 1fr;
    }

    .affiliate-risk-card p {
        grid-template-columns: 1fr;
    }

    .affiliate-risk-card em {
        grid-column: 1;
        grid-row: auto;
    }

    .affiliate-model-card p {
        min-height: 0;
    }

    .affiliate-steps article::after {
        content: none;
    }
}

/* --- text text --- */
html {
    overflow-x: hidden;
}
body {
    font-family: var(--app-font);
    background-color: var(--app-bg);
    color: var(--app-text);
    overflow-x: hidden;
    max-width: 100%;
}

.root-surface-page {
    background-color: #f8fbff;
}

.root-surface-main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.root-surface-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1120px;
    transform: translateX(-50%);
    background-image:
        linear-gradient(180deg, rgba(248, 250, 255, 0.1) 0%, rgba(248, 250, 255, 0.52) 42%, rgba(248, 250, 255, 0.9) 78%, #f8fbff 100%),
        url("/images/root-pages-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    opacity: 0.98;
}

.root-surface-main > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .root-surface-main::before {
        height: 840px;
        background-size: auto 100%;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--app-heading);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-wrap: balance;
}

h1, .h1 {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

h2, .h2 {
    font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

h3, .h3 {
    font-size: clamp(1.3rem, 1.7vw, 1.55rem);
}

h4, .h4 {
    font-size: clamp(1.15rem, 1.3vw, 1.3rem);
}

h5, .h5,
h6, .h6 {
    line-height: 1.18;
}

/* --- text: text text, text text text --- */
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    flex-shrink: 0;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
body {
    padding-top: var(--site-header-height, 0px);
}
html {
    scroll-padding-top: calc(var(--site-header-height, 0px) + 1rem);
}
.site-header.is-scrolled .site-navbar {
    background: rgba(8, 21, 45, 0.96);
    box-shadow: 0 10px 26px rgba(2, 8, 23, 0.34);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.site-navbar {
    background: #08152d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 12px 30px rgba(2, 8, 23, 0.28);
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    overflow: visible;
    transition: background 0.18s ease, box-shadow 0.18s ease, padding 0.18s ease;
}
.navbar {
    position: relative;
    overflow: visible;
}
@media (min-width: 1200px) {
    .site-navbar > .container {
        max-width: min(1500px, 96vw);
    }
    .site-navbar .navbar-collapse {
        overflow: visible;
    }
    .site-navbar__menu,
    .site-navbar__actions {
        flex-wrap: nowrap !important;
    }
}
.site-navbar .navbar-brand.site-navbar__brand {
    display: inline-flex;
    align-items: center;
    margin-right: 1.5rem;
}
.site-navbar__brand-logo {
    display: block;
    width: auto;
    height: 50px;
    max-width: 100%;
}
.site-navbar__menu,
.site-navbar__actions {
    align-items: center;
    gap: 0.2rem;
}
.site-navbar .nav-link {
    color: rgba(248, 250, 252, 0.92);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.55rem 0.75rem !important;
    border-radius: 0.7rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.site-navbar .nav-link.active,
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}
.site-navbar .dropdown-toggle::after {
    margin-left: 0.45rem;
    vertical-align: 0.18em;
    opacity: 0.7;
}
.site-navbar .dropdown-menu {
    background: #0b1933;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    padding: 0.45rem;
    box-shadow: 0 22px 44px rgba(2, 8, 23, 0.42);
}
.site-navbar .dropdown-item {
    color: #e2e8f0;
    font-size: 0.9rem;
    border-radius: 0.65rem;
    padding: 0.6rem 0.75rem;
}
.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item.active {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}
@media (min-width: 1200px) {
    .site-navbar .navbar-nav > .nav-item.dropdown {
        padding-bottom: 0.7rem;
        margin-bottom: -0.7rem;
    }

    .site-navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -0.7rem;
        height: 0.7rem;
    }

    .site-navbar .navbar-nav > .nav-item.dropdown:not(.dropdown-mega) > .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(0.35rem);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
    }

    .site-navbar .navbar-nav > .nav-item.dropdown:not(.dropdown-mega):hover > .dropdown-menu,
    .site-navbar .navbar-nav > .nav-item.dropdown:not(.dropdown-mega):focus-within > .dropdown-menu,
    .site-navbar .navbar-nav > .nav-item.dropdown:not(.dropdown-mega) > .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-navbar .dropdown-mega > .dropdown-menu.mega-menu-dropdown {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.24s ease, visibility 0.24s ease;
    }

    .site-navbar .dropdown-mega:hover > .dropdown-menu.mega-menu-dropdown,
    .site-navbar .dropdown-mega:focus-within > .dropdown-menu.mega-menu-dropdown,
    .site-navbar .dropdown-mega > .dropdown-menu.mega-menu-dropdown.show {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .site-navbar .dropdown-mega .nav-link.dropdown-toggle.show,
    .site-navbar .dropdown-mega .nav-link.dropdown-toggle.active {
        background: rgba(255, 255, 255, 0.06);
        box-shadow: inset 0 -2px 0 #1fd15d;
    }

    .site-navbar .mega-menu-dropdown {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        min-width: 100% !important;
        max-width: none !important;
        transform: none !important;
        margin-top: 0 !important;
        top: calc(100% - 1px) !important;
        background: #0b1933 !important;
        z-index: 1080;
    }

    .site-navbar .mega-menu-dropdown__item {
        white-space: normal;
        min-height: 100%;
    }
}
@media (max-width: 1199.98px) {
    .site-navbar {
        z-index: 1300;
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }
    .site-navbar > .container {
        min-height: 3.55rem;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .site-navbar__mobile-backdrop {
        position: fixed;
        inset: 0;
        display: block;
        border: 0;
        padding: 0;
        background: rgba(2, 8, 23, 0.48);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.28s ease, visibility 0.28s ease;
        z-index: 1280;
    }
    .site-navbar .navbar-collapse.show ~ .site-navbar__mobile-backdrop,
    .site-navbar .navbar-collapse.collapsing ~ .site-navbar__mobile-backdrop {
        opacity: 1;
        visibility: visible;
    }
    .site-navbar__brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
        z-index: 2;
    }

    .site-navbar__brand-logo {
        height: 34px;
        width: auto;
    }
    .site-navbar__mobile-menu-toggle {
        position: absolute;
        left: 0.6rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        margin: 0;
        width: 2.85rem;
        height: 2.85rem;
        padding: 0;
        border: 0;
        border-radius: 0.9rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%),
            rgba(5, 12, 24, 0.66);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 22px rgba(2, 8, 23, 0.18);
        transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    }
    .site-navbar__mobile-menu-toggle:hover,
    .site-navbar__mobile-menu-toggle:focus-visible {
        background:
            linear-gradient(180deg, rgba(31, 209, 93, 0.13) 0%, rgba(31, 209, 93, 0.04) 100%),
            rgba(5, 12, 24, 0.82);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 0.16rem rgba(31, 209, 93, 0.14);
    }
    .site-navbar__mobile-menu-toggle:focus {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 0.16rem rgba(31, 209, 93, 0.14);
    }
    .site-navbar__mobile-menu-lines {
        width: 1.2rem;
        display: inline-flex;
        flex-direction: column;
        gap: 0.28rem;
    }
    .site-navbar__mobile-menu-lines span {
        display: block;
        height: 2px;
        border-radius: 999px;
        background: #f8fafc;
        box-shadow: 0 0 10px rgba(31, 209, 93, 0.18);
    }
    .site-navbar__mobile-menu-lines span:nth-child(2) {
        width: 0.85rem;
    }
    .site-navbar__mobile-menu-lines span:nth-child(3) {
        width: 1.05rem;
    }
    .site-navbar__mobile-search-wrap {
        position: absolute;
        right: 0.6rem;
        top: 0.35rem;
        transform: none;
        z-index: 3;
    }
    .site-navbar__mobile-search-btn {
        width: 2.75rem;
        height: 2.75rem;
        border: 0;
        border-radius: 0.55rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: #fff;
    }
    .site-navbar__mobile-search-btn:hover,
    .site-navbar__mobile-search-btn:focus-visible {
        background: rgba(255, 255, 255, 0.08);
    }
    .site-navbar__mobile-search-btn .site-navbar__search-icon {
        width: 1.45rem;
        height: 1.45rem;
    }

    .site-navbar .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        display: block !important;
        width: min(20rem, 84vw);
        height: 100vh;
        height: 100dvh;
        margin-top: 0;
        padding: 5.25rem 1rem 1rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-left: 0;
        border-radius: 0 1.25rem 1.25rem 0;
        background: rgba(5, 12, 24, 0.97);
        box-shadow: 18px 0 48px rgba(2, 8, 23, 0.34);
        overflow-y: auto;
        transform: translateX(-105%);
        visibility: hidden;
        transition: transform 0.28s ease, visibility 0.28s ease;
        z-index: 1290;
    }
    .site-navbar .navbar-collapse.show,
    .site-navbar .navbar-collapse.collapsing {
        transform: translateX(0);
        visibility: visible;
    }
    .site-navbar .navbar-collapse.collapsing {
        height: 100vh !important;
        height: 100dvh !important;
    }
    .site-navbar__mobile-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 2.4rem;
        height: 2.4rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 0.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        font-size: 0;
        line-height: 1;
    }
    .site-navbar__mobile-close span {
        display: grid;
        place-items: center;
        align-items: start;
        width: 100%;
        height: 100%;
        font-size: 1.65rem;
        line-height: 1;
        transform: none;
    }
    .site-navbar__mobile-close:hover,
    .site-navbar__mobile-close:focus-visible {
        background: rgba(255, 255, 255, 0.12);
        outline: none;
    }

    .site-navbar__menu,
    .site-navbar__actions {
        align-items: stretch;
        gap: 0.15rem;
    }

    .site-navbar .mega-menu-dropdown,
    .site-navbar .dropdown-menu {
        position: static !important;
        width: 100%;
        max-width: 100%;
        margin-top: 0.45rem;
        box-shadow: none !important;
        padding: 0.65rem;
        border: 1px solid rgba(31, 209, 93, 0.12);
        border-radius: 0.95rem;
        background:
            linear-gradient(180deg, rgba(18, 35, 68, 0.96) 0%, rgba(10, 24, 48, 0.98) 100%) !important;
    }

    .site-navbar .mega-menu-dropdown .container {
        padding-left: 0;
        padding-right: 0;
    }
    .site-navbar .mega-menu-dropdown .row {
        --bs-gutter-x: 0.45rem;
        --bs-gutter-y: 0.45rem;
        display: grid;
        grid-template-columns: 1fr;
    }
    .site-navbar .mega-menu-dropdown .col {
        width: 100%;
        max-width: none;
    }
    .site-navbar .dropdown-item,
    .site-navbar .mega-menu-dropdown__item {
        border-radius: 0.65rem;
        padding: 0.65rem 0.75rem;
        white-space: normal;
    }
    .site-navbar__actions .site-navbar__search-wrap {
        display: none;
    }
    .site-navbar .site-navbar__search-panel--mobile {
        position: fixed;
        top: 4.1rem;
        left: max(0.75rem, env(safe-area-inset-left));
        right: max(0.75rem, env(safe-area-inset-right));
        width: auto;
        max-width: none;
        z-index: 1310;
    }
}
@media (min-width: 1200px) {
    .site-navbar__mobile-search-wrap,
    .site-navbar__mobile-backdrop,
    .site-navbar__mobile-close {
        display: none;
    }
}
.site-navbar__country-wrap {
    gap: 0.35rem;
    margin-left: 0.5rem;
    position: relative;
}
.site-navbar__globe-icon {
    width: 1rem;
    height: 1rem;
    display: block;
    color: rgba(241, 245, 249, 0.88);
    flex-shrink: 0;
}
.site-navbar__country-label {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}
.site-navbar__country-dropdown {
    position: relative;
}
.site-navbar__country-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid rgba(31, 209, 93, 0.5);
    background: #0b1324;
    color: #f8fafc;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    min-width: 10.5rem;
    max-width: 12rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
}
.site-navbar__country-trigger:hover {
    border-color: rgba(31, 209, 93, 0.75);
}
.site-navbar__country-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.15rem rgba(31, 209, 93, 0.2);
}
.site-navbar__country-trigger-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-navbar__country-caret {
    margin-left: auto;
    color: rgba(241, 245, 249, 0.8);
    font-size: 0.8rem;
}
.site-navbar__country-menu {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    width: min(17rem, 86vw);
    background: #0b1933;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.9rem;
    box-shadow: 0 16px 38px rgba(2, 8, 23, 0.45);
    padding: 0.55rem;
    z-index: 1210;
}
.site-navbar__country-search-wrap {
    margin-bottom: 0.45rem;
}
.site-navbar__country-search {
    background: #09111f;
    color: #f8fafc;
    border-color: rgba(255, 255, 255, 0.14);
}
.site-navbar__country-search::placeholder {
    color: #94a3b8;
}
.site-navbar__country-search:focus,
.site-navbar__country-search:active {
    background: #09111f;
    color: #f8fafc;
    border-color: rgba(60, 130, 247, 0.65);
    box-shadow: 0 0 0 0.16rem rgba(60, 130, 247, 0.2);
}
.site-navbar__country-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 18rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #36537a #0b1933;
}
.site-navbar__country-list::-webkit-scrollbar {
    width: 10px;
}
.site-navbar__country-list::-webkit-scrollbar-track {
    background: #0b1933;
    border-radius: 999px;
}
.site-navbar__country-list::-webkit-scrollbar-thumb {
    background: #36537a;
    border-radius: 999px;
    border: 2px solid #0b1933;
}
.site-navbar__country-list::-webkit-scrollbar-thumb:hover {
    background: #486892;
}
.site-navbar__country-item {
    width: 100%;
    border: 0;
    background: transparent;
    color: #f1f5f9;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.35rem 0.45rem;
    font-size: 0.95rem;
    text-align: left;
}
.site-navbar__country-item-left {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}
.site-navbar__country-item-left > span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-navbar__country-item:hover,
.site-navbar__country-item:focus-visible,
.site-navbar__country-item.is-active {
    background: #1460ce;
    color: #fff;
    outline: none;
}
.site-navbar__country-check {
    visibility: hidden;
    color: #fff;
    font-weight: 700;
}
.site-navbar__country-item.is-active .site-navbar__country-check {
    visibility: visible;
}
.site-navbar__country-flag {
    width: 18px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.site-navbar__country-all-globe {
    display: inline-flex;
    width: 18px;
    height: 14px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.9rem;
}
.site-navbar__country-select-native {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}
.site-navbar__search-wrap {
    position: relative;
}
.site-navbar__search-btn {
    border: 0;
    background: transparent;
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: 0 !important;
    margin: 0 0 0 0.15rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 999px;
    color: #fff;
}
.site-navbar__search-btn:hover,
.site-navbar__search-btn:focus-visible {
    background: rgba(255, 255, 255, 0.06);
}
.site-navbar__search-icon {
    width: 1rem;
    height: 1rem;
    display: block;
    flex-shrink: 0;
    overflow: visible;
}
.site-navbar__search-submit {
    min-width: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.site-navbar__search-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 0.55rem);
    width: min(28rem, 92vw);
    padding: 0.65rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0b1933;
    box-shadow: 0 18px 36px rgba(2, 8, 23, 0.42);
    z-index: 1205;
}
.site-navbar__search-panel .form-control {
    background: #09111f;
    color: #f8fafc;
    border-color: rgba(255, 255, 255, 0.14);
}
.site-navbar__search-panel .form-control::placeholder {
    color: #94a3b8;
}
.site-navbar__search-panel .btn {
    border-color: rgba(255, 255, 255, 0.16);
    color: #e2e8f0;
}
@media (max-width: 1199.98px) {
    .site-navbar .site-navbar__search-panel.site-navbar__search-panel--mobile {
        position: fixed;
        top: 4.15rem;
        left: 0.75rem;
        right: 0.75rem;
        width: auto;
        max-width: none;
        transform: none;
        z-index: 1310;
    }
}
.site-navbar__search-results .list-group-item {
    background: #09111f;
    color: #e2e8f0;
    border-color: rgba(255, 255, 255, 0.08);
    min-height: 4.4rem;
    overflow: hidden;
}
.site-navbar__search-results .list-group-item:hover {
    background: #142440;
}
.site-navbar__search-results .casino-search__logo {
    flex: 0 0 5.25rem;
    width: 5.25rem;
    height: 3.75rem;
    max-width: 5.25rem;
    max-height: 3.75rem;
    padding: 0.28rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.04);
    object-fit: contain;
}
.site-navbar__search-results .flex-grow-1 {
    min-width: 0;
}
.site-navbar__login-link,
.site-navbar__login-btn,
.site-navbar__user-name {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    color: rgba(248, 250, 252, 0.92);
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    border: 0;
}
.site-navbar__login-link:hover,
.site-navbar__login-link.active,
.site-navbar__login-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}
.site-navbar__register-btn {
    min-height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1rem;
    border-radius: 0.75rem;
    border: 0;
    background: linear-gradient(180deg, #1fd15d 0%, #15b54f 100%);
    color: #08152d;
    font-size: 0.86rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(31, 209, 93, 0.24);
}
.site-navbar__register-btn:hover,
.site-navbar__register-btn.active {
    background: linear-gradient(180deg, #28df68 0%, #18bc53 100%);
    color: #08152d;
}
@media (min-width: 1200px) and (max-width: 1279.98px) {
    .site-navbar .navbar-brand.site-navbar__brand {
        margin-right: 0.8rem;
    }
    .site-navbar .nav-link {
        font-size: 0.82rem;
        padding: 0.48rem 0.56rem !important;
    }
    .site-navbar__country-wrap {
        margin-left: 0.2rem;
    }
    .site-navbar__country-trigger {
        min-width: 8.8rem;
        max-width: 9.8rem;
        padding: 0.32rem 0.58rem;
        font-size: 0.84rem;
    }
    .site-navbar__register-btn,
    .site-navbar__login-btn,
    .site-navbar__login-link,
    .site-navbar__user-name {
        min-height: 2.2rem;
        padding: 0.4rem 0.58rem;
        font-size: 0.82rem;
    }
    .site-navbar__register-btn {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

.navbar .nav-link {
    transition: opacity var(--app-transition);
}
.navbar .nav-link:hover {
    opacity: 0.9;
}

/* --- Back to top button --- */
.back-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 999px;
    background: #166534;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(22, 101, 52, 0.35);
    cursor: pointer;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background 0.2s ease, bottom 0.2s ease;
}
.back-to-top:hover {
    background: #15803d;
}
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* text «text», text text text text */
html:not(.js-cookie-consent-done) .back-to-top.is-visible {
    bottom: 5.75rem;
}
@media (min-width: 576px) {
    html:not(.js-cookie-consent-done) .back-to-top.is-visible {
        bottom: 6.25rem;
    }
}
@media (max-width: 575.98px) {
    body:has(.casino-sticky-bonus) .back-to-top.is-visible {
        bottom: 5.35rem;
    }
    html:not(.js-cookie-consent-done) body:has(.casino-sticky-bonus) .back-to-top.is-visible {
        bottom: 9.25rem;
    }
}

/* --- Cookie consent (text text, text text) --- */
html.js-cookie-consent-done .cookie-consent {
    display: none !important;
}
.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1250;
    padding: 0.65rem max(0.65rem, env(safe-area-inset-right)) max(0.65rem, env(safe-area-inset-bottom)) max(0.65rem, env(safe-area-inset-left));
    font-family: var(--app-font);
    pointer-events: none;
}
.cookie-consent__inner {
    pointer-events: auto;
    max-width: min(1140px, 100%);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    padding: 0.75rem 0.85rem 0.75rem 0.65rem;
    background: linear-gradient(180deg, #2a3548 0%, #1c2430 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--app-radius-lg);
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.35);
    color: #f1f5f9;
}
.cookie-consent__close {
    flex-shrink: 0;
    order: 0;
    width: 2rem;
    height: 2rem;
    margin-left: 0.15rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background var(--app-transition), border-color var(--app-transition);
}
.cookie-consent__close-icon {
    display: block;
    flex-shrink: 0;
}
.cookie-consent__close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.65);
}
.cookie-consent__text {
    flex: 1 1 220px;
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(248, 250, 252, 0.95);
    order: 1;
}
.cookie-consent__text a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cookie-consent__text a:hover {
    color: #e2e8f0;
}
.cookie-consent__actions {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.65rem;
    order: 2;
    margin-left: auto;
}
.cookie-consent__about {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--app-radius);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background var(--app-transition), border-color var(--app-transition);
}
.cookie-consent__about:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    color: #fff !important;
}
.cookie-consent__accept {
    border: 0;
    border-radius: var(--app-radius);
    padding: 0.5rem 1rem;
    background: #facc15;
    color: #1f2937;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 2px 0 rgba(180, 140, 0, 0.35);
    transition: background var(--app-transition), transform 0.15s ease;
}
.cookie-consent__accept:hover {
    background: #fde047;
    color: #0f172a;
}
.cookie-consent__accept:active {
    transform: translateY(1px);
}
@media (max-width: 575.98px) {
    .cookie-consent__inner {
        padding: 0.65rem 0.6rem;
    }
    .cookie-consent__actions {
        width: 100%;
        margin-left: 0;
        justify-content: stretch;
    }
    .cookie-consent__about,
    .cookie-consent__accept {
        flex: 1 1 auto;
        justify-content: center;
    }
}

.site-footer {
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 24px 24px,
                radial-gradient(circle at 70% 65%, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 32px 32px,
                linear-gradient(180deg, #141923 0%, #10141d 100%);
    color: #c7ccd6;
    padding: 2.5rem 0 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.site-footer__top {
    padding-bottom: 1.55rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(300px, 2.2fr);
    gap: 1.4rem 2rem;
}
.site-footer__column {
    min-width: 0;
}
.site-footer__column--signup {
    padding-left: 0.6rem;
}
.site-footer__title {
    color: #f3f6fb;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.52rem;
    font-weight: 800;
}
.site-footer__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.7rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #facc15 0%, #eab308 100%);
}
.site-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.48rem;
}
.site-footer__list a {
    color: #d4d8e1;
    text-decoration: none;
    font-size: 0.96rem;
    line-height: 1.35;
    font-weight: 600;
}
.site-footer__list a:hover {
    color: #fff;
}
.site-footer__newsletter {
    display: grid;
    gap: 0.7rem;
    margin-bottom: 0.95rem;
}
.site-footer__newsletter-main {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.site-footer__input {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.24);
    border-radius: 0.38rem;
    padding: 0.68rem 0.82rem;
    font-size: 0.94rem;
    color: #0f172a;
    box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.04);
}
.site-footer__submit {
    border: 0;
    border-radius: 0.38rem;
    background: #facc15;
    color: #1f2937;
    padding: 0.72rem 1.15rem;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(250, 204, 21, 0.16);
}
.site-footer__consents {
    display: grid;
    gap: 0.5rem;
}
.site-footer__consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0;
    font-size: 0.8rem;
    color: #aeb6c2;
    line-height: 1.45;
}
.site-footer__consent input[type="checkbox"] {
    margin-top: 0.16rem;
    width: 0.92rem;
    height: 0.92rem;
    accent-color: #facc15;
    flex-shrink: 0;
}
.site-footer__consent-note {
    margin: 0;
    font-size: 0.8rem;
    color: #aeb6c2;
    line-height: 1.45;
}
.site-footer__checks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}
.site-footer__checks li {
    font-size: 0.8rem;
    color: #aeb6c2;
    line-height: 1.45;
    position: relative;
    padding-left: 1.2rem;
}
.site-footer__checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.38em;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    border: 1px solid #8992a0;
    background: transparent;
}
.site-footer__feedback {
    margin: -0.35rem 0 0.65rem;
    font-size: 0.8rem;
    line-height: 1.4;
    font-weight: 600;
}
.site-footer__feedback--success {
    color: #86efac;
}
.site-footer__feedback--error {
    color: #fca5a5;
}
.site-toast {
    position: fixed;
    left: 50%;
    bottom: 1.25rem;
    transform: translate(-50%, 14px);
    z-index: 1200;
    background: rgba(15, 23, 42, 0.96);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.6rem;
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
    line-height: 1.35;
    font-weight: 600;
    box-shadow: 0 14px 32px rgba(2, 8, 23, 0.34);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    pointer-events: none;
}
.site-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.site-footer__middle {
    padding: 1rem 0 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer__brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}
.site-footer__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    flex: 1 1 0;
    color: rgba(236, 240, 246, 0.78);
}
.site-footer__brand svg,
.site-footer__brand img {
    width: 100%;
    max-width: 7.2rem;
    height: auto;
    display: block;
    opacity: 0.88;
}
.site-footer__brand--ecogra svg,
.site-footer__brand--ecogra img {
    max-width: 8.9rem;
    transform: translateY(1px);
}
.site-footer__brand--gambleaware svg,
.site-footer__brand--gambleaware img {
    max-width: 5.5rem;
    transform: translateY(0.5px);
}
.site-footer__brand--itech svg,
.site-footer__brand--itech img {
    max-width: 2.85rem;
    transform: translateY(0.5px);
}
.site-footer__brand--18plus svg,
.site-footer__brand--18plus img {
    max-width: 2.25rem;
}
.site-footer__brand--gli svg,
.site-footer__brand--gli img {
    max-width: 5.5rem;
    transform: translateY(-0.5px);
}
.site-footer__brand--mga svg,
.site-footer__brand--mga img {
    max-width: 8.7rem;
    transform: translateY(1px);
}
.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.95rem;
}
.site-footer__bottom p {
    color: #a8b0bc;
    font-size: 0.86rem;
    font-weight: 500;
}
.site-footer__social {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}
.site-footer__social a {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #eef2f7;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.78rem;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.site-footer__social a svg {
    width: 0.95rem;
    height: 0.95rem;
}
.site-footer__social a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
    .site-footer__layout {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .site-footer__column--signup {
        grid-column: 1 / -1;
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .site-footer__brands {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .site-footer__brand {
        flex: 0 0 calc(33.333% - 0.8rem);
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        padding-top: 2rem;
    }
    .site-footer__layout {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .site-footer__newsletter {
        align-items: stretch;
    }
    .site-footer__newsletter-main {
        flex-direction: column;
        align-items: stretch;
    }
    .site-footer__submit {
        width: 100%;
    }
    .site-footer__brands {
        gap: 1rem 1.2rem;
    }
    .site-footer__brand {
        flex: 0 0 calc(50% - 0.6rem);
    }
    .site-footer__bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

/* Footer redesign */
.site-footer {
    position: relative;
    background:
        radial-gradient(circle at 9% 18%, rgba(0, 213, 141, 0.13), transparent 220px),
        radial-gradient(circle at 87% 16%, rgba(0, 158, 232, 0.12), transparent 260px),
        linear-gradient(180deg, #052849 0%, #05223f 100%);
    color: #dbe9f3;
    padding: 28px 0 20px;
    border-top: 1px solid rgba(0, 231, 160, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, rgba(0, 213, 141, 0), #00d58d 18%, #00a7e8 50%, #00d58d 82%, rgba(0, 213, 141, 0));
    opacity: 0.72;
}

.site-footer__main {
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(420px, 1.85fr) 150px;
    gap: 34px;
    align-items: start;
    padding: 0 0 24px;
}

.site-footer__brand-panel {
    padding-right: 34px;
    border-right: 1px solid rgba(0, 213, 141, 0.42);
}

.site-footer__logo {
    display: inline-flex;
    width: 264px;
    max-width: 100%;
    margin-bottom: 14px;
}

.site-footer__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.site-footer__brand-panel p {
    max-width: 320px;
    margin: 0 0 15px;
    color: #f1f8fc;
    font-size: 14px;
    line-height: 1.38;
}

.site-footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-footer__social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(5, 40, 73, 0.45);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-footer__social a:hover {
    border-color: #00d58d;
    background: rgba(0, 213, 141, 0.14);
    color: #ffffff;
    transform: none;
}

.site-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px;
    padding: 0 30px 0 8px;
    border-right: 1px solid rgba(0, 213, 141, 0.36);
}

.site-footer__column {
    min-width: 0;
}

.site-footer__title {
    margin: 0 0 14px;
    padding: 0;
    color: #00d58d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.site-footer__title::after {
    display: none;
}

.site-footer__list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__list a {
    position: relative;
    display: inline-flex;
    color: #f5fbff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
}

.site-footer__list a:hover {
    color: #00d58d;
}

.site-footer__play-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center;
    align-self: center;
    min-height: 72px;
    padding: 13px 15px;
    border: 1px solid rgba(0, 213, 141, 0.78);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(4, 55, 88, 0.88), rgba(4, 43, 76, 0.88));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.site-footer__play-card span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 2px solid #00d58d;
    border-radius: 50%;
    color: #00d58d;
    font-size: 18px;
    font-weight: 900;
}

.site-footer__play-card p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.18;
}

.site-footer__notice {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 213, 141, 0.42);
}

.site-footer__notice span {
    position: relative;
    width: 32px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 12px 12px 16px 16px;
    background: linear-gradient(135deg, #00d58d, #00a7e8);
    clip-path: polygon(50% 0, 90% 14%, 84% 70%, 50% 100%, 16% 70%, 10% 14%);
}

.site-footer__notice span::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 9px;
    width: 10px;
    height: 15px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.site-footer__notice p {
    margin: 0;
    color: #f5fbff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

@media (max-width: 1199.98px) {
    .site-footer__main {
        grid-template-columns: minmax(230px, 0.9fr) minmax(390px, 1.5fr);
    }

    .site-footer__nav {
        padding-right: 0;
        border-right: 0;
    }

    .site-footer__play-card {
        grid-column: 1 / -1;
        justify-self: end;
        min-width: 170px;
    }
}

@media (max-width: 991.98px) {
    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .site-footer__brand-panel {
        padding-right: 0;
        border-right: 0;
    }

    .site-footer__brand-panel p {
        max-width: 620px;
    }

    .site-footer__nav {
        padding-top: 22px;
        border-top: 1px solid rgba(0, 213, 141, 0.34);
    }

    .site-footer__play-card {
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 26px 0 18px;
    }

    .site-footer__main {
        padding-bottom: 18px;
    }

    .site-footer__logo {
        width: 230px;
    }

    .site-footer__nav {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .site-footer__notice {
        align-items: flex-start;
    }
}

/* --- 18+ age policy page --- */
.age-policy-page {
    --age-navy: #06284a;
    --age-navy-2: #003b5d;
    --age-text: #062342;
    --age-muted: #52657a;
    --age-green: #00c986;
    --age-green-2: #00aaff;
    --age-yellow: #ffc323;
    --age-border: #d9e5ef;
    --age-soft: #f4fbff;
    color: var(--age-text);
    background:
        radial-gradient(circle at 72% 11%, rgba(0, 201, 134, 0.12), transparent 27rem),
        linear-gradient(180deg, #f7fcff 0%, #ffffff 43%, #f7fbff 100%);
    overflow: hidden;
}

.age-policy-wrap {
    width: min(100% - 2rem, 1120px);
    margin-inline: auto;
}

.age-policy-hero {
    position: relative;
    padding: clamp(2.2rem, 5vw, 4.7rem) 0 2rem;
    background-color: #eef9ff;
    background-image: url('/images/hero/hero_18.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1717px, 100%) auto;
}

.age-policy-hero::before {
    content: "";
    display: none;
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, transparent 0 40%, rgba(0, 85, 125, 0.05) 40.2%, transparent 41%),
        radial-gradient(circle, rgba(0, 40, 80, 0.08) 1px, transparent 1.5px);
    background-size: 100% 100%, 18px 18px;
    background-position: center, right 5rem top 6rem;
    pointer-events: none;
    opacity: 0.72;
}

.age-policy-hero__grid,
.age-policy-summary,
.age-policy-section,
.age-policy-final {
    position: relative;
    z-index: 1;
}

.age-policy-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.9fr);
    gap: clamp(2rem, 5vw, 4.4rem);
    align-items: center;
}

.age-policy-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.45rem 0.78rem;
    border: 1px solid rgba(0, 201, 134, 0.2);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(0, 40, 70, 0.08);
    color: var(--age-navy);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.age-policy-hero h1 {
    margin: 0;
    color: var(--age-navy);
    font-size: clamp(4.3rem, 8vw, 6.4rem);
    line-height: 0.92;
    letter-spacing: -0.075em;
    font-weight: 900;
}

.age-policy-hero__copy > p {
    max-width: 31rem;
    margin: 1.25rem 0 1.65rem;
    color: #143452;
    font-size: clamp(1.05rem, 1.45vw, 1.25rem);
    line-height: 1.45;
}

.age-policy-actions,
.age-policy-risk__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.age-policy-btn,
.age-policy-risk__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.7rem;
    border-radius: 0.55rem;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.age-policy-btn::after,
.age-policy-risk__actions a::after {
    content: ">";
    margin-left: 0.85rem;
}

.age-policy-btn:hover,
.age-policy-risk__actions a:hover {
    transform: translateY(-1px);
}

.age-policy-btn--primary,
.age-policy-risk__actions a:first-child {
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, var(--age-green), #04d37a);
    box-shadow: 0 18px 34px rgba(0, 201, 134, 0.26);
}

.age-policy-btn--ghost {
    border: 2px solid #0a89e8;
    color: #0a65b5;
    background: #ffffff;
}

.age-policy-btn--outline-light,
.age-policy-risk__actions a:last-child {
    border: 1px solid var(--age-green);
    color: #ffffff;
    background: transparent;
}

.age-policy-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.age-policy-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--age-border);
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 26px rgba(10, 43, 72, 0.08);
    font-weight: 800;
    font-size: 0.8rem;
}

.age-policy-hero__visual {
    display: none;
    position: relative;
    min-height: 23rem;
    border-radius: 2rem;
}

.age-policy-orb {
    position: absolute;
    top: 4.1rem;
    left: 17%;
    width: clamp(10rem, 18vw, 14.2rem);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #123c64 0 49%, transparent 50%),
        conic-gradient(var(--age-yellow) 0 22%, var(--age-green) 22% 75%, #0099e5 75% 100%);
    filter: drop-shadow(0 26px 40px rgba(0, 100, 130, 0.28));
}

.age-policy-orb span {
    color: #ffffff;
    font-size: clamp(3.3rem, 6vw, 5rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.08em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.age-policy-sheet {
    position: absolute;
    top: 0.2rem;
    right: 11%;
    width: 12.2rem;
    height: 17.3rem;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, #092b4b, #0c456b);
    box-shadow: 0 22px 42px rgba(0, 43, 72, 0.26);
}

.age-policy-sheet::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 3.7rem 3.7rem 0;
    border-color: transparent #099ce5 transparent transparent;
    border-radius: 0 0.75rem 0 0;
}

.age-policy-sheet span {
    position: relative;
    display: block;
    width: 6rem;
    height: 0.54rem;
    margin: 2.55rem 2rem 0 auto;
    border-radius: 999px;
    background: rgba(186, 212, 229, 0.42);
}

.age-policy-sheet span::before {
    content: "";
    position: absolute;
    left: -2.4rem;
    top: -0.7rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.28rem;
    background: var(--age-green);
    box-shadow: 0 0 0 0.2rem rgba(0, 201, 134, 0.14);
}

.age-policy-shield {
    position: absolute;
    left: 11%;
    bottom: 1.3rem;
    width: 9.5rem;
    height: 9.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 22px 55px rgba(0, 80, 100, 0.18);
    backdrop-filter: blur(10px);
}

.age-policy-safer-card {
    position: absolute;
    right: 0;
    bottom: 2.2rem;
    width: 10.2rem;
    padding: 1rem;
    border-radius: 0.9rem;
    color: #ffffff;
    background: linear-gradient(145deg, #073454, #05243f);
    box-shadow: 0 24px 40px rgba(0, 42, 70, 0.28);
}

.age-policy-safer-card strong,
.age-policy-safer-card span {
    display: block;
}

.age-policy-safer-card strong {
    margin-bottom: 0.7rem;
    font-size: 0.92rem;
}

.age-policy-safer-card span {
    margin-top: 0.55rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.45rem;
    background: rgba(0, 201, 134, 0.14);
    font-size: 0.78rem;
    font-weight: 800;
}

.age-policy-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 2.6rem;
    padding: 1.35rem;
    border: 1px solid var(--age-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(12, 40, 65, 0.1);
}

.age-policy-summary article {
    display: grid;
    grid-template-columns: 4.3rem 1fr;
    gap: 1rem;
    align-items: center;
    min-width: 0;
    padding: 0.2rem 1.25rem;
}

.age-policy-summary article + article {
    border-left: 1px solid #c8d9e6;
}

.age-policy-summary h2,
.age-policy-summary p,
.age-policy-card h3,
.age-policy-card p,
.age-policy-control-card h3,
.age-policy-control-card p {
    margin: 0;
}

.age-policy-summary h2 {
    margin-bottom: 0.35rem;
    font-size: 1rem;
    color: var(--age-navy);
}

.age-policy-summary p {
    color: #17334f;
    font-size: 0.82rem;
    line-height: 1.45;
}

.age-policy-section {
    padding: clamp(3rem, 5vw, 4.6rem) 0;
}

.age-policy-section__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.8rem;
}

.age-policy-section__head--center {
    display: block;
    max-width: 47rem;
    margin-inline: auto;
    text-align: center;
}

.age-policy-section__head h2 {
    margin: 0 0 0.55rem;
    color: var(--age-navy);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 900;
}

.age-policy-section__head p {
    max-width: 47rem;
    margin: 0;
    color: #24405c;
    font-size: 1rem;
    line-height: 1.55;
}

.age-policy-policy-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 23.5rem);
    gap: 1.2rem;
    align-items: stretch;
}

.age-policy-card-grid,
.age-policy-control-grid,
.age-policy-quick-rules {
    display: grid;
    gap: 1rem;
}

.age-policy-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.age-policy-card {
    position: relative;
    min-height: 14.5rem;
    padding: 1.45rem 1.35rem;
    border: 1px solid var(--age-border);
    border-radius: 0.7rem;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(13, 42, 68, 0.08);
}

.age-policy-card img {
    width: 4.7rem;
    height: 4.7rem;
    object-fit: contain;
    margin-bottom: 1rem;
}

.age-policy-card h3 {
    color: var(--age-navy);
    font-size: 1.22rem;
    line-height: 1.08;
}

.age-policy-card h3::after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 2px;
    margin: 0.8rem 0 0.85rem;
    background: #00aaff;
}

.age-policy-card p {
    color: #243f58;
    font-size: 0.88rem;
    line-height: 1.45;
}

.age-policy-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.28rem 0.45rem;
    border-radius: 0.35rem;
    color: #062342;
    background: var(--age-yellow);
    font-size: 0.78rem;
    font-weight: 900;
}

.age-policy-warning {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.3rem;
    align-items: center;
    margin-top: 1.15rem;
    padding: 1rem 1.4rem;
    border: 1px solid rgba(255, 195, 35, 0.8);
    border-radius: 0.65rem;
    background: linear-gradient(90deg, #fff9e8, #ffffff);
    box-shadow: 0 12px 30px rgba(80, 58, 0, 0.06);
}

.age-policy-warning strong,
.age-policy-warning span {
    display: block;
}

.age-policy-warning strong {
    color: var(--age-navy);
    font-size: 1.45rem;
}

.age-policy-warning span {
    color: #243f58;
}

.age-policy-warning__mark {
    display: grid !important;
    place-items: center;
    width: 4.4rem;
    aspect-ratio: 1;
    border: 3px solid var(--age-yellow);
    border-radius: 50%;
    color: var(--age-yellow) !important;
    font-size: 1.55rem;
    font-weight: 900;
}

.age-policy-standard {
    padding: 1.85rem;
    border-radius: 0.8rem;
    color: #ffffff;
    background:
        radial-gradient(circle at 20% 15%, rgba(0, 201, 134, 0.15), transparent 17rem),
        linear-gradient(160deg, #052846, #063c60);
    box-shadow: 0 22px 50px rgba(0, 37, 61, 0.24);
}

.age-policy-standard__title {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(0, 201, 134, 0.65);
}

.age-policy-standard h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.55rem;
    font-weight: 900;
}

.age-policy-standard ul,
.age-policy-checklist ul,
.age-policy-risk ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.age-policy-standard li {
    position: relative;
    padding: 1rem 0 1rem 2.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    color: #d8e7f2;
    font-weight: 700;
}

.age-policy-standard li::before {
    content: "✓";
    position: absolute;
    left: 0.15rem;
    top: 0.75rem;
    display: grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    border: 2px solid var(--age-green);
    border-radius: 50%;
    color: var(--age-green);
    font-weight: 900;
}

.age-policy-standard .age-policy-btn {
    width: 100%;
    margin-top: 1rem;
}

.age-policy-control-grid {
    grid-template-columns: repeat(3, 1fr);
}

.age-policy-control-card {
    display: grid;
    grid-template-columns: 8.2rem 1fr;
    gap: 1.2rem;
    align-items: center;
    min-height: 10.2rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid var(--age-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(13, 42, 68, 0.06);
}

.age-policy-control-card > img {
    width: 7.2rem;
    height: 7.2rem;
    object-fit: contain;
}

.age-policy-control-card span {
    display: inline-grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    margin-right: 0.45rem;
    border-radius: 50%;
    color: #ffffff;
    background: #0296d7;
    font-size: 0.75rem;
    font-weight: 900;
}

.age-policy-control-card h3 {
    display: inline;
    color: var(--age-navy);
    font-size: 1.02rem;
}

.age-policy-control-card p {
    margin-top: 0.7rem;
    color: #415970;
    font-size: 0.9rem;
    line-height: 1.45;
}

.age-policy-control-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1rem;
    margin-top: 1rem;
}

.age-policy-checklist,
.age-policy-note {
    border-radius: 0.75rem;
    box-shadow: 0 16px 32px rgba(13, 42, 68, 0.08);
}

.age-policy-checklist {
    padding: 1.55rem 1.75rem;
    color: #ffffff;
    background: linear-gradient(150deg, #063b5b, #042540);
}

.age-policy-checklist h3 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 1.45rem;
}

.age-policy-checklist li {
    position: relative;
    padding: 0.88rem 3rem 0.88rem 2.5rem;
    border-top: 1px solid rgba(0, 170, 255, 0.35);
    color: #e7f7ff;
}

.age-policy-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 1.55rem;
    height: 1.55rem;
    border: 1px solid #00aaff;
    border-radius: 0.25rem;
}

.age-policy-checklist li::after {
    content: "✓";
    position: absolute;
    right: 0.2rem;
    top: 0.6rem;
    display: grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.35rem;
    background: var(--age-green);
    color: #ffffff;
    font-weight: 900;
}

.age-policy-note {
    padding: 1.45rem;
    border: 1px solid var(--age-border);
    background: #ffffff;
}

.age-policy-note > div:first-child {
    display: grid;
    grid-template-columns: 7.2rem 1fr;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
}

.age-policy-note h3 {
    margin: 0 0 0.55rem;
    color: var(--age-navy);
}

.age-policy-note p {
    margin: 0;
    color: #425b72;
    line-height: 1.5;
}

.age-policy-note__small {
    margin: 0.9rem 0 1rem !important;
    padding: 0.95rem 0;
    border-top: 1px solid #b9d8ec;
    color: #193955 !important;
    font-size: 0.9rem;
}

.age-policy-note .age-policy-btn {
    width: 100%;
    margin-top: 0.55rem;
}

.age-policy-final {
    padding: 0 0 3rem;
    background: linear-gradient(180deg, #f8fcff 0%, #f8fcff 55%, #053153 55%, #052b49 100%);
}

.age-policy-final header {
    text-align: center;
    margin-bottom: 1.15rem;
}

.age-policy-final header > span {
    display: inline-grid;
    place-items: center;
    width: 1.85rem;
    aspect-ratio: 1;
    margin-bottom: 0.25rem;
    border: 2px solid var(--age-yellow);
    border-radius: 50%;
    color: var(--age-yellow);
    font-size: 0.8rem;
    font-weight: 900;
}

.age-policy-final h2 {
    margin: 0;
    color: var(--age-navy);
    font-size: clamp(1.85rem, 3vw, 2.45rem);
    font-weight: 900;
}

.age-policy-final header p {
    max-width: 34rem;
    margin: 0.45rem auto 0;
    color: #324b64;
    font-weight: 700;
    line-height: 1.42;
}

.age-policy-risk {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr) minmax(21rem, 1fr);
    gap: 1.6rem;
    align-items: center;
    padding: 1.6rem 2rem;
    border-radius: 0.7rem;
    color: #ffffff;
    background: linear-gradient(145deg, #052943, #053a5d);
    box-shadow: 0 20px 50px rgba(0, 34, 54, 0.26);
}

.age-policy-risk__mark {
    display: grid;
    place-items: center;
    width: 7.1rem;
    aspect-ratio: 1;
    border: 6px solid var(--age-yellow);
    border-radius: 50%;
    color: var(--age-yellow);
    font-size: 2.55rem;
    font-weight: 900;
}

.age-policy-risk h3 {
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-size: 1.25rem;
}

.age-policy-risk p {
    max-width: 24rem;
    margin: 0 0 0.9rem;
    color: #d8e6f0;
    font-size: 0.86rem;
    line-height: 1.45;
}

.age-policy-risk__actions a {
    min-height: 2.45rem;
    padding: 0.55rem 1.2rem;
    font-size: 0.82rem;
}

.age-policy-risk ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.age-policy-risk li {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: center;
}

.age-policy-quick-rules {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1rem;
}

.age-policy-quick-rules article {
    display: grid;
    grid-template-columns: 3.9rem 1fr;
    gap: 0.8rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--age-border);
    border-radius: 0.55rem;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 39, 69, 0.08);
}

.age-policy-quick-rules h3 {
    margin: 0 0 0.25rem;
    color: var(--age-navy);
    font-size: 0.95rem;
}

.age-policy-quick-rules p {
    margin: 0;
    color: #4c6276;
    font-size: 0.78rem;
    line-height: 1.35;
}

.age-policy-disclaimer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 1rem auto 0;
    padding: 0.85rem 1rem;
    border: 1px solid #d3e4f0;
    border-radius: 0.5rem;
    background: #edf7ff;
    color: #243f58;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .age-policy-hero__grid {
        grid-template-columns: 1fr;
    }

    .age-policy-hero__visual {
        min-height: 21rem;
        max-width: 35rem;
        width: 100%;
        margin-inline: auto;
    }

    .age-policy-summary,
    .age-policy-quick-rules {
        grid-template-columns: repeat(2, 1fr);
    }

    .age-policy-summary article:nth-child(odd) {
        border-left: 0;
    }

    .age-policy-summary article:nth-child(n + 3) {
        border-top: 1px solid #c8d9e6;
        padding-top: 1.1rem;
    }

    .age-policy-policy-grid,
    .age-policy-risk {
        grid-template-columns: 1fr;
    }

    .age-policy-risk__mark {
        margin-inline: auto;
    }
}

@media (max-width: 991.98px) {
    .age-policy-card-grid,
    .age-policy-control-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .age-policy-control-bottom {
        grid-template-columns: 1fr;
    }

    .age-policy-risk ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .age-policy-wrap {
        width: min(100% - 1rem, 35rem);
    }

    .age-policy-hero {
        padding-top: 1.5rem;
    }

    .age-policy-hero h1 {
        font-size: clamp(3.2rem, 18vw, 4.5rem);
    }

    .age-policy-actions,
    .age-policy-risk__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .age-policy-btn,
    .age-policy-risk__actions a {
        width: 100%;
    }

    .age-policy-hero__visual {
        min-height: 18rem;
        transform: scale(0.95);
        transform-origin: center top;
    }

    .age-policy-sheet {
        right: 3%;
        width: 10rem;
        height: 14.5rem;
    }

    .age-policy-orb {
        left: 8%;
    }

    .age-policy-safer-card {
        right: 3%;
        bottom: 1rem;
    }

    .age-policy-summary,
    .age-policy-card-grid,
    .age-policy-control-grid,
    .age-policy-quick-rules {
        grid-template-columns: 1fr;
    }

    .age-policy-summary article,
    .age-policy-summary article + article {
        border-left: 0;
        border-top: 1px solid #c8d9e6;
        padding: 1rem 0;
    }

    .age-policy-summary article:first-child {
        border-top: 0;
    }

    .age-policy-section__head {
        align-items: flex-start;
    }

    .age-policy-section__head h2 {
        font-size: clamp(1.9rem, 11vw, 2.6rem);
    }

    .age-policy-warning {
        grid-template-columns: auto 1fr;
    }

    .age-policy-warning__mark {
        display: none !important;
    }

    .age-policy-control-card {
        grid-template-columns: 5.8rem 1fr;
    }

    .age-policy-control-card > img {
        width: 5.3rem;
        height: 5.3rem;
    }

    .age-policy-note > div:first-child,
    .age-policy-quick-rules article {
        grid-template-columns: 4rem 1fr;
    }

    .age-policy-risk {
        padding: 1.25rem;
        text-align: center;
    }

    .age-policy-risk p {
        margin-inline: auto;
    }
}

@media (max-width: 479.98px) {
    .age-policy-pills span {
        width: 100%;
    }

    .age-policy-hero__visual {
        min-height: 15.5rem;
        transform: scale(0.84);
        margin-bottom: -2rem;
    }

    .age-policy-card,
    .age-policy-standard,
    .age-policy-checklist,
    .age-policy-note {
        padding: 1.1rem;
    }

    .age-policy-risk ul {
        grid-template-columns: 1fr;
    }
}

/* About page redesign */
.about-redesign {
    --about-navy: #062846;
    --about-navy-2: #001d35;
    --about-blue: #0098ff;
    --about-cyan: #35caff;
    --about-green: #02d889;
    --about-green-dark: #00b874;
    --about-gold: #ffd25a;
    --about-text: #08223d;
    --about-muted: #56677c;
    --about-border: #cfe1ef;
    --about-shadow: 0 18px 45px rgba(7, 41, 72, 0.12);
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 18%, #f8fcff 100%);
    color: var(--about-text);
    font-family: inherit;
    overflow: hidden;
}

.about-redesign-wrap {
    width: min(100% - 48px, 1480px);
    margin: 0 auto;
}

.about-redesign-section {
    padding: 36px 0;
}

.about-redesign-hero {
    position: relative;
    padding: 84px 0 46px;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_about.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1774px, 100%) auto;
}

.about-redesign-hero::after {
    position: absolute;
    display: none;
    inset: 98px -5% auto auto;
    width: 42rem;
    height: 42rem;
    content: "";
    border-radius: 50%;
    background: linear-gradient(140deg, rgba(0, 152, 255, 0.12), rgba(0, 216, 137, 0.02));
    pointer-events: none;
}

.about-redesign-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(34rem, 1.05fr);
    gap: 2.5rem;
    align-items: center;
}

.about-redesign-hero__copy h1 {
    margin: 0 0 0.75rem;
    color: #071f38;
    font-size: clamp(2.45rem, 4vw, 4.55rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.about-redesign-hero__lead {
    max-width: 45rem;
    margin: 0 0 1.65rem;
    color: #00a6ff;
    font-size: clamp(1.15rem, 2vw, 1.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.14;
}

.about-redesign-hero__copy p:not(.about-redesign-hero__lead) {
    max-width: 46rem;
    margin: 0 0 1.2rem;
    color: #1d324b;
    font-size: 1.04rem;
    line-height: 1.75;
}

.about-redesign-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.9rem 0 1.6rem;
}

.about-redesign-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.7rem;
    padding: 0.95rem 1.55rem;
    border: 2px solid var(--about-blue);
    border-radius: 0.42rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.about-redesign-btn::after {
    margin-left: 1.25rem;
    content: "→";
    font-size: 1.6rem;
    line-height: 1;
}

.about-redesign-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.about-redesign-btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--about-green), var(--about-green-dark));
    border-color: var(--about-green);
    box-shadow: 0 14px 28px rgba(0, 184, 116, 0.25);
}

.about-redesign-btn--ghost {
    color: #0079d6;
    background: #ffffff;
}

.about-redesign-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    max-width: 55rem;
    border: 1px solid #d8e7f2;
    border-radius: 0.55rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 41, 72, 0.08);
}

.about-redesign-pills span {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    min-height: 4.25rem;
    padding: 0.55rem 1rem;
    color: #102a45;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.15;
}

.about-redesign-pills span:not(:last-child) {
    border-right: 1px solid #d8e7f2;
}

.about-redesign-pills img,
.about-mission-list img,
.about-check-card img,
.about-principle-bar img,
.about-process-grid img,
.about-values-grid img,
.about-update-grid img,
.about-update-form img,
.about-risk-strip img {
    display: block;
    object-fit: contain;
}

.about-redesign-hero__visual {
    display: none;
    position: relative;
    min-height: 35.5rem;
}

.about-review-card,
.about-payout-card,
.about-bonus-ticket,
.about-trust-phone {
    position: absolute;
    border-radius: 1.2rem;
    box-shadow: 0 24px 42px rgba(0, 32, 56, 0.22);
}

.about-review-card {
    top: 2rem;
    left: 3.5rem;
    width: 19.3rem;
    padding: 1.55rem;
    color: #ffffff;
    background: linear-gradient(155deg, #07395f, #001d35 74%);
    transform: rotate(1deg);
}

.about-review-card span,
.about-bonus-ticket span {
    display: block;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-review-card strong {
    display: block;
    margin: 0.8rem 0 0.1rem;
    color: var(--about-green);
    font-size: 3.1rem;
    font-weight: 900;
    line-height: 1;
}

.about-review-card small {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
}

.about-review-stars {
    color: var(--about-gold);
    font-size: 1.25rem;
    letter-spacing: 0.08em;
}

.about-review-card ul {
    display: grid;
    gap: 0.6rem;
    padding: 1rem 0 0;
    margin: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
}

.about-review-card li {
    display: flex;
    justify-content: space-between;
    font-size: 0.76rem;
}

.about-review-card li::after {
    color: var(--about-green);
    content: "● ● ● ● ●";
    letter-spacing: 0.1em;
}

.about-payout-card {
    top: 3.6rem;
    left: 23rem;
    width: 14rem;
    padding: 1.35rem;
    color: #18314b;
    background: rgba(255, 255, 255, 0.92);
    transform: rotate(7deg);
}

.about-payout-card strong {
    display: block;
    margin-bottom: 1rem;
    color: #0d3150;
    font-weight: 900;
    text-transform: uppercase;
}

.about-payout-card span {
    display: block;
    margin-top: 0.7rem;
    font-size: 0.8rem;
    font-weight: 800;
}

.about-payout-card span::before {
    display: inline-grid;
    place-items: center;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.45rem;
    color: #ffffff;
    content: "✓";
    border-radius: 50%;
    background: var(--about-green);
}

.about-bonus-ticket {
    bottom: 5rem;
    left: 2.8rem;
    width: 23rem;
    padding: 1.1rem 1.45rem;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 50%, transparent 0) 0 0 / 1.1rem 100%,
        linear-gradient(145deg, #0ed79a, #00a36f);
}

.about-bonus-ticket strong {
    display: block;
    color: var(--about-gold);
    font-size: 3.15rem;
    font-weight: 900;
    line-height: 0.98;
}

.about-bonus-ticket small {
    font-weight: 900;
    text-transform: uppercase;
}

.about-trust-phone {
    right: 0.5rem;
    bottom: 0;
    width: 12.2rem;
    min-height: 24.5rem;
    padding: 1.25rem 1rem;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg, #08466b, #00223c);
}

.about-trust-globe {
    width: 5.3rem;
    height: 5.3rem;
    margin: 0 auto 0.9rem;
    border: 0.24rem solid #ffffff;
    border-radius: 50%;
    background:
        linear-gradient(90deg, transparent 47%, #ffffff 48% 52%, transparent 53%),
        linear-gradient(0deg, transparent 47%, #ffffff 48% 52%, transparent 53%),
        radial-gradient(circle, #21cdfc, #008fe7);
    box-shadow: 0 0 0 0.45rem rgba(0, 216, 137, 0.22);
}

.about-trust-phone strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.04rem;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.about-trust-phone span {
    display: block;
    margin: 0.68rem 0;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
}

.about-trust-phone em {
    display: inline-block;
    padding: 0.55rem 0.75rem;
    margin-top: 0.4rem;
    color: #ffffff;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    border-radius: 999px;
    background: var(--about-green);
}

.about-chips {
    position: absolute;
    right: 10.8rem;
    bottom: 0.3rem;
    width: 13.5rem;
    height: 5.7rem;
}

.about-chips i {
    position: absolute;
    bottom: 0;
    width: 5.7rem;
    height: 5.7rem;
    border: 0.9rem dashed #ffffff;
    border-radius: 50%;
    box-shadow: 0 12px 20px rgba(0, 32, 56, 0.22);
}

.about-chips i:nth-child(1) { left: 0; background: #0b5aab; }
.about-chips i:nth-child(2) { left: 4.2rem; background: #06a96f; }
.about-chips i:nth-child(3) { left: 8.4rem; background: #f1bd25; }

.about-redesign-section--mission {
    padding-top: 10px;
}

.about-mission-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.35rem;
    align-items: stretch;
}

.about-mission-panel {
    position: relative;
    overflow: hidden;
    min-height: 22.3rem;
    padding: 2.8rem 3.2rem;
    color: #ffffff;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, #031f39, #07355c);
    box-shadow: var(--about-shadow);
}

.about-mission-panel::after {
    position: absolute;
    right: -3rem;
    bottom: -7rem;
    width: 28rem;
    height: 18rem;
    content: "";
    border-top: 1.15rem solid var(--about-gold);
    border-radius: 50% 0 0 0;
    background: linear-gradient(135deg, transparent 48%, var(--about-green) 49% 60%, rgba(0, 216, 137, 0.15) 61%);
    transform: rotate(-17deg);
}

.about-mission-panel > * {
    position: relative;
    z-index: 1;
}

.about-mission-panel span {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--about-green);
    font-weight: 900;
    text-transform: uppercase;
}

.about-mission-panel h2 {
    max-width: 34rem;
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3.1rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.about-mission-panel p {
    max-width: 42rem;
    margin: 0 0 0.9rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
}

.about-mission-list {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--about-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: var(--about-shadow);
}

.about-mission-list article {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.15rem 2rem;
}

.about-mission-list article:not(:last-child) {
    border-bottom: 1px solid #d9e8f2;
}

.about-mission-list h3,
.about-check-card h3,
.about-process-grid h3,
.about-values-grid h3,
.about-update-grid h3 {
    margin: 0 0 0.35rem;
    color: #0b2845;
    font-weight: 900;
    line-height: 1.12;
}

.about-mission-list p,
.about-check-card p,
.about-process-grid p,
.about-values-grid p,
.about-update-grid p {
    margin: 0;
    color: #354b64;
    line-height: 1.45;
}

.about-redesign-heading {
    margin-bottom: 1.35rem;
}

.about-redesign-heading h2 {
    margin: 0;
    color: #092540;
    font-size: clamp(1.85rem, 3vw, 2.85rem);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.about-redesign-heading p {
    margin: 0.4rem 0 0;
    color: var(--about-muted);
    font-weight: 700;
}

.about-redesign-heading--center {
    text-align: center;
}

.about-redesign-heading--center h2::after {
    display: block;
    width: 3.8rem;
    height: 0.25rem;
    margin: 0.7rem auto 0;
    content: "";
    border-radius: 999px;
    background: var(--about-blue);
}

.about-redesign-heading--line {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.35rem;
    align-items: center;
    text-align: center;
}

.about-redesign-heading--line::before,
.about-redesign-heading--line::after {
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--about-blue));
}

.about-redesign-heading--line::after {
    background: linear-gradient(90deg, var(--about-blue), transparent);
}

.about-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.65rem;
}

.about-check-card {
    display: flex;
    flex-direction: column;
    padding: 1.1rem 1.1rem 1rem;
    border: 1px solid var(--about-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(7, 41, 72, 0.08);
}

.about-check-card__head {
    display: grid;
    grid-template-columns: 5.4rem 1fr;
    gap: 0.9rem;
    align-items: center;
    padding-bottom: 0.9rem;
    border-bottom: 2px solid #b6e4ff;
}

.about-check-card h3 {
    font-size: 1rem;
}

.about-check-card p {
    font-size: 0.78rem;
    font-weight: 700;
}

.about-check-card ul {
    display: grid;
    gap: 0.55rem;
    padding: 1rem 0;
    margin: 0;
    list-style: none;
}

.about-check-card li {
    color: #244058;
    font-size: 0.82rem;
    font-weight: 700;
}

.about-check-card li::before {
    display: inline-grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    margin-right: 0.45rem;
    color: #ffffff;
    content: "✓";
    border-radius: 50%;
    background: var(--about-green);
    font-size: 0.65rem;
}

.about-score-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0.65rem;
    margin-top: auto;
    color: #0b2845;
    border-radius: 0.42rem;
    background: #eaf8ff;
    font-weight: 900;
}

.about-score-row strong {
    min-width: 5.7rem;
    padding: 0.28rem 0.65rem;
    color: var(--about-green);
    text-align: center;
    border-radius: 0.35rem;
    background: var(--about-navy);
}

.about-principle-bar {
    display: grid;
    grid-template-columns: minmax(17rem, 1.65fr) repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 1.55rem;
    color: #ffffff;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, #07395f, #001f39);
    box-shadow: var(--about-shadow);
}

.about-principle-bar blockquote {
    position: relative;
    padding: 2.2rem 2.4rem 2.2rem 5.4rem;
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.45;
}

.about-principle-bar blockquote::before {
    position: absolute;
    top: 1rem;
    left: 2rem;
    color: var(--about-green);
    content: "“";
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
}

.about-principle-bar > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 10.5rem;
    padding: 1rem;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.about-principle-bar strong {
    margin: 0.45rem 0 0.35rem;
    font-size: 1.02rem;
}

.about-principle-bar span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.74rem;
    line-height: 1.35;
}

.about-redesign-section--process {
    padding-top: 18px;
}

.about-process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    margin: 1.6rem 8% 0.25rem;
    background: linear-gradient(var(--about-green), var(--about-green)) center / 100% 3px no-repeat;
}

.about-process-timeline span {
    display: grid;
    place-items: center;
    width: 2.05rem;
    height: 2.05rem;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 50%;
    background: var(--about-green-dark);
    font-weight: 900;
}

.about-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2.1rem;
}

.about-process-grid article,
.about-values-grid article,
.about-update-grid article {
    padding: 1.55rem;
    border: 1px solid var(--about-border);
    border-radius: 0.62rem;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(7, 41, 72, 0.08);
}

.about-process-grid article {
    display: flex;
    flex-direction: column;
    min-height: 17.3rem;
}

.about-process-grid img {
    margin-bottom: 0.7rem;
}

.about-process-grid h3,
.about-values-grid h3 {
    font-size: 0.95rem;
}

.about-process-grid p {
    font-size: 0.72rem;
    font-weight: 700;
}

.about-process-grid span {
    display: block;
    padding: 0.55rem;
    margin-top: auto;
    color: #00865b;
    text-align: center;
    border-radius: 0.4rem;
    background: #eafaf4;
    font-size: 0.74rem;
    font-weight: 900;
}

.about-process-grid article:last-child span {
    color: #236895;
    background: #eaf6ff;
}

.about-trust-score {
    display: grid;
    grid-template-columns: minmax(18rem, 1.45fr) repeat(6, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    margin: 2.2rem 0 1.2rem;
    color: #ffffff;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, #07395f, #001f39);
    box-shadow: var(--about-shadow);
}

.about-trust-score > div {
    padding: 1.9rem 1.65rem;
}

.about-trust-score > div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.about-trust-score h3 {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 900;
}

.about-trust-score p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.45;
}

.about-trust-score__metric {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
}

.about-trust-score__metric span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.76rem;
    font-weight: 800;
}

.about-trust-score__metric i {
    display: block;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-green) var(--score), rgba(255, 255, 255, 0.18) 0);
}

.about-trust-score__metric strong {
    color: var(--about-green);
    font-size: 1.75rem;
    font-weight: 900;
}

.about-trust-score__metric small {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
}

.about-redesign-heading--compact {
    margin-top: 0.4rem;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.55rem;
}

.about-values-grid article {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 0.25rem 1rem;
}

.about-values-grid img {
    grid-row: span 2;
}

.about-values-grid p,
.about-update-grid p {
    font-size: 0.8rem;
    font-weight: 700;
}

.about-values-grid div {
    grid-column: 1 / -1;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    color: #244058;
    border-top: 2px solid #55c5ff;
    font-size: 0.78rem;
}

.about-values-grid strong {
    color: #0b815c;
}

.about-redesign-section--updates {
    padding-bottom: 42px;
}

.about-update-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.1rem;
}

.about-update-grid article {
    padding-top: 1.45rem;
    text-align: center;
    border-top: 4px solid var(--about-blue);
}

.about-update-grid img {
    margin: 0 auto 0.9rem;
}

.about-update-grid h3 {
    font-size: 1.03rem;
}

.about-update-grid a {
    display: inline-block;
    margin-top: 0.85rem;
    color: var(--about-green-dark);
    font-weight: 900;
    text-decoration: none;
}

.about-update-grid a::after {
    content: " →";
}

.about-update-form {
    display: grid;
    grid-template-columns: minmax(18rem, 1.28fr) minmax(10rem, 0.7fr) minmax(10rem, 0.7fr) minmax(12rem, 0.9fr) auto;
    gap: 1.2rem;
    align-items: center;
    padding: 1.35rem 1.55rem;
    margin: 1.55rem 0 1.25rem;
    color: #ffffff;
    border-radius: 0.55rem;
    background: linear-gradient(145deg, #07395f, #001f39);
    box-shadow: var(--about-shadow);
}

.about-update-form > div {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.about-update-form h3 {
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 900;
}

.about-update-form p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    line-height: 1.45;
}

.about-update-form label {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
}

.about-update-form input,
.about-update-form textarea {
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 0.85rem;
    color: #0b2845;
    border: 0;
    border-radius: 0.35rem;
    background: #ffffff;
    font: inherit;
    font-size: 0.84rem;
}

.about-update-form textarea {
    min-height: 3.75rem;
    resize: vertical;
}

.about-update-form button {
    min-height: 3.7rem;
    padding: 0.75rem 1.35rem;
    color: #03233b;
    border: 0;
    border-radius: 0.42rem;
    background: var(--about-green);
    box-shadow: 0 12px 24px rgba(0, 216, 137, 0.24);
    font-weight: 900;
}

.about-risk-strip {
    display: grid;
    grid-template-columns: 1.7fr 0.85fr;
    gap: 1.5rem;
    align-items: center;
    padding: 1rem 2rem;
    border: 1px solid var(--about-border);
    border-radius: 0.55rem;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(7, 41, 72, 0.08);
}

.about-risk-strip > div {
    display: flex;
    gap: 1.1rem;
    align-items: center;
}

.about-risk-strip > div + div {
    padding-left: 2rem;
    border-left: 1px solid #cad8e4;
}

.about-risk-strip h3 {
    margin: 0 0 0.25rem;
    color: #0b2845;
    font-weight: 900;
}

.about-risk-strip p,
.about-risk-strip span {
    display: block;
    margin: 0;
    color: #354b64;
    font-size: 0.88rem;
    line-height: 1.35;
}

.about-risk-strip strong {
    display: block;
    color: #0b2845;
    font-weight: 900;
}

.about-risk-strip a {
    color: var(--about-green-dark);
    font-weight: 900;
}

@media (max-width: 1280px) {
    .about-redesign-hero__grid,
    .about-mission-grid {
        grid-template-columns: 1fr;
    }

    .about-redesign-hero__visual {
        max-width: 54rem;
        margin: 0 auto;
        transform: scale(0.92);
        transform-origin: top center;
    }

    .about-check-grid,
    .about-values-grid,
    .about-update-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-process-timeline {
        display: none;
    }

    .about-trust-score {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-trust-score > div:first-child {
        grid-column: 1 / -1;
    }

    .about-update-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-update-form > div,
    .about-update-form button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .about-redesign-wrap {
        width: min(100% - 28px, 1480px);
    }

    .about-redesign-section {
        padding: 28px 0;
    }

    .about-redesign-hero {
        padding: 52px 0 16px;
    }

    .about-redesign-hero__grid {
        gap: 1.2rem;
    }

    .about-redesign-hero__copy h1,
    .about-redesign-hero__lead,
    .about-redesign-heading h2 {
        letter-spacing: -0.035em;
    }

    .about-redesign-hero__copy p:not(.about-redesign-hero__lead) {
        font-size: 0.96rem;
        line-height: 1.6;
    }

    .about-redesign-actions,
    .about-redesign-btn {
        width: 100%;
    }

    .about-redesign-pills {
        grid-template-columns: 1fr;
    }

    .about-redesign-pills span:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #d8e7f2;
    }

    .about-redesign-hero__visual {
        min-height: 30rem;
        transform: scale(0.72);
        transform-origin: top left;
        width: 46rem;
        margin-bottom: -8rem;
    }

    .about-review-card {
        left: 0;
    }

    .about-payout-card {
        left: 19rem;
    }

    .about-bonus-ticket {
        left: 0;
        bottom: 5.5rem;
    }

    .about-trust-phone {
        right: 3rem;
    }

    .about-chips {
        right: 13rem;
    }

    .about-mission-panel {
        min-height: 0;
        padding: 1.6rem;
    }

    .about-mission-panel::after {
        opacity: 0.55;
    }

    .about-mission-list article,
    .about-check-card__head,
    .about-values-grid article {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-mission-list img,
    .about-check-card img,
    .about-values-grid img {
        margin: 0 auto;
    }

    .about-redesign-heading--line {
        display: block;
    }

    .about-redesign-heading--line::before,
    .about-redesign-heading--line::after {
        display: none;
    }

    .about-check-grid,
    .about-process-grid,
    .about-values-grid,
    .about-update-grid,
    .about-trust-score,
    .about-update-form,
    .about-risk-strip {
        grid-template-columns: 1fr;
    }

    .about-principle-bar {
        grid-template-columns: 1fr;
    }

    .about-principle-bar blockquote {
        padding: 1.8rem 1.4rem 1.5rem 4.4rem;
        font-size: 1.05rem;
    }

    .about-principle-bar > div {
        min-height: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        border-left: 0;
    }

    .about-trust-score > div:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .about-risk-strip {
        padding: 1.2rem;
    }

    .about-risk-strip > div,
    .about-update-form > div {
        align-items: flex-start;
    }

    .about-risk-strip > div + div {
        padding-top: 1rem;
        padding-left: 0;
        border-top: 1px solid #cad8e4;
        border-left: 0;
    }
}

@media (max-width: 480px) {
    .about-redesign-hero__visual {
        transform: scale(0.55);
        margin-bottom: -13rem;
    }

    .about-redesign-btn {
        min-height: 3.25rem;
        padding: 0.8rem 1rem;
        font-size: 0.92rem;
    }

    .about-check-card,
    .about-process-grid article,
    .about-values-grid article,
    .about-update-grid article {
        padding: 1.05rem;
    }
}

/* Cookie policy page */
.cookie-policy-page {
    --cookie-navy: #062746;
    --cookie-navy-2: #00203a;
    --cookie-blue: #0097f2;
    --cookie-cyan: #2cc7ff;
    --cookie-green: #02d889;
    --cookie-green-dark: #00bd7a;
    --cookie-gold: #ffc43d;
    --cookie-text: #092844;
    --cookie-muted: #53677b;
    --cookie-border: #d7e5ef;
    --cookie-shadow: 0 16px 38px rgba(7, 40, 68, 0.1);
    color: var(--cookie-text);
    background:
        radial-gradient(circle at 78% 14%, rgba(0, 216, 137, 0.12), transparent 25rem),
        linear-gradient(180deg, #f8fcff 0%, #ffffff 38%, #f8fcff 100%);
    overflow: hidden;
}

.cookie-policy-wrap {
    width: min(100% - 48px, 1480px);
    margin-inline: auto;
}

.cookie-policy-hero {
    position: relative;
    padding: clamp(3.2rem, 6vw, 5.8rem) 0 2.6rem;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_cookie.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1794px, 100%) auto;
}

.cookie-policy-hero::after {
    position: absolute;
    display: none;
    right: -10rem;
    bottom: 0;
    width: 52rem;
    height: 23rem;
    content: "";
    background:
        linear-gradient(140deg, transparent 0 54%, rgba(0, 151, 242, 0.12) 55%, transparent 56%),
        radial-gradient(circle, rgba(0, 42, 80, 0.12) 1px, transparent 1.5px);
    background-size: 100% 100%, 18px 18px;
    opacity: 0.72;
    pointer-events: none;
}

.cookie-policy-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(34rem, 1.1fr);
    gap: 3rem;
    align-items: center;
}

.cookie-policy-hero h1 {
    margin: 0 0 0.85rem;
    color: var(--cookie-navy);
    font-size: clamp(3.4rem, 7vw, 6.1rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 0.96;
}

.cookie-policy-lead {
    max-width: 40rem;
    margin: 0 0 2rem;
    color: #45596d;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
}

.cookie-policy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.35rem;
    margin-bottom: 1.75rem;
}

.cookie-policy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.75rem;
    padding: 0.9rem 1.55rem;
    border-radius: 0.48rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cookie-policy-btn::after {
    margin-left: 1rem;
    content: "›";
    font-size: 1.45rem;
    line-height: 1;
}

.cookie-policy-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.cookie-policy-btn--primary {
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, var(--cookie-green), var(--cookie-green-dark));
    box-shadow: 0 16px 30px rgba(0, 189, 122, 0.24);
}

.cookie-policy-btn--ghost,
.cookie-policy-btn--outline {
    color: #0078d7;
    border: 2px solid var(--cookie-blue);
    background: #ffffff;
}

.cookie-policy-btn--outline {
    width: 100%;
    min-height: 3.15rem;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.78);
    background: transparent;
}

.cookie-policy-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.cookie-policy-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.52rem;
    min-height: 3rem;
    padding: 0.6rem 0.95rem;
    border: 1px solid var(--cookie-border);
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(7, 40, 68, 0.06);
    color: #0c2c49;
    font-size: 0.82rem;
    font-weight: 900;
}

.cookie-policy-pills img,
.cookie-policy-quick-grid img,
.cookie-category-cards img,
.cookie-policy-table img,
.cookie-why-card img,
.cookie-settings-panel img,
.cookie-side-grid img,
.cookie-policy-heading--icon img {
    display: block;
    object-fit: contain;
}

.cookie-policy-hero__visual {
    display: none;
    position: relative;
    min-height: 31rem;
}

.cookie-consent-card,
.cookie-analytics-card,
.cookie-preference-card,
.cookie-privacy-card,
.cookie-policy-shield {
    position: absolute;
    box-shadow: 0 22px 44px rgba(0, 35, 62, 0.23);
}

.cookie-consent-card {
    top: 1rem;
    left: 0;
    width: 30rem;
    padding: 1.35rem;
    color: #ffffff;
    border-radius: 0.75rem;
    background: linear-gradient(150deg, #07385c, #00223d);
}

.cookie-consent-card header {
    display: grid;
    grid-template-columns: 4.7rem 1fr;
    gap: 1rem;
    align-items: center;
    padding-bottom: 0.95rem;
}

.cookie-consent-card strong,
.cookie-consent-card span,
.cookie-consent-card small,
.cookie-consent-card em {
    display: block;
}

.cookie-consent-card header strong {
    margin-bottom: 0.35rem;
    font-size: 1.32rem;
    font-weight: 900;
}

.cookie-consent-card header span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    line-height: 1.35;
}

.cookie-consent-card__row {
    display: grid;
    grid-template-columns: 2.2rem 1fr auto;
    gap: 0.8rem;
    align-items: center;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cookie-consent-card__row span {
    font-size: 0.82rem;
    font-weight: 800;
}

.cookie-consent-card__row i,
.cookie-settings-panel__row i {
    width: 2.65rem;
    height: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.cookie-consent-card__row i::before,
.cookie-settings-panel__row i::before {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0.12rem;
    content: "";
    border-radius: 50%;
    background: #ffffff;
}

.cookie-consent-card__row i.is-on,
.cookie-settings-panel__row i.is-on {
    border-color: var(--cookie-green);
    background: var(--cookie-green);
}

.cookie-consent-card__row i.is-on::before,
.cookie-settings-panel__row i.is-on::before {
    margin-left: 1.25rem;
}

.cookie-analytics-card,
.cookie-preference-card,
.cookie-privacy-card {
    color: #ffffff;
    border-radius: 0.65rem;
    background: linear-gradient(150deg, #0a466e, #032641);
}

.cookie-analytics-card {
    top: 2rem;
    right: 8.6rem;
    width: 12.7rem;
    padding: 1rem;
}

.cookie-analytics-card strong,
.cookie-preference-card strong,
.cookie-privacy-card strong {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
    font-weight: 900;
}

.cookie-analytics-card::after {
    display: block;
    height: 4.4rem;
    margin: 0.55rem 0;
    content: "";
    background:
        linear-gradient(135deg, transparent 10%, rgba(255, 255, 255, 0.28) 11% 12%, transparent 13%),
        linear-gradient(160deg, transparent 15%, var(--cookie-green) 16% 18%, transparent 19%),
        linear-gradient(25deg, transparent 28%, rgba(44, 199, 255, 0.75) 29% 31%, transparent 32%);
}

.cookie-analytics-card span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.74rem;
}

.cookie-analytics-card em {
    display: inline-block;
    margin-right: 0.6rem;
    font-style: normal;
    font-weight: 900;
}

.cookie-analytics-card small {
    color: var(--cookie-green);
    font-weight: 900;
}

.cookie-preference-card {
    right: 8.6rem;
    bottom: 4rem;
    width: 12.7rem;
    padding: 1rem;
}

.cookie-preference-card span {
    display: block;
    height: 0.45rem;
    margin: 1.1rem 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cookie-green) 68%, rgba(255, 255, 255, 0.22) 0);
}

.cookie-privacy-card {
    right: 0;
    top: 9.8rem;
    width: 10.9rem;
    padding: 1rem 0.9rem;
}

.cookie-privacy-card span {
    display: block;
    margin: 0.72rem 0;
    font-size: 0.76rem;
    font-weight: 800;
}

.cookie-privacy-card span::before {
    display: inline-grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    margin-right: 0.35rem;
    content: "✓";
    border-radius: 50%;
    background: var(--cookie-green);
    font-size: 0.66rem;
}

.cookie-privacy-card em {
    display: block;
    padding: 0.55rem;
    margin-top: 0.8rem;
    color: #ffd84d;
    border: 1px solid rgba(255, 216, 77, 0.42);
    border-radius: 0.35rem;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.cookie-policy-shield {
    left: 23rem;
    bottom: 0.6rem;
    display: grid;
    place-items: center;
    width: 8.2rem;
    height: 8.8rem;
    color: #ffffff;
    border-radius: 45% 45% 50% 50%;
    background: linear-gradient(160deg, #9ef8e2, #086a7e);
}

.cookie-policy-shield span {
    display: grid;
    place-items: center;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 3.1rem;
    font-weight: 900;
}

.cookie-policy-quick-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 1.3rem 0;
    margin-top: 1.8rem;
    border: 1px solid var(--cookie-border);
    border-radius: 0.6rem;
    background: #ffffff;
    box-shadow: var(--cookie-shadow);
}

.cookie-policy-quick-grid article {
    display: grid;
    grid-template-columns: 5.4rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.7rem 2rem;
}

.cookie-policy-quick-grid article + article {
    border-left: 2px solid #9bdfff;
}

.cookie-policy-quick-grid h2,
.cookie-policy-quick-grid p,
.cookie-category-cards h3,
.cookie-category-cards p,
.cookie-why-card h2,
.cookie-why-card p,
.cookie-settings-panel h3,
.cookie-settings-panel p,
.cookie-side-grid h3,
.cookie-side-grid p {
    margin: 0;
}

.cookie-policy-quick-grid h2 {
    margin-bottom: 0.25rem;
    color: var(--cookie-navy);
    font-size: 1.02rem;
    font-weight: 900;
}

.cookie-policy-quick-grid p {
    color: #4c6277;
    font-size: 0.86rem;
    line-height: 1.35;
}

.cookie-policy-quick-grid a {
    display: inline-block;
    margin-top: 0.75rem;
    color: #0077d7;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.cookie-policy-quick-grid a::after {
    content: " ›";
}

.cookie-policy-section {
    padding: clamp(2.8rem, 5vw, 4.8rem) 0;
}

.cookie-category-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(23rem, 28.5rem);
    gap: 2.2rem;
    align-items: start;
}

.cookie-policy-heading {
    margin-bottom: 1.7rem;
}

.cookie-policy-heading h2 {
    margin: 0;
    color: var(--cookie-navy);
    font-size: clamp(2.4rem, 4vw, 4.1rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 1;
}

.cookie-policy-heading p {
    max-width: 50rem;
    margin: 0.55rem 0 0;
    color: #4e6377;
    font-size: 1.05rem;
    line-height: 1.5;
}

.cookie-category-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.cookie-category-cards article,
.cookie-side-grid article {
    padding: 1.55rem;
    border: 1px solid var(--cookie-border);
    border-radius: 0.65rem;
    background: #ffffff;
    box-shadow: var(--cookie-shadow);
}

.cookie-category-cards article {
    min-height: 20rem;
    text-align: center;
}

.cookie-category-cards img {
    width: 7.3rem;
    height: 7.3rem;
    margin: 0 auto 0.75rem;
}

.cookie-category-cards h3 {
    color: var(--cookie-navy);
    font-size: 1.35rem;
    font-weight: 900;
}

.cookie-category-cards p {
    min-height: 4.3rem;
    margin-top: 0.65rem;
    color: #4f6376;
    line-height: 1.42;
}

.cookie-category-cards span,
.cookie-policy-table span,
.cookie-settings-panel__row b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.25rem 0.8rem;
    margin-top: 0.9rem;
    color: #b76d00;
    border: 1px solid #f6c05b;
    border-radius: 0.35rem;
    background: #fff8e7;
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cookie-category-cards span.is-required,
.cookie-policy-table span.is-required,
.cookie-settings-panel__row b {
    color: #b76d00;
}

.cookie-why-card {
    padding: 2rem;
    color: #ffffff;
    border-radius: 0.72rem;
    background:
        radial-gradient(circle at 15% 12%, rgba(44, 199, 255, 0.12), transparent 9rem),
        linear-gradient(150deg, #07395f, #001f39);
    box-shadow: 0 22px 44px rgba(0, 35, 62, 0.2);
}

.cookie-why-card img {
    float: left;
    margin: 0 1rem 0.65rem 0;
}

.cookie-why-card h2 {
    color: #ffffff;
    font-size: 1.72rem;
    font-weight: 900;
}

.cookie-why-card p {
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.48;
}

.cookie-why-card ul,
.cookie-important-card ul {
    display: grid;
    gap: 0.9rem;
    padding: 1.2rem 0;
    margin: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    list-style: none;
}

.cookie-why-card li,
.cookie-important-card li {
    position: relative;
    padding-left: 1.7rem;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
}

.cookie-why-card li::before,
.cookie-important-card li::before {
    position: absolute;
    left: 0;
    top: 0.08rem;
    display: grid;
    place-items: center;
    width: 1.08rem;
    height: 1.08rem;
    content: "✓";
    color: #ffffff;
    border-radius: 50%;
    background: var(--cookie-green);
    font-size: 0.66rem;
    font-weight: 900;
}

.cookie-table-wrap {
    overflow-x: auto;
    margin-top: 2rem;
    border: 1px solid var(--cookie-border);
    border-radius: 0.55rem;
    background: #ffffff;
    box-shadow: var(--cookie-shadow);
}

.cookie-policy-table {
    width: 100%;
    min-width: 58rem;
    border-collapse: collapse;
}

.cookie-policy-table th {
    padding: 1rem 1.2rem;
    color: #ffffff;
    background: linear-gradient(180deg, #12baf0, #03a7de);
    font-weight: 900;
    text-align: left;
}

.cookie-policy-table th:not(:last-child),
.cookie-policy-table td:not(:last-child) {
    border-right: 1px solid #d8e4ee;
}

.cookie-policy-table td {
    padding: 1.15rem 1.2rem;
    color: #334a60;
    border-top: 1px solid #e4edf5;
    font-weight: 700;
    vertical-align: middle;
}

.cookie-policy-table td:first-child {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: var(--cookie-navy);
    font-size: 1.05rem;
}

.cookie-policy-table span {
    margin: 0;
    text-transform: none;
}

.cookie-info-note {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    padding: 1.2rem 1.4rem;
    margin-top: 1.7rem;
    border: 1px solid #69b8ee;
    border-radius: 0.45rem;
    background: #f0f8ff;
}

.cookie-info-note::before {
    display: grid;
    place-items: center;
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 auto;
    content: "i";
    color: #ffffff;
    border-radius: 50%;
    background: #2274b3;
    font-size: 1.5rem;
    font-weight: 900;
}

.cookie-info-note strong,
.cookie-info-note span {
    display: block;
}

.cookie-info-note strong {
    color: var(--cookie-navy);
}

.cookie-info-note span {
    color: #4b6176;
}

.cookie-policy-section--manage {
    padding-top: 1rem;
}

.cookie-policy-heading--icon {
    display: grid;
    grid-template-columns: 3.6rem 1fr;
    gap: 1rem;
    align-items: center;
}

.cookie-policy-heading--icon h2 {
    font-size: clamp(2rem, 3.2vw, 3rem);
}

.cookie-policy-heading--icon p {
    margin-top: 0.35rem;
}

.cookie-manage-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(26rem, 0.85fr);
    gap: 1.6rem;
    align-items: start;
}

.cookie-settings-panel {
    overflow: hidden;
    color: #ffffff;
    border-radius: 0.65rem;
    background: linear-gradient(150deg, #07395f, #001f39);
    box-shadow: 0 22px 44px rgba(0, 35, 62, 0.2);
}

.cookie-settings-panel header {
    display: grid;
    grid-template-columns: 3.8rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.4rem 1.8rem;
}

.cookie-settings-panel h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 900;
}

.cookie-settings-panel p,
.cookie-settings-panel__row span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
}

.cookie-settings-panel__row {
    display: grid;
    grid-template-columns: 3.6rem 1fr auto auto;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem 1.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-settings-panel__row strong,
.cookie-settings-panel__row span {
    display: block;
}

.cookie-settings-panel__row strong {
    color: #ffffff;
    font-weight: 900;
}

.cookie-settings-panel__row em {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.cookie-settings-panel__row b {
    min-height: 1.65rem;
    padding: 0.25rem 0.72rem;
    margin: 0;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 216, 137, 0.28);
    font-size: 0.72rem;
    text-transform: none;
}

.cookie-settings-panel footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    align-items: center;
    padding: 1.3rem 1.8rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-settings-panel button {
    min-height: 3.05rem;
    padding: 0.75rem 1.45rem;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0.42rem;
    background: transparent;
    font-weight: 900;
}

.cookie-settings-panel button:first-child {
    color: #ffffff;
    background: var(--cookie-green);
}

.cookie-settings-panel button:nth-child(2) {
    border-color: var(--cookie-green);
}

.cookie-steps {
    margin-top: 1.55rem;
}

.cookie-steps h3 {
    margin: 0 0 0.9rem;
    color: var(--cookie-navy);
    font-size: 1.2rem;
    font-weight: 900;
}

.cookie-steps > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid var(--cookie-border);
    border-radius: 0.65rem;
    background: #ffffff;
    box-shadow: var(--cookie-shadow);
}

.cookie-steps article {
    position: relative;
}

.cookie-steps article + article::before {
    position: absolute;
    top: 1rem;
    right: calc(100% + 0.15rem);
    width: calc(100% - 2rem);
    height: 2px;
    content: "";
    border-top: 2px dotted #9bdfff;
}

.cookie-steps span {
    display: grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    margin-bottom: 0.9rem;
    color: #ffffff;
    border-radius: 50%;
    background: #1593d3;
    font-weight: 900;
}

.cookie-steps strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--cookie-navy);
    font-weight: 900;
}

.cookie-steps p {
    margin: 0;
    color: #4f6376;
    font-size: 0.8rem;
    line-height: 1.35;
}

.cookie-side-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cookie-side-grid article {
    min-height: 12.6rem;
}

.cookie-side-grid article:nth-child(1) { border-left: 3px solid #33bdf6; }
.cookie-side-grid article:nth-child(2) { border-left: 3px solid #33bdf6; }
.cookie-side-grid article:nth-child(3) { border-left: 3px solid var(--cookie-green); }
.cookie-side-grid article:nth-child(4) { border-left: 3px solid var(--cookie-gold); }

.cookie-side-grid img {
    margin-bottom: 0.7rem;
}

.cookie-side-grid h3 {
    color: var(--cookie-navy);
    font-size: 1.04rem;
    font-weight: 900;
}

.cookie-side-grid p {
    margin-top: 0.55rem;
    color: #4d6175;
    font-size: 0.86rem;
    line-height: 1.42;
}

.cookie-important-card {
    padding: 1.35rem 1.55rem;
    margin-top: 1rem;
    border: 1px solid #ffd36e;
    border-radius: 0.65rem;
    background: #fffaf0;
    box-shadow: 0 12px 24px rgba(117, 80, 0, 0.06);
}

.cookie-important-card h3 {
    margin: 0 0 0.55rem;
    color: var(--cookie-navy);
    font-weight: 900;
}

.cookie-important-card p {
    margin: 0;
    color: #4d6175;
}

.cookie-important-card ul {
    gap: 0.6rem;
    padding: 0.9rem 0 0;
    margin: 0.9rem 0 0;
    border-top: 1px solid #f0bf4c;
    border-bottom: 0;
}

.cookie-important-card li {
    color: #4b6176;
    font-size: 0.82rem;
}

.cookie-important-card li::before {
    background: var(--cookie-gold);
}

@media (max-width: 1280px) {
    .cookie-policy-hero__grid,
    .cookie-category-layout,
    .cookie-manage-layout {
        grid-template-columns: 1fr;
    }

    .cookie-policy-hero__visual {
        width: min(100%, 56rem);
        margin: 0 auto;
    }

    .cookie-policy-quick-grid,
    .cookie-category-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cookie-policy-quick-grid article:nth-child(3) {
        border-left: 0;
    }

    .cookie-policy-quick-grid article:nth-child(n + 3) {
        border-top: 1px solid var(--cookie-border);
    }
}

@media (max-width: 768px) {
    .cookie-policy-wrap {
        width: min(100% - 28px, 1480px);
    }

    .cookie-policy-hero {
        padding-top: 2.4rem;
    }

    .cookie-policy-actions,
    .cookie-policy-btn {
        width: 100%;
    }

    .cookie-policy-pills {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cookie-policy-hero__visual {
        width: 45rem;
        min-height: 28rem;
        margin-bottom: -5.5rem;
        transform: scale(0.72);
        transform-origin: top left;
    }

    .cookie-consent-card {
        left: 0;
        width: 27rem;
    }

    .cookie-analytics-card,
    .cookie-preference-card {
        right: 7.8rem;
    }

    .cookie-privacy-card {
        right: 0.5rem;
    }

    .cookie-policy-shield {
        left: 20rem;
    }

    .cookie-policy-quick-grid,
    .cookie-category-cards,
    .cookie-side-grid,
    .cookie-steps > div {
        grid-template-columns: 1fr;
    }

    .cookie-policy-quick-grid article,
    .cookie-policy-quick-grid article + article,
    .cookie-policy-quick-grid article:nth-child(3) {
        grid-template-columns: 4.5rem 1fr;
        border-left: 0;
        border-top: 1px solid var(--cookie-border);
    }

    .cookie-policy-quick-grid article:first-child {
        border-top: 0;
    }

    .cookie-category-cards article {
        min-height: 0;
    }

    .cookie-category-cards p {
        min-height: 0;
    }

    .cookie-why-card img {
        float: none;
        margin: 0 0 0.7rem;
    }

    .cookie-info-note {
        align-items: flex-start;
    }

    .cookie-policy-heading--icon,
    .cookie-settings-panel header,
    .cookie-settings-panel__row {
        grid-template-columns: 1fr;
    }

    .cookie-settings-panel__row {
        text-align: left;
    }

    .cookie-settings-panel footer,
    .cookie-settings-panel button {
        width: 100%;
    }

    .cookie-steps article + article::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .cookie-policy-hero h1 {
        font-size: clamp(3rem, 19vw, 4.2rem);
    }

    .cookie-policy-lead {
        font-size: 1.1rem;
    }

    .cookie-policy-pills {
        grid-template-columns: 1fr;
    }

    .cookie-policy-hero__visual {
        transform: scale(0.55);
        margin-bottom: -11rem;
    }

    .cookie-policy-quick-grid article {
        padding: 1rem;
    }

    .cookie-category-cards article,
    .cookie-why-card,
    .cookie-settings-panel header,
    .cookie-settings-panel__row,
    .cookie-settings-panel footer,
    .cookie-side-grid article,
    .cookie-important-card {
        padding: 1.05rem;
    }
}

/* Home page redesign */
.home-redesign {
    --home-navy: #062746;
    --home-navy-2: #001f39;
    --home-blue: #0094ee;
    --home-cyan: #24c7ff;
    --home-green: #02d889;
    --home-green-dark: #00b875;
    --home-gold: #ffc122;
    --home-text: #092743;
    --home-muted: #53677a;
    --home-border: #d7e4ef;
    --home-shadow: 0 16px 34px rgba(7, 40, 68, 0.1);
    color: var(--home-text);
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 45%, #f8fcff 100%);
    overflow: hidden;
}

.home-redesign-wrap {
    width: min(100% - 48px, 1460px);
    margin-inline: auto;
}

.home-redesign-section {
    padding: clamp(2.4rem, 4.5vw, 4.4rem) 0;
}

.home-redesign-hero {
    padding: clamp(3.2rem, 5vw, 5.2rem) 0 2.1rem;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_home.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1717px, 100%) auto;
}

.home-redesign-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(34rem, 1.1fr);
    gap: 3rem;
    align-items: center;
}

.home-redesign-hero__copy h1 {
    max-width: 48rem;
    margin: 0 0 1.25rem;
    color: var(--home-navy);
    font-size: clamp(3.35rem, 6vw, 5.25rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 1.02;
}

.home-redesign-hero__copy h1 span {
    display: block;
    color: var(--home-green-dark);
}

.home-redesign-hero__copy p {
    max-width: 35rem;
    margin: 0 0 2rem;
    color: #465d72;
    font-size: clamp(1.08rem, 1.6vw, 1.35rem);
    font-weight: 700;
    line-height: 1.52;
}

.home-redesign-actions,
.home-section-action {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
}

.home-section-action {
    justify-content: flex-end;
    margin-top: 1.8rem;
}

.home-redesign-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.7rem;
    padding: 0.9rem 1.55rem;
    border-radius: 0.45rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.home-redesign-btn::after {
    margin-left: 1rem;
    content: "→";
    font-size: 1.25rem;
}

.home-redesign-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.home-redesign-btn--primary {
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, var(--home-green), var(--home-green-dark));
    box-shadow: 0 16px 30px rgba(0, 184, 117, 0.24);
}

.home-redesign-btn--ghost {
    color: #0077cf;
    border: 2px solid var(--home-blue);
    background: #ffffff;
}

.home-redesign-hero__visual {
    display: none;
    position: relative;
    min-height: 31rem;
}

.home-casino-overview {
    position: absolute;
    top: 1rem;
    left: 7rem;
    width: 31rem;
    padding: 1.5rem 1.65rem;
    color: #ffffff;
    border: 2px solid rgba(112, 197, 255, 0.5);
    border-radius: 0.9rem;
    background: linear-gradient(155deg, #07395f, #001d35);
    box-shadow: 0 28px 60px rgba(0, 35, 62, 0.24);
    transform: perspective(700px) rotateY(-6deg);
}

.home-casino-overview strong {
    display: block;
    margin-bottom: 0.9rem;
    color: #8adff9;
    font-size: 0.86rem;
    text-transform: uppercase;
}

.home-casino-overview span {
    display: flex;
    justify-content: space-between;
    padding: 0.72rem 0;
    color: rgba(255, 255, 255, 0.88);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 800;
}

.home-casino-overview em {
    color: var(--home-green);
    font-style: normal;
    letter-spacing: 0.12em;
}

.home-hero-gem {
    position: absolute;
    left: 1rem;
    bottom: 5.6rem;
    width: 12rem;
    height: 12rem;
    border: 1rem solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 52%, #078b74 0 18%, transparent 19%),
        conic-gradient(from 22deg, #7ffff0, #00856d, #e1fff7, #00b58b, #7ffff0);
    box-shadow: 0 24px 42px rgba(0, 73, 88, 0.22);
}

.home-hero-gem::after {
    position: absolute;
    inset: 3.3rem;
    display: grid;
    place-items: center;
    content: "♠";
    color: #ffffff;
    border-radius: 50%;
    background: rgba(0, 67, 76, 0.38);
    font-size: 2.8rem;
}

.home-hero-ticket {
    position: absolute;
    right: 2.5rem;
    bottom: 7rem;
    width: 19.5rem;
    padding: 1.15rem 1.45rem;
    color: #ffffff;
    border-radius: 0.55rem;
    background:
        linear-gradient(90deg, transparent 1rem, rgba(255, 255, 255, 0.12) 1rem 1.12rem, transparent 1.12rem) right 2.9rem top / 3.8rem 100% no-repeat,
        linear-gradient(145deg, #07395f, #001f39);
    box-shadow: 0 24px 46px rgba(0, 35, 62, 0.24);
    transform: rotate(-5deg);
}

.home-hero-ticket span,
.home-hero-ticket small {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}

.home-hero-ticket span {
    color: #9bc5df;
    font-size: 0.78rem;
}

.home-hero-ticket strong {
    display: block;
    color: var(--home-green);
    font-size: 3.25rem;
    font-weight: 900;
    line-height: 0.95;
}

.home-hero-ticket small {
    color: #a8f7dd;
    font-size: 1.04rem;
    line-height: 1.22;
}

.home-hero-shield {
    position: absolute;
    right: 4rem;
    top: 0.5rem;
    display: grid;
    place-items: center;
    width: 6.9rem;
    height: 8rem;
    color: #ffffff;
    border-radius: 48% 48% 55% 55%;
    background: linear-gradient(160deg, #d7fff5, #00846a);
    box-shadow: 0 20px 36px rgba(0, 73, 88, 0.22);
    font-size: 3rem;
    font-weight: 900;
}

.home-hero-score {
    position: absolute;
    left: 12rem;
    right: 4.7rem;
    bottom: 1.6rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    min-height: 4.35rem;
    color: #ffffff;
    border: 3px solid var(--home-green);
    border-radius: 0.6rem;
    background: linear-gradient(145deg, #07395f, #001f39);
    box-shadow: 0 16px 30px rgba(0, 35, 62, 0.2);
}

.home-hero-score span {
    font-size: 1.15rem;
    font-weight: 900;
}

.home-hero-score strong {
    color: var(--home-green);
    font-size: 2.9rem;
    font-weight: 900;
}

.home-hero-score small {
    color: #ffffff;
    font-size: 1.35rem;
}

.home-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.1rem;
}

.home-hero-stats article {
    display: grid;
    grid-template-columns: 5.2rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.15rem 1.45rem;
    border: 1px solid var(--home-border);
    border-radius: 0.58rem;
    background: #ffffff;
    box-shadow: var(--home-shadow);
}

.home-hero-stats strong {
    display: block;
    color: var(--home-blue);
    font-size: 2.65rem;
    font-weight: 900;
    line-height: 1;
}

.home-hero-stats article:nth-child(2) strong,
.home-hero-stats article:nth-child(4) strong {
    color: var(--home-green-dark);
}

.home-hero-stats article:nth-child(3) strong {
    color: #10a9c8;
}

.home-hero-stats span {
    color: #40566b;
    font-weight: 800;
}

.home-section-heading {
    margin-bottom: 1.7rem;
}

.home-section-heading--icon {
    display: grid;
    grid-template-columns: 4.2rem 1fr;
    gap: 1rem;
    align-items: center;
}

.home-section-heading h2 {
    margin: 0;
    color: var(--home-navy);
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    font-weight: 900;
    letter-spacing: -0.055em;
}

.home-section-heading p {
    max-width: 70rem;
    margin: 0.35rem 0 0;
    color: #4e6377;
    font-weight: 700;
    line-height: 1.48;
}

.home-casino-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.45rem;
}

.home-casino-card {
    overflow: hidden;
    border: 1px solid #9cb1c5;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: var(--home-shadow);
}

.home-casino-card__top {
    display: grid;
    grid-template-columns: 10.8rem 1fr;
    gap: 1.2rem;
    padding: 1rem 1rem 0.85rem;
}

.home-casino-card__logo,
.home-small-logo {
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 6.9rem;
    border-radius: 0.25rem;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.home-casino-card__logo img,
.home-small-logo img,
.home-new-card__icon img {
    display: block;
    max-width: 86%;
    max-height: 82%;
    object-fit: contain;
}

.home-casino-card h3,
.home-new-card h3,
.home-bonus-tile h3,
.home-review-grid h3,
.home-small-casino-row h3,
.home-explore-grid h3 {
    margin: 0;
    color: var(--home-navy);
    font-weight: 900;
    line-height: 1.1;
}

.home-casino-card h3 a,
.home-new-card h3 a,
.home-review-grid h3 a {
    color: inherit;
    text-decoration: none;
}

.home-casino-card__top p {
    margin: 0.55rem 0 0;
    color: #112d49;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.22;
}

.home-casino-card__top p strong {
    color: #f0a600;
}

.home-bonus-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.24rem 0.5rem;
    margin-top: 0.35rem;
    color: #b86d00;
    border: 1px solid #f0b84e;
    border-radius: 0.25rem;
    background: #fff8e6;
    font-size: 0.7rem;
    font-weight: 900;
}

.home-bonus-badge::before {
    content: "★";
}

.home-casino-card__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    padding: 0.95rem 1rem;
    border-top: 2px solid #42c4f4;
    border-bottom: 2px solid #42c4f4;
}

.home-casino-card__metrics span {
    display: grid;
    grid-template-columns: 2.4rem 1fr;
    gap: 0.35rem 0.45rem;
    align-items: center;
    min-width: 0;
    color: #42576b;
    font-size: 0.7rem;
    font-weight: 900;
}

.home-casino-card__metrics b {
    grid-column: 1 / -1;
    display: block;
    width: max-content;
    min-width: 3rem;
    padding: 0.2rem 0.42rem;
    color: #ffffff;
    border-radius: 0.2rem;
    background: var(--home-navy);
    font-size: 0.74rem;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
}

.home-casino-card footer {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.9rem 1rem;
}

.home-casino-card footer > span {
    margin-right: auto;
    color: #40566b;
    font-size: 0.8rem;
    font-weight: 800;
}

.home-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.55rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.home-card-btn--play {
    color: #ffffff;
    background: var(--home-green-dark);
}

.home-card-btn--review {
    color: #0b4f93;
    border: 1px solid #0b71c8;
    background: #ffffff;
}

.home-redesign-section--new {
    background: #ffffff;
}

.home-new-tabs {
    display: inline-flex;
    overflow: hidden;
    margin-bottom: 1.8rem;
    border: 1px solid #cbd9e6;
    border-radius: 999px;
    background: #ffffff;
}

.home-new-tabs button {
    min-width: 10rem;
    min-height: 2.8rem;
    color: var(--home-navy);
    border: 0;
    border-left: 1px solid #dce7ef;
    background: transparent;
    font-weight: 900;
}

.home-new-tabs button:first-child {
    border-left: 0;
}

.home-new-tabs button.is-active,
.home-new-tabs button.active {
    color: #ffffff;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--home-green), var(--home-green-dark));
}

.home-new-panel.d-none {
    display: none !important;
}

.home-new-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2.1rem;
}

.home-new-card {
    display: grid;
    grid-template-columns: 6.6rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.1rem;
    border: 1px solid var(--home-border);
    border-radius: 0.65rem;
    background: #ffffff;
    box-shadow: var(--home-shadow);
}

.home-new-card__icon {
    display: grid;
    place-items: center;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.45rem;
}

.home-new-card__badge {
    display: inline-block;
    padding: 0.25rem 0.45rem;
    margin-bottom: 0.35rem;
    color: #ffffff;
    border-radius: 0.18rem;
    background: var(--home-green-dark);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-new-card p {
    margin: 0.65rem 0 0;
    color: #40576d;
    font-size: 0.78rem;
    font-weight: 700;
}

.home-new-card p span {
    margin-left: 1rem;
}

.home-new-card footer {
    grid-column: 1 / -1;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding-top: 0.85rem;
}

.home-new-card footer strong {
    padding: 0.45rem 0.7rem;
    color: #ffffff;
    border-radius: 0.25rem;
    background: var(--home-navy);
}

.home-new-card footer span {
    margin-right: auto;
    color: var(--home-navy);
    font-weight: 900;
}

.home-new-card footer span::before {
    margin-right: 0.35rem;
    color: var(--home-green-dark);
    content: "★";
}

.home-new-card footer a,
.home-bonus-tile footer a,
.home-review-grid article > a,
.home-small-casino-row article > a,
.home-explore-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.9rem;
    color: #ffffff;
    border-radius: 0.25rem;
    background: var(--home-green-dark);
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.home-new-card footer a::after,
.home-bonus-tile footer a::after,
.home-review-grid article > a::after,
.home-small-casino-row article > a::after,
.home-explore-grid a::after {
    margin-left: 0.45rem;
    content: "→";
}

.home-bonus-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 1.8rem;
}

.home-bonus-tile {
    display: grid;
    grid-template-columns: 9rem 1fr;
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid var(--home-border);
    border-radius: 0.65rem;
    background: #ffffff;
    box-shadow: var(--home-shadow);
}

.home-bonus-tile p {
    margin: 0.45rem 0 0.7rem;
    color: #42586e;
    font-size: 0.88rem;
    line-height: 1.42;
}

.home-bonus-tile div span {
    display: inline-flex;
    padding: 0.28rem 0.7rem;
    color: #0094ee;
    border: 1px solid #35bdf4;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-bonus-tile footer {
    grid-column: 1 / -1;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.9rem;
    border-top: 3px solid #24bfff;
}

.home-bonus-tile footer strong {
    color: var(--home-navy);
    font-size: 1.2rem;
}

.home-bonus-tile footer strong::first-letter {
    color: var(--home-gold);
}

.home-redesign-section--trust {
    background: #f8fcff;
}

.home-trust-panel,
.home-method-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(27rem, 0.8fr);
    gap: 2rem;
    padding: 1.45rem 2rem;
    color: #ffffff;
    border-radius: 0.65rem;
    background: linear-gradient(150deg, #07395f, #001f39);
    box-shadow: 0 22px 46px rgba(0, 35, 62, 0.2);
}

.home-trust-panel h2,
.home-method-panel h2 {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-size: 2.05rem;
    font-weight: 900;
}

.home-trust-panel p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.86);
}

.home-trust-meter {
    display: grid;
    grid-template-columns: 3rem 10rem 1fr 3.5rem;
    gap: 1rem;
    align-items: center;
    margin-top: 0.85rem;
}

.home-trust-meter span {
    font-weight: 900;
}

.home-trust-meter i {
    display: block;
    height: 0.72rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--home-green) var(--level), rgba(255, 255, 255, 0.14) 0);
}

.home-trust-meter i.is-warn {
    background: linear-gradient(90deg, var(--home-gold) var(--level), rgba(255, 255, 255, 0.14) 0);
}

.home-trust-meter strong {
    padding: 0.35rem 0.55rem;
    color: var(--home-green);
    border: 1px solid rgba(0, 216, 137, 0.35);
    border-radius: 0.35rem;
    background: rgba(0, 216, 137, 0.1);
    text-align: center;
}

.home-trust-meter i.is-warn + strong {
    color: var(--home-gold);
}

.home-trust-panel aside {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.home-trust-panel aside h3 {
    margin: 0 0 0.65rem;
    color: var(--home-green);
    font-weight: 900;
}

.home-trust-panel aside article {
    display: grid;
    grid-template-columns: 3.4rem 1fr;
    gap: 0.9rem;
    align-items: center;
    margin-top: 0.85rem;
}

.home-trust-panel aside strong,
.home-trust-panel aside span {
    display: block;
}

.home-trust-panel aside strong {
    color: #ffffff;
}

.home-trust-panel aside span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    line-height: 1.35;
}

.home-mini-section {
    margin-top: 1.65rem;
}

.home-mini-section header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.home-mini-section h2 {
    margin: 0;
    color: var(--home-navy);
    font-size: 1.35rem;
    font-weight: 900;
}

.home-mini-section header a {
    color: #0077cf;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

.home-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.home-review-grid article,
.home-small-casino-row article,
.home-explore-grid article {
    padding: 1rem;
    border: 1px solid var(--home-border);
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: var(--home-shadow);
}

.home-review-logo {
    display: grid;
    place-items: center;
    width: 8.2rem;
    height: 4.2rem;
    margin-bottom: 0.7rem;
    color: #ffffff;
    border-radius: 0.25rem;
    background: #020f1d;
    font-weight: 900;
}

.home-review-grid p {
    color: #4c6176;
    font-size: 0.8rem;
    line-height: 1.35;
}

.home-review-grid article > div:last-of-type {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 0.7rem 0;
    border-top: 1px solid #bee7fb;
}

.home-review-grid article > div:last-of-type span {
    color: #4b6177;
    font-size: 0.68rem;
    font-weight: 800;
}

.home-review-grid b {
    display: block;
    color: var(--home-green-dark);
    font-size: 0.9rem;
}

.home-review-grid article > a,
.home-small-casino-row article > a {
    width: 9.2rem;
    min-height: 2.25rem;
    margin: 0.4rem auto 0;
    background: var(--home-navy);
}

.home-small-casino-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.1rem;
}

.home-small-casino-row article {
    text-align: center;
}

.home-small-logo {
    min-height: 3.8rem;
    margin-bottom: 0.75rem;
}

.home-small-casino-row h3 {
    font-size: 0.98rem;
}

.home-small-casino-row p,
.home-small-casino-row span {
    display: block;
    margin: 0.4rem 0;
    color: #4d6276;
    font-size: 0.75rem;
    font-weight: 800;
}

.home-small-casino-row b {
    display: block;
    color: var(--home-green-dark);
    font-size: 1rem;
}

.home-redesign-section--method {
    padding-top: 1rem;
    background: #ffffff;
}

.home-method-panel {
    display: block;
    text-align: center;
}

.home-method-panel h2 {
    display: block;
    margin-bottom: 1.3rem;
}

.home-method-panel h2 span {
    color: var(--home-green);
}

.home-method-panel > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-method-panel article {
    display: grid;
    grid-template-columns: 6.2rem 1fr;
    gap: 1rem;
    padding: 0.9rem 1.45rem;
    text-align: left;
}

.home-method-panel article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.home-method-panel h3 {
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-weight: 900;
}

.home-method-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    line-height: 1.42;
}

.home-explore-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.home-explore-grid article {
    display: grid;
    grid-template-columns: 8.5rem 1fr;
    gap: 1rem;
    padding: 1.8rem;
    border-top: 4px solid var(--home-blue);
}

.home-explore-grid p {
    color: #40566b;
    line-height: 1.45;
}

.home-explore-grid a {
    color: #0077cf;
    background: transparent;
    padding-left: 0;
}

.home-empty-card {
    grid-column: 1 / -1;
    padding: 2rem;
    border: 1px solid var(--home-border);
    border-radius: 0.6rem;
    background: #ffffff;
    text-align: center;
    font-weight: 900;
}

@media (max-width: 1280px) {
    .home-redesign-hero__grid,
    .home-trust-panel {
        grid-template-columns: 1fr;
    }

    .home-redesign-hero__visual {
        width: min(100%, 58rem);
        margin: 0 auto;
    }

    .home-casino-grid,
    .home-new-grid,
    .home-bonus-row,
    .home-review-grid,
    .home-explore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-small-casino-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-trust-panel aside {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        padding-top: 1rem;
    }

    .home-method-panel > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-method-panel article:nth-child(3) {
        border-left: 0;
    }

    .home-method-panel article:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.22);
    }
}

@media (max-width: 768px) {
    .home-redesign-wrap {
        width: min(100% - 28px, 1460px);
    }

    .home-redesign-hero {
        padding-top: 2.6rem;
    }

    .home-redesign-actions,
    .home-redesign-btn,
    .home-section-action {
        width: 100%;
    }

    .home-redesign-hero__visual {
        width: 48rem;
        min-height: 28rem;
        transform: scale(0.72);
        transform-origin: top left;
        margin-bottom: -7rem;
    }

    .home-casino-overview {
        left: 4rem;
    }

    .home-hero-ticket {
        right: 0;
    }

    .home-hero-shield {
        right: 1rem;
    }

    .home-hero-score {
        left: 9rem;
        right: 1rem;
    }

    .home-hero-stats,
    .home-casino-grid,
    .home-new-grid,
    .home-bonus-row,
    .home-review-grid,
    .home-small-casino-row,
    .home-explore-grid,
    .home-method-panel > div {
        grid-template-columns: 1fr;
    }

    .home-section-heading--icon,
    .home-casino-card__top,
    .home-bonus-tile,
    .home-explore-grid article {
        grid-template-columns: 1fr;
    }

    .home-casino-card__logo {
        min-height: 8rem;
    }

    .home-casino-card__metrics {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .home-casino-card footer,
    .home-new-card footer,
    .home-bonus-tile footer,
    .home-mini-section header {
        flex-direction: column;
        align-items: stretch;
    }

    .home-casino-card footer > span,
    .home-new-card footer span {
        margin-right: 0;
    }

    .home-new-tabs {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        border-radius: 0.8rem;
    }

    .home-new-tabs button {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #dce7ef;
    }

    .home-new-tabs button:first-child {
        border-top: 0;
    }

    .home-new-card {
        grid-template-columns: 5.5rem 1fr;
    }

    .home-new-card__icon {
        width: 5.2rem;
        height: 5.2rem;
    }

    .home-trust-panel,
    .home-method-panel {
        padding: 1.2rem;
    }

    .home-trust-meter {
        grid-template-columns: 2.8rem 1fr 4rem;
    }

    .home-trust-meter i {
        grid-column: 2 / 4;
    }

    .home-method-panel article,
    .home-method-panel article + article,
    .home-method-panel article:nth-child(n + 3) {
        grid-template-columns: 4.8rem 1fr;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
    }

    .home-method-panel article:first-child {
        border-top: 0;
    }
}

@media (max-width: 480px) {
    .home-redesign-hero__copy h1 {
        font-size: clamp(3rem, 16vw, 4rem);
    }

    .home-redesign-hero__visual {
        transform: scale(0.55);
        margin-bottom: -12rem;
    }

    .home-hero-stats article {
        grid-template-columns: 4.2rem 1fr;
        padding: 1rem;
    }

    .home-hero-stats strong {
        font-size: 2rem;
    }

    .home-new-card {
        grid-template-columns: 1fr;
    }

    .home-new-card__icon {
        width: 100%;
    }

    .home-review-grid article > div:last-of-type {
        grid-template-columns: 1fr;
    }
}

/* Methodology page redesign */
.methodology-redesign {
    --methodology-navy: #062846;
    --methodology-deep: #00385f;
    --methodology-blue: #0798e6;
    --methodology-green: #00d38c;
    --methodology-orange: #ffa900;
    --methodology-border: #d8e6f2;
    --methodology-text: #102b46;
    --methodology-muted: #53697f;
    --methodology-shadow: 0 16px 34px rgba(0, 35, 62, 0.12);
    overflow: hidden;
    color: var(--methodology-text);
    background:
        radial-gradient(circle at 12% 4%, rgba(0, 211, 140, 0.08), transparent 20rem),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 34%, #f9fcff 100%);
}

.methodology-wrap {
    width: min(100% - 3rem, 118rem);
    margin: 0 auto;
}

.methodology-hero {
    padding: 3.4rem 0 2.2rem;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_rating_methodology.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1693px, 100%) auto;
}

.methodology-hero__grid {
    display: grid;
    grid-template-columns: minmax(30rem, 0.78fr) minmax(42rem, 1.22fr);
    gap: 3rem;
    align-items: center;
}

.methodology-hero__copy h1,
.methodology-heading h2 {
    margin: 0;
    color: var(--methodology-navy);
    font-weight: 900;
    letter-spacing: -0.055em;
}

.methodology-hero__copy h1 {
    font-size: clamp(3.5rem, 5.2vw, 5.8rem);
    line-height: 0.98;
}

.methodology-hero__copy p {
    max-width: 46rem;
    margin: 1rem 0 0;
    color: var(--methodology-muted);
    font-size: clamp(1.35rem, 1.8vw, 2rem);
    line-height: 1.35;
}

.methodology-hero__actions,
.methodology-example-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 2.2rem;
}

.methodology-btn {
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
    justify-content: center;
    min-height: 4.25rem;
    padding: 0.85rem 1.65rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.methodology-btn:hover {
    transform: translateY(-1px);
}

.methodology-btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--methodology-green), #02b978);
    box-shadow: 0 14px 24px rgba(0, 190, 124, 0.22);
}

.methodology-btn--outline {
    color: #087fd2;
    border-color: #10a4f4;
    background: #ffffff;
}

.methodology-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3rem;
}

.methodology-hero__chips span {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    min-height: 4rem;
    padding: 0.75rem 1.1rem;
    color: var(--methodology-navy);
    border: 1px solid var(--methodology-border);
    border-radius: 0.55rem;
    background: #ffffff;
    box-shadow: var(--methodology-shadow);
    font-size: 0.92rem;
    font-weight: 800;
}

.methodology-score-card {
    display: none;
    grid-template-columns: minmax(11rem, 0.7fr) minmax(19rem, 1.25fr) minmax(12rem, 0.85fr);
    gap: 1rem;
    padding: 1.2rem;
    color: #ffffff;
    border: 1px solid rgba(77, 177, 241, 0.36);
    border-radius: 1rem;
    background:
        radial-gradient(circle at 10% 16%, rgba(10, 185, 255, 0.22), transparent 13rem),
        radial-gradient(circle at 85% 92%, rgba(0, 211, 140, 0.16), transparent 12rem),
        linear-gradient(145deg, #063c66, #001f3b);
    box-shadow: 0 24px 48px rgba(0, 35, 62, 0.26);
}

.methodology-score-card h2 {
    margin: 0 0 0.9rem;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.methodology-score-card__main,
.methodology-score-card__areas,
.methodology-score-card__checks,
.methodology-score-card__review,
.methodology-score-card__fair {
    border: 1px solid rgba(96, 178, 235, 0.24);
    border-radius: 0.65rem;
    background: rgba(4, 47, 79, 0.76);
}

.methodology-score-card__main {
    display: grid;
    justify-items: center;
    padding: 1.05rem 0.65rem;
    text-align: center;
}

.methodology-score-card__main > span {
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.methodology-score-ring {
    display: grid;
    place-items: center;
    width: 9.4rem;
    height: 9.4rem;
    margin: 1rem 0 0.65rem;
    border-radius: 50%;
    background:
        radial-gradient(circle, #073557 56%, transparent 57%),
        conic-gradient(var(--methodology-green) 0 82%, #119ee6 82% 92%, rgba(255, 255, 255, 0.12) 92% 100%);
}

.methodology-score-ring strong {
    display: block;
    font-size: 3.65rem;
    line-height: 0.9;
}

.methodology-score-ring small {
    font-size: 1.35rem;
}

.methodology-score-card__main b {
    color: var(--methodology-green);
    font-size: 1rem;
}

.methodology-stars {
    overflow: hidden;
    color: #ffca18;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.methodology-score-card__main img {
    width: 7rem;
    height: 7rem;
    margin-top: 0.75rem;
}

.methodology-score-card__areas {
    padding: 1.05rem 1rem;
}

.methodology-score-line {
    display: grid;
    grid-template-columns: 2rem minmax(7rem, 1fr) minmax(5rem, 8rem) 3.8rem;
    gap: 0.55rem;
    align-items: center;
    margin-bottom: 0.7rem;
    font-size: 0.68rem;
    font-weight: 800;
}

.methodology-score-line i,
.methodology-weight-value i,
.methodology-example > i,
.methodology-build-row i {
    overflow: hidden;
    height: 0.62rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
}

.methodology-score-line i::before,
.methodology-weight-value i::before,
.methodology-example > i::before,
.methodology-build-row i::before {
    display: block;
    width: var(--level);
    height: 100%;
    content: "";
    border-radius: inherit;
    background: linear-gradient(90deg, var(--methodology-green), #16b6ff);
}

.methodology-score-line strong {
    color: var(--methodology-green);
    font-size: 0.82rem;
}

.methodology-score-line small,
.methodology-build-card small {
    color: rgba(255, 255, 255, 0.72);
}

.methodology-score-card__areas > small {
    display: block;
    margin-top: 0.4rem;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.methodology-score-card__checks {
    padding: 1.05rem 1rem;
}

.methodology-score-card__checks span,
.methodology-score-card__checks em {
    display: block;
    position: relative;
    padding-left: 1.7rem;
    margin: 0 0 0.85rem;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 800;
}

.methodology-score-card__checks span::before {
    position: absolute;
    left: 0;
    top: 0.05rem;
    display: grid;
    place-items: center;
    width: 1.1rem;
    height: 1.1rem;
    content: "✓";
    color: #ffffff;
    border-radius: 50%;
    background: var(--methodology-green);
    font-size: 0.66rem;
}

.methodology-score-card__checks em::before {
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 1rem;
    height: 1rem;
    content: "";
    border: 1px solid #75a9d1;
    border-radius: 50%;
}

.methodology-score-card__review,
.methodology-score-card__fair {
    display: grid;
    grid-template-columns: 4.4rem 1fr;
    gap: 0.8rem;
    align-items: center;
    padding: 0.85rem;
}

.methodology-score-card__review {
    grid-column: 2 / 3;
}

.methodology-score-card__fair {
    grid-column: 3 / 4;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
}

.methodology-score-card__review p,
.methodology-score-card__fair p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    line-height: 1.35;
}

.methodology-score-card__review strong,
.methodology-score-card__fair strong {
    display: block;
    margin-bottom: 0.2rem;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.methodology-score-card__fair strong {
    color: #ffca18;
}

.methodology-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    margin-top: 2rem;
    border: 1px solid var(--methodology-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: var(--methodology-shadow);
}

.methodology-stats article {
    display: grid;
    grid-template-columns: 7.6rem 1fr;
    gap: 1rem;
    align-items: center;
    min-height: 12rem;
    padding: 1.25rem 1.6rem;
}

.methodology-stats article:not(:last-child) {
    border-right: 2px solid #1aafe9;
}

.methodology-stats strong {
    display: inline-block;
    color: var(--methodology-blue);
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1;
}

.methodology-stats h2,
.methodology-stats p,
.methodology-notes p,
.methodology-limits p,
.methodology-side-cta p {
    margin: 0;
}

.methodology-stats h2 {
    color: var(--methodology-navy);
    font-size: 1.15rem;
    font-weight: 900;
}

.methodology-stats p {
    margin-top: 0.35rem;
    color: var(--methodology-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.38;
}

.methodology-section {
    padding: 2.2rem 0;
}

.methodology-section--weights {
    background: #f7fbff;
}

.methodology-heading {
    margin-bottom: 1.2rem;
}

.methodology-heading--center {
    text-align: center;
}

.methodology-heading h2 {
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    line-height: 1.05;
}

.methodology-heading h2 span {
    display: inline-block;
    width: 4rem;
    height: 2.8rem;
    margin-right: 0.6rem;
    vertical-align: -0.45rem;
    background: linear-gradient(135deg, #2ab7ff 0 28%, transparent 28% 38%, #00d38c 38% 66%, transparent 66% 76%, #ffc400 76%);
    clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
}

.methodology-heading p {
    max-width: 86rem;
    margin: 0.45rem 0 0;
    color: var(--methodology-muted);
    font-size: 1rem;
    font-weight: 700;
}

.methodology-heading--center p {
    margin-right: auto;
    margin-left: auto;
}

.methodology-table-card {
    overflow: hidden;
    border: 1px solid var(--methodology-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: var(--methodology-shadow);
}

.methodology-weight-table {
    min-width: 86rem;
}

.methodology-weight-table__head,
.methodology-weight-table article {
    display: grid;
    grid-template-columns: 18rem 14rem minmax(18rem, 1fr) minmax(18rem, 1fr) 17rem;
}

.methodology-weight-table__head {
    color: #ffffff;
    background: linear-gradient(180deg, #13b8ef, #039bd8);
    font-weight: 900;
}

.methodology-weight-table__head span,
.methodology-weight-table article > * {
    padding: 1rem 1.2rem;
}

.methodology-weight-table article {
    align-items: center;
    border-bottom: 1px solid #e2edf6;
}

.methodology-weight-table article p {
    margin: 0;
    color: #253d54;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.42;
}

.methodology-weight-table article p:last-child {
    display: grid;
    grid-template-columns: 1fr 2.6rem;
    gap: 0.7rem;
    align-items: center;
}

.methodology-weight-area,
.methodology-weight-table footer strong {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    color: var(--methodology-navy);
    font-weight: 900;
}

.methodology-weight-value strong {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--methodology-navy);
    font-size: 1.2rem;
    font-weight: 900;
}

.methodology-weight-value i {
    display: block;
    height: 0.7rem;
    background: #edf1f5;
}

.methodology-weight-value i::before {
    background: var(--methodology-green);
}

.methodology-weight-table footer {
    display: grid;
    grid-template-columns: 18rem 14rem 1fr 20rem;
    gap: 0;
    align-items: center;
    padding: 0.9rem 1.2rem;
}

.methodology-weight-table footer b {
    color: var(--methodology-navy);
    font-size: 1.4rem;
    font-weight: 900;
}

.methodology-weight-table footer span {
    color: #40576d;
    font-size: 0.86rem;
    font-weight: 700;
}

.methodology-weight-table footer em {
    display: inline-flex;
    gap: 0.6rem;
    justify-content: center;
    padding: 0.75rem 1rem;
    color: #3a2b00;
    border-radius: 0.4rem;
    background: #ffcb12;
    font-style: normal;
    font-weight: 900;
}

.methodology-notes {
    padding: 1.2rem 2rem 1.5rem;
    border-top: 1px solid #e2edf6;
}

.methodology-notes h3 {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    margin: 0 0 1rem;
    color: var(--methodology-navy);
    font-size: 1.35rem;
    font-weight: 900;
}

.methodology-notes > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.methodology-notes article {
    display: grid;
    grid-template-columns: 5.4rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.2rem;
    border: 1px solid var(--methodology-border);
    border-left: 4px solid var(--methodology-green);
    border-radius: 0.55rem;
    background: #ffffff;
}

.methodology-notes strong,
.methodology-limits strong,
.methodology-side-cta strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--methodology-navy);
    font-weight: 900;
}

.methodology-notes p,
.methodology-limits p {
    color: #344d65;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4;
}

.methodology-info-note {
    margin-top: 1rem !important;
    padding: 0.8rem 1rem;
    color: #285574 !important;
    border-radius: 0.45rem;
    background: #eaf6ff;
}

.methodology-examples {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.2rem;
    margin-top: 1.8rem;
}

.methodology-example {
    display: grid;
    grid-template-columns: 7.6rem 1fr;
    gap: 0.7rem 1.1rem;
    padding: 1.3rem 1.6rem;
    border: 1px solid var(--tone);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #ffffff, var(--tone-bg));
}

.methodology-example--good {
    --tone: #00b982;
    --tone-bg: #f1fff9;
}

.methodology-example--balanced {
    --tone: #159bef;
    --tone-bg: #f1f9ff;
}

.methodology-example--warn {
    --tone: #ffa900;
    --tone-bg: #fff8e8;
}

.methodology-example > img {
    grid-row: 1 / 3;
    width: 7.2rem;
    height: 7.2rem;
}

.methodology-example h3 {
    margin: 0;
    color: var(--tone);
    font-size: 1.12rem;
    font-weight: 900;
}

.methodology-example strong {
    color: var(--tone);
    font-size: 2.6rem;
    font-weight: 900;
}

.methodology-example strong small {
    color: var(--tone);
    font-size: 1.25rem;
}

.methodology-example span {
    float: right;
    color: #ffca18;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
}

.methodology-example > i {
    grid-column: 1 / -1;
    height: 1.15rem;
    background: #e5e7eb;
}

.methodology-example > i::before {
    background: var(--tone);
}

.methodology-example ul {
    grid-column: 1 / -1;
    display: grid;
    gap: 0.55rem;
    padding: 0;
    margin: 0.55rem 0 0;
    list-style: none;
}

.methodology-example li {
    position: relative;
    padding-left: 1.6rem;
    color: #344d65;
    font-size: 0.86rem;
    font-weight: 700;
}

.methodology-example li::before {
    position: absolute;
    left: 0;
    top: 0.15rem;
    display: grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    content: "✓";
    color: #ffffff;
    border-radius: 50%;
    background: var(--tone);
    font-size: 0.6rem;
}

.methodology-example--warn li::before {
    content: "!";
    color: var(--methodology-orange);
    background: transparent;
    border: 1px solid var(--methodology-orange);
}

.methodology-build-card {
    display: grid;
    grid-template-columns: 31rem 1fr;
    overflow: hidden;
    margin-top: 2.3rem;
    color: #ffffff;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #063b64, #00233f);
    box-shadow: 0 22px 42px rgba(0, 35, 62, 0.2);
}

.methodology-build-card aside {
    padding: 3rem 2.4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.methodology-build-card aside img {
    width: 9rem;
    height: 9rem;
}

.methodology-build-card h3 {
    margin: 1rem 0 0.8rem;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.08;
}

.methodology-build-card p {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    line-height: 1.45;
}

.methodology-build-card > div {
    padding: 1.25rem 1.8rem;
}

.methodology-build-row {
    display: grid;
    grid-template-columns: 2.8rem minmax(14rem, 1fr) 7rem minmax(12rem, 1fr) 6rem;
    gap: 0.75rem;
    align-items: center;
    padding: 0.58rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.methodology-build-row strong {
    color: #ffffff;
}

.methodology-build-row span {
    color: rgba(255, 255, 255, 0.75);
}

.methodology-build-row i {
    height: 0.76rem;
    background: rgba(255, 255, 255, 0.12);
}

.methodology-build-row i::before {
    background: #15a9f4;
}

.methodology-build-row b {
    color: #20b7ff;
    font-size: 1.05rem;
}

.methodology-build-card footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 900;
}

.methodology-build-card footer span {
    color: #20b7ff;
    font-size: 2.2rem;
}

.methodology-limits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
    margin-top: 2.2rem;
}

.methodology-limits article {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem;
    border: 1px solid var(--methodology-border);
    border-radius: 0.7rem;
    background: #ffffff;
    box-shadow: var(--methodology-shadow);
}

.methodology-example-actions {
    justify-content: center;
}

.methodology-example-actions .methodology-btn {
    min-width: 27rem;
}

.methodology-section--faq {
    padding-bottom: 2.5rem;
    background: #f8fbff;
}

.methodology-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 35rem;
    gap: 3rem;
    align-items: start;
}

.methodology-faq-list {
    display: grid;
    gap: 0.25rem;
}

.methodology-faq-list details {
    overflow: hidden;
    border: 1px solid #d8e5ef;
    border-radius: 0.45rem;
    background: #ffffff;
}

.methodology-faq-list summary {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-height: 4rem;
    padding: 0.55rem 1.2rem;
    color: var(--methodology-navy);
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

.methodology-faq-list summary::-webkit-details-marker {
    display: none;
}

.methodology-faq-list summary::after {
    margin-left: auto;
    content: "⌄";
    color: #64798f;
}

.methodology-faq-list details[open] summary::after {
    transform: rotate(180deg);
}

.methodology-faq-list details p {
    margin: 0;
    padding: 0 1.2rem 1rem 5.4rem;
    color: var(--methodology-muted);
    font-weight: 700;
}

.methodology-side-cta {
    display: grid;
    gap: 1.2rem;
}

.methodology-side-cta article {
    padding: 2rem;
    border: 1px solid #13b8ef;
    border-radius: 0.8rem;
    background: #ffffff;
}

.methodology-side-cta__responsible {
    border-color: #ffca18 !important;
    background: #fffdf6 !important;
}

.methodology-side-cta article img {
    float: left;
    margin: 0 1.4rem 0.5rem 0;
}

.methodology-side-cta h3 {
    margin: 0 0 0.4rem;
    color: var(--methodology-navy);
    font-size: 1.55rem;
    font-weight: 900;
}

.methodology-side-cta p {
    color: #3b536b;
    font-weight: 700;
    line-height: 1.45;
}

.methodology-side-cta .methodology-btn {
    width: 100%;
    min-height: 3.2rem;
    margin-top: 1rem;
    font-size: 0.85rem;
}

@media (max-width: 1199.98px) {
    .methodology-hero__grid,
    .methodology-faq-grid {
        grid-template-columns: 1fr;
    }

    .methodology-score-card {
        max-width: 72rem;
        margin: 0 auto;
    }

    .methodology-stats,
    .methodology-limits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .methodology-stats article:nth-child(2) {
        border-right: 0;
    }

    .methodology-examples {
        grid-template-columns: 1fr;
    }

    .methodology-example {
        max-width: 56rem;
        margin: 0 auto;
    }

    .methodology-table-card {
        overflow-x: auto;
    }
}

@media (max-width: 767.98px) {
    .methodology-wrap {
        width: min(100% - 1.5rem, 118rem);
    }

    .methodology-hero {
        padding-top: 2rem;
    }

    .methodology-hero__copy h1 {
        font-size: clamp(3rem, 14vw, 4.2rem);
    }

    .methodology-hero__actions,
    .methodology-example-actions,
    .methodology-hero__chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .methodology-btn,
    .methodology-example-actions .methodology-btn {
        width: 100%;
        min-width: 0;
    }

    .methodology-score-card {
        grid-template-columns: 1fr;
    }

    .methodology-score-card__review,
    .methodology-score-card__fair {
        grid-column: auto;
    }

    .methodology-score-line {
        grid-template-columns: 2.3rem 1fr 4.2rem;
    }

    .methodology-score-line i {
        grid-column: 2 / 4;
    }

    .methodology-stats,
    .methodology-limits,
    .methodology-notes > div {
        grid-template-columns: 1fr;
    }

    .methodology-stats article {
        border-right: 0 !important;
        border-bottom: 1px solid var(--methodology-border);
    }

    .methodology-stats article:last-child {
        border-bottom: 0;
    }

    .methodology-heading h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .methodology-weight-table {
        min-width: 0;
    }

    .methodology-weight-table__head {
        display: none;
    }

    .methodology-weight-table article {
        display: grid;
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .methodology-weight-table article > * {
        padding: 0.45rem 0;
    }

    .methodology-weight-table article p:last-child {
        grid-template-columns: 1fr auto;
    }

    .methodology-weight-table footer {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .methodology-notes {
        padding: 1.1rem;
    }

    .methodology-example {
        grid-template-columns: 1fr;
    }

    .methodology-example > img {
        grid-row: auto;
    }

    .methodology-example span {
        float: none;
        display: block;
        margin-top: 0.35rem;
    }

    .methodology-build-card {
        grid-template-columns: 1fr;
    }

    .methodology-build-card aside {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .methodology-build-row {
        grid-template-columns: 2.6rem 1fr auto;
    }

    .methodology-build-row span {
        display: none;
    }

    .methodology-build-row i {
        grid-column: 2 / 4;
    }

    .methodology-limits article,
    .methodology-notes article {
        grid-template-columns: 5.4rem 1fr;
    }

    .methodology-faq-list summary {
        align-items: flex-start;
    }

    .methodology-faq-list details p {
        padding-left: 1.2rem;
    }
}

@media (max-width: 420px) {
    .methodology-stats article,
    .methodology-limits article,
    .methodology-notes article,
    .methodology-score-card__review,
    .methodology-score-card__fair {
        grid-template-columns: 1fr;
    }
}

/* Editorial policy page redesign */
.policy-redesign {
    --policy-navy: #052541;
    --policy-deep: #001d35;
    --policy-green: #00d38c;
    --policy-blue: #149be8;
    --policy-gold: #f6c247;
    --policy-border: #d8e7f2;
    --policy-muted: #5a7085;
    --policy-shadow: 0 18px 38px rgba(0, 35, 62, 0.14);
    overflow: hidden;
    color: #102b46;
    background: #f7fbff;
}

.policy-wrap {
    width: min(100% - 3rem, 118rem);
    margin: 0 auto;
}

.policy-hero {
    position: relative;
    padding: 3.6rem 0 0;
    color: #ffffff;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_editorypolicy.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1717px, 100%) auto;
}

.policy-hero::before {
    position: absolute;
    display: none;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(135deg, transparent 0 48%, rgba(40, 158, 222, 0.08) 48% 48.2%, transparent 48.2%),
        radial-gradient(circle at 92% 28%, rgba(20, 155, 232, 0.35) 0 0.1rem, transparent 0.13rem);
    background-size: auto, 1.2rem 1.2rem;
    opacity: 0.8;
}

.policy-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(32rem, 0.82fr) minmax(44rem, 1.18fr);
    gap: 3rem;
    align-items: center;
}

.policy-hero__copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3.5rem, 5.4vw, 5.8rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.055em;
}

.policy-hero__lead {
    max-width: 49rem;
    margin: 1.2rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.35rem, 1.8vw, 2rem);
    font-weight: 700;
    line-height: 1.38;
}

.policy-hero__text {
    max-width: 49rem;
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.65;
}

.policy-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2.4rem;
}

.policy-btn {
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
    justify-content: center;
    min-height: 4.45rem;
    padding: 0.9rem 1.8rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    font-weight: 900;
    text-decoration: none;
}

.policy-btn--primary {
    color: #06223c;
    background: linear-gradient(135deg, var(--policy-green), #04bf7e);
    box-shadow: 0 15px 30px rgba(0, 211, 140, 0.25);
}

.policy-btn--outline {
    color: #0078d7;
    border-color: #0097f2;
    background: #ffffff;
}

.policy-section--contact .policy-btn--primary,
.policy-contact-panel .policy-btn--primary {
    color: #ffffff;
}

.policy-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    align-items: center;
    margin-top: 2.5rem;
}

.policy-hero__chips span {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    padding-right: 1.3rem;
    color: rgba(255, 255, 255, 0.86);
    border-right: 1px solid rgba(255, 255, 255, 0.34);
    font-size: 0.95rem;
    font-weight: 800;
}

.policy-hero__chips span:last-child {
    border-right: 0;
}

.policy-hero__visual {
    display: none;
    position: relative;
    min-height: 31.5rem;
    transform: scale(0.86);
    transform-origin: center right;
}

.policy-visual__label {
    position: absolute;
    top: 0;
    left: 32%;
    z-index: 5;
    padding: 0.55rem 1.8rem;
    color: #2a2100;
    border-radius: 0.45rem;
    background: var(--policy-gold);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.policy-shield {
    position: absolute;
    left: 5%;
    top: 10rem;
    z-index: 4;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.28));
}

.policy-shield img {
    width: 17rem;
    height: 17rem;
}

.policy-checklist,
.policy-terms-card,
.policy-affiliate-card {
    position: absolute;
    border: 1px solid rgba(62, 188, 255, 0.55);
    border-radius: 0.65rem;
    background: rgba(4, 48, 83, 0.82);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(2px);
}

.policy-checklist {
    left: 23%;
    top: 3.5rem;
    width: 25rem;
    min-height: 23rem;
    padding: 4rem 2.1rem 2rem;
}

.policy-checklist b {
    position: absolute;
    top: 0.75rem;
    left: 50%;
    width: 11rem;
    height: 2.2rem;
    transform: translateX(-50%);
    border: 1px solid #10c6dd;
    border-radius: 0.25rem;
    background: linear-gradient(180deg, #00afba, #055a7b);
}

.policy-checklist h2,
.policy-terms-card h2,
.policy-affiliate-card h2 {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.policy-checklist span {
    display: block;
    position: relative;
    height: 2.5rem;
    padding-left: 3rem;
    margin-bottom: 0.65rem;
    color: transparent;
}

.policy-checklist span::before {
    position: absolute;
    left: 0;
    top: 0.12rem;
    display: grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    content: "✓";
    color: var(--policy-green);
    border: 2px solid var(--policy-green);
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 900;
}

.policy-checklist span::after,
.policy-terms-card i,
.policy-affiliate-card i {
    display: block;
    height: 0.35rem;
    border-radius: 999px;
    background: rgba(112, 208, 239, 0.5);
    content: "";
}

.policy-checklist span:nth-of-type(2)::after {
    width: 78%;
}

.policy-checklist span:nth-of-type(3)::after {
    width: 68%;
}

.policy-checklist span:nth-of-type(4)::after {
    width: 85%;
}

.policy-terms-card {
    right: 5%;
    top: 7.6rem;
    width: 21rem;
    min-height: 24rem;
    padding: 2rem 1.6rem;
    transform: rotate(4deg);
}

.policy-terms-card i {
    width: 100%;
    margin: 1rem 0;
}

.policy-terms-card i:nth-of-type(even) {
    width: 78%;
}

.policy-affiliate-card {
    left: 8%;
    bottom: 2.6rem;
    width: 21rem;
    min-height: 11rem;
    padding: 1.5rem 1.6rem;
}

.policy-affiliate-card h2 {
    padding-left: 5rem;
    font-size: 0.95rem;
}

.policy-affiliate-card i {
    width: 82%;
    margin: 1rem 0;
}

.policy-affiliate-card img {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.policy-magnifier {
    position: absolute;
    right: 6.5%;
    top: 13.5rem;
    z-index: 5;
    width: 9.5rem;
    height: 9.5rem;
    border: 0.9rem solid rgba(89, 176, 236, 0.85);
    border-radius: 50%;
    box-shadow: inset 0 0 0 0.35rem rgba(255, 255, 255, 0.22), 0 14px 22px rgba(0, 0, 0, 0.26);
}

.policy-magnifier::after {
    position: absolute;
    right: -4.7rem;
    bottom: -3.3rem;
    width: 6rem;
    height: 1.5rem;
    content: "";
    transform: rotate(45deg);
    border-radius: 999px;
    background: #126dbb;
}

.policy-chip-gem {
    position: absolute;
    right: 24%;
    bottom: 2.1rem;
    z-index: 6;
    display: grid;
    place-items: center;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background: radial-gradient(circle, #15f2df, #0470a2 70%, transparent 71%);
    box-shadow: 0 18px 24px rgba(0, 0, 0, 0.24);
}

.policy-chip-gem img {
    width: 7rem;
    height: 7rem;
}

.policy-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    margin-top: 0;
    transform: translateY(50%);
    border: 1px solid var(--policy-border);
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: var(--policy-shadow);
}

.policy-stats article {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 1.2rem;
    align-items: center;
    min-height: 12.2rem;
    padding: 1.4rem 1.8rem;
}

.policy-stats article:not(:last-child) {
    border-right: 2px solid #1aafe9;
}

.policy-stats strong {
    display: block;
    color: var(--policy-green);
    font-size: 2.55rem;
    font-weight: 900;
    line-height: 1;
}

.policy-stats h2 {
    margin: 0.25rem 0 0;
    color: var(--policy-navy);
    font-size: 1.05rem;
    font-weight: 900;
}

.policy-stats p {
    margin: 0.4rem 0 0;
    color: var(--policy-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.4;
}

.policy-section {
    padding: 8rem 0 2.5rem;
    background: #f7fbff;
}

.policy-section__heading {
    max-width: 82rem;
    margin-bottom: 1.6rem;
}

.policy-section__heading h2,
.policy-contact-panel h2 {
    margin: 0;
    color: var(--policy-navy);
    font-size: clamp(2rem, 3.1vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.045em;
}

.policy-section__heading p {
    margin: 0.55rem 0 0;
    color: var(--policy-muted);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.55;
}

.policy-section__heading a {
    color: #0789d8;
    font-weight: 900;
}

.policy-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.policy-info-card {
    display: grid;
    grid-template-columns: 7.2rem 1fr;
    gap: 1.15rem;
    align-items: start;
    padding: 1.4rem;
    border: 1px solid var(--policy-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: var(--policy-shadow);
}

.policy-info-card h3 {
    margin: 0;
    color: var(--policy-navy);
    font-size: 1.2rem;
    font-weight: 900;
}

.policy-info-card p,
.policy-contact-panel p {
    margin: 0.5rem 0 0;
    color: #3d566d;
    font-weight: 700;
    line-height: 1.5;
}

.policy-section--contact {
    padding: 2rem 0 3.2rem;
}

.policy-contact-panel {
    display: grid;
    grid-template-columns: 8.8rem 1fr auto;
    gap: 1.4rem;
    align-items: center;
    padding: 1.7rem 2rem;
    border: 1px solid rgba(0, 211, 140, 0.45);
    border-radius: 0.8rem;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 211, 140, 0.12), transparent 13rem),
        #ffffff;
    box-shadow: var(--policy-shadow);
}

@media (max-width: 1199.98px) {
    .policy-hero__grid,
    .policy-card-grid {
        grid-template-columns: 1fr;
    }

    .policy-hero__visual {
        max-width: 66rem;
        margin: 0 auto;
    }

    .policy-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .policy-stats article:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 767.98px) {
    .policy-wrap {
        width: min(100% - 1.5rem, 118rem);
    }

    .policy-hero {
        padding-top: 3rem;
    }

    .policy-hero__actions,
    .policy-hero__chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .policy-btn {
        width: 100%;
    }

    .policy-hero__chips span {
        border-right: 0;
    }

    .policy-hero__visual {
        min-height: 42rem;
        transform: scale(0.78);
        transform-origin: top center;
        margin-bottom: -8rem;
    }

    .policy-visual__label {
        left: 12%;
        right: 12%;
        text-align: center;
    }

    .policy-stats {
        grid-template-columns: 1fr;
        transform: translateY(2rem);
        margin-top: -2rem;
    }

    .policy-stats article {
        border-right: 0 !important;
        border-bottom: 1px solid var(--policy-border);
    }

    .policy-stats article:last-child {
        border-bottom: 0;
    }

    .policy-section {
        padding-top: 4.2rem;
    }

    .policy-info-card,
    .policy-contact-panel {
        grid-template-columns: 1fr;
    }

    .policy-contact-panel .policy-btn {
        justify-self: stretch;
    }
}

@media (max-width: 460px) {
    .policy-hero__visual {
        transform: scale(0.58);
        margin-bottom: -16rem;
    }

    .policy-stats article {
        grid-template-columns: 1fr;
    }
}

/* Privacy page redesign */
.privacy-redesign {
    --privacy-navy: #062846;
    --privacy-blue: #0b8fe0;
    --privacy-green: #00d38c;
    --privacy-teal: #18c5dd;
    --privacy-border: #d8e7f2;
    --privacy-muted: #536b82;
    --privacy-shadow: 0 18px 38px rgba(0, 35, 62, 0.13);
    overflow: hidden;
    color: #102b46;
    background:
        radial-gradient(circle at 72% 12%, rgba(18, 172, 238, 0.14), transparent 22rem),
        linear-gradient(180deg, #f4fbff 0%, #ffffff 35%, #f8fbff 100%);
}

.privacy-wrap {
    width: min(100% - 3rem, 118rem);
    margin: 0 auto;
}

.privacy-hero {
    padding: 3rem 0 0;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_privacypolice.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1717px, 100%) auto;
}

.privacy-hero__grid {
    display: grid;
    grid-template-columns: minmax(32rem, 0.82fr) minmax(45rem, 1.18fr);
    gap: 3rem;
    align-items: center;
}

.privacy-hero__copy h1 {
    margin: 0;
    color: var(--privacy-navy);
    font-size: clamp(3.6rem, 5.4vw, 5.8rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.055em;
}

.privacy-hero__lead {
    max-width: 52rem;
    margin: 1.2rem 0 0;
    color: #405a72;
    font-size: clamp(1.28rem, 1.7vw, 1.8rem);
    font-weight: 700;
    line-height: 1.42;
}

.privacy-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2.5rem;
}

.privacy-btn {
    display: inline-flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
    min-height: 4.5rem;
    padding: 0.9rem 1.8rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    font-weight: 900;
    text-decoration: none;
}

.privacy-btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--privacy-green), #04bf7e);
    box-shadow: 0 15px 30px rgba(0, 211, 140, 0.24);
}

.privacy-btn--outline {
    color: #087fd2;
    border-color: #10a4f4;
    background: #ffffff;
}

.privacy-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.7rem;
}

.privacy-hero__chips span {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    min-height: 4rem;
    padding: 0.75rem 1.05rem;
    color: var(--privacy-navy);
    border: 1px solid var(--privacy-border);
    border-radius: 0.48rem;
    background: #ffffff;
    box-shadow: var(--privacy-shadow);
    font-size: 0.9rem;
    font-weight: 850;
}

.privacy-hero__visual {
    display: none;
    position: relative;
    min-height: 22rem;
    transform: scale(0.86);
    transform-origin: center right;
}

.privacy-lock-orbit {
    position: absolute;
    left: 35%;
    top: 1.2rem;
    display: grid;
    place-items: center;
    width: 23rem;
    height: 23rem;
    border: 1px solid rgba(38, 164, 230, 0.32);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(19, 138, 207, 0.18) 0 42%, transparent 43%),
        repeating-radial-gradient(circle, rgba(23, 167, 231, 0.28) 0 0.08rem, transparent 0.08rem 2.8rem);
}

.privacy-lock-core {
    display: grid;
    place-items: center;
    width: 15rem;
    height: 15rem;
    border: 1rem solid #084a75;
    border-radius: 50%;
    background: linear-gradient(180deg, #05385d, #031e38);
    box-shadow: 0 24px 44px rgba(0, 54, 91, 0.25);
}

.privacy-lock-core img {
    width: 9rem;
    height: 9rem;
}

.privacy-lock-shield {
    position: absolute;
    left: -3.7rem;
    bottom: 1.3rem;
    display: grid;
    place-items: center;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    filter: drop-shadow(0 15px 20px rgba(0, 35, 62, 0.24));
}

.privacy-data-controls,
.privacy-account-card,
.privacy-analytics-card,
.privacy-cookie-card,
.privacy-document-card {
    position: absolute;
    border: 1px solid rgba(42, 160, 222, 0.5);
    border-radius: 0.65rem;
    background: linear-gradient(145deg, #073d66, #062b4b);
    box-shadow: 0 18px 34px rgba(0, 54, 91, 0.22);
}

.privacy-data-controls {
    left: 12%;
    top: 2rem;
    z-index: 4;
    width: 14rem;
    padding: 1.2rem 1.3rem;
}

.privacy-data-controls h2,
.privacy-account-card h2,
.privacy-analytics-card h2,
.privacy-cookie-card h2 {
    margin: 0 0 0.85rem;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.privacy-data-controls span {
    display: block;
    position: relative;
    padding-left: 1.7rem;
    margin: 0.6rem 0;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
}

.privacy-data-controls span::before {
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    place-items: center;
    width: 1.1rem;
    height: 1.1rem;
    content: "✓";
    color: #ffffff;
    border-radius: 0.25rem;
    background: var(--privacy-green);
    font-size: 0.62rem;
}

.privacy-account-card {
    right: 2%;
    top: 3.5rem;
    z-index: 4;
    width: 18.5rem;
    padding: 1.25rem;
}

.privacy-account-card div {
    display: grid;
    grid-template-columns: 4.4rem 1fr;
    gap: 0.6rem 1rem;
    align-items: center;
}

.privacy-account-card i,
.privacy-cookie-card i,
.privacy-document-card i {
    display: block;
    height: 0.42rem;
    border-radius: 999px;
    background: rgba(129, 207, 238, 0.5);
}

.privacy-account-card footer {
    display: flex;
    gap: 0.7rem;
    margin-top: 1rem;
}

.privacy-account-card b {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: #477696;
}

.privacy-account-card b:nth-child(-n+2) {
    background: var(--privacy-green);
}

.privacy-analytics-card {
    left: 8%;
    bottom: 3rem;
    z-index: 3;
    width: 19rem;
    padding: 1.25rem;
}

.privacy-analytics-card img {
    width: 100%;
    height: auto;
}

.privacy-cookie-card {
    right: 1.5%;
    bottom: 7.4rem;
    z-index: 3;
    width: 18.8rem;
    min-height: 10rem;
    padding: 1.2rem 1.3rem 1.2rem 6rem;
}

.privacy-cookie-card img {
    position: absolute;
    left: 1.4rem;
    top: 2rem;
}

.privacy-cookie-card i {
    margin: 0.72rem 0;
}

.privacy-cookie-card em {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 3.4rem;
    height: 1.55rem;
    border-radius: 999px;
    background: var(--privacy-green);
}

.privacy-cookie-card em::after {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 1.15rem;
    height: 1.15rem;
    content: "";
    border-radius: 50%;
    background: #ffffff;
}

.privacy-document-card {
    right: 25%;
    bottom: 1.2rem;
    width: 11rem;
    min-height: 12.4rem;
    padding: 1.2rem;
    transform: rotate(3deg);
    background: #ffffff;
}

.privacy-document-card i {
    height: 0.35rem;
    margin-bottom: 0.65rem;
    background: #a8d3ee;
}

.privacy-document-card span {
    display: block;
    position: relative;
    height: 1.55rem;
    margin-top: 0.55rem;
    padding-left: 1.7rem;
}

.privacy-document-card span::before {
    position: absolute;
    left: 0;
    top: 0.1rem;
    display: grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    content: "✓";
    color: #ffffff;
    border-radius: 50%;
    background: #178ee2;
    font-size: 0.55rem;
}

.privacy-document-card span::after {
    display: block;
    width: 70%;
    height: 0.32rem;
    margin-top: 0.45rem;
    content: "";
    border-radius: 999px;
    background: #b9d9ed;
}

.privacy-gem {
    position: absolute;
    right: 18%;
    bottom: 1.7rem;
    display: grid;
    place-items: center;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    background: radial-gradient(circle, #10d3c1, #037d8d 70%, transparent 71%);
    box-shadow: 0 18px 30px rgba(0, 54, 91, 0.22);
}

.privacy-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 6rem;
    overflow: hidden;
    margin-top: -3.5rem;
    transform: none;
    border: 1px solid var(--privacy-border);
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: var(--privacy-shadow);
}

.privacy-stats article {
    display: grid;
    grid-template-columns: 7.8rem 1fr;
    gap: 1.15rem;
    align-items: center;
    min-height: 12.2rem;
    padding: 1.3rem 1.55rem;
}

.privacy-stats article:not(:last-of-type) {
    border-right: 2px solid #1aafe9;
}

.privacy-stats article > img {
    width: 7.2rem;
    height: 7.2rem;
}

.privacy-stats span {
    display: block;
    color: var(--privacy-navy);
    font-size: 0.82rem;
    font-weight: 900;
}

.privacy-stats strong {
    display: block;
    margin-top: 0.25rem;
    color: var(--privacy-navy);
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.08;
}

.privacy-stats article:nth-child(1) strong,
.privacy-stats article:nth-child(2) strong,
.privacy-stats article:nth-child(4) strong {
    color: var(--privacy-green);
}

.privacy-stats p {
    margin: 0.45rem 0 0;
    color: var(--privacy-muted);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.42;
}

.privacy-stats aside {
    display: grid;
    place-items: center;
    align-self: end;
    min-height: 8.3rem;
    margin: 0 0.7rem 0.7rem 0;
    color: #b26c00;
    border: 1px solid #f5bd49;
    border-radius: 0.45rem;
    background: #fff6df;
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
}

.privacy-section {
    padding: 3.2rem 0 2.5rem;
    background: #f8fbff;
}

.privacy-section__heading {
    max-width: 84rem;
    margin-bottom: 1.6rem;
}

.privacy-section__heading h2,
.privacy-contact-panel h2 {
    margin: 0;
    color: var(--privacy-navy);
    font-size: clamp(2rem, 3.1vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.045em;
}

.privacy-section__heading p {
    margin: 0.55rem 0 0;
    color: var(--privacy-muted);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.55;
}

.privacy-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.privacy-info-card {
    display: grid;
    grid-template-columns: 7.2rem 1fr;
    gap: 1.15rem;
    align-items: start;
    padding: 1.4rem;
    border: 1px solid var(--privacy-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: var(--privacy-shadow);
}

.privacy-info-card h3 {
    margin: 0;
    color: var(--privacy-navy);
    font-size: 1.18rem;
    font-weight: 900;
}

.privacy-info-card p,
.privacy-contact-panel p {
    margin: 0.5rem 0 0;
    color: #3d566d;
    font-weight: 700;
    line-height: 1.5;
}

.privacy-section--contact {
    padding: 2rem 0 3.2rem;
}

.privacy-contact-panel {
    display: grid;
    grid-template-columns: 8.8rem 1fr auto;
    gap: 1.4rem;
    align-items: center;
    padding: 1.7rem 2rem;
    border: 1px solid rgba(0, 211, 140, 0.45);
    border-radius: 0.8rem;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 211, 140, 0.11), transparent 13rem),
        #ffffff;
    box-shadow: var(--privacy-shadow);
}

@media (max-width: 1199.98px) {
    .privacy-hero__grid,
    .privacy-card-grid {
        grid-template-columns: 1fr;
    }

    .privacy-hero__visual {
        max-width: 68rem;
        margin: 0 auto;
    }

    .privacy-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        transform: translateY(2rem);
    }

    .privacy-stats article:nth-child(2) {
        border-right: 0;
    }

    .privacy-stats aside {
        grid-column: 1 / -1;
        min-height: 4rem;
        margin: 0.7rem;
    }

    .privacy-section {
        padding-top: 4.5rem;
    }
}

@media (max-width: 767.98px) {
    .privacy-wrap {
        width: min(100% - 1.5rem, 118rem);
    }

    .privacy-hero {
        padding-top: 3rem;
    }

    .privacy-hero__actions,
    .privacy-hero__chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .privacy-btn {
        width: 100%;
    }

    .privacy-hero__visual {
        min-height: 40rem;
        transform: scale(0.78);
        transform-origin: top center;
        margin-bottom: -8rem;
    }

    .privacy-stats {
        grid-template-columns: 1fr;
        margin-top: -1rem;
    }

    .privacy-stats article {
        border-right: 0 !important;
        border-bottom: 1px solid var(--privacy-border);
    }

    .privacy-stats article:last-of-type {
        border-bottom: 0;
    }

    .privacy-info-card,
    .privacy-contact-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 460px) {
    .privacy-hero__visual {
        transform: scale(0.58);
        margin-bottom: -16rem;
    }

    .privacy-stats article {
        grid-template-columns: 1fr;
    }
}

/* Registration page redesign */
.registration-redesign {
    --registration-navy: #032f57;
    --registration-deep: #021d39;
    --registration-blue: #079fe8;
    --registration-cyan: #18c6ff;
    --registration-green: #00d982;
    --registration-mint: #e7fff6;
    --registration-gold: #ffb800;
    --registration-text: #092545;
    --registration-muted: #5e7187;
    --registration-border: #d9e6f4;
    --registration-shadow: 0 1.8rem 4rem rgba(5, 38, 75, 0.13);
    color: var(--registration-text);
    background:
        radial-gradient(circle at 78% 6%, rgba(18, 206, 255, 0.16), transparent 26rem),
        linear-gradient(180deg, #f8fcff 0%, #ffffff 54%, #f8fcff 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
}

.registration-redesign *,
.registration-redesign *::before,
.registration-redesign *::after {
    box-sizing: border-box;
}

.registration-wrap {
    width: min(100% - 4rem, 112rem);
    margin: 0 auto;
}

.registration-hero {
    padding: 5rem 0 3.2rem;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_create_account.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1693px, 100%) auto;
}

.registration-hero__grid {
    display: grid;
    grid-template-columns: minmax(38rem, 50rem) minmax(42rem, 1fr);
    align-items: center;
    gap: 3.8rem;
}

.registration-form-side h1 {
    margin: 0;
    color: #071f3e;
    font-size: clamp(3.8rem, 4.2vw, 5.1rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.registration-form-side > p {
    max-width: 43rem;
    margin: 1rem 0 1.8rem;
    color: #4d6078;
    font-size: 1.65rem;
    line-height: 1.48;
}

.registration-card {
    display: grid;
    gap: 0.62rem;
    padding: 1.25rem 1.35rem 1.55rem;
    border: 1px solid rgba(202, 219, 235, 0.85);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--registration-shadow);
}

.registration-card label:not(.registration-check) {
    margin-top: 0.18rem;
    color: #0a243f;
    font-size: 1.12rem;
    font-weight: 800;
}

.registration-alert {
    padding: 1rem 1.2rem;
    border: 1px solid #ffc9c9;
    border-radius: 0.8rem;
    color: #842029;
    background: #fff1f1;
    font-size: 1.3rem;
    font-weight: 700;
}

.registration-field {
    position: relative;
    display: grid;
    align-items: center;
}

.registration-field img {
    position: absolute;
    left: 1rem;
    z-index: 1;
    width: 1.8rem;
    height: 1.8rem;
    object-fit: contain;
}

.registration-field input,
.registration-field select {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.8rem 1.2rem 0.8rem 3.4rem;
    border: 1px solid #cfdce9;
    border-radius: 0.45rem;
    color: #0a253f;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.registration-field input::placeholder {
    color: #8695a7;
    font-weight: 600;
}

.registration-field input:focus,
.registration-field select:focus {
    border-color: var(--registration-blue);
    box-shadow: 0 0 0 0.3rem rgba(7, 159, 232, 0.14);
}

.registration-field select {
    appearance: none;
    color: #5a6b7e;
    background-image:
        linear-gradient(45deg, transparent 50%, #697b8f 50%),
        linear-gradient(135deg, #697b8f 50%, transparent 50%);
    background-position:
        calc(100% - 1.7rem) 50%,
        calc(100% - 1.25rem) 50%;
    background-size: 0.5rem 0.5rem, 0.5rem 0.5rem;
    background-repeat: no-repeat;
}

.registration-check {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #4f6072;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
}

.registration-check input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.1rem;
    accent-color: var(--registration-green);
}

.registration-check a,
.registration-login-line a,
.registration-shortlist a {
    color: #009ce6;
    font-weight: 900;
    text-decoration: none;
}

.registration-recaptcha {
    overflow: hidden;
}

.registration-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-height: 4.6rem;
    border: 0;
    border-radius: 0.55rem;
    color: #ffffff;
    background: linear-gradient(135deg, #00d77a 0%, #00c976 100%);
    box-shadow: 0 1.2rem 2.2rem rgba(0, 207, 119, 0.22);
    font-size: 1.5rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.registration-submit img {
    width: 2.35rem;
    height: 2.35rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.registration-submit--small {
    width: min(100%, 26rem);
    min-height: 4.4rem;
    font-size: 1.35rem;
}

.registration-login-line {
    padding-top: 0.8rem;
    color: #5d6c7e;
    text-align: center;
    font-size: 1.18rem;
    font-weight: 700;
}

.registration-visual-side {
    display: none;
    position: relative;
    min-height: 53.5rem;
    transform: scale(0.84);
    transform-origin: top left;
}

.registration-free-badge {
    position: absolute;
    top: 2.2rem;
    right: 9rem;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1.1rem 1.75rem;
    border-radius: 0.65rem;
    color: #ffffff;
    background: linear-gradient(135deg, #07355f, #021d39);
    box-shadow: 0 1rem 2rem rgba(1, 31, 60, 0.22);
    font-size: 1.25rem;
    font-weight: 900;
}

.registration-free-badge::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    border: 0.2rem solid var(--registration-green);
    border-radius: 50%;
    background: radial-gradient(circle, var(--registration-green) 0.28rem, transparent 0.34rem);
}

.registration-visual-orbit {
    position: absolute;
    top: 0.6rem;
    left: 8.6rem;
    width: 39rem;
    height: 31rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 48% 48%, rgba(0, 217, 130, 0.92) 0 7.7rem, rgba(20, 174, 255, 0.88) 7.8rem 13.3rem, transparent 13.4rem),
        repeating-radial-gradient(circle at 48% 48%, transparent 0 9.3rem, rgba(33, 185, 232, 0.32) 9.35rem 9.5rem, transparent 9.55rem 12.2rem);
    opacity: 0.95;
}

.registration-profile-shield {
    position: absolute;
    top: 12.8rem;
    left: 7rem;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 15rem;
    height: 17rem;
    border: 0.4rem solid #0a5b96;
    border-radius: 42% 42% 48% 48%;
    background: linear-gradient(145deg, #083c6d, #021f3f);
    box-shadow: 0 1.2rem 2.5rem rgba(1, 44, 83, 0.25);
    clip-path: polygon(50% 0%, 96% 18%, 88% 76%, 50% 100%, 12% 76%, 4% 18%);
}

.registration-profile-shield img {
    width: 8.4rem;
    height: 8.4rem;
    filter: brightness(0) invert(1);
}

.registration-review-card {
    position: absolute;
    top: 7.4rem;
    left: 20.5rem;
    z-index: 4;
    width: 29rem;
    min-height: 20rem;
    padding: 2.5rem 2.2rem;
    border: 1px solid rgba(210, 227, 240, 0.9);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2rem 4rem rgba(3, 35, 72, 0.18);
}

.registration-review-card > i {
    display: block;
    width: 10rem;
    height: 0.8rem;
    margin: 0 0 2.2rem 3rem;
    border-radius: 99rem;
    background: #18bdf6;
}

.registration-review-card span {
    display: grid;
    grid-template-columns: 2.4rem 1fr 1.9rem;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.55rem;
}

.registration-review-card span::before,
.registration-review-card span::after {
    content: "";
    border-radius: 50%;
}

.registration-review-card span::before {
    width: 2.4rem;
    height: 2.4rem;
    background: #073d68;
}

.registration-review-card span::after {
    width: 1.75rem;
    height: 1.75rem;
    background: var(--registration-green);
}

.registration-review-card b,
.registration-review-card em {
    display: block;
    height: 0.55rem;
    border-radius: 99rem;
}

.registration-review-card b {
    width: 6.8rem;
    margin-bottom: 0.7rem;
    background: #0e6093;
}

.registration-review-card em {
    width: 14rem;
    background: #d8e4ef;
}

.registration-document-card {
    position: absolute;
    top: 15.2rem;
    right: 5rem;
    z-index: 5;
    width: 9.6rem;
    height: 15rem;
    padding: 5.7rem 1.6rem 0;
    border-radius: 0.35rem;
    background: linear-gradient(135deg, #ffffff 0 74%, #1499d8 74% 100%);
    box-shadow: 0 1.5rem 3rem rgba(4, 37, 76, 0.17);
}

.registration-document-card i {
    display: block;
    width: 100%;
    height: 0.38rem;
    margin-bottom: 1rem;
    border-radius: 99rem;
    background: #117fbd;
}

.registration-chip {
    position: absolute;
    top: 22.2rem;
    left: 21rem;
    z-index: 7;
    display: grid;
    place-items: center;
    width: 12rem;
    height: 12rem;
    border: 1.1rem solid #0d4774;
    border-radius: 50%;
    background: radial-gradient(circle, #0fd89b 0 2.8rem, #067eb7 2.9rem 100%);
    box-shadow: 0 1rem 2.5rem rgba(4, 62, 104, 0.28);
}

.registration-chip img {
    width: 6.2rem;
    height: 6.2rem;
}

.registration-lock-mini {
    position: absolute;
    top: 27.8rem;
    right: 3.2rem;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 7rem;
    height: 7rem;
    border: 0.35rem solid #0a5f99;
    border-radius: 42% 42% 48% 48%;
    background: #082c53;
    clip-path: polygon(50% 0%, 96% 20%, 88% 76%, 50% 100%, 12% 76%, 4% 20%);
}

.registration-lock-mini img {
    width: 4rem;
    height: 4rem;
}

.registration-benefits {
    position: absolute;
    right: 0;
    bottom: 6.5rem;
    left: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
}

.registration-benefits article {
    display: grid;
    grid-template-columns: 4.4rem 1fr;
    gap: 1.2rem;
    padding-right: 1.5rem;
    border-right: 1px solid #d8e4ed;
}

.registration-benefits article:last-child {
    border-right: 0;
}

.registration-benefits img {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
}

.registration-benefits h2,
.registration-benefits p,
.registration-editorial-note p {
    margin: 0;
}

.registration-benefits h2 {
    color: #0a263f;
    font-size: 1.25rem;
    font-weight: 900;
}

.registration-benefits p {
    color: #586b7f;
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 700;
}

.registration-editorial-note {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 4.6rem 1fr;
    gap: 1.2rem;
    align-items: center;
    padding: 1.25rem 1.65rem;
    border-radius: 0.75rem;
    background: #f1f6fb;
}

.registration-editorial-note img {
    width: 4rem;
    height: 4rem;
}

.registration-editorial-note p {
    color: #637386;
    font-size: 1.08rem;
    line-height: 1.28;
    font-weight: 700;
}

.registration-editorial-note strong {
    display: block;
    color: #0b2844;
    font-size: 1.2rem;
}

.registration-workspace,
.registration-security,
.registration-existing {
    padding: 2.4rem 0 4rem;
}

.registration-heading {
    margin-bottom: 2.3rem;
}

.registration-heading--center {
    text-align: center;
}

.registration-heading span {
    display: block;
    margin-bottom: 0.8rem;
    color: #00aef0;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.registration-heading h2 {
    display: flex;
    align-items: center;
    justify-content: inherit;
    gap: 1.2rem;
    margin: 0;
    color: #082442;
    font-size: clamp(3.2rem, 4vw, 4.9rem);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.registration-heading p {
    width: min(100%, 56rem);
    margin: 1rem auto 0;
    color: #51657d;
    font-size: 1.38rem;
    line-height: 1.45;
    font-weight: 700;
}

.registration-heading:not(.registration-heading--center) p {
    margin-left: 0;
}

.registration-feature-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    margin-bottom: 1.6rem;
}

.registration-feature-row article,
.registration-security-grid article,
.registration-existing-grid article {
    border: 1px solid var(--registration-border);
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 0.7rem 2rem rgba(8, 42, 79, 0.06);
}

.registration-feature-row article {
    display: grid;
    grid-template-columns: 8.4rem 1fr;
    gap: 1.2rem;
    min-height: 14rem;
    padding: 2rem 1.5rem;
}

.registration-feature-row img {
    width: 8rem;
    height: 8rem;
    object-fit: contain;
}

.registration-feature-row h3,
.registration-shortlist h3,
.registration-security-grid h3,
.registration-existing-grid h3 {
    margin: 0;
    color: #0a2947;
    font-size: 1.55rem;
    line-height: 1.12;
    font-weight: 900;
}

.registration-feature-row p,
.registration-shortlist p,
.registration-security-grid p,
.registration-existing-grid p {
    margin: 0.8rem 0 0;
    color: #52657a;
    font-size: 1.13rem;
    line-height: 1.3;
    font-weight: 700;
}

.registration-shortlist {
    display: grid;
    grid-template-columns: 1fr 26rem;
    gap: 3rem;
    padding: 1.8rem;
    border: 1px solid #a8d8ff;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 1.4rem 3rem rgba(2, 62, 112, 0.08);
}

.registration-shortlist > div {
    min-width: 0;
}

.registration-shortlist h3 {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    font-size: 2.1rem;
}

.registration-shortlist h3 img {
    width: 4.5rem;
    height: 4.5rem;
}

.registration-shortlist aside {
    padding: 4.2rem 0 0 2.8rem;
    border-left: 1px solid #cfe2f2;
}

.registration-shortlist aside h3 {
    font-size: 1.8rem;
}

.registration-table {
    overflow: hidden;
    margin: 1.4rem 0 1.3rem;
    border: 1px solid #d8e5f0;
    border-radius: 0.65rem;
}

.registration-table > div,
.registration-table article {
    display: grid;
    grid-template-columns: 1.25fr 1.7fr 0.9fr 0.55fr;
    align-items: center;
    gap: 1rem;
}

.registration-table > div {
    padding: 0.9rem 1.2rem;
    color: #ffffff;
    background: #043a61;
    font-size: 1.08rem;
    text-transform: uppercase;
}

.registration-table article {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #edf3f8;
    color: #0b2a48;
    font-size: 1.13rem;
    font-weight: 800;
}

.registration-table article:last-child {
    border-bottom: 0;
}

.registration-table span:nth-child(2) {
    overflow: hidden;
    padding: 0.55rem 0.8rem;
    border: 1px solid #d6e4ef;
    border-radius: 0.45rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.registration-table span:nth-child(3) b {
    display: block;
    width: min(var(--level), 100%);
    height: 0.55rem;
    margin-top: 0.4rem;
    border-radius: 99rem;
    background: var(--registration-green);
}

.registration-table em {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    color: #00c875;
    background: #d9fff0;
    font-style: normal;
    font-weight: 900;
}

.registration-outline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: min(100%, 26rem);
    min-height: 4.3rem;
    margin-top: 1.2rem;
    border: 1px solid #00a9f0;
    border-radius: 0.55rem;
    color: #063a62;
    background: #ffffff;
    font-size: 1.3rem;
    font-weight: 900;
    text-decoration: none;
}

.registration-outline-link img {
    width: 2.3rem;
    height: 2.3rem;
}

.registration-security-hero {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 3.4rem;
    min-height: 23rem;
    padding: 2.5rem 4.6rem;
    border-radius: 1rem;
    color: #ffffff;
    background:
        radial-gradient(circle at 22% 48%, rgba(0, 219, 164, 0.46), transparent 18rem),
        linear-gradient(135deg, #052b55 0%, #021c36 100%);
    box-shadow: 0 1.6rem 3rem rgba(2, 24, 50, 0.15);
}

.registration-security-hero > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.3rem;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.registration-security-hero > div img:first-child {
    width: 18rem;
    height: 18rem;
}

.registration-security-hero > div img:last-child {
    width: 8.8rem;
    height: 8.8rem;
}

.registration-security-hero h3 {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    margin: 0 0 1.8rem;
    color: #ffffff;
    font-size: clamp(2.6rem, 3vw, 3.8rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.registration-security-hero h3 img {
    width: 4.8rem;
    height: 4.8rem;
}

.registration-security-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.58rem;
    line-height: 1.45;
    font-weight: 700;
}

.registration-security-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    margin-top: 1.4rem;
}

.registration-security-grid article {
    display: grid;
    grid-template-columns: 7.2rem 1fr;
    gap: 1rem;
    min-height: 12rem;
    padding: 1.7rem 1.2rem;
}

.registration-security-grid article img {
    width: 7rem;
    height: 7rem;
    object-fit: contain;
}

.registration-security-grid article div span {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    margin-right: 0.45rem;
    border-radius: 50%;
    color: #ffffff;
    background: #0ca7e9;
    font-size: 1.1rem;
    font-weight: 900;
}

.registration-security-grid aside {
    grid-row: span 2;
    padding: 1.8rem 2rem;
    border: 1px solid var(--registration-border);
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 0.7rem 2rem rgba(8, 42, 79, 0.06);
}

.registration-security-grid aside h3 {
    padding-bottom: 1.3rem;
    border-bottom: 0.2rem solid #10bff4;
}

.registration-security-grid aside span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    color: #2d4b66;
    font-size: 1.28rem;
    font-weight: 900;
}

.registration-security-grid aside b {
    position: relative;
    width: 4.2rem;
    height: 2.2rem;
    border-radius: 99rem;
    background: var(--registration-green);
}

.registration-security-grid aside b::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #ffffff;
}

.registration-disclaimer,
.registration-editorial-banner {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 1.4rem 0 0;
    padding: 1.3rem 1.8rem;
    border: 1px solid #cfe8fb;
    border-radius: 0.75rem;
    color: #557086;
    background: #f3fbff;
    font-size: 1.18rem;
    line-height: 1.35;
    font-weight: 700;
}

.registration-existing .registration-heading div {
    display: flex;
    justify-content: center;
    gap: 1.8rem;
    margin-top: 1.9rem;
}

.registration-outline-link--wide {
    color: #00b873;
    border-color: #00c875;
}

.registration-existing-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.4rem;
}

.registration-existing-grid article {
    position: relative;
    min-height: 17rem;
    padding: 1.9rem 1.3rem 2.6rem;
    text-align: center;
}

.registration-existing-grid img {
    width: 6.4rem;
    height: 6.4rem;
    object-fit: contain;
}

.registration-existing-grid h3 {
    margin-top: 0.8rem;
    font-size: 1.25rem;
}

.registration-existing-grid p {
    font-size: 1rem;
}

.registration-existing-grid span {
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0;
    color: var(--registration-green);
    font-size: 2rem;
    font-weight: 900;
}

.registration-editorial-banner {
    justify-content: space-between;
    background: #ffffff;
}

.registration-editorial-banner img {
    width: 5rem;
    height: 5rem;
    flex: 0 0 auto;
}

.registration-editorial-banner span {
    flex: 1;
}

.registration-editorial-banner strong {
    display: block;
    color: #102f4f;
    font-size: 1.35rem;
}

.registration-editorial-banner b {
    display: grid;
    place-items: center;
    width: 4.4rem;
    height: 4.4rem;
    border: 0.25rem solid var(--registration-gold);
    border-radius: 50%;
    color: #092744;
    font-size: 1.5rem;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .registration-hero__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .registration-visual-side {
        width: min(100%, 66rem);
        margin: 0 auto;
        transform: none;
    }

    .registration-feature-row,
    .registration-existing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .registration-security-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .registration-shortlist,
    .registration-security-hero {
        grid-template-columns: 1fr;
    }

    .registration-shortlist aside {
        padding: 2rem 0 0;
        border-left: 0;
        border-top: 1px solid #cfe2f2;
    }

    .registration-security-hero {
        padding: 2.8rem;
    }

    .registration-security-hero > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        padding-bottom: 2rem;
    }

    .registration-security-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .registration-security-grid aside {
        grid-row: auto;
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .registration-wrap {
        width: min(100% - 1.5rem, 112rem);
    }

    .registration-hero {
        padding-top: 3rem;
    }

    .registration-card {
        padding: 1.2rem;
    }

    .registration-visual-side {
        min-height: 57rem;
        transform: scale(0.82);
        transform-origin: top center;
        margin-bottom: -9rem;
    }

    .registration-feature-row,
    .registration-security-grid,
    .registration-existing-grid {
        grid-template-columns: 1fr;
    }

    .registration-feature-row article,
    .registration-security-grid article {
        grid-template-columns: 7rem 1fr;
    }

    .registration-table {
        overflow-x: auto;
    }

    .registration-table > div,
    .registration-table article {
        min-width: 62rem;
    }

    .registration-existing .registration-heading div {
        display: grid;
        grid-template-columns: 1fr;
    }

    .registration-existing .registration-heading a {
        width: 100%;
    }

    .registration-editorial-banner {
        align-items: flex-start;
    }
}

@media (max-width: 520px) {
    .registration-form-side h1 {
        font-size: 3.65rem;
    }

    .registration-visual-side {
        transform: scale(0.61);
        margin-left: -9rem;
        margin-bottom: -19rem;
    }

    .registration-security-hero {
        padding: 2rem;
    }

    .registration-security-hero > div {
        transform: scale(0.78);
        margin: -2rem 0;
    }

    .registration-security-hero h3,
    .registration-heading h2 {
        align-items: flex-start;
        flex-direction: column;
    }

    .registration-disclaimer,
    .registration-editorial-banner {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* Responsible gaming page redesign */
.responsible-redesign {
    --rg-navy: #062f55;
    --rg-deep: #032542;
    --rg-text: #082845;
    --rg-muted: #536a80;
    --rg-green: #00d986;
    --rg-blue: #11bdf4;
    --rg-gold: #ffbf00;
    --rg-border: #d8e6f2;
    --rg-shadow: 0 1.5rem 3.5rem rgba(5, 37, 72, 0.12);
    color: var(--rg-text);
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 42%, #f9fcff 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
}

.responsible-redesign *,
.responsible-redesign *::before,
.responsible-redesign *::after {
    box-sizing: border-box;
}

.responsible-wrap {
    width: min(100% - 4rem, 112rem);
    margin: 0 auto;
}

.responsible-hero {
    padding: 5.8rem 0 3rem;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_responsibility_gaming.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1717px, 100%) auto;
}

.responsible-hero__grid {
    display: grid;
    grid-template-columns: 38rem minmax(34rem, 1fr);
    align-items: center;
    gap: 2.8rem;
}

.responsible-hero__copy h1 {
    margin: 0;
    color: #062746;
    font-size: clamp(3.8rem, 4vw, 4.7rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.responsible-hero__lead {
    margin: 1.1rem 0 1.8rem;
    color: #082b4d;
    font-size: clamp(2.1rem, 2.6vw, 3rem);
    line-height: 1.16;
    font-style: italic;
    font-weight: 700;
}

.responsible-hero__text,
.responsible-heading p,
.responsible-tool-grid p,
.responsible-plan p,
.responsible-support p,
.responsible-steps p,
.responsible-help-card p {
    color: var(--rg-muted);
    font-size: 1.35rem;
    line-height: 1.42;
    font-weight: 700;
}

.responsible-hero__text {
    width: min(100%, 44rem);
    margin: 0 0 2.4rem;
}

.responsible-hero__actions,
.responsible-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
}

.responsible-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-height: 4.6rem;
    padding: 0 2rem;
    border-radius: 0.55rem;
    font-size: 1.3rem;
    font-weight: 900;
    text-decoration: none;
    border: 1px solid transparent;
}

.responsible-btn img {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: contain;
}

.responsible-btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #00d982 0%, #00c978 100%);
    box-shadow: 0 1.1rem 2rem rgba(0, 207, 119, 0.22);
}

.responsible-btn--primary img {
    filter: brightness(0) invert(1);
}

.responsible-btn--outline {
    color: #00a96b;
    border-color: #00d986;
    background: #ffffff;
}

.responsible-btn--dark {
    color: #ffffff;
    border-color: rgba(32, 190, 249, 0.8);
    background: rgba(1, 42, 76, 0.4);
}

.responsible-hero__chips {
    margin-top: 2.4rem;
}

.responsible-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 4.3rem;
    padding: 0 1.35rem;
    border: 1px solid #e1e9f2;
    border-radius: 0.6rem;
    color: #15324e;
    background: #ffffff;
    box-shadow: 0 0.8rem 1.8rem rgba(8, 42, 79, 0.08);
    font-size: 1.13rem;
    font-weight: 900;
}

.responsible-hero__visual {
    display: none;
    position: relative;
    min-height: 35.5rem;
    transform: scale(0.82);
    transform-origin: left center;
}

.responsible-hero__visual::before {
    content: "";
    position: absolute;
    right: 4rem;
    bottom: 1.3rem;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    background: #e7f5ff;
}

.responsible-visual__shield {
    position: absolute;
    top: 0;
    left: 10.5rem;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 12.2rem;
    height: 13.6rem;
    background: linear-gradient(145deg, #f5fbff, #d5e7f8);
    clip-path: polygon(50% 0%, 93% 18%, 85% 75%, 50% 100%, 15% 75%, 7% 18%);
}

.responsible-visual__shield img {
    width: 8.8rem;
    height: 8.8rem;
}

.responsible-visual__age {
    position: absolute;
    top: 4.4rem;
    right: 4rem;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    color: #061f38;
    background: var(--rg-gold);
    font-size: 2rem;
    font-weight: 900;
}

.responsible-dashboard {
    position: absolute;
    top: 5.2rem;
    left: 17rem;
    z-index: 3;
    width: 35rem;
    min-height: 15.4rem;
    padding: 1.9rem 2rem;
    border-radius: 0.6rem;
    color: #ffffff;
    background: linear-gradient(135deg, #062f55, #072845);
    box-shadow: 0 1.8rem 3rem rgba(4, 39, 74, 0.2);
}

.responsible-dashboard h2,
.responsible-dashboard p,
.responsible-dashboard span {
    margin: 0;
}

.responsible-dashboard h2 {
    margin-bottom: 1.4rem;
    font-size: 1.25rem;
    font-weight: 900;
}

.responsible-dashboard > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.responsible-dashboard span {
    padding: 1.2rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    font-weight: 800;
}

.responsible-dashboard strong {
    display: block;
    margin-top: 0.5rem;
    color: #14d98a;
    font-size: 1.75rem;
}

.responsible-dashboard p {
    margin-top: 1.1rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
    font-weight: 800;
}

.responsible-dashboard b {
    display: inline-grid;
    place-items: center;
    width: 3.3rem;
    height: 2rem;
    margin-left: 0.45rem;
    border-radius: 99rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    font-size: 0.85rem;
}

.responsible-dashboard b:nth-of-type(2) {
    background: #168ee7;
}

.responsible-checklist,
.responsible-break-card {
    position: absolute;
    z-index: 7;
    border: 1px solid #dce8f3;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.4rem 2.8rem rgba(4, 38, 73, 0.14);
}

.responsible-checklist {
    bottom: 1.3rem;
    left: 9rem;
    width: 22rem;
    padding: 1.45rem;
}

.responsible-checklist h3,
.responsible-break-card h3 {
    margin: 0 0 1rem;
    color: #123451;
    font-size: 1.2rem;
    font-weight: 900;
}

.responsible-checklist span {
    display: block;
    margin-top: 0.7rem;
    color: #365067;
    font-size: 1rem;
    font-weight: 800;
}

.responsible-checklist span::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
    border-radius: 50%;
    vertical-align: -0.25rem;
    background: var(--rg-green);
}

.responsible-lock {
    position: absolute;
    right: 22rem;
    bottom: 4.7rem;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 9rem;
    height: 9rem;
    border-radius: 1.2rem;
    background: linear-gradient(145deg, #08df98, #0dc279);
    box-shadow: 0 1.4rem 2.5rem rgba(0, 160, 103, 0.22);
}

.responsible-lock img {
    width: 5.8rem;
    height: 5.8rem;
}

.responsible-break-card {
    right: 2rem;
    bottom: 1.4rem;
    width: 20rem;
    min-height: 11rem;
    padding: 2rem 2rem 1.5rem;
}

.responsible-break-card p {
    margin: 0;
    color: #52697d;
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 800;
}

.responsible-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4rem;
    padding: 2rem;
    border: 1px solid #e1eaf3;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: var(--rg-shadow);
}

.responsible-pillars article {
    display: grid;
    grid-template-columns: 7.2rem 1fr;
    gap: 1.5rem;
    padding: 0 2rem;
    border-right: 1px solid #8ce4ff;
}

.responsible-pillars article:last-child {
    border-right: 0;
}

.responsible-pillars img {
    width: 6.4rem;
    height: 6.4rem;
    object-fit: contain;
}

.responsible-pillars h2,
.responsible-pillars p {
    margin: 0;
}

.responsible-pillars h2 {
    color: #0a2b49;
    font-size: 1.55rem;
    line-height: 1.12;
    font-weight: 900;
}

.responsible-pillars p {
    margin-top: 0.55rem;
    color: #52677d;
    font-size: 1.1rem;
    line-height: 1.28;
    font-weight: 700;
}

.responsible-tools,
.responsible-support,
.responsible-final {
    padding: 3rem 0 4.5rem;
}

.responsible-heading {
    margin-bottom: 2.2rem;
}

.responsible-heading--center {
    text-align: center;
}

.responsible-heading h2 {
    margin: 0;
    color: #082744;
    font-size: clamp(3.4rem, 4.6vw, 5.4rem);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.responsible-heading p {
    width: min(100%, 68rem);
    margin: 0.8rem auto 0;
}

.responsible-heading:not(.responsible-heading--center) p {
    margin-left: 0;
}

.responsible-tool-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.2rem;
}

.responsible-tool-grid article,
.responsible-steps article,
.responsible-warning-list article,
.responsible-self-check,
.responsible-help-card {
    border: 1px solid var(--rg-border);
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(8, 42, 79, 0.07);
}

.responsible-tool-grid article {
    min-height: 22.5rem;
    padding: 2rem 2rem 2.4rem;
    text-align: center;
}

.responsible-tool-grid img {
    width: 11rem;
    height: 11rem;
    object-fit: contain;
}

.responsible-tool-grid h3 {
    margin: 1.2rem 0 0;
    padding-top: 1.2rem;
    border-top: 0.2rem solid #21bdf3;
    color: #102e4b;
    font-size: 1.55rem;
    font-weight: 900;
}

.responsible-tool-grid p {
    margin: 0.8rem 0 0;
    font-size: 1.12rem;
}

.responsible-plan {
    display: grid;
    grid-template-columns: 29rem 1fr 21rem;
    gap: 2rem;
    margin-top: 2rem;
}

.responsible-plan__card,
.responsible-plan__settings {
    min-height: 22.8rem;
    padding: 2.3rem;
    color: #ffffff;
    background: linear-gradient(135deg, #06355e, #022747);
}

.responsible-plan__card {
    display: grid;
    grid-template-columns: 8.2rem 1fr;
    gap: 1.5rem;
    border-radius: 0.75rem 0 0 0.75rem;
}

.responsible-plan__card img {
    width: 7.6rem;
    height: 7.6rem;
}

.responsible-plan h3,
.responsible-plan p {
    margin: 0;
}

.responsible-plan h3 {
    color: inherit;
    font-size: 1.55rem;
    font-weight: 900;
}

.responsible-plan__card p {
    margin: 0.8rem 0 1.6rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
}

.responsible-plan__card a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 0.45rem;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 900;
    text-decoration: none;
}

.responsible-plan__card a:first-of-type {
    border-color: transparent;
    color: #062947;
    background: var(--rg-green);
}

.responsible-plan__settings {
    border-left: 1px solid rgba(25, 201, 255, 0.45);
    border-radius: 0 0.75rem 0.75rem 0;
}

.responsible-plan__settings > div {
    display: grid;
    grid-template-columns: 4rem minmax(15rem, 1fr) 18rem;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(37, 195, 244, 0.45);
}

.responsible-plan__settings > div:last-child {
    border-bottom: 0;
}

.responsible-plan__settings img {
    width: 3.2rem;
    height: 3.2rem;
}

.responsible-plan__settings span {
    display: grid;
    grid-template-columns: 1fr 5.5rem 3.8rem;
    align-items: center;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 900;
}

.responsible-plan__settings small,
.responsible-plan__settings em {
    display: grid;
    place-items: center;
    height: 3.2rem;
    background: #ffffff;
    color: #698095;
    font-style: normal;
}

.responsible-plan__settings small {
    border-radius: 0.35rem 0 0 0.35rem;
}

.responsible-plan__settings em {
    border-left: 1px solid #d6e3ee;
    border-radius: 0 0.35rem 0.35rem 0;
}

.responsible-plan__settings b {
    position: relative;
    display: block;
    height: 0.35rem;
    border-radius: 99rem;
    background: rgba(255, 255, 255, 0.25);
}

.responsible-plan__settings b::after {
    content: "";
    position: absolute;
    top: -0.45rem;
    left: 58%;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background: var(--rg-green);
}

.responsible-plan__settings strong {
    justify-self: start;
    position: relative;
    width: 5.4rem;
    height: 2.8rem;
    border-radius: 99rem;
    background: var(--rg-green);
}

.responsible-plan__settings strong::after {
    content: "";
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: #ffffff;
}

.responsible-awareness {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 22.8rem;
    padding: 2.2rem;
    border: 1px solid var(--rg-border);
    border-radius: 0.75rem;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 0.8rem 2rem rgba(8, 42, 79, 0.07);
}

.responsible-awareness img {
    width: 8.5rem;
    height: 8.5rem;
}

.responsible-awareness h3 {
    margin: 1rem 0 0.8rem;
    color: #102d49;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 900;
}

.responsible-awareness p {
    margin: 0;
    font-size: 1rem;
}

.responsible-support__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 3rem;
}

.responsible-warning-list {
    overflow: hidden;
    border: 1px solid var(--rg-border);
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(8, 42, 79, 0.07);
}

.responsible-warning-list article {
    display: grid;
    grid-template-columns: 3.8rem 1fr 2rem;
    align-items: center;
    gap: 1.2rem;
    min-height: 5.7rem;
    padding: 1.1rem 1.7rem;
    border: 0;
    border-bottom: 1px solid #e1eaf3;
    border-radius: 0;
    box-shadow: none;
}

.responsible-warning-list article:last-child {
    border-bottom: 0;
}

.responsible-warning-list img {
    width: 3.2rem;
    height: 3.2rem;
}

.responsible-warning-list strong {
    color: #173752;
    font-size: 1.25rem;
    font-weight: 900;
}

.responsible-warning-list span {
    color: #042f55;
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
}

.responsible-self-check {
    display: grid;
    grid-template-columns: 9rem 1fr 13rem;
    gap: 1.8rem;
    margin-top: 1.2rem;
    padding: 2rem;
}

.responsible-self-check img {
    width: 8.4rem;
    height: 8.4rem;
}

.responsible-self-check h3 {
    margin: 0 0 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 0.2rem solid #20bcf2;
    color: #0d2f4d;
    font-size: 1.55rem;
    font-weight: 900;
}

.responsible-self-check label {
    display: block;
    margin-top: 0.45rem;
    color: #50677d;
    font-size: 1.1rem;
    font-weight: 800;
}

.responsible-self-check input {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.6rem;
    accent-color: var(--rg-green);
}

.responsible-self-check aside {
    align-self: center;
    padding: 2rem 1.2rem;
    border-radius: 0.55rem;
    color: #496177;
    background: #ecf7ff;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 800;
}

.responsible-resources {
    padding: 2.2rem;
    border-radius: 0.8rem;
    color: #ffffff;
    background: linear-gradient(135deg, #06375e, #022542);
    box-shadow: 0 1.4rem 3rem rgba(3, 37, 70, 0.16);
}

.responsible-resources h2 {
    margin: 0 0 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 0.2rem solid var(--rg-blue);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
}

.responsible-resources article {
    display: grid;
    grid-template-columns: 5.8rem 1fr;
    gap: 1.3rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(134, 209, 241, 0.25);
}

.responsible-resources article img {
    width: 5.2rem;
    height: 5.2rem;
}

.responsible-resources h3,
.responsible-resources p {
    margin: 0;
}

.responsible-resources h3 {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 900;
}

.responsible-resources p {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.04rem;
}

.responsible-resources .responsible-btn {
    width: 100%;
    margin-top: 1.4rem;
}

.responsible-control-bar {
    display: grid;
    grid-template-columns: 6rem 1fr repeat(4, auto) 24rem;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1.2rem;
    padding: 1.35rem 1.7rem;
    border: 1px solid var(--rg-border);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(8, 42, 79, 0.06);
}

.responsible-control-bar img {
    width: 5rem;
    height: 5rem;
}

.responsible-control-bar p,
.responsible-control-bar b,
.responsible-control-bar span {
    margin: 0;
    color: #52677d;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 800;
}

.responsible-control-bar strong {
    color: #0b2e4d;
    font-size: 1.25rem;
}

.responsible-control-bar span {
    color: #30506b;
    white-space: nowrap;
}

.responsible-control-bar span::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.55rem;
    border-radius: 50%;
    vertical-align: -0.2rem;
    background: var(--rg-green);
}

.responsible-control-bar b {
    justify-self: end;
}

.responsible-final {
    padding-top: 1.2rem;
}

.responsible-risk-banner {
    display: grid;
    grid-template-columns: 12rem 10rem 1fr;
    align-items: center;
    gap: 2.8rem;
    width: min(100%, 90rem);
    margin: 0 auto 1.4rem;
    padding: 2rem 2.8rem;
    border-radius: 0.55rem;
    color: #ffffff;
    background: linear-gradient(135deg, #06375f, #032744);
}

.responsible-risk-banner img {
    width: 9rem;
    height: 9rem;
    object-fit: contain;
}

.responsible-risk-banner img:first-child {
    width: 10.5rem;
    height: 10.5rem;
}

.responsible-risk-banner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.32rem;
    line-height: 1.45;
    font-weight: 800;
}

.responsible-risk-banner strong {
    color: #ffffff;
}

.responsible-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    width: min(100%, 90rem);
    margin: 0 auto;
}

.responsible-steps article {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 1rem;
    min-height: 12.4rem;
    padding: 1.4rem;
}

.responsible-steps img {
    width: 6.4rem;
    height: 6.4rem;
}

.responsible-steps h3,
.responsible-help-card h3 {
    margin: 0;
    color: #102e4b;
    font-size: 1.15rem;
    line-height: 1.18;
    font-weight: 900;
}

.responsible-steps p {
    margin: 0.6rem 0 0;
    font-size: 0.95rem;
}

.responsible-help-card {
    display: grid;
    grid-template-columns: 7rem 1fr 22rem 16rem;
    align-items: center;
    gap: 1.8rem;
    width: min(100%, 90rem);
    margin: 1.2rem auto 0;
    padding: 1.4rem 2rem;
    border-color: #bfeee0;
}

.responsible-help-card img {
    width: 5.8rem;
    height: 5.8rem;
}

.responsible-help-card p {
    margin: 0.35rem 0 0;
    font-size: 1.05rem;
}

.responsible-help-card .responsible-btn {
    min-height: 4rem;
    padding: 0 1.4rem;
}

.responsible-help-card small {
    grid-column: 3 / -1;
    color: #52697d;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .responsible-hero__grid,
    .responsible-support__grid {
        grid-template-columns: 1fr;
    }

    .responsible-hero__visual {
        width: min(100%, 66rem);
        margin: 0 auto;
    }

    .responsible-pillars,
    .responsible-tool-grid,
    .responsible-steps {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .responsible-plan__card,
    .responsible-plan__settings {
        border-radius: 0.75rem;
    }

    .responsible-control-bar {
        grid-template-columns: 6rem 1fr;
    }

    .responsible-control-bar b,
    .responsible-control-bar span {
        justify-self: start;
    }

    .responsible-help-card {
        grid-template-columns: 7rem 1fr;
    }

    .responsible-help-card small {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .responsible-wrap {
        width: min(100% - 1.5rem, 112rem);
    }

    .responsible-hero {
        padding-top: 3.5rem;
    }

    .responsible-hero__copy h1 {
        font-size: 3.8rem;
    }

    .responsible-hero__actions,
    .responsible-hero__chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .responsible-btn {
        width: 100%;
    }

    .responsible-hero__visual {
        min-height: 35rem;
        transform: scale(0.78);
        transform-origin: top center;
        margin-bottom: -7rem;
    }

    .responsible-pillars,
    .responsible-tool-grid,
    .responsible-steps,
    .responsible-risk-banner {
        grid-template-columns: 1fr;
    }

    .responsible-pillars article {
        border-right: 0;
        border-bottom: 1px solid #8ce4ff;
        padding: 1.4rem 0;
    }

    .responsible-pillars article:last-child {
        border-bottom: 0;
    }

    .responsible-plan__settings > div,
    .responsible-self-check,
    .responsible-warning-list article,
    .responsible-steps article,
    .responsible-help-card {
        grid-template-columns: 1fr;
    }

    .responsible-plan__settings span {
        grid-template-columns: 1fr 5.5rem 3.8rem;
    }

    .responsible-plan__settings b {
        width: 100%;
    }

    .responsible-risk-banner,
    .responsible-help-card {
        justify-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .responsible-hero__visual {
        transform: scale(0.58);
        margin-left: -6rem;
        margin-bottom: -14rem;
    }

    .responsible-heading h2 {
        font-size: 3rem;
    }

    .responsible-dashboard {
        left: 16rem;
    }

    .responsible-break-card {
        right: 0;
    }
}

/* Terms page redesign */
.terms-redesign {
    --terms-navy: #062f55;
    --terms-deep: #032541;
    --terms-text: #0a2a47;
    --terms-muted: #5b6f84;
    --terms-green: #00d986;
    --terms-blue: #16bff4;
    --terms-gold: #ffbf00;
    --terms-border: #dce8f3;
    --terms-shadow: 0 1.5rem 3.5rem rgba(5, 37, 72, 0.12);
    color: var(--terms-text);
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 48%, #f9fcff 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
}

.terms-redesign *,
.terms-redesign *::before,
.terms-redesign *::after {
    box-sizing: border-box;
}

.terms-wrap {
    width: min(100% - 4rem, 112rem);
    margin: 0 auto;
}

.terms-hero {
    padding: 5rem 0 3.2rem;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_terms_conditions.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1693px, 100%) auto;
}

.terms-hero__grid {
    display: grid;
    grid-template-columns: 50rem minmax(42rem, 1fr);
    align-items: center;
    gap: 4rem;
}

.terms-hero__copy h1 {
    margin: 0;
    color: #202938;
    font-size: clamp(4.2rem, 5.3vw, 6.2rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.terms-hero__copy p {
    margin: 1.4rem 0 2.8rem;
    color: #4e6278;
    font-size: 1.75rem;
    line-height: 1.42;
    font-weight: 700;
}

.terms-hero__actions,
.terms-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
}

.terms-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-height: 4.9rem;
    padding: 0 2.8rem;
    border: 1px solid transparent;
    border-radius: 0.55rem;
    font-size: 1.3rem;
    font-weight: 900;
    text-decoration: none;
}

.terms-btn img {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: contain;
}

.terms-btn--primary {
    color: #062947;
    background: linear-gradient(135deg, #00d986, #00c878);
    box-shadow: 0 1.1rem 2rem rgba(0, 207, 119, 0.2);
}

.terms-btn--outline {
    color: #00a967;
    border-color: #00d986;
    background: #ffffff;
}

.terms-btn--dark {
    color: #ffffff;
    border-color: rgba(22, 191, 244, 0.75);
    background: rgba(2, 43, 75, 0.45);
}

.terms-hero__chips {
    margin-top: 3.4rem;
}

.terms-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.8rem;
    padding: 0 1.2rem;
    border: 1px solid #e0e9f2;
    border-radius: 0.55rem;
    color: #405870;
    background: #ffffff;
    box-shadow: 0 0.8rem 1.8rem rgba(8, 42, 79, 0.08);
    font-size: 1.05rem;
    font-weight: 800;
}

.terms-hero__chips img {
    width: 2.2rem;
    height: 2.2rem;
}

.terms-hero__visual {
    display: none;
    position: relative;
    min-height: 31rem;
    transform: scale(0.68);
    transform-origin: left center;
}

.terms-visual__orb {
    position: absolute;
    right: 0;
    top: 1rem;
    width: 50rem;
    height: 38rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 47% 45%, rgba(3, 83, 132, 0.55), transparent 20rem),
        linear-gradient(135deg, #052d55, #021e39);
    box-shadow: inset 0 0 0 1rem rgba(17, 191, 244, 0.08);
}

.terms-visual__document {
    position: absolute;
    top: 0.8rem;
    left: 6rem;
    z-index: 4;
    width: 21rem;
    min-height: 29rem;
    padding: 3.2rem 2.2rem;
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 1.8rem 3.8rem rgba(4, 37, 74, 0.22);
    transform: rotate(5deg);
}

.terms-visual__document h2 {
    margin: 0 0 1.8rem;
    color: #07588b;
    font-size: 1.35rem;
    font-weight: 900;
}

.terms-visual__document span {
    display: block;
    height: 0.55rem;
    margin: 1rem 0;
    border-radius: 99rem;
    background: #bdd4e6;
}

.terms-visual__document span::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: -0.7rem 1rem 0 0;
    border-radius: 50%;
    vertical-align: top;
    background: var(--terms-green);
}

.terms-visual__panel {
    position: absolute;
    top: 9.2rem;
    right: 3rem;
    z-index: 5;
    width: 19rem;
    min-height: 20rem;
    padding: 2.2rem;
    border: 1px solid rgba(132, 205, 237, 0.35);
    border-radius: 0.8rem;
    color: #ffffff;
    background: rgba(4, 47, 84, 0.72);
    box-shadow: 0 1.6rem 3rem rgba(2, 25, 48, 0.25);
}

.terms-visual__panel h2 {
    margin: 0 0 1.2rem;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 900;
}

.terms-visual__panel span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    font-weight: 800;
}

.terms-visual__panel b {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: var(--terms-green);
}

.terms-visual__shield {
    position: absolute;
    left: 0.5rem;
    bottom: 9rem;
    z-index: 7;
    display: grid;
    place-items: center;
    width: 12rem;
    height: 13rem;
    background: linear-gradient(145deg, #0dd695, #045d82);
    clip-path: polygon(50% 0%, 94% 18%, 86% 76%, 50% 100%, 14% 76%, 6% 18%);
}

.terms-visual__shield img {
    width: 8rem;
    height: 8rem;
}

.terms-visual__glass {
    position: absolute;
    left: 12rem;
    bottom: 2.5rem;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 15rem;
    height: 15rem;
    border: 1.2rem solid rgba(6, 88, 136, 0.95);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 1.4rem 2.8rem rgba(4, 35, 69, 0.24);
}

.terms-visual__glass::after {
    content: "";
    position: absolute;
    right: 11.8rem;
    bottom: -4.2rem;
    width: 2.2rem;
    height: 9rem;
    border-radius: 99rem;
    background: #048f8f;
    transform: rotate(48deg);
}

.terms-visual__glass strong {
    color: #0a456d;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.05;
    font-weight: 900;
}

.terms-visual__glass img {
    width: 4rem;
    height: 4rem;
}

.terms-visual__lock {
    position: absolute;
    right: 7rem;
    bottom: 3.2rem;
    z-index: 8;
    width: 8rem;
    height: 7.2rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, #00d986, #008dc2);
}

.terms-visual__lock::before {
    content: "";
    position: absolute;
    top: -4rem;
    left: 1.6rem;
    width: 4.8rem;
    height: 5rem;
    border: 1rem solid #d8eef8;
    border-bottom: 0;
    border-radius: 3rem 3rem 0 0;
}

.terms-visual__lock::after {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 3.3rem;
    width: 1.4rem;
    height: 2.4rem;
    border-radius: 99rem;
    background: #063154;
}

.terms-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3rem;
    padding: 2.1rem;
    border: 1px solid var(--terms-border);
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: var(--terms-shadow);
}

.terms-hero__stats article {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 1.4rem;
    padding: 0 2rem;
    border-right: 1px solid #74daf8;
}

.terms-hero__stats article:last-child {
    border-right: 0;
}

.terms-hero__stats img {
    width: 6.2rem;
    height: 6.2rem;
    object-fit: contain;
}

.terms-hero__stats h2,
.terms-hero__stats p,
.terms-hero__stats strong {
    margin: 0;
}

.terms-hero__stats h2 {
    color: #0c2e4c;
    font-size: 1.45rem;
    font-weight: 900;
}

.terms-hero__stats strong {
    display: block;
    margin-top: 0.4rem;
    color: #00a7f0;
    font-size: 1.2rem;
}

.terms-hero__stats p {
    margin-top: 0.5rem;
    color: var(--terms-muted);
    font-size: 1.08rem;
    line-height: 1.32;
    font-weight: 700;
}

.terms-overview,
.terms-liability,
.terms-changes {
    padding: 3rem 0 4.5rem;
}

.terms-overview__grid {
    display: grid;
    grid-template-columns: 23rem 1fr 27rem;
    gap: 3.2rem;
    align-items: start;
}

.terms-toc,
.terms-key,
.terms-overview__cards article,
.terms-disclosure-grid article,
.terms-responsibility-table,
.terms-final-cards article,
.terms-info-note {
    border: 1px solid var(--terms-border);
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(8, 42, 79, 0.07);
}

.terms-toc {
    position: sticky;
    top: 9rem;
    padding: 2.3rem;
}

.terms-toc h2 {
    margin: 0 0 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid var(--terms-border);
    color: #102f4c;
    font-size: 1.45rem;
    font-weight: 900;
}

.terms-toc a {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 4.8rem;
    padding: 0 1.1rem;
    border-left: 0.45rem solid transparent;
    border-radius: 0.45rem;
    color: #294760;
    font-size: 1.15rem;
    font-weight: 800;
    text-decoration: none;
}

.terms-toc a.is-active {
    border-left-color: var(--terms-blue);
    color: #0089d2;
    background: #eaf8ff;
}

.terms-toc img {
    width: 2.2rem;
    height: 2.2rem;
}

.terms-heading {
    margin-bottom: 2rem;
}

.terms-heading--center {
    text-align: center;
}

.terms-heading h2 {
    margin: 0;
    color: #092846;
    font-size: clamp(3.1rem, 3.8vw, 4.4rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.terms-heading p {
    width: min(100%, 66rem);
    margin: 0.8rem 0 0;
    color: var(--terms-muted);
    font-size: 1.35rem;
    line-height: 1.45;
    font-weight: 700;
}

.terms-heading--center p {
    margin-left: auto;
    margin-right: auto;
}

.terms-overview__cards {
    display: grid;
    gap: 1.55rem;
}

.terms-overview__cards article {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 2rem;
    min-height: 14.4rem;
    padding: 2rem;
}

.terms-overview__cards img {
    width: 8.4rem;
    height: 8.4rem;
    object-fit: contain;
}

.terms-overview__cards h3 {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin: 0 0 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 0.2rem solid var(--terms-blue);
    color: #0d2f4d;
    font-size: 1.75rem;
    font-weight: 900;
}

.terms-overview__cards h3 span {
    display: grid;
    place-items: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.45rem;
    color: #ffffff;
    background: #0bb4ed;
    font-size: 1.45rem;
}

.terms-overview__cards h3 b {
    margin-left: auto;
    padding: 0.5rem 0.9rem;
    border-radius: 0.35rem;
    color: #3d3600;
    background: #ffef87;
    font-size: 1rem;
}

.terms-overview__cards p,
.terms-key p,
.terms-disclosure-grid p,
.terms-final-cards p {
    margin: 0;
    color: #50677d;
    font-size: 1.18rem;
    line-height: 1.42;
    font-weight: 700;
}

.terms-key {
    padding: 2.4rem;
    color: #ffffff;
    background:
        radial-gradient(circle at 110% 110%, rgba(18, 191, 244, 0.22), transparent 18rem),
        linear-gradient(135deg, #07385f, #032643);
}

.terms-key h2 {
    margin: 0 0 1.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.2rem solid var(--terms-blue);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
}

.terms-key article {
    display: grid;
    grid-template-columns: 2.6rem 1fr;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(132, 205, 237, 0.2);
}

.terms-key article span {
    width: 2.2rem;
    height: 2.2rem;
    border: 0.2rem solid var(--terms-green);
    border-radius: 50%;
}

.terms-key h3,
.terms-key p {
    margin: 0;
    color: #ffffff;
}

.terms-key h3 {
    font-size: 1.28rem;
    font-weight: 900;
}

.terms-key p {
    margin-top: 0.3rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
}

.terms-key .terms-btn {
    width: 100%;
    margin-top: 1.4rem;
}

.terms-key > p {
    margin-top: 2rem;
    padding-left: 3rem;
}

.terms-disclosure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
}

.terms-disclosure-grid article {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 1.4rem;
    min-height: 17rem;
    padding: 1.8rem;
}

.terms-disclosure-grid img {
    width: 6.2rem;
    height: 6.2rem;
}

.terms-disclosure-grid h3 {
    margin: 0 0 0.7rem;
    color: #0d3150;
    font-size: 1.3rem;
    font-weight: 900;
}

.terms-disclosure-grid p {
    font-size: 1.02rem;
}

.terms-disclosure-grid strong {
    display: block;
    margin-top: 1.2rem;
    color: #143652;
    font-size: 1rem;
}

.terms-disclosure-grid strong::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
    border-radius: 50%;
    vertical-align: -0.22rem;
    background: var(--terms-green);
}

.terms-do-panel {
    display: grid;
    grid-template-columns: 28rem 1fr 1fr;
    gap: 2.4rem;
    margin-top: 1.2rem;
    padding: 2.4rem 3rem;
    border-radius: 0.75rem;
    color: #ffffff;
    background: linear-gradient(135deg, #073a63, #032744);
}

.terms-do-panel h2,
.terms-do-panel p {
    margin: 0;
}

.terms-do-panel h2 {
    color: #ffffff;
    font-size: 2.1rem;
    line-height: 1.12;
    font-weight: 900;
}

.terms-do-panel h2 span,
.terms-do-panel ul:nth-child(3) li:first-child {
    color: var(--terms-gold);
}

.terms-do-panel p {
    margin-top: 2rem;
    padding-left: 1.4rem;
    border-left: 0.35rem solid var(--terms-gold);
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    line-height: 1.4;
    font-weight: 700;
}

.terms-do-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.terms-do-panel li {
    padding: 0.78rem 0;
    border-bottom: 1px solid rgba(132, 205, 237, 0.28);
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    font-weight: 800;
}

.terms-do-panel li:first-child {
    color: var(--terms-green);
    font-size: 1.25rem;
    font-weight: 900;
}

.terms-do-panel li:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.7rem;
    border-radius: 50%;
    vertical-align: -0.25rem;
    background: var(--terms-green);
}

.terms-do-panel ul:nth-child(3) li:not(:first-child)::before {
    background: var(--terms-gold);
}

.terms-responsibility-table {
    overflow: hidden;
    margin-top: 1.2rem;
}

.terms-responsibility-table h2 {
    margin: 0;
    padding: 1rem 1.4rem;
    color: #0d2f4d;
    font-size: 1.55rem;
    font-weight: 900;
}

.terms-table > div,
.terms-table article {
    display: grid;
    grid-template-columns: 1.2fr 2.6fr 2.6fr;
}

.terms-table > div {
    color: #ffffff;
    background: var(--terms-blue);
    font-size: 1.05rem;
    font-weight: 900;
}

.terms-table strong,
.terms-table span {
    padding: 0.75rem 1.2rem;
    border-right: 1px solid #e4edf5;
    border-bottom: 1px solid #e4edf5;
}

.terms-table span {
    color: #415a72;
    font-size: 1rem;
    font-weight: 700;
}

.terms-table article span:first-child {
    color: #0d3150;
    font-weight: 900;
}

.terms-warning {
    display: grid;
    grid-template-columns: 6rem 1fr;
    align-items: center;
    gap: 1.4rem;
    margin: 1.2rem 0 0;
    padding: 1.1rem 1.4rem;
    border: 1px solid var(--terms-gold);
    border-radius: 0.65rem;
    color: #102e4b;
    background: #fffdf5;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 800;
}

.terms-warning img {
    width: 5.4rem;
    height: 5.4rem;
}

.terms-warning strong {
    display: block;
    color: #ffae00;
    font-size: 1.3rem;
}

.terms-change-panel {
    display: grid;
    grid-template-columns: 1fr 22rem;
    gap: 3rem;
    width: min(100%, 98rem);
    margin: 0 auto 1.4rem;
    padding: 1.4rem 1.8rem;
    border-radius: 0.55rem;
    color: #ffffff;
    background: linear-gradient(135deg, #07385f, #032643);
}

.terms-change-panel article {
    display: grid;
    grid-template-columns: 4rem 15rem 1fr;
    align-items: center;
    gap: 1rem;
    min-height: 3.8rem;
    border-bottom: 1px solid rgba(132, 205, 237, 0.25);
}

.terms-change-panel article:last-child {
    border-bottom: 0;
}

.terms-change-panel img {
    width: 3rem;
    height: 3rem;
}

.terms-change-panel strong {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 900;
}

.terms-change-panel span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    font-weight: 700;
}

.terms-change-panel aside {
    display: grid;
    align-content: center;
    gap: 1.4rem;
    padding-left: 3rem;
    border-left: 1px solid rgba(132, 205, 237, 0.28);
}

.terms-change-panel .terms-btn {
    width: 100%;
}

.terms-final-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    width: min(100%, 98rem);
    margin: 0 auto;
}

.terms-final-cards article {
    display: grid;
    grid-template-columns: 7.2rem 1fr;
    gap: 1.2rem;
    min-height: 11.5rem;
    padding: 1.8rem;
    border-bottom: 0.3rem solid var(--terms-green);
}

.terms-final-cards img {
    width: 6.5rem;
    height: 6.5rem;
}

.terms-final-cards h3 {
    margin: 0 0 0.55rem;
    color: #0d3150;
    font-size: 1.25rem;
    font-weight: 900;
}

.terms-final-cards p {
    font-size: 0.98rem;
}

.terms-info-note {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    width: min(100%, 98rem);
    margin: 1.4rem auto 0;
    padding: 1.2rem 1.6rem;
    color: #405970;
    background: #f1fbff;
    font-size: 1.18rem;
    line-height: 1.35;
    font-weight: 700;
}

.terms-info-note img {
    width: 4rem;
    height: 4rem;
}

.terms-info-note strong {
    color: #0098df;
}

@media (max-width: 1199.98px) {
    .terms-hero__grid,
    .terms-overview__grid {
        grid-template-columns: 1fr;
    }

    .terms-hero__visual {
        width: min(100%, 66rem);
        margin: 0 auto;
    }

    .terms-toc {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
    }

    .terms-toc h2 {
        grid-column: 1 / -1;
    }

    .terms-hero__stats,
    .terms-disclosure-grid,
    .terms-final-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .terms-do-panel,
    .terms-change-panel {
        grid-template-columns: 1fr;
    }

    .terms-change-panel aside {
        padding-left: 0;
        padding-top: 2rem;
        border-left: 0;
        border-top: 1px solid rgba(132, 205, 237, 0.28);
    }
}

@media (max-width: 767.98px) {
    .terms-wrap {
        width: min(100% - 1.5rem, 112rem);
    }

    .terms-hero {
        padding-top: 3.5rem;
    }

    .terms-hero__copy h1 {
        font-size: 3.7rem;
    }

    .terms-hero__actions,
    .terms-hero__chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .terms-btn {
        width: 100%;
    }

    .terms-hero__visual {
        min-height: 34rem;
        transform: scale(0.72);
        transform-origin: top center;
        margin-bottom: -9rem;
    }

    .terms-hero__stats,
    .terms-disclosure-grid,
    .terms-final-cards,
    .terms-toc {
        grid-template-columns: 1fr;
    }

    .terms-hero__stats article {
        border-right: 0;
        border-bottom: 1px solid #74daf8;
        padding: 1.4rem 0;
    }

    .terms-hero__stats article:last-child {
        border-bottom: 0;
    }

    .terms-overview__cards article,
    .terms-disclosure-grid article,
    .terms-final-cards article,
    .terms-warning,
    .terms-change-panel article {
        grid-template-columns: 1fr;
    }

    .terms-table {
        overflow-x: auto;
    }

    .terms-table > div,
    .terms-table article {
        min-width: 72rem;
    }

    .terms-info-note {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .terms-hero__visual {
        transform: scale(0.54);
        margin-left: -7rem;
        margin-bottom: -17rem;
    }

    .terms-heading h2 {
        font-size: 2.9rem;
    }

    .terms-overview__cards h3 {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

/* News page redesign */
.news-redesign {
    --news-navy: #061d3a;
    --news-blue: #0f63d6;
    --news-green: #04d982;
    --news-teal: #00af88;
    --news-soft: #f3f8ff;
    --news-border: #d6e2ee;
    --news-muted: #607087;
    --news-shadow: 0 1.125rem 3rem rgba(6, 29, 58, 0.12);
    background:
        radial-gradient(circle at 86% 9%, rgba(0, 217, 130, 0.16), transparent 16.25rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 45%, #ffffff 100%);
    color: var(--news-navy);
    overflow: hidden;
}

.news-container {
    width: min(69.375rem, calc(100% - 3rem));
    margin: 0 auto;
}

.news-hero {
    position: relative;
    padding: 2.875rem 0 2.25rem;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_casinonews.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1672px, 100%) auto;
    isolation: isolate;
}

.news-hero::before {
    content: "";
    display: none;
    position: absolute;
    inset: 5rem auto auto -11.25rem;
    width: 32.5rem;
    height: 32.5rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 99, 214, 0.12), transparent 67%);
    z-index: -1;
}

.news-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(21.25rem, 0.92fr);
    gap: 3rem;
    align-items: center;
}

.news-hero__copy h1 {
    max-width: 41.25rem;
    margin: 0 0 0.75rem;
    font-size: clamp(2.625rem, 5.1vw, 3.875rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: var(--news-navy);
}

.news-hero__subtitle {
    margin: 0 0 1.625rem;
    color: #69788f;
    font-size: clamp(1.1875rem, 2.2vw, 1.625rem);
    font-weight: 700;
}

.news-hero__intro {
    max-width: 41.875rem;
    margin: 0 0 1.75rem;
    color: #142941;
    font-size: 0.96875rem;
    line-height: 1.75;
}

.news-hero__actions,
.news-hero__chips,
.news-card__meta,
.news-card__footer,
.news-more-card__footer {
    display: flex;
    align-items: center;
}

.news-hero__actions {
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.875rem;
}

.news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 3rem;
    padding: 0 1.375rem;
    border-radius: 0.5rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-btn:hover {
    transform: translateY(-0.125rem);
}

.news-btn img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

.news-btn--primary {
    background: linear-gradient(135deg, #02cf79, #00a983);
    color: #ffffff;
    box-shadow: 0 0.75rem 1.625rem rgba(0, 175, 136, 0.28);
}

.news-btn--secondary {
    border: 1px solid var(--news-green);
    background: #ffffff;
    color: var(--news-teal);
}

.news-hero__chips {
    flex-wrap: wrap;
    gap: 0.75rem;
}

.news-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    border-right: 1px solid #d7e4f0;
    color: #19314a;
    font-size: 0.78125rem;
    font-weight: 800;
}

.news-hero__chips img {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
    padding: 0.4375rem;
    border-radius: 50%;
    background: #e8f6ff;
}

.news-hero__visual {
    display: none;
    position: relative;
    min-height: 21.875rem;
}

.news-hero-card {
    position: absolute;
    width: 10.625rem;
    height: 15.625rem;
    padding: 1.5rem 1.25rem;
    border-radius: 0.875rem;
    background: linear-gradient(180deg, #123a63, #082748);
    color: #ffffff;
    box-shadow: 0 1.25rem 2.8125rem rgba(6, 29, 58, 0.28);
}

.news-hero-card--terms {
    top: 1.25rem;
    left: 4.375rem;
    transform: rotate(-3deg);
}

.news-hero-card strong {
    display: block;
    margin-bottom: 1.375rem;
    font-size: 1.0625rem;
}

.news-hero-card span {
    position: relative;
    display: block;
    height: 1.4375rem;
    margin-bottom: 0.9375rem;
    padding-left: 2.0625rem;
}

.news-hero-card span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -0.0625rem;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--news-green);
    color: #ffffff;
    font-weight: 900;
}

.news-hero-card b {
    display: block;
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
}

.news-hero-ticket {
    position: absolute;
    right: 0.3125rem;
    top: 5.875rem;
    width: 13.125rem;
    height: 7.5rem;
    display: grid;
    place-items: center;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #00b175, #05d48a);
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 1.25rem 2.5rem rgba(0, 175, 136, 0.25);
}

.news-hero-chip {
    position: absolute;
    left: 0;
    bottom: 3.25rem;
    width: 6.875rem;
    height: 6.875rem;
}

.news-hero-chip img,
.news-hero-shield img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-hero-glass {
    position: absolute;
    left: 11.5625rem;
    top: 8.125rem;
    width: 8.125rem;
    height: 8.125rem;
    border: 0.875rem solid rgba(7, 43, 72, 0.78);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 0 0 0.25rem rgba(255, 255, 255, 0.4), 0 1.125rem 1.875rem rgba(6, 29, 58, 0.25);
}

.news-hero-glass::after {
    content: "";
    position: absolute;
    right: -3.1875rem;
    bottom: -2.625rem;
    width: 4.375rem;
    height: 1.125rem;
    border-radius: 999px;
    background: #0c2b45;
    transform: rotate(47deg);
}

.news-hero-shield {
    position: absolute;
    right: 1.25rem;
    bottom: 1.5625rem;
    width: 6.25rem;
    height: 6.25rem;
}

.news-featured-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(18.75rem, 0.86fr) 12.5rem;
    margin-top: 1.25rem;
    border-radius: 0.6875rem;
    overflow: hidden;
    background: radial-gradient(circle at 70% 50%, rgba(0, 217, 130, 0.34), transparent 20rem), linear-gradient(135deg, #052344, #06375a);
    box-shadow: var(--news-shadow);
}

.news-featured-card__copy {
    min-height: 16.25rem;
    padding: 2rem 1.5rem;
    color: #ffffff;
    text-decoration: none;
}

.news-featured-card__copy h2 {
    max-width: 27.5rem;
    margin: 0.875rem 0 0.75rem;
    color: #ffffff;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.news-featured-card__copy p {
    max-width: 28.75rem;
    margin: 0.9375rem 0 1.25rem;
    color: #d7e9f5;
    line-height: 1.7;
}

.news-featured-card__media {
    position: relative;
    height: 16.25rem;
    min-height: 0;
    overflow: hidden;
}

.news-featured-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-featured-card__stats {
    display: grid;
    align-content: center;
    padding: 1.25rem;
    gap: 0;
}

.news-featured-card__stats span {
    display: flex;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 0.9375rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #d9ecf7;
    text-transform: uppercase;
    font-size: 0.78125rem;
    font-weight: 800;
}

.news-featured-card__stats span:last-child {
    border-bottom: 0;
}

.news-featured-card__stats strong {
    color: #ffd23f;
    font-size: 1.25rem;
}

.news-card__badge,
.news-card__category,
.news-update-row__tag {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 0.25rem;
    text-transform: uppercase;
    font-size: 0.65625rem;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.news-card__badge {
    padding: 0.3125rem 0.5rem;
    border: 1px solid currentColor;
}

.news-card__badge--green,
.news-card__link,
.news-pick-card__link,
.news-card__footer a,
.news-more-card__footer a {
    color: var(--news-green);
}

.news-card__meta {
    flex-wrap: wrap;
    gap: 0.75rem;
    color: #d7e9f5;
    font-size: 0.78125rem;
    font-weight: 700;
}

.news-card__meta img,
.news-card__footer img,
.news-more-card__footer img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}

.news-card__meta span,
.news-card__footer span,
.news-more-card__footer span {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.news-card__expert {
    color: #ffd23f;
}

.news-card__expert::before {
    content: "★";
    margin-right: 0.25rem;
}

.news-card__link,
.news-pick-card__link,
.news-card__footer a,
.news-more-card__footer a {
    font-weight: 900;
    text-decoration: none;
}

.news-main {
    padding: 0.625rem 0 3.125rem;
}

.news-section {
    margin-top: 2.375rem;
}

.news-section h2 {
    margin: 0 0 1.25rem;
    color: var(--news-navy);
    font-size: clamp(1.875rem, 3.3vw, 2.625rem);
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.news-tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(8.125rem, 1fr));
    gap: 0.875rem;
    margin-bottom: 1.25rem;
}

.news-tabs__item {
    position: relative;
    min-height: 3.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    border: 1px solid #cbd8e5;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #152841;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 0.5rem 1.5rem rgba(6, 29, 58, 0.04);
}

.news-tabs__item.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #00b285, #06ce83);
    color: #ffffff;
}

.news-tabs__item.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    width: 1rem;
    height: 1rem;
    background: #04be84;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 0.125rem;
}

.news-tabs__item img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

.news-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.news-card,
.news-pick-card,
.news-more-card,
.news-trust-card,
.news-topic-strip {
    border: 1px solid var(--news-border);
    border-radius: 0.5625rem;
    background: #ffffff;
    box-shadow: 0 0.75rem 1.875rem rgba(6, 29, 58, 0.07);
}

.news-card {
    display: grid;
    grid-template-columns: 8.25rem minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    min-height: 11.25rem;
    overflow: hidden;
}

.news-card__media {
    grid-row: 1 / 3;
    height: 8.25rem;
    min-height: 8.25rem;
    margin: 0.6875rem;
    border-radius: 0.4375rem;
    overflow: hidden;
    background: linear-gradient(135deg, #062340, #083e68);
}

.news-card__media img,
.news-pick-card__media img,
.news-more-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card__body {
    padding: 1rem 0.875rem 0.5rem 0;
}

.news-card__category {
    margin-bottom: 0.5625rem;
    padding: 0.15625rem 0.375rem;
    color: var(--news-blue);
    background: #eaf3ff;
}

.news-card__category--bonus-guides {
    color: #009d6c;
    background: #dff9ed;
}

.news-card__category--payments {
    color: #0070d8;
    background: #e7f2ff;
}

.news-card__category--regulation,
.news-card__category--responsible-play {
    color: #008b77;
    background: #e2f9f1;
}

.news-card h3,
.news-pick-card h3,
.news-more-card h3 {
    margin: 0 0 0.5625rem;
    font-size: 1.1875rem;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.news-card h3 a,
.news-pick-card h3 a,
.news-more-card h3 a {
    color: var(--news-navy);
    text-decoration: none;
}

.news-card p,
.news-pick-card p,
.news-more-card p,
.news-section__title p {
    margin: 0;
    color: #35465d;
    line-height: 1.55;
}

.news-card__footer,
.news-more-card__footer {
    grid-column: 2;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 0.625rem 0.875rem 0.6875rem 0;
    border-top: 1px solid #dce6ef;
    color: #5c6d83;
    font-size: 0.725rem;
    font-weight: 800;
}

.news-editor,
.news-updates,
.news-more {
    width: min(58.75rem, 100%);
    margin-left: auto;
    margin-right: auto;
}

.news-section__title {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.125rem;
}

.news-section__title > span {
    width: 0.21875rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--news-green);
    flex: 0 0 auto;
}

.news-section__title h2,
.news-section__title p {
    margin: 0;
}

.news-section__title h2 {
    font-size: 1.75rem;
}

.news-picks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.125rem;
}

.news-pick-card {
    display: grid;
    grid-template-columns: 7.8125rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 10.3125rem;
    padding: 0.625rem;
}

.news-pick-card__media {
    height: 9.0625rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #052340;
}

.news-pick-card span {
    color: var(--news-blue);
    text-transform: uppercase;
    font-size: 0.65625rem;
    font-weight: 900;
}

.news-pick-card .news-card__meta {
    margin-top: 0.75rem;
    color: #5c6d83;
}

.news-card__meta--dark img {
    filter: none;
}

.news-pick-card__link {
    display: inline-flex;
    margin-top: 0.5625rem;
    color: var(--news-blue);
    font-size: 0.75rem;
}

.news-update-list {
    overflow: hidden;
    border: 1px solid var(--news-border);
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 0.625rem 1.5625rem rgba(6, 29, 58, 0.06);
}

.news-update-row {
    display: grid;
    grid-template-columns: 2.625rem 10rem 6.25rem minmax(0, 1fr) 1.25rem;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.875rem;
    padding: 0.4375rem 0.875rem;
    border-bottom: 1px solid #e2eaf2;
    color: var(--news-navy);
    text-decoration: none;
}

.news-update-row:last-child {
    border-bottom: 0;
}

.news-update-row__icon {
    width: 1.75rem;
    height: 1.75rem;
    display: grid;
    place-items: center;
    border-radius: 0.3125rem;
    background: #eaf6ff;
}

.news-update-row__icon img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

.news-update-row__tag {
    padding: 0.15625rem 0.40625rem;
    background: #eaf3ff;
    color: var(--news-blue);
}

.news-update-row time {
    color: #42546b;
    font-weight: 800;
}

.news-update-row strong {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-update-row > span:last-child {
    color: var(--news-blue);
    font-weight: 900;
}

.news-newsletter {
    width: min(58.75rem, 100%);
    margin: 1.875rem auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 17.5rem;
    gap: 1.5rem;
    align-items: stretch;
}

.news-newsletter__copy {
    position: relative;
    min-height: 9.375rem;
    padding: 1.5625rem;
    border-radius: 0.5625rem;
    background: radial-gradient(circle at 90% 50%, rgba(0, 217, 130, 0.32), transparent 13.75rem), linear-gradient(135deg, #052344, #063c63);
    color: #ffffff;
    overflow: hidden;
}

.news-newsletter__copy h2 {
    margin: 0 0 0.4375rem;
    color: #ffffff;
    font-size: 1.6875rem;
    letter-spacing: -0.035em;
}

.news-newsletter__copy p {
    max-width: 32.5rem;
    margin: 0 0 1.0625rem;
    color: #d7e9f5;
}

.news-newsletter__form {
    display: flex;
    gap: 0.75rem;
    max-width: 33.75rem;
}

.news-newsletter__form input {
    min-width: 0;
    flex: 1;
    height: 2.75rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 0.28125rem;
}

.news-newsletter__form button {
    min-width: 7.5rem;
    border: 0;
    border-radius: 0.28125rem;
    background: var(--news-green);
    color: #06213d;
    font-weight: 900;
}

.news-newsletter__copy small {
    display: inline-block;
    margin-top: 0.625rem;
    color: #c9ddec;
}

.news-newsletter__icons {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-left: -7.5rem;
    padding-top: 1.25rem;
    pointer-events: none;
}

.news-newsletter__icons img {
    width: 3.4375rem;
    height: 3.4375rem;
    object-fit: contain;
    filter: drop-shadow(0 0.625rem 1.125rem rgba(0, 0, 0, 0.18));
}

.news-trust-card {
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 1.25rem;
    text-align: center;
    text-decoration: none;
    color: var(--news-navy);
}

.news-trust-card img {
    width: 4.6875rem;
    height: 4.6875rem;
    margin-bottom: 0.625rem;
    object-fit: contain;
}

.news-trust-card strong {
    font-size: 1.1875rem;
}

.news-trust-card span {
    margin: 0.625rem 0 0.875rem;
    color: #35465d;
    line-height: 1.5;
}

.news-trust-card b {
    color: var(--news-blue);
}

.news-more-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.news-more-card {
    display: grid;
    grid-template-columns: 7.625rem minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    overflow: hidden;
}

.news-more-card__media {
    grid-row: 1 / 3;
    height: 8.75rem;
    min-height: 0;
    padding: 0.6875rem;
}

.news-more-card__media img {
    border-radius: 0.5rem;
    background: #052340;
}

.news-more-card__body {
    padding: 0.9375rem 0.8125rem 0.625rem 0;
}

.news-more-card__body span {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--news-blue);
    text-transform: uppercase;
    font-size: 0.65625rem;
    font-weight: 900;
}

.news-more-card__footer {
    grid-column: 2;
}

.news-pagination {
    margin: 1.5rem 0 1.25rem;
    display: flex;
    justify-content: center;
}

.news-topic-strip {
    display: grid;
    grid-template-columns: minmax(13.75rem, 1.2fr) repeat(4, minmax(8.75rem, 1fr));
    gap: 0.875rem;
    align-items: center;
    margin-top: 1.75rem;
    padding: 0.75rem 1.125rem;
}

.news-topic-strip > div,
.news-topic-strip a {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.news-topic-strip img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.news-topic-strip strong {
    display: block;
    font-size: 1.0625rem;
}

.news-topic-strip span {
    color: #52657a;
}

.news-topic-strip a {
    justify-content: space-between;
    min-height: 2.375rem;
    padding: 0 0.875rem;
    border-radius: 0.375rem;
    background: #f2fbf7;
    color: var(--news-navy);
    font-weight: 900;
    text-decoration: none;
}

.news-empty {
    display: grid;
    justify-items: center;
    gap: 0.625rem;
    padding: 3.125rem 1.25rem;
    border: 1px solid var(--news-border);
    border-radius: 0.625rem;
    background: #ffffff;
    text-align: center;
}

.news-empty img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}

@media (max-width: 1180px) {
    .news-container {
        width: min(100% - 2rem, 64.375rem);
    }

    .news-hero__grid {
        grid-template-columns: minmax(0, 1fr) 22.5rem;
        gap: 1.5rem;
    }

    .news-featured-card {
        grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 0.75fr);
    }

    .news-featured-card__stats {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 1.25rem 0.875rem;
    }

    .news-featured-card__stats span {
        padding: 0.75rem;
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 991px) {
    .news-hero__grid,
    .news-featured-card,
    .news-newsletter {
        grid-template-columns: 1fr;
    }

    .news-hero__visual {
        width: min(100%, 27.5rem);
        margin: 0 auto;
    }

    .news-featured-card__media {
        height: 17.5rem;
        min-height: 0;
    }

    .news-featured-card__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .news-card-grid,
    .news-picks,
    .news-more-grid {
        grid-template-columns: 1fr 1fr;
    }

    .news-newsletter__icons {
        display: none;
    }

    .news-topic-strip {
        grid-template-columns: 1fr 1fr;
    }

    .news-topic-strip > div {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .news-container {
        width: min(100% - 1.5rem, 37.5rem);
    }

    .news-hero {
        padding-top: 2rem;
    }

    .news-hero__copy h1 {
        font-size: 2.5rem;
    }

    .news-hero__chips span {
        width: calc(50% - 0.375rem);
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .news-hero__visual {
        min-height: 19.375rem;
        transform: scale(0.82);
        transform-origin: top center;
        margin-bottom: -3.125rem;
    }

    .news-card-grid,
    .news-picks,
    .news-more-grid,
    .news-tabs,
    .news-topic-strip {
        grid-template-columns: 1fr;
    }

    .news-card,
    .news-pick-card,
    .news-more-card {
        grid-template-columns: 1fr;
    }

    .news-card__media,
    .news-more-card__media,
    .news-card__footer,
    .news-more-card__footer {
        grid-column: auto;
        grid-row: auto;
    }

    .news-card__media {
        height: 13.125rem;
    }

    .news-card__body,
    .news-card__footer,
    .news-more-card__body,
    .news-more-card__footer {
        padding-left: 0.875rem;
    }

    .news-pick-card__media,
    .news-more-card__media {
        height: 12.5rem;
    }

    .news-update-row {
        grid-template-columns: 2.375rem 1fr 1.25rem;
        gap: 0.5rem;
    }

    .news-update-row__tag,
    .news-update-row time {
        display: none;
    }

    .news-newsletter__form {
        display: grid;
    }
}

@media (max-width: 480px) {
    .news-hero__actions {
        display: grid;
    }

    .news-btn {
        width: 100%;
    }

    .news-hero__visual {
        transform: scale(0.68);
        margin-left: -2.1875rem;
        margin-bottom: -5rem;
    }

    .news-hero__chips span {
        width: 100%;
    }

    .news-featured-card__stats {
        grid-template-columns: 1fr;
    }
}

.news-card h3 a,
.news-card p,
.news-pick-card h3 a,
.news-pick-card p,
.news-more-card h3 a,
.news-more-card p,
.news-featured-card__copy h2,
.news-featured-card__copy p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card h3 a,
.news-pick-card h3 a,
.news-more-card h3 a {
    -webkit-line-clamp: 2;
}

.news-card p,
.news-pick-card p,
.news-more-card p {
    -webkit-line-clamp: 3;
}

/* Select results redesign */
.select-results-redesign {
    --sr-navy: #062744;
    --sr-deep: #001f3a;
    --sr-blue: #068ee8;
    --sr-green: #08c982;
    --sr-muted: #4d667f;
    --sr-line: #d8e6f0;
    --home-navy: #062746;
    --home-navy-2: #001f39;
    --home-blue: #0094ee;
    --home-cyan: #24c7ff;
    --home-green: #02d889;
    --home-green-dark: #00b875;
    --home-gold: #ffc122;
    --home-text: #092743;
    --home-muted: #53677a;
    --home-border: #d7e4ef;
    --home-shadow: 0 16px 34px rgba(7, 40, 68, 0.1);
    background:
        radial-gradient(circle at 12% 12%, rgba(8, 201, 130, 0.12), transparent 18rem),
        linear-gradient(180deg, #f3f8fc 0, #ffffff 34rem);
    color: var(--sr-navy);
}

.select-results-container {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.select-results-hero {
    padding: 44px 0 28px;
}

.select-results-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 28px;
    align-items: stretch;
}

.select-results-hero__copy,
.select-results-search-card,
.select-results-panel,
.select-results-list {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    box-shadow: 0 22px 52px rgba(0, 31, 58, 0.12);
}

.select-results-hero__copy {
    padding: 34px;
    background:
        radial-gradient(circle at 85% 16%, rgba(8, 201, 130, 0.28), transparent 17rem),
        linear-gradient(135deg, #002b4b, #004f53);
    color: #ffffff;
}

.select-results-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: #d8f7ff;
    font-size: 13px;
    font-weight: 800;
}

.select-results-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

.select-results-eyebrow {
    display: inline-flex;
    color: var(--sr-green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.select-results-hero h1 {
    max-width: 760px;
    margin: 10px 0 14px;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.select-results-hero p {
    max-width: 680px;
    margin: 0;
    color: #d8f7ff;
    font-size: 17px;
    line-height: 1.55;
}

.select-results-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.select-results-btn,
.select-results-filters button,
.select-results-empty a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
}

.select-results-btn--primary,
.select-results-filters button,
.select-results-empty a {
    border: 0;
    background: var(--sr-green);
    color: #003f2d;
}

.select-results-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #ffffff;
}

.select-results-search-card {
    position: relative;
    padding: 26px;
    background: #ffffff;
}

.select-results-search-card > span {
    display: inline-flex;
    color: var(--sr-blue);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.select-results-search-card label {
    display: block;
    margin: 8px 0 14px;
    color: var(--sr-navy);
    font-size: 28px;
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.select-results-search-card__field {
    position: relative;
}

.select-results-search-card input,
.select-results-filters select {
    width: 100%;
    min-height: 54px;
    border: 1px solid var(--sr-line);
    border-radius: 8px;
    background: #f8fbff;
    color: var(--sr-navy);
    font-weight: 850;
    outline: none;
}

.select-results-search-card input {
    padding: 0 92px 0 16px;
}

.select-results-filters select {
    padding: 0 14px;
}

.select-results-search-card input:focus,
.select-results-filters select:focus {
    border-color: var(--sr-green);
    box-shadow: 0 0 0 4px rgba(8, 201, 130, 0.14);
}

.select-results-search-card__field button {
    position: absolute;
    top: 8px;
    right: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 7px;
    background: #eaf8ff;
    color: var(--sr-blue);
    font-size: 13px;
    font-weight: 950;
}

.select-results-search-card p {
    margin: 12px 0 0;
    color: var(--sr-muted);
    font-size: 14px;
    line-height: 1.45;
}

.select-results-search-card__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 30;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 20px 42px rgba(0, 31, 58, 0.24);
}

.select-results-search-card__option {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    color: var(--sr-navy);
    text-decoration: none;
}

.select-results-search-card__option:hover {
    background: #eff9ff;
}

.select-results-search-card__option img,
.select-results-search-card__logo-fallback {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: contain;
    background: #001f3a;
}

.select-results-search-card__option b,
.select-results-search-card__option small {
    display: block;
}

.select-results-search-card__option b {
    font-weight: 950;
}

.select-results-search-card__option small {
    color: var(--sr-muted);
    font-size: 12px;
    font-weight: 800;
}

.select-results-search-card__option i {
    color: var(--sr-blue);
    font-style: normal;
    font-weight: 950;
}

.select-results-panel,
.select-results-list {
    margin-top: 18px;
    padding: 22px;
    border-color: var(--sr-line);
    background: #ffffff;
}

.select-results-filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) auto auto;
    gap: 14px;
    align-items: end;
}

.select-results-filters label:not(.select-results-filters__check) {
    display: block;
    margin-bottom: 6px;
    color: var(--sr-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.select-results-filters__check {
    display: inline-flex;
    min-height: 54px;
    gap: 10px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--sr-line);
    border-radius: 8px;
    background: #f8fbff;
    color: var(--sr-navy);
    font-size: 14px;
    font-weight: 900;
}

.select-results-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.select-results-summary article {
    padding: 16px;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fbff, #eef7ff);
}

.select-results-summary span {
    display: block;
    color: var(--sr-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.select-results-summary strong {
    display: block;
    margin-top: 6px;
    color: var(--sr-navy);
    font-size: 18px;
    font-weight: 950;
}

.select-results-list {
    padding: 26px;
}

.select-results-list__head {
    display: flex;
    gap: 20px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px;
}

.select-results-list__head h2 {
    margin: 6px 0 0;
    color: var(--sr-navy);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 950;
    letter-spacing: -0.045em;
}

.select-results-list__head p {
    max-width: 520px;
    margin: 0;
    color: var(--sr-muted);
    line-height: 1.5;
}

.select-results-casino-grid {
    margin-top: 0;
}

.casino-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.casino-cards-grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.casino-cards-grid__item {
    min-width: 0;
}

.casino-card-product {
    overflow: hidden;
    border: 1px solid #d8e6f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(6, 39, 68, 0.1);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.casino-card-product:hover {
    transform: translateY(-3px);
    border-color: #b9d7e8;
    box-shadow: 0 24px 48px rgba(6, 39, 68, 0.16);
}

.casino-card-product__logo-top {
    display: flex;
    min-height: 116px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, #062744, #063d64);
    text-decoration: none;
}

.casino-card-product__logo-top-img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: 76px;
    object-fit: contain;
}

.casino-card-product .card-body {
    padding: 18px;
}

.casino-card-product__scores {
    width: 100%;
}

.casino-card-product__score-item {
    min-width: 0;
    padding: 8px 10px;
    border-radius: 999px;
    background: #f4fbff;
}

.casino-card-product__score-item .small {
    color: #4d667f !important;
    font-weight: 900;
}

.casino-trust-gauge-mini,
.casino-radar-mini {
    width: 42px;
    height: 42px;
}

.casino-trust-gauge-mini__svg,
.casino-radar-mini__svg {
    display: block;
    width: 42px;
    height: 42px;
}

.casino-trust-gauge-mini__value,
.casino-radar-mini__value {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #062744;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.casino-trust-gauge-mini__value--long {
    font-size: 10px;
}

.casino-trust-gauge-mini__value--xlong {
    font-size: 8px;
}

.casino-card-product__title {
    min-height: 44px;
    margin: 0 0 12px;
    color: #062744;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.casino-card-product__title-link {
    color: inherit;
    text-decoration: none;
}

.casino-card-product__title-link:hover {
    color: #068ee8;
}

.casino-card__real-player-tests {
    padding: 12px;
    border: 1px solid #d8e6f0;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff, #eef7ff);
}

.casino-card__real-player-tests-title {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 8px;
    color: #00875f;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.casino-card__real-player-tests-check {
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    background: #dff8ec;
    color: #00875f;
}

.casino-card__real-player-tests-list {
    display: grid;
    gap: 8px;
}

.casino-card__real-player-tests-row {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
}

.casino-card__real-player-tests-icon {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 8px;
    background: #ffffff;
    color: #068ee8;
}

.casino-card__real-player-tests-label {
    color: #4d667f;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
}

.casino-card__real-player-tests-value {
    color: #062744;
    font-size: 12px;
    font-weight: 950;
}

.casino-card__real-player-tests-value--pending {
    padding: 4px 7px;
    border-radius: 999px;
    background: #e8f7ff;
    color: #068ee8;
}

.casino-card-product__cta {
    min-height: 42px;
    border: 0;
    border-radius: 9px;
    background: #08c982 !important;
    color: #003f2d !important;
    font-weight: 950;
    box-shadow: 0 10px 22px rgba(8, 201, 130, 0.22);
}

.casino-card-product .blocked-casino {
    min-height: 42px;
    border-radius: 9px;
    font-weight: 950;
}

.select-results-pagination {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.select-results-empty {
    padding: 42px 20px;
    text-align: center;
}

.select-results-empty h2 {
    margin: 0 0 10px;
    color: var(--sr-navy);
    font-size: 30px;
    font-weight: 950;
}

.select-results-empty p {
    max-width: 560px;
    margin: 0 auto 18px;
    color: var(--sr-muted);
}

@media (max-width: 991.98px) {
    .select-results-hero__grid,
    .select-results-filters,
    .select-results-summary {
        grid-template-columns: 1fr 1fr;
    }

    .select-results-list__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .casino-cards-grid--5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .select-results-container {
        width: min(100% - 20px, 1160px);
    }

    .select-results-hero {
        padding-top: 24px;
    }

    .select-results-hero__grid,
    .select-results-filters,
    .select-results-summary {
        grid-template-columns: 1fr;
    }

    .select-results-hero__copy,
    .select-results-search-card,
    .select-results-panel,
    .select-results-list {
        padding: 18px;
    }

    .select-results-hero h1 {
        font-size: 34px;
    }

    .casino-cards-grid,
    .casino-cards-grid--5 {
        grid-template-columns: 1fr;
    }
}

.news-featured-card__copy h2 {
    -webkit-line-clamp: 4;
}

.news-featured-card__copy p {
    -webkit-line-clamp: 2;
}

@media (min-width: 768px) {
    .news-featured-card {
        height: 270px;
    }

    .news-featured-card__copy {
        min-height: 0;
        overflow: hidden;
    }

    .news-featured-card__media {
        height: 270px;
    }

    .news-card {
        height: 180px;
    }

    .news-card__body {
        overflow: hidden;
    }

    .news-card__footer {
        height: 42px;
        align-items: center;
        overflow: hidden;
        line-height: 1.2;
    }

    .news-card__footer span:nth-of-type(2) {
        display: none;
    }

    .news-more-card {
        min-height: 170px;
    }
}

/* Casino reviews hub redesign */
.casino-reviews-redesign {
    --cr-navy: #061d3a;
    --cr-blue: #0f63d6;
    --cr-green: #04d982;
    --cr-teal: #00a783;
    --cr-border: #d5e2ef;
    --cr-muted: #63748c;
    --cr-shadow: 0 18px 48px rgba(6, 29, 58, 0.11);
    background:
        radial-gradient(circle at 84% 12%, rgba(0, 217, 130, 0.13), transparent 330px),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
    color: var(--cr-navy);
    overflow: hidden;
}

.cr-container {
    width: min(1110px, calc(100% - 48px));
    margin: 0 auto;
}

.cr-hero {
    padding: 52px 0 42px;
    background-color: #f7fbff;
    background-image: url('/images/hero/hero_categories_casino.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1774px, 100%) auto;
}

.cr-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    gap: 38px;
    align-items: center;
}

.cr-hero__copy h1 {
    margin: 0 0 12px;
    font-size: clamp(48px, 5.2vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: var(--cr-navy);
}

.cr-hero__subtitle {
    margin: 0 0 22px;
    color: #687991;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 800;
}

.cr-hero__intro {
    max-width: 610px;
    margin: 0 0 30px;
    color: #14304c;
    font-size: 15px;
    line-height: 1.75;
}

.cr-hero__filters {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) 112px 132px 132px;
    gap: 10px;
    margin-bottom: 38px;
}

.cr-hero__filters input,
.cr-hero__filters select,
.cr-hero__filters button {
    height: 46px;
    border: 1px solid #c9d8e8;
    border-radius: 7px;
    background: #ffffff;
    color: #19314a;
    font-weight: 800;
}

.cr-hero__filters select,
.cr-hero__filters button {
    padding: 0 12px;
    font-size: 12px;
}

.cr-hero__filters button {
    cursor: pointer;
}

.cr-search {
    position: relative;
}

.cr-search span {
    position: absolute;
    left: 15px;
    top: 50%;
    color: #8293a8;
    font-size: 26px;
    transform: translateY(-52%);
}

.cr-search input {
    width: 100%;
    padding: 0 16px 0 45px;
}

.cr-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cr-hero__stats article {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 70px;
    padding: 12px 14px;
    border: 1px solid #cbd9e8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 28px rgba(6, 29, 58, 0.04);
}

.cr-hero__stats img {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.cr-hero__stats strong {
    font-size: 24px;
    line-height: 1;
}

.cr-hero__stats span {
    color: #243a54;
    font-size: 10px;
    font-weight: 800;
}

.cr-hero__visual {
    display: none;
    position: relative;
    min-height: 430px;
}

.cr-review-panel {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 245px;
    min-height: 310px;
    padding: 24px 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, #08294d, #05213e);
    color: #ffffff;
    box-shadow: 0 24px 50px rgba(6, 29, 58, 0.26);
    transform: rotate(1deg);
}

.cr-review-panel > strong,
.cr-checklist strong {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 900;
}

.cr-review-panel span {
    display: grid;
    grid-template-columns: 78px 1fr 30px;
    gap: 8px;
    align-items: center;
    margin-bottom: 11px;
    font-size: 10px;
    font-weight: 800;
}

.cr-review-panel em,
.cr-signal-row > span,
.cr-comparison__row em b {
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cr-green) var(--value), rgba(255, 255, 255, 0.12) var(--value));
}

.cr-review-panel i {
    color: var(--cr-green);
    font-style: normal;
    font-weight: 900;
}

.cr-review-panel div {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cr-review-panel div strong {
    float: right;
    color: #ffd130;
    font-size: 24px;
}

.cr-review-panel small {
    font-size: 12px;
}

.cr-checklist {
    position: absolute;
    right: 42px;
    top: 44px;
    width: 165px;
    padding: 22px 18px;
    border-radius: 8px;
    background: #ffffff;
    color: #123150;
    box-shadow: 0 16px 35px rgba(6, 29, 58, 0.12);
    transform: rotate(5deg);
}

.cr-checklist span {
    display: block;
    position: relative;
    margin: 10px 0;
    padding-left: 24px;
    font-size: 11px;
    font-weight: 800;
}

.cr-checklist span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--cr-green);
    color: #ffffff;
    font-size: 11px;
}

.cr-magnifier {
    position: absolute;
    left: 235px;
    top: 215px;
    width: 112px;
    height: 112px;
    border: 12px solid #0c3454;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
}

.cr-magnifier::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -32px;
    width: 60px;
    height: 16px;
    border-radius: 999px;
    background: #0c3454;
    transform: rotate(45deg);
}

.cr-chip {
    position: absolute;
    left: 320px;
    bottom: 30px;
    width: 92px;
    height: 92px;
    border: 13px dashed #0b67a9;
    border-radius: 50%;
    background: radial-gradient(circle, #13e2a5 0 42%, #083b63 44% 100%);
    box-shadow: var(--cr-shadow);
}

.cr-shield {
    position: absolute;
    right: 18px;
    bottom: 50px;
    width: 125px;
    height: 125px;
}

.cr-shield img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cr-ticket {
    position: absolute;
    right: 34px;
    bottom: 2px;
    width: 128px;
    height: 78px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #06294d, #083c69);
    color: #ffd130;
    font-weight: 900;
    text-align: center;
    transform: rotate(8deg);
}

.cr-main {
    padding: 8px 0 48px;
}

.cr-category-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px 18px;
    margin-bottom: 22px;
    padding: 16px;
    border-radius: 10px;
    background: #071b37;
}

.cr-category-tabs a {
    padding: 14px 16px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.cr-category-tabs a.is-active,
.cr-category-tabs a:hover {
    background: rgba(255, 255, 255, 0.08);
}

.cr-listing {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
}

.cr-sidebar {
    align-self: start;
    padding: 18px;
    border: 1px solid var(--cr-border);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: var(--cr-shadow);
}

.cr-sidebar__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.cr-sidebar h2,
.cr-results__head h2,
.cr-methodology h2,
.cr-related h2,
.cr-newsletter h2 {
    margin: 0;
    color: var(--cr-navy);
    font-weight: 900;
    letter-spacing: -0.035em;
}

.cr-sidebar h2 {
    font-size: 20px;
}

.cr-sidebar__head a,
.cr-show-more,
.cr-casino-card__review,
.cr-related article > a {
    color: var(--cr-blue);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.cr-filter-group {
    padding: 17px 0;
    border-top: 1px solid #e2ebf4;
}

.cr-filter-group h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 900;
}

.cr-filter-group h3 img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.cr-filter-group label,
.cr-filter-link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    align-items: center;
    min-height: 26px;
    color: #223a54;
    font-size: 12px;
    text-decoration: none;
}

.cr-filter-group input {
    accent-color: var(--cr-green);
}

.cr-filter-group b {
    color: #667991;
    font-weight: 800;
}

.cr-filter-link::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #adbdcd;
    border-radius: 3px;
}

.cr-filter-link.is-active::before {
    border-color: var(--cr-green);
    background: var(--cr-green);
    box-shadow: inset 0 0 0 3px #ffffff;
}

.cr-results__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.cr-results__head h2 {
    font-size: 22px;
}

.cr-results__head h2 span {
    color: var(--cr-green);
}

.cr-results__head label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #53687f;
    font-size: 12px;
    font-weight: 800;
}

.cr-results__head select {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d5e2ef;
    border-radius: 7px;
    color: #17314c;
    font-size: 12px;
    font-weight: 800;
}

.cr-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.cr-casino-card {
    position: relative;
    height: 352px;
    padding: 14px;
    border: 1px solid var(--cr-border);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(6, 29, 58, 0.08);
    overflow: hidden;
}

.cr-casino-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    margin-bottom: 8px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eaf4ff;
    color: var(--cr-blue);
    font-size: 10px;
    font-weight: 900;
}

.cr-casino-card__favorite {
    position: absolute;
    right: 12px;
    top: 12px;
    border: 0;
    background: transparent;
    color: #143a63;
    font-size: 20px;
    line-height: 1;
}

.cr-casino-card__logo {
    height: 86px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}

.cr-casino-card__logo img {
    display: block;
    width: 88%;
    max-height: 66px;
    object-fit: contain;
}

.cr-casino-card h3 {
    margin: 0 0 9px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
}

.cr-casino-card h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--cr-navy);
    text-decoration: none;
}

.cr-casino-card__score {
    display: grid;
    grid-template-columns: 28px auto 1fr;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-bottom: 9px;
    padding: 5px 8px;
    border: 1px solid #cddbe8;
    border-radius: 7px;
}

.cr-casino-card__score img {
    width: 24px;
    height: 24px;
}

.cr-casino-card__score strong {
    padding: 6px 10px;
    border-radius: 5px;
    background: linear-gradient(135deg, #05c989, #00a978);
    color: #ffffff;
    font-size: 14px;
}

.cr-casino-card__score span {
    color: #334c67;
    font-size: 10px;
    font-weight: 900;
}

.cr-casino-card__facts {
    margin: 0 0 9px;
}

.cr-casino-card__facts div {
    display: flex;
    gap: 5px;
    margin: 5px 0;
    color: #334c67;
    font-size: 11px;
}

.cr-casino-card__facts dt {
    font-weight: 800;
}

.cr-casino-card__facts dd {
    min-width: 0;
    margin: 0;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cr-casino-card__bonus {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    margin-bottom: 9px;
    padding: 8px;
    border: 1px dashed #c7d7e7;
    border-radius: 8px;
    color: #0b3154;
    font-size: 12px;
}

.cr-casino-card__bonus img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.cr-casino-card__bonus strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
}

.cr-casino-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: 22px;
    margin-bottom: 9px;
    overflow: hidden;
}

.cr-casino-card__tags span {
    padding: 4px 7px;
    border-radius: 999px;
    background: #dff9ed;
    color: #07815e;
    font-size: 9px;
    font-weight: 900;
}

.cr-casino-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 34px;
    margin: 0 0 10px;
    overflow: hidden;
    color: #34485f;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.cr-casino-card__play {
    display: grid;
    place-items: center;
    height: 34px;
    border-radius: 6px;
    background: linear-gradient(135deg, #04d982, #00b17d);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.cr-casino-card__review {
    display: block;
    margin-top: 9px;
    text-align: center;
}

.cr-empty {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 48px;
    border: 1px solid var(--cr-border);
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
}

.cr-empty img {
    width: 72px;
    height: 72px;
}

.cr-methodology {
    margin-top: 44px;
}

.cr-methodology__panel {
    padding: 28px;
    border-radius: 10px;
    background: linear-gradient(135deg, #062644, #05213f);
    color: #ffffff;
}

.cr-methodology__heading {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.cr-methodology__heading img {
    width: 56px;
    height: 56px;
}

.cr-methodology__heading h2 {
    color: #ffffff;
    font-size: 30px;
}

.cr-methodology__heading p {
    max-width: 640px;
    margin: 6px 0 0;
    color: #d9ebf7;
}

.cr-signal-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 92px minmax(170px, 360px);
    gap: 18px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cr-signal-row img {
    width: 46px;
    height: 46px;
    padding: 8px;
    border: 1px solid rgba(116, 218, 248, 0.35);
    border-radius: 8px;
}

.cr-signal-row h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}

.cr-signal-row p {
    margin: 2px 0 0;
    color: #d8e9f5;
    line-height: 1.35;
}

.cr-signal-row strong {
    padding: 7px 14px;
    border-radius: 6px;
    background: linear-gradient(135deg, #05d48a, #008f74);
    text-align: center;
    font-size: 20px;
}

.cr-signal-row strong.is-yellow {
    background: linear-gradient(135deg, #ffd44f, #be8a14);
}

.cr-signal-row > span.is-yellow {
    background: linear-gradient(90deg, #ffd23f var(--value), rgba(255, 255, 255, 0.12) var(--value));
}

.cr-comparison {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
    margin-top: 18px;
}

.cr-comparison h2 {
    margin-bottom: 12px;
    font-size: 20px;
}

.cr-comparison__table,
.cr-comparison aside,
.cr-related article {
    border: 1px solid var(--cr-border);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(6, 29, 58, 0.06);
}

.cr-comparison__table {
    overflow: hidden;
}

.cr-comparison__row {
    display: grid;
    grid-template-columns: 180px repeat(3, minmax(0, 1fr));
    align-items: center;
    min-height: 44px;
    border-top: 1px solid #e4edf5;
}

.cr-comparison__row:first-child {
    border-top: 0;
}

.cr-comparison__row > * {
    padding: 10px 12px;
}

.cr-comparison__row > span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
}

.cr-comparison__row img {
    width: 24px;
    height: 24px;
}

.cr-comparison__row--head {
    min-height: 54px;
    text-transform: uppercase;
    font-size: 12px;
}

.cr-comparison__row em {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
    color: #243a54;
    font-style: normal;
    font-size: 12px;
}

.cr-comparison__row em b {
    display: block;
    background: linear-gradient(90deg, var(--cr-green) var(--value), #dfe9f2 var(--value));
}

.cr-comparison aside {
    align-self: end;
    padding: 24px;
    text-align: center;
}

.cr-comparison aside img {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
}

.cr-comparison aside h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 900;
}

.cr-comparison aside p {
    color: #3d5269;
    line-height: 1.55;
}

.cr-comparison aside a {
    display: grid;
    place-items: center;
    min-height: 42px;
    border-radius: 6px;
    background: var(--cr-green);
    color: #05213f;
    font-weight: 900;
    text-decoration: none;
}

.cr-pagination {
    margin: 28px 0 26px;
    display: grid;
    justify-items: center;
    gap: 10px;
}

.cr-pagination p {
    margin: 0;
    color: #43576e;
    font-size: 12px;
}

.cr-related {
    width: min(900px, 100%);
    margin: 0 auto 18px;
}

.cr-related h2 {
    margin-bottom: 12px;
    font-size: 22px;
}

.cr-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.cr-related article {
    position: relative;
    padding: 18px 16px 14px;
    border-top: 3px solid var(--cr-blue);
}

.cr-related article img {
    width: 52px;
    height: 52px;
    float: left;
    margin-right: 12px;
    padding: 8px;
    border-radius: 50%;
    background: #eaf6ff;
}

.cr-related article span {
    color: var(--cr-blue);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
}

.cr-related article h3 {
    min-height: 42px;
    margin: 4px 0 10px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

.cr-related article h3 a {
    color: var(--cr-navy);
    text-decoration: none;
}

.cr-related article p {
    clear: both;
    min-height: 54px;
    color: #455970;
    font-size: 12px;
    line-height: 1.5;
}

.cr-related article small {
    color: #60748a;
    font-weight: 800;
}

.cr-related article > a {
    float: right;
}

.cr-newsletter {
    width: min(900px, 100%);
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) 210px;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #062644, #06365c);
    color: #ffffff;
}

.cr-newsletter h2 {
    color: #ffffff;
    font-size: 22px;
}

.cr-newsletter p {
    margin: 6px 0 0;
    color: #d8e9f5;
}

.cr-newsletter form {
    display: flex;
    gap: 10px;
}

.cr-newsletter input {
    min-width: 0;
    flex: 1;
    height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 5px;
}

.cr-newsletter button {
    min-width: 100px;
    border: 0;
    border-radius: 5px;
    background: var(--cr-green);
    color: #05213f;
    font-weight: 900;
}

.cr-newsletter > div:last-child {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.cr-newsletter > div:last-child img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

@media (max-width: 1180px) {
    .cr-container {
        width: min(100% - 32px, 1040px);
    }

    .cr-hero__grid {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 24px;
    }

    .cr-hero__filters {
        grid-template-columns: 1fr 120px 130px;
    }

    .cr-hero__filters button {
        grid-column: 3;
    }

    .cr-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .cr-hero__grid,
    .cr-listing,
    .cr-comparison,
    .cr-newsletter {
        grid-template-columns: 1fr;
    }

    .cr-hero__visual {
        width: min(100%, 520px);
        margin: 0 auto;
    }

    .cr-category-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cr-sidebar {
        position: static;
    }

    .cr-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cr-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cr-newsletter > div:last-child {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .cr-container {
        width: min(100% - 24px, 560px);
    }

    .cr-hero {
        padding: 34px 0 30px;
    }

    .cr-hero__copy h1 {
        font-size: 42px;
    }

    .cr-hero__filters,
    .cr-hero__stats,
    .cr-card-grid,
    .cr-related__grid,
    .cr-category-tabs {
        grid-template-columns: 1fr;
    }

    .cr-hero__filters button {
        grid-column: auto;
    }

    .cr-hero__visual {
        min-height: 350px;
        transform: scale(0.82);
        transform-origin: top center;
        margin-bottom: -60px;
    }

    .cr-results__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .cr-signal-row {
        grid-template-columns: 46px minmax(0, 1fr) 88px;
    }

    .cr-signal-row > span {
        grid-column: 2 / -1;
        width: 100%;
    }

    .cr-comparison__table {
        overflow-x: auto;
    }

    .cr-comparison__row {
        min-width: 760px;
    }

    .cr-newsletter form {
        display: grid;
    }
}

@media (max-width: 480px) {
    .cr-hero__visual {
        transform: scale(0.68);
        margin-left: -55px;
        margin-bottom: -110px;
    }

    .cr-casino-card {
        height: auto;
        min-height: 352px;
    }
}

/* How we review casinos page */
.review-method-redesign {
    --rm-navy: #061d3a;
    --rm-blue: #0e9ce8;
    --rm-green: #04d982;
    --rm-border: #d5e2ef;
    --rm-muted: #64758c;
    --rm-shadow: 0 18px 46px rgba(6, 29, 58, 0.11);
    background:
        radial-gradient(circle at 83% 12%, rgba(0, 217, 130, 0.12), transparent 330px),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 52%, #ffffff 100%);
    color: var(--rm-navy);
    overflow: hidden;
}

.review-method-wrap {
    width: min(1110px, calc(100% - 48px));
    margin: 0 auto;
}

.review-method-hero {
    padding: 58px 0 28px;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_howtoreview.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1788px, 100%) auto;
}

.review-method-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 42px;
    align-items: center;
}

.review-method-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #047fbf;
    font-size: 15px;
    font-weight: 900;
}

.review-method-eyebrow img,
.review-method-actions img,
.review-method-chips img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.review-method-hero h1 {
    margin: 0 0 14px;
    color: var(--rm-navy);
    font-size: clamp(46px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.055em;
}

.review-method-hero h1 span {
    color: var(--rm-green);
}

.review-method-hero__copy > p {
    max-width: 575px;
    margin: 0 0 26px;
    color: #52657e;
    font-size: 17px;
    line-height: 1.65;
}

.review-method-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.review-method-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border-radius: 7px;
    font-weight: 900;
    text-decoration: none;
}

.review-method-btn--primary {
    background: linear-gradient(135deg, #04d982, #00ad7d);
    color: #ffffff;
    box-shadow: 0 12px 25px rgba(0, 177, 125, 0.24);
}

.review-method-btn--outline {
    border: 1px solid var(--rm-green);
    background: #ffffff;
    color: #123150;
}

.review-method-chips {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.review-method-chips span {
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border: 1px solid #d8e5f0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    color: #213a55;
    font-size: 12px;
    font-weight: 900;
}

.review-method-hero__visual {
    display: none;
    position: relative;
    min-height: 390px;
}

.review-method-checklist {
    position: absolute;
    left: 54px;
    top: 28px;
    width: 235px;
    min-height: 250px;
    padding: 28px 26px;
    border-radius: 13px;
    background: linear-gradient(180deg, #0b3158, #061f3c);
    color: #ffffff;
    box-shadow: var(--rm-shadow);
}

.review-method-checklist::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 76px;
    height: 34px;
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(135deg, #20c88a, #09a96f);
    transform: translateX(-50%);
}

.review-method-checklist strong,
.review-method-score b {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 900;
}

.review-method-checklist span {
    position: relative;
    display: block;
    margin: 10px 0;
    padding-left: 25px;
    font-size: 11px;
    font-weight: 800;
}

.review-method-checklist span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--rm-green);
    color: #ffffff;
}

.review-method-ticket {
    position: absolute;
    left: 220px;
    top: 150px;
    width: 135px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(135deg, #0bbd78, #08d991);
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    transform: rotate(-12deg);
    z-index: 3;
}

.review-method-glass {
    position: absolute;
    left: 178px;
    top: 145px;
    width: 140px;
    height: 140px;
    border: 14px solid #082946;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    z-index: 4;
}

.review-method-glass::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -42px;
    width: 78px;
    height: 19px;
    border-radius: 999px;
    background: #082946;
    transform: rotate(45deg);
}

.review-method-score {
    position: absolute;
    right: 32px;
    top: 36px;
    width: 140px;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0e345b, #0a2748);
    color: #ffffff;
    box-shadow: var(--rm-shadow);
}

.review-method-score strong {
    display: block;
    color: var(--rm-green);
    font-size: 42px;
    line-height: 1;
}

.review-method-score small {
    color: #ffffff;
    font-size: 24px;
}

.review-method-score span,
.review-method-score-panel__card div {
    color: #ffc928;
    font-size: 20px;
    letter-spacing: 0.08em;
}

.review-method-score span i,
.review-method-score-panel__card i {
    color: #5d748a;
    font-style: normal;
}

.review-method-chip {
    position: absolute;
    right: 94px;
    bottom: 38px;
    width: 130px;
    height: 130px;
    border: 16px dashed #0d659b;
    border-radius: 50%;
    background: radial-gradient(circle, #10d990 0 40%, #052c4f 42% 100%);
}

.review-method-payout {
    position: absolute;
    right: 208px;
    bottom: 42px;
    width: 120px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #082948;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
}

.review-method-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
    border: 1px solid #dfe8f1;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: var(--rm-shadow);
    overflow: hidden;
}

.review-method-stats article {
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 20px 14px;
    border-left: 1px solid #9fd5f0;
    text-align: center;
}

.review-method-stats article:first-child {
    border-left: 0;
}

.review-method-stats img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.review-method-stats strong {
    color: #009ce8;
    font-size: 26px;
    line-height: 1.1;
}

.review-method-stats span {
    font-size: 12px;
    font-weight: 900;
}

.review-method-section {
    padding: 46px 0;
}

.review-method-heading {
    margin-bottom: 24px;
}

.review-method-heading--center {
    text-align: center;
}

.review-method-heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: #009ce8;
    font-size: 14px;
    font-weight: 900;
}

.review-method-heading h2 {
    margin: 0;
    color: var(--rm-navy);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.review-method-heading p {
    max-width: 760px;
    margin: 10px auto 0;
    color: #3d5168;
    line-height: 1.6;
}

.review-method-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 72px;
}

.review-method-process article {
    position: relative;
    min-height: 130px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px 22px;
    border: 1px solid var(--rm-border);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(6, 29, 58, 0.07);
}

.review-method-process article b {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffbd10;
    color: #061d3a;
}

.review-method-process article img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.review-method-process h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.review-method-process p,
.review-method-record p,
.review-method-signal-cards p,
.review-method-faq p,
.review-method-independence p {
    margin: 0;
    color: #34495f;
    line-height: 1.48;
}

.review-method-record {
    display: grid;
    grid-template-columns: 155px repeat(5, 1fr) 230px;
    align-items: stretch;
    margin-top: 28px;
    border: 1px solid #bfd8eb;
    border-radius: 9px;
    background: #ffffff;
    overflow: hidden;
}

.review-method-record__title {
    display: grid;
    place-items: center;
    gap: 10px;
    padding: 18px;
    background: #062345;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}

.review-method-record__title img,
.review-method-record article img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.review-method-record article {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 18px 12px;
    border-left: 1px solid #d5e2ef;
    text-align: center;
}

.review-method-record h3 {
    margin: 0;
    font-size: 13px;
}

.review-method-record p {
    font-size: 11px;
}

.review-method-record__actions {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.review-method-record__actions a {
    display: grid;
    place-items: center;
    border: 1px solid var(--rm-green);
    border-radius: 6px;
    color: #05213f;
    font-weight: 900;
    text-decoration: none;
}

.review-method-record__actions a:first-child {
    background: var(--rm-green);
}

.review-method-score-panel {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 38px;
    padding: 28px 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #062644, #082f55);
    color: #ffffff;
}

.review-method-score-panel__card {
    padding: 28px 26px;
    border: 1px solid var(--rm-green);
    border-radius: 10px;
    text-align: center;
}

.review-method-score-panel__card span {
    display: block;
    font-weight: 900;
}

.review-method-score-panel__card strong {
    display: block;
    color: #ffc928;
    font-size: 76px;
    line-height: 1;
}

.review-method-score-panel__card small {
    color: #ffffff;
    font-size: 48px;
}

.review-method-score-panel__card b {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 16px 0 10px;
    color: var(--rm-green);
    font-size: 20px;
}

.review-method-score-panel__card b img {
    width: 38px;
    height: 38px;
}

.review-method-score-panel__card p {
    margin: 0;
    color: #d8e9f5;
}

.review-method-signal-list {
    display: grid;
    gap: 12px;
    align-content: center;
}

.review-method-signal-list article {
    display: grid;
    grid-template-columns: 30px 160px minmax(0, 1fr) 60px;
    gap: 12px;
    align-items: center;
}

.review-method-signal-list img {
    width: 24px;
    height: 24px;
}

.review-method-signal-list span {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rm-green) var(--value), rgba(255, 255, 255, 0.12) var(--value));
}

.review-method-signal-list span.is-warning {
    background: linear-gradient(90deg, #ffbf25 var(--value), rgba(255, 255, 255, 0.12) var(--value));
}

.review-method-signal-list b {
    text-align: right;
}

.review-method-signal-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.review-method-signal-cards article,
.review-method-correction-card,
.review-method-faq details,
.review-method-independence {
    border: 1px solid var(--rm-border);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(6, 29, 58, 0.06);
}

.review-method-signal-cards article {
    padding: 20px;
    border-bottom: 3px solid var(--rm-green);
}

.review-method-signal-cards img {
    width: 58px;
    height: 58px;
    float: left;
    margin-right: 16px;
}

.review-method-signal-cards h3 {
    margin: 6px 0 8px;
    color: #007fbe;
    font-size: 17px;
}

.review-method-note {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding: 16px 20px;
    border: 1px solid #b6daf4;
    border-radius: 7px;
    background: #eef8ff;
}

.review-method-note img {
    width: 54px;
    height: 54px;
}

.review-method-note p {
    margin: 0;
    color: #263d55;
}

.review-method-corrections-grid {
    display: grid;
    grid-template-columns: 410px minmax(0, 1fr);
    gap: 72px;
    align-items: start;
}

.review-method-correction-card {
    padding: 22px;
}

.review-method-correction-card > img {
    width: 66px;
    height: 66px;
    float: left;
    margin-right: 18px;
}

.review-method-correction-card h3 {
    margin: 6px 0 4px;
    font-size: 20px;
}

.review-method-correction-card > p {
    margin: 0 0 22px;
    color: #4a5e75;
}

.review-method-correction-card label {
    display: grid;
    gap: 6px;
    clear: both;
    margin-top: 13px;
    color: #263d55;
    font-size: 12px;
    font-weight: 900;
}

.review-method-correction-card input,
.review-method-correction-card select {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ccd9e7;
    border-radius: 6px;
}

.review-method-correction-card div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.review-method-correction-card button,
.review-method-correction-card a {
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--rm-green);
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
}

.review-method-correction-card button {
    background: var(--rm-green);
    color: #ffffff;
}

.review-method-correction-card a {
    color: #00a878;
}

.review-method-correction-card small {
    display: block;
    margin-top: 16px;
    color: #697b90;
}

.review-method-faq {
    display: grid;
    gap: 12px;
}

.review-method-faq details {
    padding: 0 18px;
}

.review-method-faq summary {
    min-height: 46px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #142d48;
    font-weight: 900;
}

.review-method-faq p {
    padding: 0 0 16px;
}

.review-method-independence {
    display: grid;
    grid-template-columns: 70px 1fr 58px;
    gap: 18px;
    align-items: center;
    margin-top: 26px;
    padding: 18px 22px;
    background: #f0f7fd;
}

.review-method-independence img {
    width: 58px;
    height: 58px;
}

.review-method-independence span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e2f4ff;
    color: var(--rm-green);
    font-size: 26px;
    font-weight: 900;
}

@media (max-width: 1180px) {
    .review-method-wrap {
        width: min(100% - 32px, 1040px);
    }

    .review-method-hero__grid {
        grid-template-columns: minmax(0, 1fr) 430px;
        gap: 26px;
    }

    .review-method-record {
        grid-template-columns: 145px repeat(3, 1fr);
    }

    .review-method-record__actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .review-method-hero__grid,
    .review-method-score-panel,
    .review-method-corrections-grid {
        grid-template-columns: 1fr;
    }

    .review-method-hero__visual {
        width: min(100%, 560px);
        margin: 0 auto;
    }

    .review-method-chips,
    .review-method-stats,
    .review-method-signal-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .review-method-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .review-method-wrap {
        width: min(100% - 24px, 560px);
    }

    .review-method-hero {
        padding-top: 36px;
    }

    .review-method-hero h1 {
        font-size: 42px;
    }

    .review-method-actions,
    .review-method-chips,
    .review-method-stats,
    .review-method-process,
    .review-method-signal-cards,
    .review-method-correction-card div {
        grid-template-columns: 1fr;
    }

    .review-method-actions {
        display: grid;
    }

    .review-method-btn {
        width: 100%;
    }

    .review-method-hero__visual {
        min-height: 360px;
        transform: scale(0.78);
        transform-origin: top center;
        margin-bottom: -78px;
    }

    .review-method-record {
        grid-template-columns: 1fr;
    }

    .review-method-record article {
        border-left: 0;
        border-top: 1px solid #d5e2ef;
    }

    .review-method-signal-list article {
        grid-template-columns: 26px 1fr 54px;
    }

    .review-method-signal-list article span {
        grid-column: 2 / -1;
    }

    .review-method-score-panel {
        padding: 22px 18px;
    }

    .review-method-score-panel__card strong {
        font-size: 58px;
    }

    .review-method-score-panel__card small {
        font-size: 36px;
    }

    .review-method-independence {
        grid-template-columns: 52px 1fr;
    }

    .review-method-independence span {
        grid-column: 1 / -1;
        justify-self: center;
    }
}

@media (max-width: 480px) {
    .review-method-hero__visual {
        transform: scale(0.62);
        margin-left: -65px;
        margin-bottom: -145px;
    }

    .review-method-heading h2 {
        font-size: 32px;
    }
}

/* Example casino review redesign */
.casino-review-redesign {
    --rv-navy: #062544;
    --rv-navy-2: #031a33;
    --rv-blue: #0b9fe8;
    --rv-green: #00d789;
    --rv-yellow: #ffbf21;
    --rv-border: #d8e3ed;
    --rv-muted: #586b82;
    --rv-shadow: 0 12px 34px rgba(6, 37, 68, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 44%, #ffffff 100%);
    color: var(--rv-navy);
    overflow: hidden;
}

.casino-review-wrap {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 22px 0 34px;
}

.casino-review-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    color: #7890a6;
    font-size: 13px;
    font-weight: 700;
}

.casino-review-breadcrumbs a {
    color: #526a82;
    text-decoration: none;
}

.casino-review-breadcrumbs strong {
    color: var(--rv-navy);
}

.casino-review-alert {
    margin-bottom: 18px;
    padding: 14px 18px;
    border: 1px solid #f4b7b7;
    border-radius: 10px;
    background: #fff4f4;
    color: #a12222;
    font-weight: 800;
}

.casino-review-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 190px minmax(430px, 1fr) 285px 132px;
    gap: 24px;
    align-items: center;
    min-height: 350px;
    padding: 34px max(34px, calc((100vw - 1480px) / 2 + 34px)) 32px;
    border-radius: 0;
    background-color: #031a33;
    background-image: url('/images/hero/hero_casinnoreview.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    color: #ffffff;
    box-shadow: none;
}

.casino-review-hero__brand {
    min-height: 105px;
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid var(--rv-green);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
    text-align: center;
}

.casino-review-hero__brand img {
    max-width: 150px;
    max-height: 78px;
    object-fit: contain;
}

.casino-review-hero__brand span {
    font-size: 32px;
    font-weight: 900;
}

.casino-review-hero__brand strong {
    display: block;
    font-size: 16px;
}

.casino-review-hero__copy h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.casino-review-hero__copy p {
    max-width: 455px;
    margin: 0 0 20px;
    color: #e1edf6;
    font-size: 16px;
    line-height: 1.55;
}

.casino-review-hero__actions,
.casino-review-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.casino-review-hero__actions {
    margin-bottom: 22px;
}

.casino-review-btn {
    min-width: 148px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.casino-review-btn--play,
.casino-review-bonus-strip > a,
.casino-review-summary__cta a,
.casino-review-bonus-review > a,
.casino-review-alt-logo + h3 + p + dl + a,
.casino-review-final aside a:first-of-type {
    background: linear-gradient(135deg, #05e18e, #00bd77);
    color: #05213e;
}

.casino-review-btn--outline,
.casino-review-final aside a:last-child {
    border: 1px solid var(--rv-green);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.02);
}

.casino-review-hero__chips span {
    min-width: 138px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 7px;
    background: rgba(26, 86, 134, 0.56);
    color: #eaf5ff;
    font-size: 13px;
    font-weight: 900;
}

.casino-review-hero__chips img,
.casino-review-summary__metric img,
.casino-review-before img,
.casino-review-details nav img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.casino-review-hero__visual {
    display: none;
    position: relative;
    min-height: 236px;
}

.casino-review-ticket {
    position: absolute;
    left: 38px;
    top: 28px;
    width: 155px;
    height: 180px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #d9edf4;
    color: #0b6b58;
    font-size: 28px;
    font-weight: 900;
    transform: rotate(7deg);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.casino-review-ticket small,
.casino-review-ticket b {
    font-size: 13px;
    color: #33536c;
}

.casino-review-shield {
    position: absolute;
    right: 72px;
    top: 22px;
    width: 118px;
    height: 138px;
    background: linear-gradient(135deg, #13e6aa, #0b76a8);
    clip-path: polygon(50% 0, 92% 16%, 82% 72%, 50% 100%, 18% 72%, 8% 16%);
    filter: drop-shadow(0 18px 25px rgba(0, 0, 0, 0.28));
}

.casino-review-shield::after {
    content: "";
    position: absolute;
    left: 43px;
    top: 34px;
    width: 30px;
    height: 58px;
    border: solid #ffffff;
    border-width: 0 10px 10px 0;
    transform: rotate(45deg);
}

.casino-review-chip {
    position: absolute;
    right: 26px;
    bottom: 22px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 14px dashed #1682b8;
    background: radial-gradient(circle, #08335a 0 38%, #05c78b 40% 58%, #073254 61% 100%);
}

.casino-review-lens {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 118px;
    height: 118px;
    border: 12px solid #062544;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.casino-review-lens::after {
    content: "";
    position: absolute;
    right: -54px;
    bottom: -35px;
    width: 72px;
    height: 16px;
    border-radius: 999px;
    background: #062544;
    transform: rotate(45deg);
}

.casino-review-editor-score {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 24px 12px;
    border: 1px solid rgba(0, 215, 137, 0.35);
    border-radius: 14px;
    background: rgba(4, 37, 68, 0.75);
    text-align: center;
}

.casino-review-editor-score span {
    font-size: 13px;
    font-weight: 900;
}

.casino-review-editor-score strong {
    color: var(--rv-yellow);
    font-size: 48px;
    line-height: 1;
}

.casino-review-editor-score small {
    color: #ffffff;
    font-size: 26px;
}

.casino-review-editor-score div,
.casino-review-summary__metric em,
.casino-review-players header span,
.casino-review-final aside em {
    color: var(--rv-yellow);
    font-style: normal;
    letter-spacing: 0.05em;
}

.casino-review-editor-score b {
    min-width: 108px;
    padding: 8px;
    border-radius: 6px;
    background: #0cae70;
    color: #ffffff;
}

.casino-review-editor-score p {
    margin: 0;
    color: #d8e6f0;
    font-size: 12px;
}

.casino-review-bonus-strip,
.casino-review-summary,
.casino-review-pros-cons article,
.casino-review-signal-cards article,
.casino-review-bonus-review,
.casino-review-details nav,
.casino-review-details article,
.casino-review-alternatives article,
.casino-review-players article {
    border: 1px solid var(--rv-border);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: var(--rv-shadow);
}

.casino-review-bonus-strip {
    display: grid;
    grid-template-columns: 170px 1fr 220px;
    gap: 20px;
    align-items: center;
    margin: 18px 0 20px;
    padding: 18px 36px;
}

.casino-review-bonus-strip__icon {
    display: grid;
    place-items: center;
    border-right: 1px solid #d1ddea;
}

.casino-review-bonus-strip__icon img {
    width: 120px;
    height: 76px;
    object-fit: contain;
}

.casino-review-bonus-strip__offer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 18px;
}

.casino-review-bonus-strip__offer strong {
    color: var(--rv-yellow);
    font-size: 44px;
    line-height: 1;
}

.casino-review-bonus-strip__offer span {
    color: var(--rv-navy);
    font-size: 22px;
    font-weight: 900;
}

.casino-review-bonus-strip > a {
    min-height: 52px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}

.casino-review-bonus-strip small {
    grid-column: 3;
    justify-self: center;
    color: #7f8fa0;
    font-weight: 700;
}

.casino-review-summary {
    display: grid;
    grid-template-columns: 190px 180px 165px 155px 155px 130px 190px;
    align-items: stretch;
    margin-bottom: 18px;
    padding: 18px;
    min-height: 150px;
}

.casino-review-logo-card {
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(135deg, #06284a, #031a33);
}

.casino-review-logo-card img {
    max-width: 150px;
    max-height: 86px;
    object-fit: contain;
}

.casino-review-logo-card span {
    color: #ffffff;
    font-weight: 900;
}

.casino-review-summary__metric,
.casino-review-summary__cta {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 8px;
    padding: 8px 14px;
    border-left: 1px solid #d8e3ed;
    text-align: center;
    min-width: 0;
    overflow: hidden;
}

.casino-review-summary__metric > span {
    color: var(--rv-navy);
    font-size: 12px;
    font-weight: 900;
}

.casino-review-summary__metric strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b9fe8, #0cc96f);
    font-size: 28px;
}

.casino-review-summary__metric strong.is-ticket {
    border-radius: 3px;
    background: #082744;
    color: var(--rv-yellow);
}

.casino-review-summary__metric small,
.casino-review-summary__metric b,
.casino-review-summary__metric a,
.casino-review-summary__cta small {
    color: #52677d;
    font-size: 12px;
    font-weight: 800;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.casino-review-summary__metric a {
    color: var(--rv-blue);
}

.casino-review-summary__cta a {
    min-height: 52px;
    width: 100%;
    display: grid;
    place-items: center;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}

.casino-review-verdict-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.casino-review-quick-verdict {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 28px;
    align-items: center;
    padding: 34px 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #06284a, #04213d);
    color: #ffffff;
}

.casino-review-quick-verdict > img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.casino-review-quick-verdict h2,
.casino-review-score-breakdown h2,
.casino-review-bonus-review h2,
.casino-review-details h2,
.casino-review-alternatives h2,
.casino-review-players h2,
.casino-review-final h2 {
    margin: 0;
    color: inherit;
    font-weight: 900;
}

.casino-review-quick-verdict p {
    margin: 16px 0 22px;
    color: #e6f1fb;
    line-height: 1.58;
}

.casino-review-quick-verdict div div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.casino-review-quick-verdict span {
    padding: 8px 14px;
    border: 1px solid var(--rv-green);
    border-radius: 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.casino-review-before {
    padding: 24px;
    border: 1px solid var(--rv-border);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: var(--rv-shadow);
}

.casino-review-before h3 {
    margin: 0 0 12px;
    font-size: 15px;
}

.casino-review-before article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 5px 14px;
    padding: 11px 0;
    border-top: 1px solid #e3ebf2;
}

.casino-review-before article:first-of-type {
    border-top: 0;
}

.casino-review-before img {
    grid-row: span 2;
}

.casino-review-before b {
    font-size: 14px;
}

.casino-review-before span {
    color: #5f7184;
    font-size: 12px;
}

.casino-review-pros-cons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.casino-review-pros-cons article {
    padding: 18px;
}

.casino-review-pros-cons h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 8px;
    padding-bottom: 10px;
    border-bottom: 2px solid #27d98b;
    color: #119b63;
    font-size: 18px;
}

.casino-review-pros-cons .is-cons h2 {
    border-color: var(--rv-yellow);
    color: #c58500;
}

.casino-review-pros-cons h2 img {
    width: 26px;
    height: 26px;
}

.casino-review-pros-cons p {
    display: grid;
    grid-template-columns: 26px minmax(160px, 0.7fr) 1fr;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 11px 0;
    border-bottom: 1px solid #e2ebf3;
}

.casino-review-pros-cons p:last-child {
    border-bottom: 0;
}

.casino-review-pros-cons p span {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--rv-green);
    color: #ffffff;
    font-weight: 900;
}

.casino-review-pros-cons .is-cons p span {
    background: var(--rv-yellow);
}

.casino-review-pros-cons strong {
    font-size: 13px;
}

.casino-review-pros-cons em {
    color: #66788b;
    font-size: 13px;
    font-style: normal;
}

.casino-review-score-breakdown {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
    gap: 38px;
    margin: 32px 0 22px;
    padding: 38px;
    border-radius: 9px;
    background: linear-gradient(135deg, #06284a, #031b35);
    color: #ffffff;
}

.casino-review-score-breakdown__intro > p {
    max-width: 425px;
    margin: 14px 0 26px;
    color: #cfe0ee;
    line-height: 1.55;
}

.casino-review-score-breakdown__intro > div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px 28px;
    align-items: center;
    max-width: 430px;
    padding-top: 8px;
}

.casino-review-score-breakdown__intro img {
    grid-row: span 4;
    width: 105px;
    height: 105px;
}

.casino-review-score-breakdown__intro span {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.casino-review-score-breakdown__intro strong {
    width: fit-content;
    padding: 12px 30px;
    border-radius: 9px;
    background: linear-gradient(135deg, #0b9fe8, #00bd77);
    font-size: 62px;
    line-height: 1;
}

.casino-review-score-breakdown__intro small {
    font-size: 46px;
}

.casino-review-score-breakdown__intro b {
    color: var(--rv-yellow);
    font-size: 20px;
}

.casino-review-signal-bars {
    display: grid;
    gap: 16px;
}

.casino-review-signal-bars article {
    display: grid;
    grid-template-columns: 36px 165px minmax(0, 1fr) 54px;
    gap: 14px;
    align-items: center;
}

.casino-review-signal-bars img {
    width: 32px;
    height: 32px;
}

.casino-review-signal-bars strong {
    font-size: 16px;
}

.casino-review-signal-bars span {
    height: 13px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rv-green) var(--value), rgba(255, 255, 255, 0.12) var(--value));
}

.casino-review-signal-bars span.is-warning {
    background: linear-gradient(90deg, var(--rv-yellow) var(--value), rgba(255, 255, 255, 0.12) var(--value));
}

.casino-review-signal-bars b {
    padding: 8px 10px;
    border: 1px solid var(--rv-green);
    border-radius: 7px;
    color: var(--rv-green);
    text-align: center;
}

.casino-review-signal-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.casino-review-signal-cards article {
    padding: 28px 22px 16px;
}

.casino-review-signal-cards img {
    width: 68px;
    height: 68px;
    float: left;
    margin-right: 18px;
}

.casino-review-signal-cards h3 {
    margin: 10px 0 10px;
    font-size: 19px;
}

.casino-review-signal-cards p {
    min-height: 76px;
    margin: 0 0 14px;
    color: #3f5368;
    line-height: 1.5;
}

.casino-review-signal-cards small {
    display: block;
    clear: both;
    padding: 12px;
    border-radius: 7px;
    background: #e8fbf5;
    color: #159a70;
    font-weight: 800;
}

.casino-review-bonus-review {
    margin: 0 auto 18px;
    padding: 24px 26px 18px;
}

.casino-review-bonus-review h2,
.casino-review-details h2 {
    margin-bottom: 18px;
    color: var(--rv-navy);
    font-size: 20px;
}

.casino-review-bonus-review__grid {
    display: grid;
    grid-template-columns: 250px 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.casino-review-bonus-review__grid > img {
    width: 220px;
    height: 170px;
    object-fit: contain;
}

.casino-review-bonus-review dl {
    display: grid;
    margin: 0;
    border: 1px solid var(--rv-border);
}

.casino-review-bonus-review dl div {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    min-height: 50px;
    border-top: 1px solid var(--rv-border);
}

.casino-review-bonus-review dl div:first-child {
    border-top: 0;
}

.casino-review-bonus-review dt {
    padding: 0 18px;
    color: var(--rv-navy);
    font-weight: 900;
}

.casino-review-bonus-review dd {
    margin: 0;
    padding: 0 18px;
    color: #dc9400;
    font-weight: 900;
}

.casino-review-bonus-review > a {
    min-height: 40px;
    display: grid;
    place-items: center;
    margin-top: 18px;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
}

.casino-review-details {
    margin-bottom: 32px;
}

.casino-review-details nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 18px;
    overflow: hidden;
}

.casino-review-details nav a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-left: 1px solid #dce6ef;
    color: var(--rv-navy);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.casino-review-details nav a:first-child {
    border-left: 0;
}

.casino-review-details__grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 18px;
}

.casino-review-details article {
    padding: 22px;
}

.casino-review-details dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    margin: 0;
}

.casino-review-details dl div {
    min-width: 0;
}

.casino-review-details dt {
    color: #51667c;
    font-size: 12px;
    font-weight: 900;
}

.casino-review-details dd {
    margin: 3px 0 0;
    color: var(--rv-navy);
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.casino-review-payment-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.casino-review-payment-grid div {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 14px 8px;
    border: 1px solid var(--rv-border);
    border-radius: 7px;
    text-align: center;
    min-height: 126px;
    align-content: start;
}

.casino-review-payment-grid img {
    width: 42px;
    height: 42px;
}

.casino-review-payment-grid strong {
    font-size: 12px;
    text-transform: uppercase;
    min-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.casino-review-payment-grid span {
    color: #52677d;
    font-size: 11px;
}

.casino-review-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.casino-review-tags span {
    padding: 9px 18px;
    border: 1px solid #50bde9;
    border-radius: 999px;
    color: var(--rv-navy);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.casino-review-countries {
    grid-column: span 1;
}

.casino-review-countries div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.casino-review-countries span {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
    color: #3e5369;
    font-size: 12px;
    font-weight: 700;
}

.casino-review-countries img {
    width: 56px;
    height: 56px;
}

.casino-review-alternatives,
.casino-review-players,
.casino-review-final {
    width: 100%;
    margin: 0 auto 22px;
}

.casino-review-alternatives h2,
.casino-review-players h2 {
    position: relative;
    padding-left: 14px;
    color: var(--rv-navy);
    font-size: 22px;
}

.casino-review-alternatives h2::before,
.casino-review-players h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 22px;
    border-radius: 999px;
    background: var(--rv-blue);
}

.casino-review-alternatives > p {
    margin: 4px 0 12px 14px;
    color: #66788b;
    font-size: 12px;
}

.casino-review-alternatives > div {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.casino-review-alternatives article {
    padding: 12px;
    text-align: center;
}

.casino-review-alt-logo {
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #07172c;
}

.casino-review-alt-logo img {
    max-width: 118px;
    max-height: 36px;
    object-fit: contain;
}

.casino-review-alt-logo strong {
    color: #ffffff;
    font-size: 11px;
}

.casino-review-alternatives h3 {
    margin: 0 0 4px;
    font-size: 14px;
}

.casino-review-alternatives article > p {
    min-height: 42px;
    margin: 0 0 8px;
    color: #e19b00;
    font-size: 12px;
    font-weight: 900;
}

.casino-review-alternatives dl {
    display: grid;
    gap: 5px;
    margin: 0 0 8px;
}

.casino-review-alternatives dl div {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    font-size: 10px;
}

.casino-review-alternatives dt {
    color: #42576d;
}

.casino-review-alternatives dd {
    margin: 0;
    padding: 2px 6px;
    border-radius: 999px;
    background: #062544;
    color: #ffffff;
    font-weight: 900;
}

.casino-review-alternatives a {
    min-height: 28px;
    display: grid;
    place-items: center;
    margin-top: 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

.casino-review-alternatives a:last-child {
    color: var(--rv-blue);
}

.casino-review-players header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 12px;
}

.casino-review-players header p {
    margin: 0;
    color: #52677d;
    font-size: 13px;
}

.casino-review-players > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.casino-review-players article {
    position: relative;
    min-height: 118px;
    padding: 16px 16px 14px 62px;
}

.casino-review-players article > strong {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #06335a;
    color: #ffffff;
    font-size: 12px;
}

.casino-review-players h3 {
    margin: 0 0 6px;
    font-size: 12px;
}

.casino-review-players h3 span {
    margin-left: 8px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #dffaf0;
    color: #08a66d;
    font-size: 9px;
}

.casino-review-players b {
    color: var(--rv-yellow);
    font-size: 12px;
}

.casino-review-players article p {
    margin: 8px 0;
    color: #273f57;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.casino-review-players small {
    color: #7a8ea3;
    font-size: 10px;
}

.casino-review-final {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1.1fr 1.1fr 180px;
    gap: 0;
    align-items: stretch;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #06284a, #031a33);
    color: #ffffff;
}

.casino-review-final h2 {
    grid-column: 1 / -1;
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 4px solid var(--rv-green);
    font-size: 22px;
}

.casino-review-final article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 8px 12px;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.casino-review-final article img {
    grid-row: span 2;
    width: 42px;
    height: 42px;
}

.casino-review-final article strong {
    font-size: 12px;
}

.casino-review-final article p {
    margin: 0;
    color: #d9e7f1;
    font-size: 10px;
    line-height: 1.35;
}

.casino-review-final aside {
    display: grid;
    justify-items: center;
    gap: 6px;
    padding-left: 18px;
    text-align: center;
}

.casino-review-final aside span {
    font-size: 10px;
    color: #aac0d2;
    font-weight: 900;
}

.casino-review-final aside strong {
    font-size: 32px;
    color: var(--rv-green);
}

.casino-review-final aside b {
    font-size: 13px;
}

.casino-review-final aside a {
    width: 100%;
    min-height: 34px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .casino-review-hero {
        grid-template-columns: 180px minmax(0, 1fr) 280px;
    }

    .casino-review-editor-score {
        grid-column: 2 / -1;
        grid-template-columns: repeat(5, auto);
        align-items: center;
        justify-content: center;
    }

    .casino-review-summary {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .casino-review-logo-card {
        min-height: 120px;
    }

    .casino-review-summary__cta {
        grid-column: span 2;
    }

    .casino-review-alternatives > div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .casino-review-hero,
    .casino-review-verdict-grid,
    .casino-review-score-breakdown,
    .casino-review-bonus-review__grid,
    .casino-review-details__grid {
        grid-template-columns: 1fr;
    }

    .casino-review-hero {
        gap: 24px;
    }

    .casino-review-hero__brand {
        justify-self: start;
        width: 190px;
    }

    .casino-review-hero__visual {
        width: 360px;
        max-width: 100%;
    }

    .casino-review-editor-score {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .casino-review-bonus-strip {
        grid-template-columns: 120px 1fr;
    }

    .casino-review-bonus-strip > a,
    .casino-review-bonus-strip small {
        grid-column: 1 / -1;
    }

    .casino-review-pros-cons,
    .casino-review-signal-cards,
    .casino-review-players > div {
        grid-template-columns: 1fr;
    }

    .casino-review-details nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .casino-review-payment-grid,
    .casino-review-countries div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .casino-review-final {
        grid-template-columns: 1fr 1fr;
        gap: 18px 0;
    }

    .casino-review-final aside {
        grid-column: 1 / -1;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .casino-review-wrap {
        width: min(100% - 24px, 560px);
    }

    .casino-review-hero {
        padding: 24px 18px;
        gap: 18px;
    }

    .casino-review-hero__brand {
        min-height: 88px;
        width: 142px;
        padding: 12px;
    }

    .casino-review-hero__brand img {
        max-width: 100px;
        max-height: 54px;
    }

    .casino-review-hero__copy h1 {
        font-size: 34px;
    }

    .casino-review-hero__copy p {
        font-size: 15px;
        line-height: 1.45;
    }

    .casino-review-hero__actions,
    .casino-review-hero__chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .casino-review-btn,
    .casino-review-hero__chips span {
        width: 100%;
    }

    .casino-review-hero__chips span {
        min-height: 36px;
    }

    .casino-review-hero__visual {
        width: 300px;
        min-height: 175px;
        transform: scale(0.72);
        transform-origin: top left;
        margin-bottom: -48px;
    }

    .casino-review-editor-score {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 14px;
    }

    .casino-review-editor-score strong {
        font-size: 36px;
    }

    .casino-review-editor-score b,
    .casino-review-editor-score p {
        grid-column: 1 / -1;
    }

    .casino-review-bonus-strip,
    .casino-review-summary,
    .casino-review-details dl,
    .casino-review-details nav,
    .casino-review-payment-grid,
    .casino-review-countries div,
    .casino-review-alternatives > div,
    .casino-review-final {
        grid-template-columns: 1fr;
    }

    .casino-review-bonus-strip {
        padding: 18px;
    }

    .casino-review-bonus-strip__icon {
        border-right: 0;
    }

    .casino-review-bonus-strip__offer strong {
        font-size: 34px;
    }

    .casino-review-bonus-strip__offer span {
        font-size: 18px;
    }

    .casino-review-summary__metric,
    .casino-review-summary__cta {
        border-left: 0;
        border-top: 1px solid var(--rv-border);
        min-height: 120px;
    }

    .casino-review-summary__cta {
        grid-column: auto;
    }

    .casino-review-quick-verdict {
        grid-template-columns: 1fr;
        padding: 26px 20px;
    }

    .casino-review-score-breakdown {
        padding: 26px 18px;
    }

    .casino-review-score-breakdown__intro > div {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .casino-review-score-breakdown__intro strong {
        font-size: 48px;
    }

    .casino-review-score-breakdown__intro small {
        font-size: 32px;
    }

    .casino-review-signal-bars article {
        grid-template-columns: 30px 1fr 48px;
    }

    .casino-review-signal-bars article span {
        grid-column: 2 / -1;
    }

    .casino-review-pros-cons p {
        grid-template-columns: 26px 1fr;
    }

    .casino-review-pros-cons em {
        grid-column: 2;
    }

    .casino-review-bonus-review dl div {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 0;
    }

    .casino-review-bonus-review dt,
    .casino-review-bonus-review dd {
        padding: 0 14px;
    }

    .casino-review-players header {
        display: block;
    }

    .casino-review-final article {
        border-right: 0;
        padding: 0;
    }
}

/* Login page redesign */
.login-redesign {
    --login-navy: #062544;
    --login-blue: #0b9fe8;
    --login-green: #00d789;
    --login-border: #d8e3ee;
    --login-muted: #52677d;
    --login-shadow: 0 14px 38px rgba(6, 37, 68, 0.12);
    background:
        radial-gradient(circle at 74% 8%, rgba(0, 215, 137, 0.12), transparent 300px),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
    color: var(--login-navy);
    overflow: hidden;
}

.login-wrap {
    width: min(1110px, calc(100% - 48px));
    margin: 0 auto;
}

.login-hero {
    padding: 40px 0 28px;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_login.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1719px, 100%) auto;
}

.login-hero__grid {
    display: grid;
    grid-template-columns: 405px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.login-card {
    padding: 32px 36px 28px;
    border: 1px solid var(--login-border);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: var(--login-shadow);
}

.login-card h1 {
    margin: 0 0 20px;
    color: #18263a;
    font-size: 34px;
    line-height: 1;
    text-align: center;
}

.login-alert {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #f1aaaa;
    border-radius: 7px;
    background: #fff4f4;
    color: #9f1d1d;
    font-weight: 800;
}

.login-form label:not(.login-remember) {
    display: block;
    margin: 0 0 8px;
    color: #1e2e43;
    font-weight: 900;
}

.login-field {
    position: relative;
    display: grid;
    grid-template-columns: 34px 1fr 34px;
    align-items: center;
    min-height: 43px;
    margin-bottom: 16px;
    border: 1px solid #bccbd9;
    border-radius: 6px;
    background: #ffffff;
}

.login-field > img {
    width: 20px;
    height: 20px;
    margin-left: 13px;
    object-fit: contain;
}

.login-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--login-navy);
    font-weight: 700;
}

.login-field input::placeholder {
    color: #8b9bad;
}

.login-password-toggle {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
}

.login-password-toggle img {
    width: 18px;
    height: 18px;
}

.login-field-error {
    margin: -8px 0 12px;
    color: #dc2626;
    font-size: 12px;
    font-weight: 800;
}

.login-remember {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: #3e5369;
    font-weight: 700;
}

.login-remember input {
    width: 22px;
    height: 22px;
    border: 1px solid #becddc;
    accent-color: var(--login-green);
}

.login-recaptcha {
    margin-bottom: 16px;
}

.login-submit,
.login-dashboard__actions a:first-child,
.login-new-account a:first-of-type,
.login-help-strip a:first-of-type {
    min-height: 50px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, #05e18e, #00bd77);
    color: #041f3c;
    font-weight: 900;
    text-decoration: none;
}

.login-submit {
    width: 100%;
}

.login-forgot {
    display: block;
    margin: 16px 0 14px;
    color: #087fd0;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.login-create {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-top: 16px;
    border-top: 1px solid #d8e3ee;
    color: #3e5369;
    font-weight: 800;
}

.login-create a {
    color: #087fd0;
    text-decoration: none;
}

.login-visual {
    display: none;
    position: relative;
    min-height: 430px;
}

.login-visual__shield {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 245px;
    height: 245px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle, #eef9ff 0 62%, transparent 64%);
}

.login-visual__shield::before {
    content: "";
    position: absolute;
    width: 168px;
    height: 202px;
    background: linear-gradient(135deg, #0be09a, #0b6388);
    clip-path: polygon(50% 0, 91% 16%, 82% 74%, 50% 100%, 18% 74%, 9% 16%);
    filter: drop-shadow(0 18px 22px rgba(6, 37, 68, 0.24));
}

.login-visual__shield > img {
    position: relative;
    width: 86px;
    height: 86px;
    z-index: 2;
}

.login-visual__shield span {
    position: absolute;
    left: 102px;
    bottom: 38px;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--login-green);
    z-index: 3;
}

.login-visual__shield span::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    width: 13px;
    height: 18px;
    border: 4px solid #06395d;
    border-top: 0;
}

.login-visual__chip {
    position: absolute;
    left: 180px;
    top: 245px;
    width: 92px;
    height: 92px;
    border: 12px dashed #0b75af;
    border-radius: 50%;
    background: radial-gradient(circle, #12e6a0 0 42%, #06395d 43% 100%);
}

.login-visual__features {
    position: absolute;
    right: 0;
    top: 28px;
    display: grid;
    gap: 20px;
    width: 330px;
}

.login-visual__features article {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 3px 14px;
    align-items: center;
}

.login-visual__features img {
    grid-row: span 2;
    width: 52px;
    height: 52px;
}

.login-visual__features strong {
    color: #1d2d42;
    font-size: 15px;
}

.login-visual__features span {
    color: #53677d;
    font-size: 13px;
    line-height: 1.35;
}

.login-secure-note {
    position: absolute;
    left: 10px;
    right: 18px;
    bottom: 6px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid #8acaf0;
    border-radius: 8px;
    background: #f0fbff;
}

.login-secure-note img,
.login-hero-note img {
    width: 42px;
    height: 42px;
}

.login-secure-note p,
.login-hero-note p {
    margin: 0;
    color: #3e5369;
    font-size: 13px;
    line-height: 1.35;
}

.login-secure-note strong {
    display: block;
    color: var(--login-navy);
    font-size: 15px;
}

.login-hero-note {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 14px 20px;
    border: 1px solid var(--login-border);
    border-radius: 8px;
    background: #ffffff;
}

.login-benefits,
.login-security,
.login-legal {
    padding: 42px 0;
}

.login-section-heading span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--login-blue);
    font-weight: 900;
    text-transform: uppercase;
}

.login-section-heading span img {
    width: 46px;
    height: 46px;
}

.login-section-heading h2,
.login-simple-heading h2,
.login-legal h2 {
    margin: 10px 0 12px;
    color: var(--login-navy);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.login-section-heading p,
.login-simple-heading p {
    max-width: 660px;
    margin: 0 0 22px;
    color: #3e5369;
    line-height: 1.55;
}

.login-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.login-benefit-grid article,
.login-help-grid article,
.login-new-account,
.login-legal-grid a,
.login-safety-note,
.login-help-strip {
    border: 1px solid var(--login-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(6, 37, 68, 0.07);
}

.login-benefit-grid article {
    min-height: 280px;
    padding: 28px 24px;
}

.login-benefit-grid article > img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.login-benefit-grid i {
    display: block;
    width: 50px;
    height: 3px;
    margin: 18px 0;
    border-radius: 999px;
    background: var(--login-green);
}

.login-benefit-grid h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.login-benefit-grid h3 span {
    color: var(--login-green);
    margin-right: 12px;
}

.login-benefit-grid p {
    margin: 0;
    color: #4f647b;
    line-height: 1.52;
}

.login-dashboard {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    gap: 28px;
    margin-top: 18px;
    padding: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #062544, #07375d);
    color: #ffffff;
    overflow: hidden;
}

.login-dashboard__copy {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 8px 22px;
    align-items: center;
}

.login-dashboard__copy img {
    grid-row: span 2;
    width: 72px;
    height: 72px;
    border: 2px solid var(--login-green);
    border-radius: 50%;
}

.login-dashboard__copy h3 {
    margin: 0;
    font-size: 26px;
}

.login-dashboard__copy p {
    grid-column: 2;
    margin: 0;
    color: #d7e7f4;
    line-height: 1.5;
}

.login-dashboard__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.login-dashboard__stats article {
    display: grid;
    justify-items: center;
    gap: 6px;
    padding: 0 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
}

.login-dashboard__stats img {
    width: 58px;
    height: 58px;
}

.login-dashboard__stats strong {
    color: var(--login-green);
    font-size: 32px;
    line-height: 1;
}

.login-dashboard__stats span {
    font-size: 12px;
    font-weight: 900;
}

.login-dashboard__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 250px 250px;
    gap: 24px;
    justify-content: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.login-dashboard__actions a:last-child,
.login-new-account a:nth-of-type(2),
.login-help-strip a:last-child {
    min-height: 50px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 7px;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.login-security__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
    gap: 20px;
}

.login-security-panel {
    border-radius: 8px;
    background: linear-gradient(135deg, #062544, #07375d);
    color: #ffffff;
    overflow: hidden;
}

.login-security-panel__hero {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 24px;
    align-items: center;
    padding: 28px 30px 18px;
}

.login-security-panel__hero img {
    grid-row: span 2;
    width: 142px;
    height: 142px;
}

.login-security-panel__hero h3 {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.08;
}

.login-security-panel__hero p {
    margin: 0;
    color: #d9e8f3;
    line-height: 1.45;
}

.login-security-list {
    padding: 0 30px;
}

.login-security-list p {
    display: grid;
    grid-template-columns: 52px 1fr 22px;
    gap: 4px 16px;
    align-items: center;
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.login-security-list img {
    grid-row: span 2;
    width: 46px;
    height: 46px;
}

.login-security-list strong {
    grid-column: 2;
    color: #ffffff;
    font-size: 18px;
}

.login-security-list span {
    grid-column: 2;
    color: #d7e7f4;
    font-size: 13px;
}

.login-security-list b {
    grid-column: 3;
    grid-row: 1 / span 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--login-green);
}

.login-security-panel footer {
    display: grid;
    grid-template-columns: 1fr 170px;
    gap: 16px;
    align-items: center;
    padding: 18px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.login-security-panel footer strong {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-right: 12px;
    border: 2px solid #ffd21f;
    border-radius: 50%;
    color: #ffd21f;
}

.login-security-panel footer small {
    color: #d7e7f4;
}

.login-security-panel footer a {
    color: #ffd21f;
    font-weight: 900;
    text-decoration: none;
}

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

.login-help-grid article {
    min-height: 230px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 12px;
    padding: 24px;
    border-bottom: 3px solid #18aceb;
    text-align: center;
}

.login-help-grid img {
    width: 72px;
    height: 72px;
}

.login-help-grid h3 {
    margin: 0;
    font-size: 18px;
}

.login-help-grid p {
    margin: 0;
    color: #4f647b;
    line-height: 1.45;
}

.login-help-grid a {
    color: #0b94df;
    font-weight: 900;
    text-decoration: none;
}

.login-new-account {
    display: grid;
    grid-template-columns: 130px 1fr 240px 190px;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    padding: 22px 32px;
}

.login-new-account > img {
    width: 100px;
    height: 100px;
}

.login-new-account h3 {
    margin: 0 0 8px;
    font-size: 26px;
}

.login-new-account p {
    margin: 0;
    color: #4f647b;
}

.login-new-account small {
    justify-self: center;
    color: #52677d;
    font-weight: 800;
}

.login-legal {
    padding-top: 24px;
}

.login-legal h2 {
    font-size: 24px;
}

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

.login-legal-grid a {
    display: grid;
    grid-template-columns: 54px 1fr 18px;
    gap: 12px;
    align-items: center;
    min-height: 76px;
    padding: 14px;
    color: var(--login-navy);
    text-decoration: none;
}

.login-legal-grid img {
    width: 46px;
    height: 46px;
}

.login-legal-grid strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
}

.login-legal-grid span {
    color: #4f647b;
    font-size: 11px;
    line-height: 1.35;
}

.login-legal-grid b {
    color: var(--login-green);
    font-size: 20px;
}

.login-safety-note,
.login-help-strip {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 14px;
    padding: 18px 28px;
}

.login-safety-note img,
.login-help-strip img {
    width: 70px;
    height: 70px;
}

.login-safety-note p,
.login-help-strip p {
    margin: 0;
    color: #4f647b;
    line-height: 1.45;
}

.login-safety-note strong,
.login-help-strip strong {
    display: block;
    color: var(--login-navy);
}

.login-help-strip {
    grid-template-columns: 70px 1fr 240px 240px;
}

.login-help-strip a:last-child {
    color: var(--login-navy);
}

@media (max-width: 1180px) {
    .login-hero__grid,
    .login-security__grid {
        grid-template-columns: 1fr;
    }

    .login-card {
        width: min(100%, 430px);
        margin: 0 auto;
    }

    .login-visual {
        width: min(100%, 720px);
        margin: 0 auto;
    }

    .login-benefit-grid,
    .login-legal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .login-dashboard,
    .login-new-account,
    .login-help-strip {
        grid-template-columns: 1fr;
    }

    .login-dashboard__stats {
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .login-wrap {
        width: min(100% - 24px, 560px);
    }

    .login-card {
        padding: 26px 18px;
    }

    .login-visual {
        min-height: 650px;
    }

    .login-visual__shield {
        left: 50%;
        transform: translateX(-50%) scale(0.86);
        transform-origin: top center;
    }

    .login-visual__chip {
        left: 50%;
        top: 238px;
        transform: translateX(10px) scale(0.86);
    }

    .login-visual__features {
        top: 330px;
        left: 0;
        right: 0;
        width: 100%;
        gap: 14px;
    }

    .login-secure-note {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .login-hero-note,
    .login-secure-note,
    .login-safety-note,
    .login-help-strip {
        grid-template-columns: 46px 1fr;
    }

    .login-section-heading h2,
    .login-simple-heading h2 {
        font-size: 34px;
    }

    .login-benefit-grid,
    .login-help-grid,
    .login-legal-grid,
    .login-dashboard__stats,
    .login-dashboard__actions {
        grid-template-columns: 1fr;
    }

    .login-dashboard {
        padding: 28px 18px;
    }

    .login-dashboard__copy,
    .login-security-panel__hero {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .login-dashboard__copy p {
        grid-column: auto;
    }

    .login-dashboard__stats article {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        padding: 16px 0;
    }

    .login-security-panel footer {
        grid-template-columns: 1fr;
    }

    .login-new-account {
        padding: 22px;
        text-align: center;
        justify-items: center;
    }

    .login-help-strip a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

/* How to compare bonuses redesign */
.bonus-compare-redesign {
    --bc-navy: #062744;
    --bc-deep: #001f3a;
    --bc-blue: #068ee8;
    --bc-cyan: #05baf2;
    --bc-green: #08c982;
    --bc-mint: #e9fff7;
    --bc-text: #0a243e;
    --bc-muted: #657892;
    --bc-line: #d8e4ef;
    --bc-card: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(5, 186, 242, 0.12), transparent 34rem),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #f8fbff 100%);
    color: var(--bc-text);
    overflow: hidden;
}

.bonus-compare-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.bonus-compare-hero {
    padding: 28px 0 30px;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_howtocomapare.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1728px, 100%) auto;
}

.bonus-compare-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 600px;
    gap: 64px;
    align-items: center;
}

.bonus-compare-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    color: #7890a9;
    font-size: 14px;
    font-weight: 700;
}

.bonus-compare-breadcrumbs a {
    color: #31506e;
    text-decoration: none;
}

.bonus-compare-breadcrumbs b {
    color: #657892;
}

.bonus-compare-eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 8px 14px;
    border-radius: 9px;
    background: linear-gradient(135deg, #06bbf2, #0874d8);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(6, 142, 232, 0.22);
}

.bonus-compare-hero h1 {
    max-width: 570px;
    margin: 18px 0 16px;
    color: var(--bc-navy);
    font-size: clamp(42px, 4.5vw, 60px);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 1.03;
}

.bonus-compare-hero__copy > p {
    max-width: 560px;
    margin: 0;
    color: #5d6f89;
    font-size: 19px;
    line-height: 1.55;
}

.bonus-compare-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--bc-line);
    color: #16314d;
    font-size: 14px;
    font-weight: 800;
}

.bonus-compare-meta span {
    position: relative;
    padding-left: 28px;
}

.bonus-compare-meta span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #12385d;
    transform: translateY(-50%);
}

.bonus-compare-hero__visual {
    display: none;
    position: relative;
    min-height: 320px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 49% 55%, rgba(0, 216, 255, 0.28), transparent 10rem),
        linear-gradient(135deg, #002542, #004263 58%, #01345a);
    box-shadow: 0 24px 52px rgba(0, 31, 58, 0.22);
    overflow: hidden;
}

.bonus-compare-hero__visual::before,
.bonus-compare-hero__visual::after {
    content: "*";
    position: absolute;
    color: #f6bc24;
    font-size: 36px;
    font-weight: 900;
}

.bonus-compare-hero__visual::before {
    top: 42px;
    left: 44px;
}

.bonus-compare-hero__visual::after {
    top: 60px;
    right: 215px;
}

.bonus-terms-card {
    position: absolute;
    left: 110px;
    top: 34px;
    width: 190px;
    min-height: 195px;
    padding: 28px 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fdff, #d9eff8);
    border: 7px solid #0c8aad;
    box-shadow: 0 18px 26px rgba(0, 0, 0, 0.24);
    transform: rotate(-2deg);
}

.bonus-terms-card h2 {
    margin: 0 0 18px;
    color: #133350;
    font-size: 22px;
    font-weight: 950;
    text-transform: uppercase;
}

.bonus-terms-card p {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
}

.bonus-terms-card i {
    width: 22px;
    height: 22px;
    border: 2px solid #96c2d3;
    border-radius: 4px;
    background: #f7fffb;
}

.bonus-terms-card span {
    height: 6px;
    border-radius: 999px;
    background: #a8bcc9;
}

.bonus-ticket-card {
    position: absolute;
    left: 48px;
    bottom: 62px;
    width: 142px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 2px solid #0ed1e5;
    border-radius: 12px;
    color: #ffd141;
    font-size: 24px;
    font-weight: 950;
    text-transform: uppercase;
    background: #07335c;
    transform: rotate(9deg);
}

.bonus-chip-card {
    position: absolute;
    left: 252px;
    bottom: 30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 18px dashed #01a4dc;
    background:
        radial-gradient(circle, #67d6ff 0 28%, #00659c 29% 54%, #073454 55%);
    box-shadow: 0 18px 26px rgba(0, 0, 0, 0.28);
}

.bonus-shield-card {
    position: absolute;
    left: 372px;
    bottom: 48px;
    width: 96px;
    height: 112px;
    display: grid;
    place-items: center;
    border-radius: 44px 44px 54px 54px;
    background: linear-gradient(180deg, #14f1c2, #01a26e);
    box-shadow: inset 0 0 0 8px rgba(0, 40, 58, 0.24), 0 16px 30px rgba(0, 0, 0, 0.25);
}

.bonus-shield-card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.bonus-rule-card {
    position: absolute;
    right: 44px;
    width: 134px;
    min-height: 70px;
    display: grid;
    align-content: center;
    padding: 12px 14px;
    border: 1px solid rgba(13, 220, 219, 0.52);
    border-radius: 10px;
    background: rgba(0, 42, 72, 0.76);
    color: #ffffff;
}

.bonus-rule-card:nth-of-type(5) {
    top: 40px;
}

.bonus-rule-card:nth-of-type(6) {
    top: 122px;
}

.bonus-rule-card:nth-of-type(7) {
    top: 204px;
}

.bonus-rule-card span {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.bonus-rule-card strong {
    color: #36ed86;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

.bonus-compare-intro-note {
    margin-top: 24px;
    padding: 24px 28px;
    border-left: 4px solid var(--bc-blue);
    border-radius: 8px;
    background: var(--bc-card);
    box-shadow: 0 10px 28px rgba(12, 45, 77, 0.1);
}

.bonus-compare-intro-note p {
    margin: 0;
    color: #233e5b;
    font-size: 16px;
    line-height: 1.55;
}

.bonus-key-takeaways {
    display: grid;
    grid-template-columns: 165px repeat(3, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 18px;
    padding: 20px 28px;
    border: 1px solid #cfe8fb;
    border-radius: 8px;
    background: #f0faff;
}

.bonus-key-takeaways > b {
    color: #0a81cb;
    font-size: 14px;
    text-transform: uppercase;
}

.bonus-key-takeaways article {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 16px;
    align-items: center;
}

.bonus-key-takeaways img {
    grid-row: 1 / span 2;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: contain;
}

.bonus-key-takeaways strong {
    color: var(--bc-navy);
    font-size: 16px;
}

.bonus-key-takeaways span {
    color: var(--bc-muted);
    font-size: 14px;
}

.bonus-guide-body,
.bonus-value-section,
.bonus-terms-section,
.bonus-compare-tool-section,
.bonus-related-section {
    padding: 34px 0;
}

.bonus-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 24px;
    align-items: start;
}

.bonus-guide-main {
    padding: 24px;
    border: 1px solid var(--bc-line);
    border-radius: 10px;
    background: var(--bc-card);
}

.bonus-guide-block {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 26px;
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--bc-line);
}

.bonus-guide-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.bonus-guide-block > img {
    width: 95px;
    height: 95px;
    padding: 18px;
    border-radius: 12px;
    background: #effbf6;
    object-fit: contain;
}

.bonus-guide-block h2,
.bonus-value-section h2,
.bonus-terms-section h2,
.bonus-related-section h2 {
    margin: 0 0 12px;
    color: var(--bc-navy);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.bonus-guide-block p,
.bonus-value-section p {
    margin: 0 0 16px;
    color: #263f5c;
    font-size: 16px;
    line-height: 1.6;
}

.bonus-guide-block ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bonus-guide-block li {
    position: relative;
    padding-left: 30px;
    color: #213a56;
    line-height: 1.45;
}

.bonus-guide-block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--bc-green);
}

.bonus-info-box,
.bonus-warning-box {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 16px;
    align-items: center;
    margin-top: 20px;
    padding: 16px 18px;
    border-radius: 7px;
    font-size: 15px;
}

.bonus-info-box {
    border: 2px solid #0b9cec;
    background: #f1faff;
}

.bonus-warning-box {
    border: 2px solid #ffbd24;
    background: #fffdf3;
}

.bonus-info-box::before,
.bonus-warning-box::before {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 950;
}

.bonus-info-box::before {
    content: "i";
    color: #0b9cec;
    border: 3px solid #0b9cec;
}

.bonus-warning-box::before {
    content: "!";
    color: #ffffff;
    background: #ffb313;
}

.bonus-info-box strong,
.bonus-warning-box strong {
    color: var(--bc-navy);
    font-size: 17px;
}

.bonus-info-box span,
.bonus-warning-box span {
    grid-column: 2;
    color: #243d5a;
}

.bonus-guide-sidebar {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 88px;
}

.bonus-guide-sidebar section {
    border: 1px solid var(--bc-line);
    border-radius: 10px;
    background: var(--bc-card);
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(11, 42, 76, 0.08);
}

.bonus-guide-sidebar h2 {
    margin: 0;
    padding: 16px 22px;
    background: linear-gradient(135deg, #001f3a, #073e68);
    color: #ffffff;
    font-size: 20px;
    font-weight: 950;
}

.bonus-guide-sidebar a,
.bonus-guide-sidebar p {
    display: block;
    margin: 0;
    padding: 14px 22px;
    border-top: 1px solid var(--bc-line);
    color: var(--bc-navy);
    font-weight: 800;
    text-decoration: none;
}

.bonus-guide-sidebar p {
    position: relative;
    padding-left: 48px;
    font-size: 14px;
}

.bonus-guide-sidebar p::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--bc-green);
    transform: translateY(-50%);
}

.bonus-value-grid,
.bonus-terms-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 24px;
    align-items: start;
}

.bonus-value-section h2 span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
    background: #009966;
    color: #ffffff;
    font-size: 18px;
    vertical-align: 4px;
}

.bonus-value-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 22px 0 26px;
}

.bonus-value-cards article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 86px;
    padding: 14px;
    border: 1px solid var(--bc-line);
    border-radius: 8px;
    background: var(--bc-card);
}

.bonus-value-cards img {
    grid-row: 1 / span 2;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.bonus-value-cards strong {
    color: #068e65;
    font-size: 18px;
    font-weight: 950;
}

.bonus-value-cards span {
    color: #1e3956;
    font-size: 13px;
    font-weight: 800;
}

.bonus-signal-stack {
    display: grid;
    gap: 18px;
}

.bonus-signal-stack article {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    border-radius: 8px;
    overflow: hidden;
    background: var(--bc-card);
}

.bonus-signal-stack .is-good {
    border: 1px solid #08a36d;
}

.bonus-signal-stack .is-caution {
    border: 1px solid #df9b0e;
}

.bonus-signal-stack img {
    width: 100%;
    height: 100%;
    min-height: 156px;
    padding: 32px;
    object-fit: contain;
}

.bonus-signal-stack .is-good img {
    background: linear-gradient(135deg, #003d2d, #007954);
}

.bonus-signal-stack .is-caution img {
    background: linear-gradient(135deg, #2b2100, #7a5400);
}

.bonus-signal-stack div {
    padding: 22px;
}

.bonus-signal-stack h3 {
    margin: 0 0 8px;
    color: var(--bc-navy);
    font-size: 24px;
    font-weight: 950;
}

.bonus-signal-stack p {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 800;
}

.bonus-signal-stack span {
    display: block;
    position: relative;
    margin-top: 9px;
    padding-left: 24px;
    color: #233f5b;
    font-size: 14px;
}

.bonus-signal-stack span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.is-good span::before {
    background: #08a36d;
}

.is-caution span::before {
    background: #df9b0e;
}

.bonus-terms-table-wrap,
.compare-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.bonus-terms-table,
.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    border-radius: 9px;
    overflow: hidden;
    background: var(--bc-card);
    box-shadow: 0 14px 30px rgba(12, 45, 77, 0.1);
}

.bonus-terms-table th,
.bonus-terms-table td,
.compare-table th,
.compare-table td {
    padding: 15px 17px;
    border: 1px solid var(--bc-line);
    color: #193755;
    font-size: 14px;
    vertical-align: middle;
}

.bonus-terms-table th,
.compare-table th {
    background: linear-gradient(135deg, #088fec, #0062aa);
    color: #ffffff;
    font-weight: 950;
}

.bonus-terms-table td:nth-child(3) {
    color: #008659;
    font-weight: 950;
}

.bonus-important-note {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 16px;
    align-items: center;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid #f0b11a;
    border-radius: 8px;
    background: #fffaf0;
}

.bonus-important-note img {
    grid-row: 1 / span 2;
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.bonus-important-note strong {
    color: var(--bc-navy);
    font-size: 18px;
}

.bonus-important-note span {
    color: #263f5b;
    font-size: 14px;
}

.bonus-before-claim {
    border-radius: 8px;
    background: var(--bc-card);
    box-shadow: 0 16px 32px rgba(12, 45, 77, 0.12);
    overflow: hidden;
}

.bonus-before-claim h2 {
    margin: 0;
    padding: 16px 22px;
    background: var(--bc-deep);
    color: #ffffff;
    font-size: 22px;
}

.bonus-before-claim article {
    display: grid;
    grid-template-columns: 46px 1fr;
    padding: 16px 22px;
    border-bottom: 1px solid var(--bc-line);
}

.bonus-before-claim article:last-child {
    border-bottom: 0;
}

.bonus-before-claim b {
    grid-row: 1 / span 2;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #078c61;
    color: #ffffff;
    font-size: 15px;
}

.bonus-before-claim strong {
    color: var(--bc-navy);
    font-size: 15px;
}

.bonus-before-claim span {
    color: var(--bc-muted);
    font-size: 13px;
}

.bonus-final-checklist {
    display: grid;
    grid-template-columns: 110px repeat(4, 1fr);
    gap: 18px;
    align-items: center;
    margin-bottom: 28px;
    padding: 18px 26px;
    border: 1px solid var(--bc-line);
    border-radius: 9px;
    background: var(--bc-card);
}

.bonus-final-checklist > img {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.bonus-final-checklist article {
    position: relative;
    padding-left: 32px;
}

.bonus-final-checklist article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--bc-green);
    border-radius: 50%;
}

.bonus-final-checklist strong {
    display: block;
    color: var(--bc-navy);
    font-size: 16px;
}

.bonus-final-checklist span {
    color: var(--bc-muted);
    font-size: 14px;
}

.compare-tool {
    padding: 26px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 85% 15%, rgba(8, 201, 130, 0.24), transparent 16rem),
        linear-gradient(135deg, #002b4b, #004f53);
    color: #ffffff;
    box-shadow: 0 22px 48px rgba(0, 31, 58, 0.24);
}

.compare-tool__head,
.compare-tool__controls {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
}

.compare-tool__head {
    margin-bottom: 22px;
}

.compare-tool__head h2 {
    margin: 6px 0 8px;
    color: #ffffff;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.compare-tool__head p {
    max-width: 620px;
    margin: 0;
    color: #d8f7ff;
    line-height: 1.45;
}

.compare-result__eyebrow {
    display: inline-flex;
    color: var(--bc-green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.compare-tool__limit {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.compare-tool__search {
    position: relative;
    flex: 1 1 auto;
}

.compare-tool__input {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--bc-navy);
    font-weight: 800;
    outline: none;
}

.compare-tool__input:focus {
    border-color: var(--bc-green);
    box-shadow: 0 0 0 4px rgba(8, 201, 130, 0.18);
}

.compare-tool__submit,
.compare-table__play,
.compare-table__review,
.bonus-editorial-review a,
.bonus-related-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 7px;
    border: 0;
    background: var(--bc-green);
    color: #003f2d;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
}

.compare-tool__submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.compare-tool__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 20;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 42px rgba(0, 31, 58, 0.28);
    overflow: hidden;
}

.compare-tool__option {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    color: var(--bc-navy);
    font-weight: 900;
    text-decoration: none;
}

.compare-tool__option:hover {
    background: #eff9ff;
}

.compare-tool__option img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    object-fit: contain;
    background: #001f3a;
}

.compare-tool__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.compare-tool__chip {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.compare-tool__chip img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: contain;
    background: #001f3a;
}

.compare-tool__chip button {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-weight: 950;
    line-height: 1;
}

.compare-tool__hint {
    margin: 14px 0 0;
    color: #d8f7ff;
    font-size: 14px;
}

.compare-result {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid var(--bc-line);
    border-radius: 10px;
    background: #ffffff;
}

.compare-result__head {
    margin-bottom: 18px;
}

.compare-result h2 {
    margin: 6px 0 0;
    color: var(--bc-navy);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 950;
}

.compare-result--empty {
    text-align: center;
}

.compare-result--empty p {
    max-width: 620px;
    margin: 10px auto 0;
    color: var(--bc-muted);
}

.compare-table th:first-child,
.compare-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 180px;
    font-weight: 950;
}

.compare-table td:first-child {
    background: #f8fbff;
    color: var(--bc-navy);
}

.compare-table th a {
    color: #ffffff;
}

.compare-table__review {
    min-height: 36px;
    margin: 3px;
    background: #eaf8ff;
    color: #026eac;
}

.compare-table__play {
    min-height: 36px;
    margin: 3px;
}

.compare-table__blocked {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 12px;
    border-radius: 7px;
    background: #fff0f0;
    color: #c23b3b;
    font-weight: 950;
}

.bonus-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 18px;
}

.bonus-related-grid article {
    padding: 10px;
    border: 1px solid var(--bc-line);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(12, 45, 77, 0.08);
}

.bonus-related-grid img {
    width: 100%;
    height: 104px;
    padding: 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #002542, #043c69);
    object-fit: contain;
}

.bonus-related-grid span {
    display: block;
    margin: 12px 0 6px;
    color: #087ed0;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.bonus-related-grid h3 {
    min-height: 52px;
    margin: 0 0 8px;
    color: var(--bc-navy);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.15;
}

.bonus-related-grid p {
    min-height: 66px;
    margin: 0 0 14px;
    color: #506984;
    font-size: 14px;
    line-height: 1.45;
}

.bonus-related-grid a {
    min-height: 36px;
    width: 100%;
    background: #f0f9ff;
    color: #087ed0;
}

.bonus-editorial-review {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 28px;
    margin-top: 30px;
}

.bonus-editorial-review article {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--bc-line);
    border-radius: 10px;
    background: #ffffff;
}

.bonus-editorial-review article:last-child {
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, #001f3a, #003a66);
    color: #ffffff;
}

.bonus-editorial-review img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    object-fit: contain;
    background: #001f3a;
}

.bonus-editorial-review h2 {
    margin: 0 0 10px;
    color: inherit;
    font-size: 24px;
}

.bonus-editorial-review p {
    color: #42617c;
    font-size: 14px;
    line-height: 1.5;
}

.bonus-editorial-review article:last-child p {
    color: #cfeeff;
}

.bonus-editorial-review article:last-child div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.bonus-editorial-review article:last-child span {
    padding: 16px 12px;
    border-left: 1px solid rgba(7, 142, 232, 0.55);
    color: #e8fbff;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 1199px) {
    .bonus-compare-hero__grid,
    .bonus-guide-layout,
    .bonus-value-grid,
    .bonus-terms-grid,
    .bonus-editorial-review {
        grid-template-columns: 1fr;
    }

    .bonus-compare-hero__visual {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .bonus-guide-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bonus-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .bonus-compare-container {
        width: min(100% - 28px, 1180px);
    }

    .bonus-compare-hero {
        padding-top: 22px;
    }

    .bonus-compare-breadcrumbs {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .bonus-compare-hero h1 {
        font-size: 38px;
    }

    .bonus-compare-hero__copy > p {
        font-size: 16px;
    }

    .bonus-compare-meta {
        gap: 10px;
        font-size: 12px;
    }

    .bonus-compare-hero__visual {
        min-height: 300px;
        transform: scale(0.9);
        transform-origin: center top;
        margin-bottom: -28px;
    }

    .bonus-terms-card {
        left: 48px;
        top: 34px;
        width: 170px;
    }

    .bonus-ticket-card {
        left: 26px;
        bottom: 78px;
    }

    .bonus-chip-card {
        left: 178px;
        bottom: 42px;
        width: 108px;
        height: 108px;
        border-width: 14px;
    }

    .bonus-shield-card {
        left: 274px;
        bottom: 70px;
        width: 76px;
        height: 92px;
    }

    .bonus-rule-card {
        right: 18px;
        width: 118px;
    }

    .bonus-key-takeaways,
    .bonus-guide-sidebar,
    .bonus-value-cards,
    .bonus-related-grid,
    .bonus-final-checklist,
    .bonus-editorial-review article:last-child div {
        grid-template-columns: 1fr;
    }

    .bonus-key-takeaways {
        padding: 18px;
    }

    .bonus-guide-main,
    .compare-tool,
    .compare-result {
        padding: 18px;
    }

    .bonus-guide-block {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bonus-guide-block > img {
        width: 82px;
        height: 82px;
    }

    .bonus-info-box,
    .bonus-warning-box,
    .bonus-important-note,
    .bonus-editorial-review article {
        grid-template-columns: 1fr;
    }

    .bonus-info-box span,
    .bonus-warning-box span {
        grid-column: auto;
    }

    .bonus-signal-stack article {
        grid-template-columns: 1fr;
    }

    .bonus-signal-stack img {
        min-height: 110px;
    }

    .bonus-final-checklist > img {
        width: 64px;
        height: 64px;
    }

    .compare-tool__head,
    .compare-tool__controls {
        align-items: stretch;
        flex-direction: column;
    }

    .compare-tool__submit {
        width: 100%;
    }

    .bonus-related-grid h3,
    .bonus-related-grid p {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .bonus-compare-hero__visual {
        min-height: 270px;
        transform: scale(0.74);
        width: 132%;
        margin-left: -16%;
        margin-bottom: -68px;
    }

    .bonus-compare-intro-note {
        padding: 20px;
    }

    .bonus-compare-hero h1 {
        font-size: 33px;
    }
}

/* Contact redesign */
.contact-redesign {
    --contact-navy: #062744;
    --contact-deep: #001f3a;
    --contact-blue: #078ee8;
    --contact-green: #08d68f;
    --contact-mint: #e9fff8;
    --contact-text: #0b2742;
    --contact-muted: #657892;
    --contact-line: #d7e5f0;
    background:
        radial-gradient(circle at 84% 0%, rgba(8, 214, 143, 0.12), transparent 30rem),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 52%, #f6fbff 100%);
    color: var(--contact-text);
    overflow: hidden;
}

.contact-redesign-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.contact-redesign-hero {
    padding: 34px 0 0;
    background-color: #f8fcff;
    background-image: url('/images/hero/hero_contact_usa.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1622px, 100%) auto;
}

.contact-redesign-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 64px;
    align-items: center;
}

.contact-redesign-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 26px;
    color: #7890a9;
    font-size: 14px;
    font-weight: 800;
}

.contact-redesign-breadcrumbs a {
    color: #31506e;
    text-decoration: none;
}

.contact-redesign-breadcrumbs b {
    color: #657892;
}

.contact-redesign-eyebrow,
.contact-redesign-kicker {
    display: inline-flex;
    width: max-content;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #07c7f2, #0878da);
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(7, 142, 232, 0.22);
}

.contact-redesign-kicker {
    background: rgba(8, 214, 143, 0.12);
    color: #06805a;
    box-shadow: none;
}

.contact-redesign-hero h1 {
    max-width: 670px;
    margin: 18px 0 16px;
    color: var(--contact-navy);
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.contact-redesign-hero__copy > p {
    max-width: 610px;
    margin: 0;
    color: #5c718c;
    font-size: 19px;
    line-height: 1.58;
}

.contact-redesign-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.contact-redesign-hero__actions a,
.contact-page__submit {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 0;
    border-radius: 10px;
    background: var(--contact-green);
    color: #003f2d;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(8, 214, 143, 0.26);
}

.contact-redesign-hero__actions a:nth-child(2) {
    background: #ffffff;
    color: var(--contact-navy);
    border: 1px solid var(--contact-line);
    box-shadow: 0 12px 24px rgba(12, 45, 77, 0.08);
}

.contact-redesign-visual {
    display: none;
    position: relative;
    min-height: 388px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 34% 28%, rgba(8, 214, 143, 0.26), transparent 11rem),
        radial-gradient(circle at 78% 68%, rgba(7, 142, 232, 0.24), transparent 12rem),
        linear-gradient(135deg, #001f3a 0%, #053c63 58%, #005d61 100%);
    box-shadow: 0 26px 56px rgba(0, 31, 58, 0.24);
    overflow: hidden;
}

.contact-redesign-visual::before,
.contact-redesign-visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.contact-redesign-visual::before {
    width: 180px;
    height: 180px;
    right: -62px;
    top: -58px;
}

.contact-redesign-visual::after {
    width: 126px;
    height: 126px;
    left: -40px;
    bottom: -44px;
}

.contact-redesign-inbox {
    position: absolute;
    left: 52px;
    right: 52px;
    top: 52px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.22);
}

.contact-redesign-inbox header {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.contact-redesign-inbox header span {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background:
        linear-gradient(135deg, transparent 42%, #ffffff 43% 56%, transparent 57%),
        linear-gradient(135deg, var(--contact-blue), var(--contact-green));
}

.contact-redesign-inbox strong {
    color: var(--contact-navy);
    font-size: 20px;
    font-weight: 950;
}

.contact-redesign-inbox b {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--contact-mint);
    color: #057552;
    font-size: 12px;
    font-weight: 950;
}

.contact-redesign-inbox p {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.contact-redesign-inbox i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e9f4fb;
}

.contact-redesign-inbox p span {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d3e2ed, #edf5fa);
}

.contact-redesign-inbox p:nth-child(3) span {
    width: 78%;
}

.contact-redesign-inbox p:nth-child(4) span {
    width: 58%;
}

.contact-redesign-ticket,
.contact-redesign-message {
    position: absolute;
    display: grid;
    gap: 4px;
    padding: 18px 20px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.22);
}

.contact-redesign-ticket {
    left: 30px;
    bottom: 42px;
    width: 172px;
    background: linear-gradient(135deg, #08d68f, #0781c9);
}

.contact-redesign-ticket b {
    font-size: 38px;
    font-weight: 950;
    line-height: 1;
}

.contact-redesign-ticket span,
.contact-redesign-message span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
}

.contact-redesign-message {
    right: 32px;
    bottom: 48px;
    width: 235px;
    background: rgba(0, 31, 58, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-redesign-message strong {
    font-size: 18px;
    font-weight: 950;
}

.contact-redesign-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 34px;
    border: 1px solid var(--contact-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(12, 45, 77, 0.1);
    overflow: hidden;
}

.contact-redesign-stats article {
    display: grid;
    gap: 4px;
    padding: 22px 26px;
    border-right: 1px solid var(--contact-line);
}

.contact-redesign-stats article:last-child {
    border-right: 0;
}

.contact-redesign-stats strong {
    color: var(--contact-navy);
    font-size: 24px;
    font-weight: 950;
}

.contact-redesign-stats span {
    color: var(--contact-muted);
    font-size: 14px;
    font-weight: 800;
}

.contact-redesign-main {
    padding: 42px 0 70px;
}

.contact-redesign-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 0;
    border: 1px solid var(--contact-line);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 56px rgba(12, 45, 77, 0.12);
    overflow: hidden;
}

.contact-redesign-form-panel,
.contact-redesign-aside {
    padding: 38px;
}

.contact-redesign-form-panel h2,
.contact-redesign-aside h2 {
    margin: 12px 0 10px;
    color: var(--contact-navy);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.contact-redesign-form-panel > p {
    margin: 0 0 24px;
    color: var(--contact-muted);
    font-size: 16px;
    line-height: 1.55;
}

.contact-redesign-aside {
    background:
        radial-gradient(circle at top right, rgba(8, 214, 143, 0.14), transparent 18rem),
        linear-gradient(180deg, #f2f9ff, #ffffff);
    border-left: 1px solid var(--contact-line);
}

.contact-page__label {
    display: block;
    margin-bottom: 8px;
    color: var(--contact-navy);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-page__field {
    position: relative;
}

.contact-page__field-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: var(--contact-blue);
    transform: translateY(-50%);
    pointer-events: none;
}

.contact-page__field--textarea .contact-page__field-icon {
    top: 21px;
    transform: none;
}

.contact-page__field-icon svg,
.contact-page__submit-icon svg,
.contact-page__email-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-page__control {
    min-height: 54px;
    padding-left: 50px;
    border: 1px solid #cfe0ed;
    border-radius: 12px;
    background-color: #f8fbff;
    color: var(--contact-navy);
    font-size: 15px;
    font-weight: 800;
    box-shadow: none;
}

.contact-page__textarea {
    min-height: 150px;
    padding-top: 16px;
    resize: vertical;
}

.contact-page__control:focus {
    border-color: var(--contact-blue);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(7, 142, 232, 0.12);
}

.contact-page__submit {
    width: 100%;
    margin-top: 8px;
}

.contact-page__submit-icon {
    width: 22px;
    height: 22px;
}

.contact-page__response-time {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 16px !important;
    color: var(--contact-muted);
    font-size: 14px;
    font-weight: 800;
}

.contact-page__response-time-icon {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9f6ff;
    color: var(--contact-blue);
    font-size: 12px;
    font-weight: 950;
}

.contact-page__email-list {
    display: grid;
    gap: 12px;
}

.contact-page__email-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 12px;
    align-items: center;
}

.contact-page__email-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    padding: 14px;
    border-radius: 16px;
    background: #ffffff;
    color: var(--contact-blue);
    box-shadow: 0 10px 22px rgba(12, 45, 77, 0.08);
}

.contact-page__email-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid #d8e7f2;
    border-radius: 16px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page__email-card:hover {
    border-color: rgba(8, 214, 143, 0.55);
    box-shadow: 0 14px 28px rgba(12, 45, 77, 0.12);
    transform: translateY(-2px);
}

.contact-page__email-copy {
    min-width: 0;
}

.contact-page__email-label,
.contact-page__email-link {
    display: block;
}

.contact-page__email-label {
    color: var(--contact-navy);
    font-size: 14px;
    font-weight: 950;
}

.contact-page__email-link {
    color: var(--contact-muted);
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-page__email-arrow {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--contact-mint);
    color: #067552;
    font-size: 22px;
    font-weight: 950;
}

.contact-page__tips {
    padding: 22px;
    border-radius: 18px;
    background: var(--contact-deep);
    color: #ffffff;
}

.contact-page__tips-title {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
}

.contact-page__tips-list {
    display: grid;
    gap: 12px;
    padding: 0;
    list-style: none;
}

.contact-page__tips-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    align-items: start;
    color: #d8f7ff;
    font-size: 14px;
    font-weight: 800;
}

.contact-page__tips-check {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--contact-green);
    color: #003f2d;
    font-size: 13px;
    font-weight: 950;
}

.contact-page__support-copy {
    color: var(--contact-muted) !important;
    font-weight: 800;
    line-height: 1.55;
}

.contact-page__support-copy a {
    color: var(--contact-blue);
    font-weight: 950;
}

.contact-redesign-note {
    display: grid;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(8, 214, 143, 0.32);
    border-radius: 18px;
    background: var(--contact-mint);
}

.contact-redesign-note strong {
    color: #066247;
    font-size: 16px;
    font-weight: 950;
}

.contact-redesign-note span {
    color: #386454;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.contact-page__alert {
    border: 0;
    border-radius: 14px;
    background: var(--contact-mint);
    color: #066247;
    font-weight: 900;
}

@media (max-width: 1199px) {
    .contact-redesign-hero__grid,
    .contact-redesign-card {
        grid-template-columns: 1fr;
    }

    .contact-redesign-visual {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }

    .contact-redesign-aside {
        border-left: 0;
        border-top: 1px solid var(--contact-line);
    }
}

@media (max-width: 767px) {
    .contact-redesign-container {
        width: min(100% - 28px, 1180px);
    }

    .contact-redesign-hero {
        padding-top: 24px;
    }

    .contact-redesign-breadcrumbs {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .contact-redesign-hero h1 {
        font-size: 36px;
    }

    .contact-redesign-hero__copy > p {
        font-size: 16px;
    }

    .contact-redesign-hero__actions a {
        width: 100%;
    }

    .contact-redesign-visual {
        min-height: 335px;
    }

    .contact-redesign-inbox {
        left: 18px;
        right: 18px;
        top: 28px;
    }

    .contact-redesign-ticket {
        left: 18px;
        bottom: 24px;
        width: 145px;
    }

    .contact-redesign-ticket b {
        font-size: 30px;
    }

    .contact-redesign-message {
        right: 18px;
        bottom: 28px;
        width: 178px;
    }

    .contact-redesign-stats {
        grid-template-columns: 1fr;
    }

    .contact-redesign-stats article {
        border-right: 0;
        border-bottom: 1px solid var(--contact-line);
    }

    .contact-redesign-stats article:last-child {
        border-bottom: 0;
    }

    .contact-redesign-main {
        padding: 30px 0 52px;
    }

    .contact-redesign-form-panel,
    .contact-redesign-aside {
        padding: 24px 18px;
    }

    .contact-page__email-item {
        grid-template-columns: 1fr;
    }

    .contact-page__email-icon {
        display: none;
    }
}

@media (max-width: 460px) {
    .contact-redesign-visual {
        min-height: 310px;
    }

    .contact-redesign-message {
        display: none;
    }

    .contact-redesign-ticket {
        right: 18px;
        width: auto;
    }
}

/* Careers redesign */
.careers-redesign {
    --career-navy: #062744;
    --career-deep: #001f3a;
    --career-blue: #078ee8;
    --career-green: #08d68f;
    --career-mint: #e9fff8;
    --career-text: #0b2742;
    --career-muted: #657892;
    --career-line: #d7e5f0;
    background:
        radial-gradient(circle at 82% 0%, rgba(8, 214, 143, 0.12), transparent 32rem),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #f6fbff 100%);
    color: var(--career-text);
    overflow: hidden;
}

.careers-redesign-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.careers-redesign-hero {
    padding: 34px 0 0;
}

.careers-redesign-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 64px;
    align-items: center;
}

.careers-redesign-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 26px;
    color: #7890a9;
    font-size: 14px;
    font-weight: 800;
}

.careers-redesign-breadcrumbs a {
    color: #31506e;
    text-decoration: none;
}

.careers-redesign-breadcrumbs b {
    color: #657892;
}

.careers-redesign-eyebrow,
.careers-redesign-kicker {
    display: inline-flex;
    width: max-content;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #07c7f2, #0878da);
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(7, 142, 232, 0.22);
}

.careers-redesign-kicker {
    background: rgba(8, 214, 143, 0.12);
    color: #06805a;
    box-shadow: none;
}

.careers-redesign-hero h1 {
    max-width: 690px;
    margin: 18px 0 16px;
    color: var(--career-navy);
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.careers-redesign-hero__copy > p {
    max-width: 610px;
    margin: 0;
    color: #5c718c;
    font-size: 19px;
    line-height: 1.58;
}

.careers-redesign-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.careers-redesign-hero__actions a,
.careers-page__cta,
.careers-page__apply-box a {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 10px;
    background: var(--career-green);
    color: #003f2d;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(8, 214, 143, 0.26);
}

.careers-redesign-hero__actions a:nth-child(2) {
    background: #ffffff;
    color: var(--career-navy);
    border: 1px solid var(--career-line);
    box-shadow: 0 12px 24px rgba(12, 45, 77, 0.08);
}

.careers-redesign-visual {
    position: relative;
    min-height: 390px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 26% 22%, rgba(8, 214, 143, 0.26), transparent 11rem),
        radial-gradient(circle at 82% 68%, rgba(7, 142, 232, 0.24), transparent 13rem),
        linear-gradient(135deg, #001f3a 0%, #053c63 58%, #005d61 100%);
    box-shadow: 0 26px 56px rgba(0, 31, 58, 0.24);
    overflow: hidden;
}

.careers-redesign-visual::before,
.careers-redesign-visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.careers-redesign-visual::before {
    width: 180px;
    height: 180px;
    right: -62px;
    top: -58px;
}

.careers-redesign-visual::after {
    width: 126px;
    height: 126px;
    left: -40px;
    bottom: -44px;
}

.careers-redesign-desk {
    position: absolute;
    inset: 42px 44px 38px;
}

.careers-redesign-screen {
    position: absolute;
    left: 38px;
    right: 54px;
    top: 22px;
    padding: 22px;
    border: 10px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.22);
}

.careers-redesign-screen header {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.careers-redesign-screen header span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, transparent 42%, #ffffff 43% 56%, transparent 57%),
        linear-gradient(135deg, var(--career-blue), var(--career-green));
}

.careers-redesign-screen strong {
    color: var(--career-navy);
    font-size: 20px;
    font-weight: 950;
}

.careers-redesign-screen p {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.careers-redesign-screen i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e9f4fb;
}

.careers-redesign-screen p span {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d3e2ed, #edf5fa);
}

.careers-redesign-screen p:nth-child(3) span {
    width: 78%;
}

.careers-redesign-screen p:nth-child(4) span {
    width: 58%;
}

.careers-redesign-plant {
    position: absolute;
    right: 18px;
    bottom: 22px;
    width: 78px;
    height: 126px;
    border-radius: 36px 36px 16px 16px;
    background:
        radial-gradient(ellipse at 40% 20%, #08d68f 0 28%, transparent 29%),
        radial-gradient(ellipse at 68% 30%, #5ff0bf 0 24%, transparent 25%),
        linear-gradient(#0b6e68 0 54%, #ffffff 55% 100%);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.careers-redesign-chair {
    position: absolute;
    left: 8px;
    bottom: 14px;
    width: 128px;
    height: 128px;
    border-radius: 42% 42% 28px 28px;
    background: linear-gradient(135deg, #08d68f, #078ee8);
    box-shadow: inset 0 -18px rgba(0, 31, 58, 0.18), 0 18px 32px rgba(0, 0, 0, 0.22);
}

.careers-redesign-badge,
.careers-redesign-score {
    position: absolute;
    display: grid;
    gap: 4px;
    padding: 18px 20px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.22);
}

.careers-redesign-badge {
    left: 30px;
    bottom: 42px;
    width: 178px;
    background: linear-gradient(135deg, #08d68f, #0781c9);
}

.careers-redesign-score {
    right: 32px;
    bottom: 48px;
    width: 205px;
    background: rgba(0, 31, 58, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.careers-redesign-badge strong,
.careers-redesign-score b {
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

.careers-redesign-badge span,
.careers-redesign-score span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
}

.careers-redesign-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
    border: 1px solid var(--career-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(12, 45, 77, 0.1);
    overflow: hidden;
}

.careers-redesign-stats article {
    display: grid;
    gap: 4px;
    padding: 22px 26px;
    border-right: 1px solid var(--career-line);
}

.careers-redesign-stats article:last-child {
    border-right: 0;
}

.careers-redesign-stats strong {
    color: var(--career-navy);
    font-size: 24px;
    font-weight: 950;
}

.careers-redesign-stats span {
    color: var(--career-muted);
    font-size: 14px;
    font-weight: 800;
}

.careers-redesign-main {
    padding: 42px 0 70px;
}

.careers-redesign-story {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
    margin-bottom: 44px;
    padding: 34px;
    border: 1px solid var(--career-line);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(8, 214, 143, 0.14), transparent 18rem),
        #ffffff;
    box-shadow: 0 18px 40px rgba(12, 45, 77, 0.1);
}

.careers-redesign-story h2,
.careers-redesign-section-title,
.careers-page__details-title {
    margin: 12px 0 0;
    color: var(--career-navy);
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.careers-redesign-story p,
.careers-page__details-copy {
    margin: 0;
    color: #536a84;
    font-size: 17px;
    line-height: 1.62;
}

.careers-page__life {
    margin-bottom: 46px;
}

.careers-page__benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.careers-page__benefit-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    min-height: 220px;
    padding: 22px;
    border: 1px solid var(--career-line);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(12, 45, 77, 0.08);
}

.careers-page__benefit-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    padding: 11px;
    border-radius: 18px;
    background: var(--career-mint);
}

.careers-page__benefit-icon svg {
    width: 40px;
    height: 40px;
}

.careers-page__benefit-card h3 {
    margin: 0 0 10px;
    color: var(--career-navy);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.15;
}

.careers-page__benefit-card p {
    margin: 0;
    color: #5e738c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.careers-page__details-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--career-line);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 56px rgba(12, 45, 77, 0.12);
    overflow: hidden;
}

.careers-page__details-col {
    padding: 38px;
}

.careers-page__details-col--right {
    background:
        radial-gradient(circle at top right, rgba(8, 214, 143, 0.14), transparent 18rem),
        linear-gradient(180deg, #f2f9ff, #ffffff);
    border-left: 1px solid var(--career-line);
}

.careers-page__details-col h3 {
    margin: 26px 0 14px;
    color: var(--career-navy);
    font-size: 22px;
    font-weight: 950;
}

.careers-page__note,
.careers-page__apply-box,
.careers-page__contact-line {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 24px;
    padding: 18px;
    border-radius: 18px;
    background: var(--career-mint);
    color: #386454;
}

.careers-page__note span,
.careers-page__apply-box span,
.careers-page__contact-line span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    padding: 14px;
    border-radius: 16px;
    background: #ffffff;
    color: var(--career-green);
    font-weight: 950;
    box-shadow: 0 10px 22px rgba(12, 45, 77, 0.08);
}

.careers-page__note svg,
.careers-page__apply-box svg {
    width: 24px;
    height: 24px;
}

.careers-page__note p,
.careers-page__apply-box p {
    margin: 0;
    font-weight: 800;
    line-height: 1.5;
}

.careers-page__check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.careers-page__check-list--spaced {
    margin-top: 22px;
}

.careers-page__check-list li {
    position: relative;
    padding-left: 32px;
    color: #314f68;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

.careers-page__check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:
        linear-gradient(135deg, transparent 42%, #ffffff 43% 56%, transparent 57%),
        var(--career-green);
}

.careers-page__apply-box {
    background: var(--career-deep);
    color: #d8f7ff;
}

.careers-page__apply-box span {
    color: var(--career-blue);
}

.careers-page__apply-box a {
    min-height: auto;
    display: inline;
    padding: 0;
    background: transparent;
    color: var(--career-green);
    box-shadow: none;
}

.careers-page__contact-line {
    max-width: 760px;
    margin: 28px auto 0;
    border: 1px solid rgba(8, 214, 143, 0.32);
    background: #ffffff;
    color: #536a84;
    font-weight: 800;
}

.careers-page__contact-line a {
    color: var(--career-blue);
    font-weight: 950;
}

@media (max-width: 1199px) {
    .careers-redesign-hero__grid,
    .careers-redesign-story,
    .careers-page__details-card {
        grid-template-columns: 1fr;
    }

    .careers-redesign-visual {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }

    .careers-page__benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .careers-page__details-col--right {
        border-left: 0;
        border-top: 1px solid var(--career-line);
    }
}

@media (max-width: 767px) {
    .careers-redesign-container {
        width: min(100% - 28px, 1180px);
    }

    .careers-redesign-hero {
        padding-top: 24px;
    }

    .careers-redesign-breadcrumbs {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .careers-redesign-hero h1 {
        font-size: 36px;
    }

    .careers-redesign-hero__copy > p,
    .careers-redesign-story p {
        font-size: 16px;
    }

    .careers-redesign-hero__actions a {
        width: 100%;
    }

    .careers-redesign-visual {
        min-height: 335px;
    }

    .careers-redesign-desk {
        inset: 26px 18px 24px;
    }

    .careers-redesign-screen {
        left: 40px;
        right: 18px;
        top: 10px;
        padding: 16px;
        border-width: 6px;
    }

    .careers-redesign-chair {
        width: 98px;
        height: 98px;
    }

    .careers-redesign-plant {
        display: none;
    }

    .careers-redesign-badge {
        left: 18px;
        bottom: 24px;
        width: 145px;
    }

    .careers-redesign-score {
        right: 18px;
        bottom: 28px;
        width: 178px;
    }

    .careers-redesign-stats,
    .careers-page__benefits-grid {
        grid-template-columns: 1fr;
    }

    .careers-redesign-stats article {
        border-right: 0;
        border-bottom: 1px solid var(--career-line);
    }

    .careers-redesign-stats article:last-child {
        border-bottom: 0;
    }

    .careers-redesign-main {
        padding: 30px 0 52px;
    }

    .careers-redesign-story,
    .careers-page__details-col {
        padding: 24px 18px;
    }

    .careers-page__benefit-card {
        min-height: 0;
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 18px;
    }

    .careers-page__note,
    .careers-page__apply-box,
    .careers-page__contact-line {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 460px) {
    .careers-redesign-visual {
        min-height: 310px;
    }

    .careers-redesign-score {
        display: none;
    }

    .careers-redesign-badge {
        right: 18px;
        width: auto;
    }
}

/* Bonus detail redesign */
.bonus-redesign {
    --bonus-navy: #071f36;
    --bonus-deep: #00223d;
    --bonus-blue: #00a7e8;
    --bonus-green: #05e19a;
    --bonus-gold: #f2aa00;
    --bonus-text: #08223d;
    --bonus-muted: #50637a;
    --bonus-line: #dbe5ee;
    --bonus-card: #ffffff;
    background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 44%, #f6fbff 100%);
    color: var(--bonus-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bonus-redesign__wrap {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
    padding: 22px 0 48px;
}

.bonus-redesign-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
}

.bonus-redesign-breadcrumb a {
    color: #15334f;
    text-decoration: none;
}

.bonus-redesign-breadcrumb b {
    color: #0b223d;
}

.bonus-redesign-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    gap: 26px;
    min-height: 410px;
    padding: 36px 38px 28px;
    border-radius: 14px;
    background-color: #001a31;
    background-image: url('/images/hero/hero_bonus_simple.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    box-shadow: 0 20px 42px rgba(1, 31, 57, 0.22);
    overflow: hidden;
}

.bonus-redesign-hero::before {
    display: none;
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .28;
}

.bonus-redesign-hero > * {
    position: relative;
    z-index: 1;
}

.bonus-redesign-hero__copy {
    max-width: 560px;
}

.bonus-redesign-badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid rgba(5, 225, 154, .8);
    border-radius: 9px;
    background: rgba(5, 225, 154, .1);
    color: var(--bonus-green);
    font-size: 13px;
    font-weight: 950;
}

.bonus-redesign-hero h1 {
    max-width: 590px;
    margin: 18px 0 10px;
    color: #ffffff;
    font-size: clamp(30px, 3.3vw, 40px);
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.bonus-redesign-hero__offer {
    padding-top: 14px;
    border-top: 3px solid #09aeea;
    color: #ffffff;
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 950;
    letter-spacing: -.03em;
}

.bonus-redesign-hero__offer::first-letter,
.bonus-summary-card strong::first-letter,
.bonus-insight-grid strong::first-letter {
    color: var(--bonus-gold);
}

.bonus-redesign-hero__copy p {
    max-width: 560px;
    margin: 18px 0 0;
    color: #d8e8f5;
    font-size: 16px;
    line-height: 1.55;
}

.bonus-redesign-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.bonus-redesign-btn {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 9px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none;
}

.bonus-redesign-btn--primary {
    background: var(--bonus-green);
    color: #00253a;
}

.bonus-redesign-btn--ghost {
    border-color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.bonus-redesign-btn--muted {
    background: #6b7280;
    color: #ffffff;
}

.bonus-redesign-hero__checks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 9px;
    background: rgba(0, 24, 44, 0.34);
    overflow: hidden;
}

.bonus-redesign-hero__checks span {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 54px;
    padding: 0 16px;
    border-right: 1px solid rgba(255,255,255,.18);
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
}

.bonus-redesign-hero__checks span:last-child {
    border-right: 0;
}

.bonus-redesign-hero__visual {
    display: none;
    position: relative;
    min-height: 330px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.bonus-redesign-ticket {
    position: absolute;
    top: 20px;
    left: 115px;
    width: 285px;
    min-height: 185px;
    padding: 28px 28px 24px;
    border: 2px solid var(--bonus-green);
    border-radius: 16px;
    background: linear-gradient(160deg, #053f5d, #00172d);
    box-shadow: 0 30px 50px rgba(0,0,0,.38);
    transform: rotate(-6deg);
    text-align: center;
}

.bonus-redesign-ticket span {
    color: var(--bonus-green);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bonus-redesign-ticket strong {
    display: block;
    margin: 8px 0 4px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 950;
    line-height: .95;
}

.bonus-redesign-ticket small {
    color: #d9effa;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.bonus-redesign-chip {
    position: absolute;
    left: 20px;
    bottom: 58px;
    width: 145px;
    height: 145px;
    display: grid;
    place-items: center;
    border: 9px solid #0ab7e6;
    border-radius: 50%;
    background: radial-gradient(circle, #03e09b 0 28%, #034f75 30% 56%, #02243e 58%);
    box-shadow: 0 0 38px rgba(0, 199, 255, .55);
}

.bonus-redesign-chip img {
    width: 86px;
    height: 86px;
    object-fit: contain;
}

.bonus-redesign-chip span {
    color: #ffffff;
    font-weight: 950;
    text-align: center;
}

.bonus-redesign-code-card {
    position: absolute;
    left: 220px;
    bottom: 40px;
    width: 230px;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(3, 35, 59, .92);
    box-shadow: 0 18px 36px rgba(0,0,0,.28);
    text-align: center;
}

.bonus-redesign-code-card span,
.bonus-promo-strip span {
    display: block;
    color: var(--bonus-green);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bonus-redesign-code-card button,
.bonus-redesign-code-card b,
.bonus-promo-strip button,
.bonus-promo-strip strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 8px;
    border: 1px dashed rgba(255,255,255,.56);
    border-radius: 7px;
    background: transparent;
    color: #ffffff;
    font-size: 19px;
    font-weight: 950;
}

.bonus-redesign-score-card {
    position: absolute;
    right: 0;
    top: 72px;
    width: 150px;
    padding: 22px 16px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 13px;
    background: rgba(5, 43, 73, .7);
    color: #ffffff;
    text-align: center;
}

.bonus-redesign-score-card span {
    color: #cce7f6;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.bonus-redesign-score-card strong {
    display: block;
    margin-top: 12px;
    color: var(--bonus-gold);
    font-size: 42px;
    font-weight: 950;
}

.bonus-redesign-score-card small {
    color: #ffffff;
    font-size: 20px;
}

.bonus-redesign-score-card div,
.bonus-score-panel div,
.bonus-similar-name span {
    color: var(--bonus-gold);
    letter-spacing: 2px;
}

.bonus-redesign-score-card b {
    color: var(--bonus-green);
    font-size: 13px;
}

.bonus-redesign-alert {
    margin-top: 22px;
    padding: 16px 20px;
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
    background: #fff8eb;
    color: #7a4a00;
    font-weight: 800;
}

.bonus-redesign-section {
    padding: 34px 0 0;
}

.bonus-redesign-section__head h2,
.bonus-redesign-section > h2,
.bonus-faq-section h2 {
    margin: 0;
    color: var(--bonus-text);
    font-size: clamp(28px, 3.2vw, 38px);
    font-weight: 950;
    letter-spacing: -.045em;
}

.bonus-redesign-section__head p {
    margin: 8px 0 0;
    color: var(--bonus-muted);
    font-size: 15px;
}

.bonus-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 22px;
}

.bonus-summary-card,
.bonus-note-card,
.bonus-claim-steps article,
.bonus-score-panel,
.bonus-insight-grid article,
.bonus-detail-cards article,
.bonus-side-notes article,
.bonus-faq-section details {
    border: 1px solid var(--bonus-line);
    border-radius: 12px;
    background: var(--bonus-card);
    box-shadow: 0 10px 28px rgba(11, 45, 74, .08);
}

.bonus-summary-card {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 118px;
    padding: 20px;
}

.bonus-summary-card img,
.bonus-note-card > img,
.bonus-insight-grid img,
.bonus-detail-cards img,
.bonus-side-notes img {
    flex: 0 0 auto;
    border-radius: 50%;
    background: #eaf7ff;
    object-fit: contain;
}

.bonus-summary-card span,
.bonus-insight-grid span {
    color: var(--bonus-text);
    font-size: 14px;
    font-weight: 950;
}

.bonus-summary-card strong {
    display: block;
    margin-top: 7px;
    color: #d58a00;
    font-size: 21px;
    font-weight: 950;
    line-height: 1.12;
}

.bonus-summary-card small {
    display: block;
    margin-top: 3px;
    color: var(--bonus-muted);
    font-size: 13px;
}

.bonus-promo-strip {
    display: grid;
    grid-template-columns: 1fr 1.05fr 260px;
    gap: 36px;
    align-items: center;
    margin-top: 22px;
    padding: 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #001b32, #003c68);
    color: #ffffff;
}

.bonus-promo-strip p {
    margin: 0;
    padding-left: 38px;
    border-left: 2px solid #00a7e8;
    color: #e4f1f8;
    font-size: 17px;
    line-height: 1.45;
}

.bonus-promo-strip small {
    color: #afc7d8;
}

.bonus-promo-strip a,
.bonus-ready-card a,
.bonus-similar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 8px;
    background: var(--bonus-green);
    color: #00253a;
    font-weight: 950;
    text-decoration: none;
}

.bonus-pros-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.07fr;
    gap: 20px;
    margin-top: 22px;
}

.bonus-note-card {
    position: relative;
    min-height: 250px;
    padding: 28px 30px 28px 96px;
    overflow: hidden;
}

.bonus-note-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--bonus-green);
}

.bonus-note-card--cons::before {
    background: var(--bonus-gold);
}

.bonus-note-card--checked::before {
    background: var(--bonus-blue);
}

.bonus-note-card > img {
    position: absolute;
    left: 28px;
    top: 24px;
    width: 56px;
    height: 56px;
}

.bonus-note-card h3,
.bonus-value-breakdown h3,
.bonus-score-panel h3,
.bonus-detail-cards h3,
.bonus-rules-table h3,
.bonus-side-notes h3,
.bonus-ready-card h3 {
    margin: 0 0 18px;
    color: var(--bonus-text);
    font-size: 20px;
    font-weight: 950;
    text-transform: uppercase;
}

.bonus-note-card ul,
.bonus-detail-cards ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bonus-note-card li,
.bonus-detail-cards li {
    position: relative;
    padding-left: 26px;
    color: #263c55;
    font-size: 15px;
}

.bonus-note-card li::before,
.bonus-detail-cards li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #13b983;
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
}

.bonus-note-card--cons li::before {
    content: "";
    top: 7px;
    width: 9px;
    height: 9px;
    background: var(--bonus-gold);
}

.bonus-note-card p {
    color: #263c55;
    line-height: 1.58;
}

.bonus-note-card strong {
    display: block;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #b8d3ea;
    color: #0d3152;
}

.bonus-claim-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 12px;
}

.bonus-claim-steps article {
    position: relative;
    min-height: 178px;
    padding: 20px 18px;
    text-align: center;
}

.bonus-claim-steps article:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -32px;
    top: 50%;
    color: #06c797;
    font-size: 42px;
    font-weight: 950;
    transform: translateY(-50%);
}

.bonus-claim-steps article > span {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0ebf9c;
    color: #ffffff;
    font-weight: 950;
}

.bonus-claim-steps h3 {
    margin: 6px 0 6px;
    color: var(--bonus-text);
    font-size: 20px;
    font-weight: 950;
}

.bonus-claim-steps p,
.bonus-score-panel p,
.bonus-insight-grid p,
.bonus-detail-cards p,
.bonus-side-notes p,
.bonus-faq-section p {
    margin: 0;
    color: var(--bonus-muted);
    font-size: 14px;
    line-height: 1.35;
}

.bonus-value-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 20px;
    margin-top: 18px;
}

.bonus-value-breakdown {
    padding: 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #001c33, #00365f);
    color: #ffffff;
}

.bonus-value-breakdown h3 {
    color: #ffffff;
    font-size: 24px;
    text-transform: none;
}

.bonus-value-row {
    display: grid;
    grid-template-columns: 46px 190px minmax(0, 1fr) 74px;
    gap: 16px;
    align-items: center;
    margin-top: 14px;
}

.bonus-value-row b {
    color: #ffffff;
    font-size: 16px;
}

.bonus-value-row span {
    height: 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    overflow: hidden;
}

.bonus-value-row i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--bonus-green);
}

.bonus-value-row.is-warning i {
    background: #ffc20e;
}

.bonus-value-row strong {
    display: grid;
    place-items: center;
    height: 35px;
    border: 1px solid var(--bonus-green);
    border-radius: 8px;
    color: var(--bonus-green);
    font-size: 19px;
}

.bonus-value-row.is-warning strong {
    border-color: #ffc20e;
    color: #ffc20e;
}

.bonus-score-panel {
    padding: 28px;
    border-color: #0cc99c;
    text-align: center;
}

.bonus-score-panel > span {
    color: var(--bonus-text);
    font-weight: 950;
}

.bonus-score-panel > strong {
    display: block;
    color: #08b883;
    font-size: 76px;
    font-weight: 950;
    line-height: .95;
}

.bonus-score-panel small {
    color: var(--bonus-text);
    font-size: 32px;
}

.bonus-score-panel h3 {
    margin: 8px 0;
    color: #d89100;
    font-size: 26px;
    text-transform: none;
}

.bonus-insight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 18px;
}

.bonus-insight-grid article {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 120px;
    padding: 22px;
}

.bonus-insight-grid strong {
    display: block;
    color: #d89100;
    font-size: 30px;
    font-weight: 950;
}

.bonus-detail-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 22px;
}

.bonus-detail-cards article {
    padding: 24px;
}

.bonus-detail-cards img {
    width: 82px;
    height: 82px;
    float: left;
    margin: 0 18px 10px 0;
}

.bonus-detail-cards h3 {
    min-height: 58px;
    margin-bottom: 8px;
    font-size: 17px;
    text-transform: none;
    text-decoration: underline;
    text-decoration-color: #02c491;
    text-underline-offset: 8px;
}

.bonus-detail-cards p {
    min-height: 62px;
    margin-bottom: 18px;
    clear: both;
}

.bonus-rules-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 20px;
    margin-top: 20px;
}

.bonus-rules-table {
    border: 1px solid var(--bonus-line);
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(11, 45, 74, .08);
}

.bonus-rules-table header {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px 22px;
    background: linear-gradient(135deg, #001c33, #00365f);
    color: #ffffff;
}

.bonus-rules-table h3 {
    margin: 0 0 4px;
    color: #ffffff;
    text-transform: none;
}

.bonus-rules-table header p {
    margin: 0;
    color: #d7ecf8;
}

.bonus-rule-row {
    display: grid;
    grid-template-columns: 38px minmax(190px, .82fr) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 72px;
    padding: 13px 22px;
    border-top: 1px solid var(--bonus-line);
}

.bonus-rule-row > span {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #13b983;
    color: #ffffff;
    font-weight: 950;
}

.bonus-rule-row.is-warn > span {
    border-radius: 4px;
    background: #ffb000;
}

.bonus-rule-row b {
    color: var(--bonus-text);
    font-size: 14px;
}

.bonus-rule-row p {
    margin: 0;
    color: #50637a;
    font-size: 13px;
}

.bonus-side-notes {
    display: grid;
    gap: 16px;
}

.bonus-side-notes article {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 20px;
}

.bonus-side-notes h3 {
    margin-bottom: 8px;
    text-transform: none;
}

.bonus-side-notes article div div {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #b8d3ea;
}

.bonus-side-notes span {
    color: #16456c;
    font-size: 12px;
    font-weight: 900;
}

.bonus-ready-card {
    border-color: #0cc99c !important;
    background: #f4fffb !important;
}

.bonus-ready-card b {
    display: inline-flex;
    margin-top: 4px;
    padding: 8px 18px;
    border: 1px dashed #0cc99c;
    border-radius: 6px;
    color: #08a978;
    font-size: 18px;
    font-weight: 950;
}

.bonus-ready-card a {
    grid-column: 1 / -1;
    min-height: 46px;
}

.bonus-similar-section h2,
.bonus-faq-section h2 {
    position: relative;
    padding-left: 18px;
}

.bonus-similar-section h2::before,
.bonus-faq-section h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .18em;
    width: 4px;
    height: .9em;
    border-radius: 999px;
    background: #09bde8;
}

.bonus-similar-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.bonus-similar-list article {
    display: grid;
    grid-template-columns: 128px 170px minmax(210px, 1fr) repeat(3, 92px) 140px 86px 124px;
    gap: 10px;
    align-items: center;
    min-height: 70px;
    padding: 8px 12px;
    border: 1px solid var(--bonus-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(11,45,74,.05);
}

.bonus-similar-logo {
    display: grid;
    place-items: center;
    height: 54px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    text-align: center;
    text-decoration: none;
}

.bonus-similar-logo img {
    max-width: 110px;
    max-height: 42px;
    object-fit: contain;
}

.bonus-similar-name b,
.bonus-similar-offer {
    display: block;
    color: var(--bonus-text);
    font-size: 16px;
    font-weight: 950;
    text-decoration: none;
}

.bonus-similar-name span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}

.bonus-similar-name em {
    color: #253b53;
    font-style: normal;
    letter-spacing: 0;
}

.bonus-similar-offer::first-line {
    color: #d89100;
}

.bonus-similar-list article > span {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #496176;
    font-size: 10px;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

.bonus-similar-list article > span b {
    color: var(--bonus-text);
    font-size: 13px;
}

.bonus-similar-code {
    min-height: 42px;
    border: 1px dashed #0aaee1;
    border-radius: 5px;
    background: #ffffff;
    color: #527184;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
}

.bonus-similar-code b {
    color: var(--bonus-text);
    font-size: 12px;
}

.bonus-similar-score {
    display: grid;
    place-items: center;
    min-height: 52px;
    border-radius: 5px;
    background: #062746;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

.bonus-similar-score small {
    font-size: 12px;
}

.bonus-similar-score em {
    color: var(--bonus-green);
    font-size: 9px;
    font-style: normal;
}

.bonus-similar-cta {
    min-height: 38px;
    flex-direction: column;
    font-size: 12px;
}

.bonus-similar-cta small {
    margin-top: 5px;
    color: #063754;
}

.bonus-faq-section {
    padding-top: 8px;
}

.bonus-faq-section details {
    margin-top: 6px;
    padding: 0 18px;
    border-radius: 0;
    box-shadow: none;
}

.bonus-faq-section summary {
    cursor: pointer;
    padding: 13px 0;
    color: var(--bonus-text);
    font-weight: 950;
}

.bonus-faq-section p {
    padding: 0 0 14px 24px;
}

@media (max-width: 1180px) {
    .bonus-redesign-hero,
    .bonus-value-layout,
    .bonus-rules-layout {
        grid-template-columns: 1fr;
    }

    .bonus-redesign-hero__visual {
        min-height: 360px;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.18);
    }

    .bonus-summary-grid,
    .bonus-claim-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .bonus-pros-grid,
    .bonus-detail-cards,
    .bonus-insight-grid {
        grid-template-columns: 1fr;
    }

    .bonus-similar-list article {
        grid-template-columns: 120px minmax(0, 1fr) 120px;
    }

    .bonus-similar-list article > span,
    .bonus-similar-code,
    .bonus-similar-score {
        display: none;
    }
}

@media (max-width: 760px) {
    .bonus-redesign__wrap {
        width: min(100% - 28px, 1220px);
    }

    .bonus-redesign-hero {
        padding: 24px 18px;
    }

    .bonus-redesign-actions,
    .bonus-redesign-btn,
    .bonus-promo-strip,
    .bonus-hero__checks {
        width: 100%;
    }

    .bonus-redesign-hero__checks,
    .bonus-summary-grid,
    .bonus-claim-steps,
    .bonus-promo-strip,
    .bonus-side-notes article,
    .bonus-rule-row,
    .bonus-similar-list article {
        grid-template-columns: 1fr;
    }

    .bonus-redesign-hero__visual {
        min-height: 500px;
    }

    .bonus-redesign-ticket,
    .bonus-redesign-chip,
    .bonus-redesign-code-card,
    .bonus-redesign-score-card {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 18px;
        transform: none;
    }

    .bonus-redesign-chip {
        width: 145px;
        margin-inline: auto;
    }

    .bonus-promo-strip p {
        padding-left: 0;
        border-left: 0;
    }

    .bonus-claim-steps article:not(:last-child)::after {
        display: none;
    }

    .bonus-value-row {
        grid-template-columns: 42px 1fr 64px;
    }

    .bonus-value-row span {
        grid-column: 2 / -1;
    }

    .bonus-note-card {
        padding: 100px 24px 24px;
    }
}

/* Bonuses index redesign */
.bonuses-redesign {
    --bi-navy: #071f36;
    --bi-deep: #001f3a;
    --bi-blue: #08aeea;
    --bi-green: #05d993;
    --bi-gold: #d89100;
    --bi-text: #0b243f;
    --bi-muted: #52677f;
    --bi-line: #dce6ef;
    background: #f8fbfd;
    color: var(--bi-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bonuses-redesign__wrap {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.bonuses-redesign-hero {
    position: relative;
    min-height: 560px;
    padding: 26px 0 42px;
    background-color: #001d36;
    background-image: url('/images/hero/hero_allbonuses.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(1491px, 100%) auto;
    overflow: hidden;
}

.bonuses-redesign-hero::before {
    display: none;
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .28;
}

.bonuses-redesign-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(430px, 1fr);
    gap: 36px;
    align-items: center;
}

.bonuses-redesign-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin: 0 0 54px;
    color: #c7d8e7;
    font-size: 14px;
    font-weight: 800;
}

.bonuses-redesign-breadcrumb a {
    color: #e7f5ff;
    text-decoration: none;
}

.bonuses-redesign-breadcrumb strong {
    color: var(--bi-green);
}

/* Bonus detail hero uses the WebP artwork without stretching; dynamic labels sit in real cards. */
.bonus-redesign .bonus-redesign-hero {
    background-color: #001a31;
    background-position: center center;
    background-size: 100% auto;
}

.bonus-redesign-hero .bonus-redesign-hero__visual {
    position: absolute;
    inset: 36px 38px 28px calc(48% + 18px);
    display: block;
    min-height: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.bonus-redesign-hero .bonus-redesign-chip {
    display: none;
}

.bonus-redesign-hero .bonus-redesign-ticket {
    top: 38px;
    left: 112px;
    width: 278px;
    min-height: 142px;
    padding: 20px 22px 18px;
    border: 1px solid rgba(5, 225, 154, 0.75);
    background: rgba(0, 28, 50, 0.58);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
    transform: rotate(-5deg);
}

.bonus-redesign-hero .bonus-redesign-ticket strong {
    font-size: 42px;
}

.bonus-redesign-hero .bonus-redesign-code-card {
    left: 208px;
    bottom: 24px;
    width: 252px;
    padding: 12px 14px;
    border: 1px solid rgba(0, 174, 232, 0.38);
    background: rgba(0, 27, 49, 0.7);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.bonus-redesign-hero .bonus-redesign-score-card {
    top: 64px;
    right: 10px;
    width: 136px;
    padding: 16px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 29, 52, 0.62);
}

@media (max-width: 900px) {
    .bonus-redesign-hero .bonus-redesign-hero__visual {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-redesign-hero,
    .about-redesign-hero,
    .age-policy-hero,
    .cookie-policy-hero,
    .policy-hero,
    .privacy-hero,
    .terms-hero,
    .responsible-hero,
    .methodology-hero,
    .review-method-hero,
    .contact-redesign-hero,
    .news-hero,
    .cr-hero,
    .login-hero,
    .registration-hero,
    .bonus-compare-hero,
    .bonuses-redesign-hero,
    .casino-review-hero,
    .affiliate-hero,
    .bonus-redesign-hero {
        background-size: cover;
        background-position: center top;
        position: relative;
        overflow: hidden;
        isolation: isolate;
    }

    :is(.home-redesign-hero, .about-redesign-hero, .age-policy-hero, .cookie-policy-hero, .policy-hero, .privacy-hero, .terms-hero, .responsible-hero, .methodology-hero, .review-method-hero, .contact-redesign-hero, .news-hero, .cr-hero, .login-hero, .registration-hero, .bonus-compare-hero, .bonuses-redesign-hero, .casino-review-hero, .affiliate-hero, .bonus-redesign-hero)::before {
        position: absolute;
        inset: -14px;
        display: block;
        content: "";
        background: inherit;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        filter: blur(4px);
        opacity: 0.72;
        transform: scale(1.03);
        z-index: 0;
        pointer-events: none;
    }

    :is(.home-redesign-hero, .about-redesign-hero, .age-policy-hero, .cookie-policy-hero, .policy-hero, .privacy-hero, .terms-hero, .responsible-hero, .methodology-hero, .review-method-hero, .contact-redesign-hero, .news-hero, .cr-hero, .login-hero, .registration-hero, .bonus-compare-hero, .bonuses-redesign-hero, .casino-review-hero, .affiliate-hero, .bonus-redesign-hero)::after {
        position: absolute;
        inset: 0;
        display: block;
        content: "";
        background: rgba(0, 18, 36, 0.16);
        z-index: 0;
        pointer-events: none;
    }

    :is(.home-redesign-hero, .about-redesign-hero, .age-policy-hero, .cookie-policy-hero, .policy-hero, .privacy-hero, .terms-hero, .responsible-hero, .methodology-hero, .review-method-hero, .contact-redesign-hero, .news-hero, .cr-hero, .login-hero, .registration-hero, .bonus-compare-hero, .bonuses-redesign-hero, .casino-review-hero, .affiliate-hero, .bonus-redesign-hero) > * {
        position: relative;
        z-index: 1;
    }

    .affiliate-hero {
        position: relative;
        overflow: hidden;
        background-image: none;
        isolation: isolate;
    }

    .affiliate-hero::before {
        position: absolute;
        inset: -24px;
        content: "";
        background-image: url('/images/hero/hero_affilite_program_usa.webp');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        filter: blur(4px);
        opacity: 0.82;
        transform: scale(1.04);
        z-index: 0;
    }

    .affiliate-hero::after {
        position: absolute;
        inset: 0;
        content: "";
        background: rgba(0, 18, 36, 0.16);
        z-index: 0;
    }

    .affiliate-hero > * {
        position: relative;
        z-index: 1;
    }
}

.bonuses-redesign-hero h1 {
    max-width: 620px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(46px, 6.4vw, 74px);
    font-weight: 950;
    letter-spacing: -.06em;
    line-height: 1.02;
}

.bonuses-redesign-hero p {
    max-width: 560px;
    margin: 22px 0 0;
    color: #d6e8f5;
    font-size: 18px;
    line-height: 1.55;
}

.bonuses-hero-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 12px;
    max-width: 540px;
    margin-top: 28px;
}

.bonuses-hero-search input {
    height: 58px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: var(--bi-text);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.bonuses-hero-search button,
.bonuses-filter-panel button,
.bonuses-offer-card__cta,
.bonuses-compare-table td a,
.bonuses-cta-strip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #09e59b, #04b979);
    color: #002e39;
    font-weight: 950;
    text-decoration: none;
}

.bonuses-hero-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.bonuses-hero-sort a,
.bonuses-hero-sort span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 7px;
    background: rgba(255,255,255,.06);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.bonuses-hero-sort .active {
    border-color: var(--bi-green);
    background: rgba(5, 217, 147, .14);
    color: #cffff0;
}

.bonuses-redesign-hero__art {
    display: none;
    position: relative;
    min-height: 480px;
}

.bonuses-ticket-stack {
    position: absolute;
    left: 96px;
    top: 76px;
    width: 300px;
    height: 230px;
    perspective: 700px;
}

.bonuses-ticket-stack span {
    position: absolute;
    inset: auto 0 0 auto;
    width: 265px;
    height: 145px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(5, 217, 147, .72);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(8, 94, 122, .96), rgba(0, 28, 51, .96));
    color: var(--bi-green);
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 20px 36px rgba(0,0,0,.25);
}

.bonuses-ticket-stack span:nth-child(1) { transform: translate(-60px, -70px) rotate(-4deg); opacity: .75; }
.bonuses-ticket-stack span:nth-child(2) { transform: translate(-30px, -36px) rotate(-3deg); opacity: .86; }
.bonuses-ticket-stack span:nth-child(3) { transform: translate(0, 0) rotate(-2deg); }

.bonuses-ticket-stack small {
    display: block;
    margin-top: 8px;
    color: #cdeaf6;
    font-size: 16px;
    letter-spacing: .12em;
}

.bonuses-archive-box {
    position: absolute;
    left: 120px;
    bottom: 78px;
    width: 270px;
    height: 150px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #082d4b, #021a30);
    color: var(--bi-green);
    font-size: 35px;
    font-weight: 950;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 30px 52px rgba(0,0,0,.38);
}

.bonuses-check-sheet {
    position: absolute;
    right: 20px;
    top: 215px;
    width: 150px;
    height: 210px;
    padding: 55px 24px 0;
    border-radius: 12px;
    background: linear-gradient(160deg, #eef6fb, #ffffff);
    box-shadow: 0 26px 46px rgba(0,0,0,.28);
}

.bonuses-check-sheet i {
    display: block;
    height: 16px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #8fa5b7;
}

.bonuses-check-sheet i::after {
    content: "✓";
    float: right;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    margin-top: -7px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    font-weight: 950;
}

.bonuses-magnifier {
    position: absolute;
    right: 90px;
    bottom: 52px;
    width: 132px;
    height: 132px;
    border: 16px solid rgba(212, 234, 245, .78);
    border-radius: 50%;
    box-shadow: inset 0 0 24px rgba(5, 217, 147, .22), 0 20px 40px rgba(0,0,0,.28);
}

.bonuses-magnifier::after {
    content: "";
    position: absolute;
    right: -46px;
    bottom: -38px;
    width: 88px;
    height: 20px;
    border-radius: 999px;
    background: rgba(212, 234, 245, .85);
    transform: rotate(45deg);
}

.bonuses-all-offers {
    position: absolute;
    right: 62px;
    top: 42px;
    width: 118px;
    height: 118px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: #16a56d;
    color: #ffffff;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.05;
    text-align: center;
    transform: rotate(10deg);
}

.bonuses-category-tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    margin: 32px 0;
}

.bonuses-category-tabs a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    border: 1px solid var(--bi-line);
    border-radius: 10px;
    background: #ffffff;
    color: var(--bi-text);
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(11,45,74,.05);
}

.bonuses-category-tabs a.active {
    border-color: #0ac996;
    background: #dffbf2;
    color: #07674d;
}

.bonuses-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 28px;
    border: 1px solid var(--bi-line);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(11,45,74,.05);
    overflow: hidden;
}

.bonuses-trust-strip article {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 104px;
    padding: 18px 26px;
    border-right: 1px solid var(--bi-line);
}

.bonuses-trust-strip article:last-child {
    border-right: 0;
}

.bonuses-trust-strip img,
.bonuses-checklist-panel__intro img,
.bonuses-info-cards img,
.bonuses-popular-categories img,
.bonuses-cta-strip img {
    border-radius: 50%;
    background: #eaf7ff;
    object-fit: contain;
}

.bonuses-trust-strip strong {
    display: block;
    color: var(--bi-text);
    font-size: 15px;
    font-weight: 950;
}

.bonuses-trust-strip span {
    color: var(--bi-muted);
    font-size: 13px;
}

.bonuses-offers-layout {
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.bonuses-filter-panel,
.bonuses-results-head,
.bonuses-offer-card,
.bonuses-info-cards article,
.bonuses-compare-table,
.bonuses-popular-categories article,
.bonuses-faq details {
    border: 1px solid var(--bi-line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(11,45,74,.05);
}

.bonuses-filter-panel {
    position: sticky;
    top: 92px;
}

.bonuses-filter-panel form {
    padding: 18px;
}

.bonuses-filter-panel header,
.bonuses-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bonuses-filter-panel h2 {
    margin: 0;
    color: var(--bi-text);
    font-size: 17px;
    font-weight: 950;
}

.bonuses-filter-panel label {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    color: #193752;
    font-size: 14px;
    font-weight: 900;
}

.bonuses-filter-panel input,
.bonuses-filter-panel select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--bi-line);
    border-radius: 7px;
    background: #ffffff;
    color: #607489;
    font-size: 13px;
    font-weight: 800;
}

.bonuses-filter-panel select:disabled {
    background: #fbfdff;
    opacity: 1;
}

.bonuses-score-slider {
    margin-top: 18px;
    color: #193752;
    font-size: 14px;
    font-weight: 900;
}

.bonuses-score-slider div {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: #8294a7;
    font-size: 12px;
}

.bonuses-score-slider i {
    display: block;
    height: 6px;
    margin-top: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #10dca0 0 100%);
    position: relative;
}

.bonuses-score-slider i::before,
.bonuses-score-slider i::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid #0bbf91;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
}

.bonuses-score-slider i::before { left: 0; }
.bonuses-score-slider i::after { right: 0; }

.bonuses-filter-panel button {
    width: 100%;
    min-height: 44px;
    margin-top: 22px;
}

.bonuses-filter-panel > form > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 10px;
    border: 1px solid var(--bi-line);
    border-radius: 7px;
    color: #193752;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.bonuses-results-head {
    min-height: 56px;
    padding: 12px 18px;
    margin-bottom: 18px;
}

.bonuses-results-head div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: auto;
    color: var(--bi-text);
    font-weight: 900;
}

.bonuses-results-head div span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3ddc91;
}

.bonuses-results-head b {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid var(--bi-line);
    border-radius: 7px;
    background: #f6f8fb;
    color: #42546a;
    font-size: 12px;
    font-weight: 800;
}

.bonuses-results-head em {
    font-style: normal;
}

.bonuses-results-head > a {
    color: #0d4e8a;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

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

.bonuses-offer-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    min-height: 180px;
    padding: 18px;
}

.bonuses-offer-card__logo {
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    border-radius: 9px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    text-align: center;
    text-decoration: none;
}

.bonuses-offer-card__logo img {
    max-width: 76px;
    max-height: 76px;
    object-fit: contain;
}

.bonuses-offer-card h3,
.bonuses-offer-card h4 {
    margin: 0;
}

.bonuses-offer-card h3 a {
    color: var(--bi-text);
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
}

.bonuses-offer-card h4 a {
    display: block;
    margin-top: 6px;
    color: var(--bi-text);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.14;
    text-decoration: none;
}

.bonuses-offer-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.bonuses-offer-card__badges span,
.bonuses-offer-card__badges b,
.bonuses-compare-table td span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 4px;
    background: #eaf4ff;
    color: #0c60a8;
    font-size: 11px;
    font-weight: 950;
}

.bonuses-offer-card__badges b.is-code,
.bonuses-compare-table td span.is-code {
    background: #fff6df;
    color: #9b6500;
}

.bonuses-offer-card__badges b.is-no-code,
.bonuses-compare-table td span.is-no-code {
    background: #e8fbf1;
    color: #078257;
}

.bonuses-offer-card p {
    margin: 12px 0 0;
    color: var(--bi-muted);
    font-size: 12px;
    font-weight: 800;
}

.bonuses-offer-card footer {
    display: grid;
    grid-template-columns: minmax(130px, 1fr) auto 104px;
    gap: 12px;
    align-items: center;
    margin-top: 15px;
}

.bonuses-offer-card footer strong {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--bi-text);
    font-size: 14px;
}

.bonuses-offer-card footer small {
    color: var(--bi-muted);
    font-size: 10px;
    font-weight: 700;
}

.bonuses-offer-card footer a:not(.bonuses-offer-card__cta) {
    color: #0a4f8e;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

.bonuses-offer-card__cta,
.bonuses-offer-card__restricted {
    min-height: 34px;
    font-size: 12px;
}

.bonuses-offer-card__restricted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef1f5;
    color: #64748b;
    font-weight: 950;
}

.bonuses-pagination {
    margin: 26px 0 0;
}

.bonuses-pagination nav > div:first-child {
    display: none !important;
}

.bonuses-pagination nav > div:last-child,
.bonuses-pagination nav > div:last-child > span,
.bonuses-pagination nav > div:last-child a {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

.bonuses-pagination nav a,
.bonuses-pagination nav span[aria-current] span,
.bonuses-pagination nav span[aria-disabled] span {
    min-width: 48px;
    min-height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bi-line) !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    color: var(--bi-text) !important;
    font-weight: 950;
    text-decoration: none;
}

.bonuses-pagination nav span[aria-current] span {
    border-color: var(--bi-green) !important;
    background: var(--bi-green) !important;
    color: #00353b !important;
}

.bonuses-empty {
    padding: 40px;
    border: 1px solid var(--bi-line);
    border-radius: 12px;
    background: #ffffff;
    color: var(--bi-muted);
    text-align: center;
    font-weight: 900;
}

.bonuses-checklist-panel {
    margin-top: 32px;
    padding: 28px 40px 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, #001c33, #00385f);
    color: #ffffff;
    box-shadow: 0 20px 42px rgba(1, 31, 57, .18);
}

.bonuses-checklist-panel__intro {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 22px;
}

.bonuses-checklist-panel h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 950;
    letter-spacing: -.045em;
}

.bonuses-checklist-panel p {
    margin: 8px 0 0;
    color: #dcebf6;
    font-size: 16px;
    line-height: 1.45;
}

.bonuses-checklist-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 46px;
}

.bonuses-checklist-grid article {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    min-height: 114px;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.bonuses-checklist-grid img {
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 50%;
    padding: 15px;
    object-fit: contain;
}

.bonuses-checklist-grid h3 {
    margin: 0;
    color: #33d69c;
    font-size: 20px;
    font-weight: 950;
}

.bonuses-checklist-grid article:nth-child(even) h3 {
    color: #4bb7f1;
}

.bonuses-checklist-grid p {
    margin-top: 6px;
    font-size: 15px;
}

.bonuses-info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 22px;
}

.bonuses-info-cards article {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 150px;
    padding: 24px;
}

.bonuses-info-cards h3,
.bonuses-popular-categories h3 {
    margin: 0 0 8px;
    color: #08795d;
    font-size: 19px;
    font-weight: 950;
}

.bonuses-info-cards article:nth-child(2) h3 { color: #0c63c6; }
.bonuses-info-cards article:nth-child(3) h3 { color: #d89100; }

.bonuses-info-cards p,
.bonuses-popular-categories p,
.bonuses-faq p,
.bonuses-cta-strip p {
    margin: 0;
    color: var(--bi-muted);
    line-height: 1.45;
}

.bonuses-compare-table {
    margin-top: 22px;
    padding: 20px;
}

.bonuses-compare-table h2,
.bonuses-popular-categories h2,
.bonuses-faq h2,
.bonuses-cta-strip h2 {
    margin: 0;
    color: var(--bi-text);
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.03em;
}

.bonuses-compare-table h2 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
}

.bonuses-compare-table__scroll {
    margin-top: 14px;
    overflow-x: auto;
}

.bonuses-compare-table table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    font-size: 12px;
}

.bonuses-compare-table th,
.bonuses-compare-table td {
    padding: 10px 12px;
    border: 1px solid var(--bi-line);
    text-align: left;
}

.bonuses-compare-table th {
    color: var(--bi-text);
    font-size: 11px;
    font-weight: 950;
}

.bonuses-compare-table td {
    color: #274157;
}

.bonuses-compare-table td a {
    min-height: 24px;
    padding: 0 14px;
    border: 1px solid #08c98f;
    background: #ffffff;
    color: #07966b;
    font-size: 11px;
}

.bonuses-compare-table > p {
    margin: 18px 0 0;
    color: var(--bi-muted);
    font-size: 13px;
    text-align: center;
}

.bonuses-popular-categories {
    margin-top: 32px;
}

.bonuses-popular-categories header p {
    margin-top: 6px;
}

.bonuses-popular-categories > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 18px;
}

.bonuses-popular-categories article {
    padding: 24px;
}

.bonuses-popular-categories h3 {
    margin-top: 12px;
    color: var(--bi-text);
}

.bonuses-popular-categories article > p {
    min-height: 68px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--bi-line);
}

.bonuses-popular-categories strong {
    display: block;
    margin-top: 18px;
    color: var(--bi-text);
    font-size: 15px;
    font-weight: 950;
}

.bonuses-popular-categories span {
    color: var(--bi-muted);
    font-size: 12px;
}

.bonuses-faq {
    margin-top: 28px;
}

.bonuses-faq details {
    margin-top: 6px;
    border-radius: 6px;
    box-shadow: none;
}

.bonuses-faq summary {
    cursor: pointer;
    padding: 13px 16px;
    color: var(--bi-text);
    font-weight: 950;
}

.bonuses-faq p {
    padding: 0 16px 14px;
}

.bonuses-cta-strip {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 240px;
    gap: 24px;
    align-items: center;
    margin: 20px 0 42px;
    padding: 22px 34px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 0 100%, rgba(5, 217, 147, .42), transparent 28%),
        radial-gradient(circle at 100% 0, rgba(8, 174, 234, .36), transparent 28%),
        linear-gradient(135deg, #001b32, #00365f);
    color: #ffffff;
}

.bonuses-cta-strip h2 {
    color: #ffffff;
}

.bonuses-cta-strip p {
    color: #dcebf6;
}

.bonuses-cta-strip a {
    min-height: 54px;
}

@media (max-width: 1180px) {
    .bonuses-redesign-hero__grid,
    .bonuses-offers-layout,
    .bonuses-cta-strip {
        grid-template-columns: 1fr;
    }

    .bonuses-filter-panel {
        position: static;
    }

    .bonuses-category-tabs,
    .bonuses-trust-strip,
    .bonuses-popular-categories > div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .bonuses-redesign__wrap {
        width: min(100% - 28px, 1120px);
    }

    .bonuses-redesign-hero__grid,
    .bonuses-offer-grid,
    .bonuses-checklist-grid,
    .bonuses-info-cards,
    .bonuses-category-tabs,
    .bonuses-trust-strip,
    .bonuses-popular-categories > div,
    .bonuses-hero-search {
        grid-template-columns: 1fr;
    }

    .bonuses-redesign-hero {
        min-height: auto;
    }

    .bonuses-redesign-hero__art {
        display: none;
    }

    .bonuses-redesign-breadcrumb {
        margin-bottom: 28px;
    }

    .bonuses-offer-card,
    .bonuses-info-cards article,
    .bonuses-checklist-panel__intro,
    .bonuses-checklist-grid article {
        grid-template-columns: 1fr;
    }

    .bonuses-offer-card footer {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .bonuses-checklist-panel {
        padding: 24px;
    }
}

/* Careers reference redesign */
.careers-reference-page {
    --cr-navy: #071f3d;
    --cr-blue: #0a80d8;
    --cr-green: #05d993;
    --cr-muted: #52667c;
    --cr-line: #dbe6ef;
    background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 42%, #f7fbff 100%);
    color: var(--cr-navy);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.careers-ref-wrap {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
}

.careers-ref-hero {
    padding: 44px 0 30px;
    background:
        radial-gradient(circle at 74% 36%, rgba(5, 217, 147, .12), transparent 26%),
        radial-gradient(circle at 88% 44%, rgba(10, 128, 216, .11), transparent 25%),
        #f8fbfd;
}

.careers-ref-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
    gap: 34px;
    align-items: center;
}

.careers-ref-breadcrumb {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 34px;
    color: #62768b;
    font-size: 14px;
    font-weight: 800;
}

.careers-ref-breadcrumb a {
    color: #15334f;
    text-decoration: none;
}

.careers-ref-hero h1 {
    max-width: 680px;
    margin: 0;
    color: var(--cr-navy);
    font-size: clamp(44px, 5.4vw, 66px);
    font-weight: 950;
    letter-spacing: -.06em;
    line-height: 1.02;
}

.careers-ref-hero h1 span {
    display: block;
    white-space: nowrap;
}

.careers-ref-hero__copy > p {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--cr-muted);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.55;
}

.careers-ref-hero__copy::after,
.careers-ref-section__head span,
.careers-openings-layout > div > p::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 28px;
    border-radius: 999px;
    background: var(--cr-blue);
}

.careers-ref-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
}

.careers-ref-actions a,
.careers-impact-card a,
.careers-final-cta a,
.careers-application-card button {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 7px;
    border: 1px solid var(--cr-blue);
    color: #064a82;
    font-weight: 950;
    text-decoration: none;
}

.careers-ref-actions a:first-child,
.careers-impact-card a,
.careers-final-cta a:first-of-type,
.careers-application-card button {
    border-color: transparent;
    background: linear-gradient(135deg, #0be79e, #05bd7b);
    color: #00323b;
}

.careers-ref-hero__visual {
    position: relative;
    min-height: 430px;
}

.careers-workspace-card {
    position: absolute;
    left: 64px;
    top: 56px;
    width: 300px;
    min-height: 315px;
    padding: 26px;
    border-radius: 14px;
    background: linear-gradient(155deg, #002948, #06172d);
    color: #ffffff;
    box-shadow: 0 24px 48px rgba(8, 32, 53, .24);
    transform: rotate(4deg);
}

.careers-workspace-card > span {
    color: #b7d2e4;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.careers-workspace-card h2 {
    margin: 18px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.25;
}

.careers-workspace-card > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.careers-workspace-card article {
    min-height: 92px;
    padding: 10px 7px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.06);
    color: #d9edf8;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
}

.careers-workspace-card article img {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 8px;
}

.careers-workspace-card footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 18px;
    font-size: 9px;
}

.careers-workspace-card footer b {
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
}

.careers-workspace-card footer i {
    min-height: 28px;
    padding-top: 9px;
    border-top: 3px solid var(--cr-green);
    color: #bfe6f4;
    font-style: normal;
}

.careers-floating {
    position: absolute;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(8, 32, 53, .18);
}

.careers-floating--rules {
    right: 108px;
    top: 20px;
    width: 172px;
    padding: 20px;
    transform: rotate(3deg);
}

.careers-floating h3 {
    margin: 0 0 12px;
    color: var(--cr-navy);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.careers-floating p {
    margin: 8px 0 0;
    color: #14324d;
    font-size: 11px;
    font-weight: 800;
}

.careers-floating--bonus {
    right: 10px;
    top: 150px;
    width: 132px;
    min-height: 112px;
    padding: 16px;
    background: linear-gradient(145deg, #08e39a, #0abe83);
    color: #002d37;
    transform: rotate(7deg);
}

.careers-floating--bonus span {
    display: block;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.careers-floating--bonus strong {
    display: block;
    margin-top: 8px;
    font-size: 36px;
    font-weight: 950;
    line-height: 1;
}

.careers-floating--bonus small {
    font-weight: 950;
    text-transform: uppercase;
}

.careers-floating--notes {
    right: 92px;
    bottom: 82px;
    width: 156px;
    padding: 18px;
    transform: rotate(2deg);
}

.careers-hero-shield {
    position: absolute;
    right: 14px;
    bottom: 28px;
    width: 118px;
    height: 140px;
    display: grid;
    place-items: center;
    clip-path: polygon(50% 0, 92% 15%, 85% 78%, 50% 100%, 15% 78%, 8% 15%);
    background: linear-gradient(145deg, #0067a0, #002948);
    color: var(--cr-green);
    font-size: 72px;
    font-weight: 950;
    box-shadow: 0 20px 36px rgba(8,32,53,.28);
}

.careers-hero-lens {
    position: absolute;
    right: 142px;
    bottom: 52px;
    width: 92px;
    height: 92px;
    border: 12px solid rgba(221, 239, 248, .92);
    border-radius: 50%;
    box-shadow: inset 0 0 18px rgba(5,217,147,.12), 0 16px 28px rgba(8,32,53,.2);
}

.careers-hero-lens::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -28px;
    width: 72px;
    height: 14px;
    border-radius: 999px;
    background: rgba(221, 239, 248, .92);
    transform: rotate(45deg);
}

.careers-ref-values,
.careers-culture-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 26px;
    border: 1px solid var(--cr-line);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(8,32,53,.06);
    overflow: hidden;
}

.careers-ref-values article {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 104px;
    padding: 22px 28px;
    border-right: 1px solid var(--cr-line);
}

.careers-ref-values article:last-child {
    border-right: 0;
}

.careers-ref-values img,
.careers-benefit-grid img,
.careers-culture-strip img,
.careers-impact-card img,
.careers-role-grid img,
.careers-process-steps img,
.careers-process-notes img,
.careers-final-cta img,
.careers-info-note img,
.careers-to-apply img {
    border-radius: 50%;
    background: #eaf7ff;
    object-fit: contain;
}

.careers-ref-values h3,
.careers-benefit-grid h3,
.careers-culture-strip h3,
.careers-impact-card h3,
.careers-role-grid h3,
.careers-process-steps h3,
.careers-process-notes h3 {
    margin: 0 0 6px;
    color: var(--cr-navy);
    font-size: 17px;
    font-weight: 950;
}

.careers-ref-values p,
.careers-benefit-grid p,
.careers-culture-strip p,
.careers-impact-card p,
.careers-openings-layout p,
.careers-role-grid p,
.careers-process-layout p,
.careers-application-card label,
.careers-final-cta p {
    margin: 0;
    color: var(--cr-muted);
    font-size: 14px;
    line-height: 1.45;
}

.careers-ref-section {
    padding: 46px 0 0;
}

.careers-ref-section__head h2,
.careers-openings-layout h2,
.careers-process-layout h2 {
    margin: 0;
    color: var(--cr-navy);
    font-size: clamp(36px, 4.6vw, 54px);
    font-weight: 950;
    letter-spacing: -.055em;
    line-height: 1.05;
}

.careers-ref-section__head span {
    margin: 0 0 14px;
}

.careers-ref-section__head p {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--cr-muted);
    font-size: 17px;
    line-height: 1.55;
}

.careers-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.careers-benefit-grid article,
.careers-role-grid article,
.careers-process-steps article,
.careers-process-notes article,
.careers-application-card,
.careers-info-note,
.careers-to-apply {
    border: 1px solid var(--cr-line);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(8,32,53,.05);
}

.careers-benefit-grid article {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-height: 124px;
    padding: 24px;
}

.careers-culture-strip {
    grid-template-columns: 1.25fr repeat(5, 1fr);
    margin-top: 18px;
}

.careers-culture-strip article {
    min-height: 96px;
    padding: 18px 20px;
    border-right: 1px solid var(--cr-line);
}

.careers-culture-strip article:last-child {
    border-right: 0;
}

.careers-culture-strip img {
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 12px;
}

.careers-culture-strip h3 {
    font-size: 14px;
}

.careers-culture-strip p {
    font-size: 12px;
}

.careers-impact-card,
.careers-final-cta {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: center;
    margin-top: 20px;
    padding: 22px 34px;
    border: 1px solid var(--cr-line);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(8,32,53,.05);
}

.careers-impact-card div,
.careers-final-cta div {
    padding-left: 30px;
    border-left: 3px solid var(--cr-blue);
}

.careers-openings-layout,
.careers-process-layout {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 46px;
    align-items: start;
}

.careers-part-label {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 10px;
    border: 1px solid #95c5eb;
    border-radius: 4px;
    background: #eaf6ff;
    color: #0a67af;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.careers-openings-layout > div > p,
.careers-process-layout > div > p {
    max-width: 520px;
    margin: 14px 0 0;
}

.careers-checklist {
    display: grid;
    margin: 28px 0 0;
    padding: 0;
    border: 1px solid var(--cr-line);
    border-radius: 10px;
    background: #ffffff;
    list-style: none;
    overflow: hidden;
}

.careers-checklist li {
    position: relative;
    min-height: 52px;
    padding: 16px 18px 16px 70px;
    border-bottom: 1px solid var(--cr-line);
    color: var(--cr-navy);
    font-weight: 950;
}

.careers-checklist li:last-child {
    border-bottom: 0;
}

.careers-checklist li::before {
    content: "✓";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid #bfe7dc;
    border-radius: 50%;
    color: #0abf85;
    transform: translateY(-50%);
}

.careers-info-note,
.careers-to-apply {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 18px;
    padding: 18px;
    border-color: #8fc4eb;
    background: #f3faff;
}

.careers-role-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.careers-role-grid article {
    min-height: 220px;
    padding: 24px;
}

.careers-role-grid article > span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 4px 10px;
    border: 1px solid #9ce7ce;
    border-radius: 4px;
    background: #e8fff6;
    color: #079366;
    font-size: 11px;
    font-weight: 950;
}

.careers-role-grid img {
    float: left;
    width: 76px;
    height: 76px;
    margin: 0 20px 10px 0;
}

.careers-role-grid h3 {
    margin-top: 4px;
    font-size: 20px;
}

.careers-role-grid a {
    display: inline-flex;
    margin-top: 14px;
    color: #075b9e;
    font-weight: 950;
    text-decoration: none;
}

.careers-process-layout {
    grid-template-columns: minmax(0, 1fr) 450px;
    padding-bottom: 10px;
}

.careers-process-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.careers-process-steps::before {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: -15px;
    border-top: 1px dashed #8799aa;
}

.careers-process-steps article {
    position: relative;
    min-height: 170px;
    padding: 18px;
}

.careers-process-steps b {
    position: absolute;
    left: 8px;
    top: -28px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0a7ed2;
    color: #ffffff;
    font-size: 12px;
}

.careers-process-steps h3 {
    font-size: 14px;
}

.careers-process-steps p {
    font-size: 12px;
}

.careers-process-notes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
}

.careers-process-notes article {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 20px;
}

.careers-application-card {
    padding: 24px;
}

.careers-application-card h2 {
    margin: 0 0 18px;
    color: var(--cr-navy);
    font-size: 24px;
    font-weight: 950;
}

.careers-application-card > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.careers-application-card label {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
    color: var(--cr-navy);
    font-size: 12px;
    font-weight: 950;
}

.careers-application-card input,
.careers-application-card select,
.careers-application-card textarea {
    width: 100%;
    border: 1px solid var(--cr-line);
    border-radius: 6px;
    background: #ffffff;
    color: #41556c;
    font-size: 13px;
}

.careers-application-card input,
.careers-application-card select {
    height: 40px;
    padding: 0 12px;
}

.careers-application-card textarea {
    padding: 12px;
    resize: vertical;
}

.careers-upload-box {
    display: grid;
    place-items: center;
    min-height: 76px;
    border: 1px dashed #b9c8d7;
    border-radius: 6px;
    background: #fbfdff;
    color: #51667c;
    text-align: center;
}

.careers-application-card button {
    width: 100%;
    min-height: 44px;
}

.careers-final-cta {
    grid-template-columns: 84px minmax(0, 1fr) 210px 250px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #001c33, #00365f);
    color: #ffffff;
}

.careers-final-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 950;
}

.careers-final-cta p {
    color: #dcebf6;
}

.careers-final-cta a:last-child {
    border-color: rgba(255,255,255,.68);
    color: #ffffff;
}

@media (max-width: 1100px) {
    .careers-ref-hero__grid,
    .careers-openings-layout,
    .careers-process-layout,
    .careers-impact-card,
    .careers-final-cta {
        grid-template-columns: 1fr;
    }

    .careers-ref-hero__visual {
        min-height: 500px;
    }

    .careers-ref-values,
    .careers-benefit-grid,
    .careers-culture-strip,
    .careers-role-grid,
    .careers-process-notes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .careers-ref-wrap {
        width: min(100% - 28px, 1160px);
    }

    .careers-ref-hero__visual {
        display: none;
    }

    .careers-ref-values,
    .careers-benefit-grid,
    .careers-culture-strip,
    .careers-role-grid,
    .careers-process-steps,
    .careers-process-notes,
    .careers-application-card > div {
        grid-template-columns: 1fr;
    }

    .careers-ref-values article,
    .careers-benefit-grid article,
    .careers-process-notes article,
    .careers-info-note,
    .careers-to-apply {
        grid-template-columns: 1fr;
    }

    .careers-process-steps::before {
        display: none;
    }

    .careers-process-steps b {
        position: static;
        margin-bottom: 8px;
    }
}

.careers-process-notes article img {
    grid-row: 1 / span 2;
}

.careers-process-notes article h3,
.careers-process-notes article p {
    grid-column: 2;
}

.careers-ref-hero__visual--image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 430px;
}

.careers-ref-hero__image {
    width: clamp(430px, 48vw, 660px);
    max-width: none;
    height: auto;
    display: block;
    filter: drop-shadow(0 26px 42px rgba(8, 32, 53, .12));
}

@media (max-width: 1100px) {
    .careers-ref-hero__visual--image {
        justify-content: center;
        min-height: 360px;
    }
}

/* Align redesign page containers with the About page width. */
.home-redesign-wrap,
.about-redesign-wrap,
.contact-redesign-container,
.review-method-wrap,
.age-policy-wrap,
.cookie-policy-wrap,
.responsible-wrap,
.privacy-wrap,
.methodology-wrap,
.policy-wrap,
.terms-wrap,
.cr-container,
.bonus-compare-container,
.casino-review-wrap,
.bonus-redesign__wrap,
.bonuses-redesign__wrap,
.careers-ref-wrap,
.registration-wrap,
.login-wrap,
.affiliate-container,
.affiliate-detail-container,
.news-container {
    width: min(100% - 48px, 1480px);
}

@media (max-width: 768px) {
    .home-redesign-wrap,
    .about-redesign-wrap,
    .contact-redesign-container,
    .review-method-wrap,
    .age-policy-wrap,
    .cookie-policy-wrap,
    .responsible-wrap,
    .privacy-wrap,
    .methodology-wrap,
    .policy-wrap,
    .terms-wrap,
    .cr-container,
    .bonus-compare-container,
    .casino-review-wrap,
    .bonus-redesign__wrap,
    .bonuses-redesign__wrap,
    .careers-ref-wrap,
    .registration-wrap,
    .login-wrap,
    .affiliate-container,
    .affiliate-detail-container,
    .news-container {
        width: min(100% - 28px, 1480px);
    }
}

/* Casino listing cards should grow with content instead of clipping their bottom edge. */
.cr-casino-card {
    height: auto;
    min-height: 352px;
}

/* Unified breadcrumbs: light backgrounds use navy/gray, dark hero areas use white/green. */
.breadcrumb,
.affiliate-detail-breadcrumbs,
.casino-review-breadcrumbs,
.bonus-compare-breadcrumbs,
.contact-redesign-breadcrumbs,
.careers-redesign-breadcrumbs,
.careers-ref-breadcrumb,
.bonus-redesign-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
    color: #62768b;
    font-size: 14px;
    font-weight: 800;
}

.breadcrumb a,
.affiliate-detail-breadcrumbs a,
.casino-review-breadcrumbs a,
.bonus-compare-breadcrumbs a,
.contact-redesign-breadcrumbs a,
.careers-redesign-breadcrumbs a,
.careers-ref-breadcrumb a,
.bonus-redesign-breadcrumb a {
    color: #06223c;
    text-decoration: none;
}

.breadcrumb-item.active,
.affiliate-detail-breadcrumbs b,
.casino-review-breadcrumbs strong,
.bonus-compare-breadcrumbs b,
.contact-redesign-breadcrumbs b,
.careers-redesign-breadcrumbs b,
.careers-ref-breadcrumb b,
.bonus-redesign-breadcrumb b,
.bonus-redesign-breadcrumb strong {
    color: #62768b;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #62768b;
    font-weight: 800;
}

.bonuses-redesign-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 800;
}

.bonuses-redesign-breadcrumb a,
.bonuses-redesign-breadcrumb span {
    color: #ffffff;
    text-decoration: none;
}

.bonuses-redesign-breadcrumb strong {
    color: var(--bi-green);
}

