.hero {
    position: relative;
    min-height: 56vh;
    display: flex;
    align-items: center;
    color: #fff;
    background: #0f0f14 url("../img/hero-bg.png") center/cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 90% at 20% 10%, rgba(0, 0, 0, .15), rgba(0, 0, 0, .65) 60%, rgba(0, 0, 0, .75));
    backdrop-filter: blur(1px);
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-weight: 800;
    letter-spacing: .2px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.hero-sub {
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    color: rgba(255, 255, 255, .92);
}

.hero-pills {
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .6rem 1.1rem;
    border-radius: 999px;
    background: rgba(22, 22, 26, .55);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
    color: #fff;
    font-weight: 600;
    backdrop-filter: saturate(120%) blur(2px);
}

.hero-flag {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.hero .bi-check2-circle {
    font-size: 1.15rem;
}

.offset-top {
    margin-top: 0;
}

@media (max-width: 992px) {
    .hero {
        min-height: 52vh;
    }
}


:root {
    --rg-bg: #e8881a;
    --rg-text: #ffffff;
    --rg-link: #ffffff;
    --rg-link-underline: rgba(255, 255, 255, .9);
    --rg-icon-bg: #d35400;
    --rg-icon-text: #ffffff;
}

body {
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.rg-bar {
    position: sticky;
    top: 0;
    z-index: 1080;
    background: var(--rg-bg);
    color: var(--rg-text);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.rg-inner {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding-block: .5rem;
    font-size: 0.975rem;
    line-height: 1.4;
    letter-spacing: .2px;
    justify-content: center;
}

.rg-badge {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--rg-icon-bg);
    color: var(--rg-icon-text);
    font-weight: 800;
    font-size: .95rem;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .25);
}

.rg-link {
    color: var(--rg-link);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    text-decoration-color: var(--rg-link-underline);
    transition: opacity .2s ease;
    font-weight: 700;
    white-space: nowrap;
}

.rg-link:hover, .rg-link:focus {
    opacity: .9;
}

.rg-phone {
    white-space: nowrap;
}

@media (max-width: 420px) {
    .rg-inner {
        font-size: 0.9rem;
    }

    .rg-badge {
        width: 32px;
        height: 32px;
        font-size: .85rem;
    }
}

.list-section {
    background: #151515;
}

.brand-card {
    background: #171a1e;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 22px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .3),
    inset 0 0 0 1px rgba(255, 255, 255, .03);
    padding: 1.25rem 1.25rem 0.75rem;
}

.brand-row {
    row-gap: 1rem;
}

.brand-logo {
    width: 100%;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35));
    opacity: .95;
}

@media (min-width: 992px) {
    .logo-col {
        max-width: 220px;
    }
}

.deal-title {
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.35rem, 1.4vw + .8rem, 1.8rem);
    letter-spacing: .2px;
    margin-bottom: .25rem;
}

.deal-sub {
    color: #2ea1ff;
    font-weight: 800;
    font-size: clamp(1.05rem, .9vw + .6rem, 1.35rem);
    margin-bottom: .6rem;
}

.ukgc-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #12b886;
    color: #fff;
    font-weight: 800;
    padding: .45rem .85rem;
    border-radius: 999px;
    font-size: .95rem;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .12);
}

.meta-wrap {
    color: #aeb4bc;
    font-weight: 700;
}

/* rating & score */
.rating-label, .score-label {
    color: #aeb4bc;
    font-weight: 700;
}

.rating-stars .bi {
    color: #ffd447;
    font-size: 1.1rem;
    margin-right: 2px;
}

.score-value {
    color: #2ea1ff;
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1;
}

.cta-btn {
    background: #2ea1ff;
    border: none;
    color: #000000;
    font-weight: 900;
    border-radius: 14px;
    padding: .95rem 1.35rem;
    box-shadow: 0 8px 22px #2ea1ff33;
    transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
    letter-spacing: .3px;
}

.cta-btn:hover {
    background: #35a4ff;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px #2ea1ff44;
    color: #000000;
}

.cta-btn:active {
    transform: translateY(0);
}

.card-divider {
    border-top: 1px solid rgba(255, 255, 255, .06);
    margin-top: 1.25rem;
    margin-bottom: .75rem;
}

.card-footer-line {
    color: #b4bac2;
    font-weight: 700;
    padding-bottom: .75rem;
}

.card-footer-line .dot {
    opacity: .5;
    padding: 0 .6rem;
}

@media (max-width: 991.98px) {
    .brand-card {
        padding: 1rem .9rem .5rem;
    }

    .brand-logo {
        width: fit-content;
        height: 58px;
    }

    .score-value {
        font-size: 1.9rem;
    }
}

@media (max-width: 575.98px) {
    .cta-btn {
        width: 100%;
        justify-content: center;
    }

    .rating-block {
        order: 2;
    }

    .cta-col {
        order: 3;
    }
}

/* Payment icons row */
.payments-wrap {
    margin-top: 1.2rem;
    margin-bottom: .5rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
}

.pay-icon {
    height: 28px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35));
    transition: transform .12s ease, filter .12s ease;
}

.pay-icon:hover {
    transform: scale(1.06);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .45));
}

@media (max-width: 575.98px) {
    .payments-wrap {
        justify-content: center;
    }
}

.why-section {
    background: #080808;
    color: #fff;
}

.why-title {
    font-weight: 800;
    text-align: center;
    margin-bottom: 2.5rem;
}

.why-card {
    background: #171a1e;
    border-radius: 18px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
}

.why-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: rgba(255, 255, 255, .06);
    color: #e63946;
    font-size: 1.75rem;
}

.why-card h5 {
    font-weight: 700;
    margin-bottom: .75rem;
}

.why-card p {
    color: #adb5bd;
    font-size: .95rem;
    line-height: 1.5;
}

.safety-section {
    background: #151515;
    color: #e9edf1;
}

.safety-intro {
    position: relative;
    background: #171a1e;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.safety-intro::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 8px;
    border-radius: 20px;
    background: linear-gradient(180deg, #2ea1ff, #22c55e);
}

.safety-title {
    font-weight: 800;
    letter-spacing: .2px;
}

.safety-lead {
    color: #b9c1c9;
    font-size: 1.05rem;
}

.badge-ukgc {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(46, 161, 255, .12);
    color: #8cc9ff;
    border: 1px solid rgba(46, 161, 255, .25);
    border-radius: 999px;
    padding: .35rem .7rem;
    font-weight: 700;
    font-size: .85rem;
}

.badge-ukgc i {
    font-size: 1rem;
}

.safety-card {
    background: #171a1e;
    border-radius: 18px;
    height: 100%;
    padding: 1.5rem;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .32), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.safety-card h4 {
    font-weight: 800;
    margin-bottom: 1rem;
}

.safety-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.safety-list li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .7rem 0;
    border-top: 1px dashed rgba(255, 255, 255, .06);
    color: #c6ccd3;
}

.safety-list li:first-child {
    border-top: none;
}

.safety-icon {
    flex: 0 0 26px;
    height: 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(34, 197, 94, .15);
    color: #22c55e;
}

@media (max-width: 575.98px) {
    .safety-intro {
        padding: 1.25rem 1rem;
    }
}

.kb2-section {
    background: #080808;
    color: #e8edf2;
}

.kb2-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kb2-item {
    background: #171a1e;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28);
    padding: 16px 18px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.kb2-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .34);
    border-color: rgba(255, 255, 255, .10);
}

.kb2-grid {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: flex-start;
}

.kb2-ico {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    font-size: 22px;
    color: #2ea1ff;
    flex: 0 0 52px;
}

.kb2-ico.green {
    color: #22c55e
}

.kb2-ico.amber {
    color: #f59e0b
}

.kb2-ico.purple {
    color: #a78bfa
}

.kb2-ico.red {
    color: #ef4444
}

.kb2-title {
    margin: 0 0 6px;
    font-weight: 800;
    letter-spacing: .2px;
}

.kb2-text {
    margin: 0;
    color: #b6bec6;
    line-height: 1.55;
}

@media (max-width: 575.98px) {
    .kb2-grid {
        grid-template-columns: 1fr;
    }

    .kb2-ico {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .kb2-item {
        padding: 14px;
    }
}

.site-footer {
    background: #151515;
    color: #dbe2e8;
}

.ft-email {
    font-weight: 800;
}

.ft-email a {
    color: #8cc9ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ft-notice {
    background: #171a1e;
    border-radius: 16px;
    padding: 1.25rem 1rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
    color: #b9c2c9;
    line-height: 1.6;
}

.ft-nav {
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: .9rem 0;
    margin: 1.25rem 0;
}

.ft-nav a {
    color: #dbe2e8;
    text-decoration: none;
    font-weight: 600;
    opacity: .9;
}

.ft-nav a:hover {
    opacity: 1;
}

.ft-logos {
    gap: 1rem;
    flex-wrap: wrap;
    padding: .75rem 0;
    background: #171a1e;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06)
}

.ft-logos img {
    height: 30px;
    width: auto;
    object-fit: contain;
    filter: grayscale(10%);
}

.ft-legal {
    color: #aeb6bf;
    font-weight: 600;
    font-size: .95rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 1rem;
}

@media (max-width: 575.98px) {
    .ft-notice {
        font-size: .95rem;
    }

    .ft-logos img {
        height: 26px;
    }
}

.main-header{
    background:#1a1c1f;
    border-bottom:1px solid rgba(255,255,255,.06);
    position:sticky; top:0; z-index:1100;
}
.navbar-brand{
    font-weight:800; font-size:1.35rem; letter-spacing:.5px; color:#fff !important;
}
.navbar-nav .nav-link{
    color:#dbe2e8; font-weight:600; padding:.5rem 1rem;
    transition:color .15s ease;
}
.navbar-nav .nav-link:hover{ color:#2ea1ff; }
.navbar-toggler{
    border:none; color:#fff; font-size:1.25rem;
}
@media (max-width: 767px) {
    .navbar {
        padding-left: 15px;
        padding-right: 15px
    }
}
.age-modal{
    position:fixed; inset:0; z-index:2000;
}
.age-modal.is-open{ display:block; }
.age-modal:not([hidden]){ display:block; } /* можно просто снять hidden */

.age-backdrop{
    position:absolute; inset:0; background:rgba(0,0,0,.65);
    backdrop-filter: blur(2px);
}
.age-dialog{
    position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
    width:min(560px, calc(100vw - 32px));
    background:#1a1c1f; color:#e8edf2;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px; box-shadow:0 30px 60px rgba(0,0,0,.5);
    padding:22px 20px;
}
.age-close{
    position:absolute; right:10px; top:10px;
    display:inline-flex; align-items:center; justify-content:center;
    width:36px; height:36px; border-radius:10px;
    background:transparent; border:1px solid transparent; color:#aeb6bf;
    font-size:20px; cursor:pointer;
}
.age-close:hover{ background:rgba(255,255,255,.06); color:#fff; }

.age-mark{
    display:inline-flex; align-items:center; justify-content:center;
    width:64px; height:64px; margin-right:.5rem; /* подвинь при желании */
}
.age-badge-svg{
    width:64px; height:64px; border-radius:50%;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.35));
}

.age-title{ font-weight:800; margin:12px 0 6px; }
.age-desc{ color:#b7c0c9; margin:0 0 14px; }

.age-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.btn-accept, .btn-decline{
    flex:1 1 220px; padding:.9rem 1.2rem; border-radius:12px; font-weight:800;
    border:1.5px solid transparent; cursor:pointer; text-align:center;
}
.btn-accept{
    background:#22c55e; color:#063316;
    box-shadow:0 10px 24px rgba(34,197,94,.28);
}
.btn-accept:hover{ filter:brightness(.96); }
.btn-decline{
    background:transparent; color:#e8edf2; border-color:rgba(255,255,255,.22);
}
.btn-decline:hover{ background:rgba(255,255,255,.06); }

.age-small{
    color:#9aa3ad; font-size:.9rem; margin-top:10px;
}

body.age-lock{ overflow:hidden; }