:root {
    --accent: #E7B048; /* золото */
    --secondary: #0F1E35; /* глубокий тёмно-синий */
    --text: #0A0D14;
    --muted: #8B93A7;
    --bg: #F6F8FC;
    --card: #111827;
    --white: #ffffff;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, "Noto Sans", sans-serif;
    color: var(--white);
    background: var(--secondary);
    overflow-x: hidden;
}

.top-banner {
    position: relative;
    z-index: 50;
    background: #1b2b4a;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    font-size: 14px;
    line-height: 1.25;
}

.top-banner a {
    color: #cfe3ff;
    text-decoration: underline;
}

.age-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--accent);
    color: #000;
    font-weight: 800;
    margin-right: .5rem;
    box-shadow: 0 0 0 3px rgba(231, 176, 72, .2);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: saturate(140%) blur(10px);
    background: linear-gradient(to bottom, rgba(15, 30, 53, .9), rgba(15, 30, 53, .65));
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    transition: all .3s ease;
}

.site-header.shrink {
    padding-top: .25rem;
    padding-bottom: .25rem;
    background: rgba(15, 30, 53, .9);
}

.brand {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: .2px;
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: radial-gradient(110% 110% at 30% 30%, #FFD88F 0%, var(--accent) 55%, #b8851d 100%);
    display: grid;
    place-items: center;
    color: #121212;
    box-shadow: 0 6px 28px rgba(231, 176, 72, .35);
}

.nav-link {
    color: #dfe7ff !important;
    opacity: .9;
    font-weight: 600;
}

.nav-link:hover {
    opacity: 1;
    color: white !important;
}

.btn-accent {
    --btn-bg: var(--accent);
    background: var(--btn-bg);
    color: #0E0E0E;
    font-weight: 800;
    border: 0;
    border-radius: 12px;
    padding: .7rem 1rem;
    box-shadow: 0 10px 24px rgba(231, 176, 72, .25), inset 0 -2px 0 rgba(0, 0, 0, .2);
}

.btn-accent:hover {
    filter: brightness(1.05);
}

.hero {
    position: relative;
    min-height: 76vh;
    display: flex;
    align-items: center;
    background: url('img/img.png');
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.hero:before, .features-v2:before {
    content: "";
    position: absolute;
    inset: -30%;
    background: linear-gradient(45deg, rgb(26, 34, 66), rgba(17, 20, 34, 0.75));
    filter: blur(60px);
    opacity: 0.8;
    pointer-events: none;
}

.site-footer:before {
    content: "";
    position: absolute;
    inset: -30%;
    background: #060c17;
    filter: blur(60px);
    opacity: 0.9;
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    padding: .45rem .8rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: .85rem;
    letter-spacing: .2px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
}

.hero h1 {
    font-weight: 800;
    letter-spacing: .4px;
    line-height: 1.1;
    margin: 1rem 0 .75rem;
    font-size: clamp(2rem, 4.2vw, 3.5rem);
}

.hero p {
    color: #D5DAE7;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.trust-badges {
    gap: .75rem;
}

.trust-badges .badge-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .7rem .9rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    font-weight: 700;
    white-space: nowrap;
}

.trust-badges .icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: rgba(231, 176, 72, .18);
    border: 1px solid rgba(231, 176, 72, .35);
    color: var(--accent);
}

.ctas .btn-accent {
    padding: .85rem 1.25rem;
}

.ctas .btn-outline {
    border: 1.5px solid rgba(255, 255, 255, .3);
    color: #fff;
    padding: .85rem 1.25rem;
    border-radius: 12px;
    font-weight: 800;
}

.ctas .btn-outline:hover {
    border-color: #fff;
}

.responsible-strip {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #E9EEF8;
}

.responsible-strip a {
    color: #CFE3FF;
    text-decoration: underline;
}

.footer-placeholder {
    height: 40vh;
}

@media (max-width: 991px) {
    .trust-badges {
        flex-wrap: wrap;
    }
}

.section-listing {
    background: #0F1E35;
    position: relative
}

.section-listing:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 500px at 10% 0%, rgba(231, 176, 72, .07), rgba(231, 176, 72, 0) 60%),
    radial-gradient(900px 500px at 90% 100%, rgba(84, 118, 255, .12), rgba(84, 118, 255, 0) 60%)
}

.section-listing .heading {
    color: #E9EEF8
}

.section-listing .sub {
    color: #C7D0E4
}

.list-card {
    background: #0B1627;
    color: #E9EEF8;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.list-card .list-head {
    background: #0A1424;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    font-weight: 800;
    letter-spacing: .3px
}

.list-card .row-item {
    padding: 1.25rem
}

.rank-pill {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: radial-gradient(120% 120% at 30% 30%, #FFD88F 0%, #E7B048 60%, #b8851d 100%);
    color: #0E0E0E;
    box-shadow: 0 10px 28px rgba(231, 176, 72, .35)
}

.logo-box {
    width: 140px;
    padding: 5px;
    border-radius: 14px;
    background: linear-gradient(180deg, #101b30, #0c1729);
    border: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    place-items: center
}

.logo-box span {
    opacity: .7;
    font-size: .8rem
}

.badge-chip {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #DDE6FA;
    padding: .35rem .6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .85rem
}

.stars {
    display: inline-flex;
    gap: .15rem
}

.stars svg {
    width: 18px;
    height: 18px
}

.stars .fill {
    fill: #E7B048
}

.score-badge {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 900;
    background: radial-gradient(120% 120% at 30% 30%, #E7B048 0%, #d4a03d 60%, #9b7427 100%);
    color: #121212;
    box-shadow: 0 10px 30px rgba(231, 176, 72, .35)
}

.btn-cta-dark {
    background: #111b2f;
    color: #fff;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    padding: .9rem 1.4rem
}

.btn-cta-dark:hover {
    border-color: #fff
}

.pay-row {
    gap: .45rem
}

.pay-chip {
    background: #0f1b30;
    border: 1px solid rgba(255, 255, 255, .1);
    color: #d8e2fb;
    border-radius: 999px;
    padding: .35rem .6rem;
    font-weight: 700;
    font-size: .85rem
}

.notice {
    background: #0f1b30;
    border: 1px solid rgba(255, 255, 255, .12);
    color: #d6dff7
}

@media (max-width: 991px) {
    .list-card .list-head {
        display: none
    }

    .score-badge {
        width: 56px;
        height: 56px
    }
}

.features {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0F1E35 0%, #0B1627 100%)
}

.features h2 {
    color: var(--light);
    font-weight: 800;
    margin-bottom: 1rem
}

.features .subtitle {
    color: #b8c2df;
    margin-bottom: 3rem
}

.feature-card {
    background: var(--secondary);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 2rem;
    text-align: left;
    height: 100%;
    transition: .3s;
    position: relative;
    overflow: hidden
}

.feature-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--accent), #4ea3ff)
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .45)
}

.feature-card .icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(231, 176, 72, .15);
    color: var(--accent)
}

.feature-card h5 {
    font-weight: 700;
    color: var(--light);
    margin-bottom: .75rem
}

.feature-card p {
    color: #c7d0e4;
    font-size: .95rem;
    margin: 0
}

/* === Features Section v2 (unique look) === */
.features-v2 {
    position: relative;
    padding: 5rem 0;
    background: url('img/img.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.features-v2 .subtitle {
    color: #C7D0E4
}

.fgrid {
    display: grid;
    gap: 22px;
    margin-top: 2rem
}

@media (min-width: 768px) {
    .fgrid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1200px) {
    .fgrid {
        grid-template-columns:repeat(3, 1fr)
    }
}


.fcard {
    position: relative;
    background: rgba(17, 27, 47, .7);
    backdrop-filter: blur(8px);
    border-radius: 22px;
    padding: 28px;
    color: #E9EEF8;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    transition: .35s ease;
}

.fcard:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(231, 176, 72, .95), rgba(106, 168, 255, .9));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .25
}

.fcard:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(closest-side, rgba(231, 176, 72, .15), rgba(231, 176, 72, 0));
    filter: blur(2px);
}

.fcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35)
}


.ficon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(231, 176, 72, .12);
    border: 1px solid rgba(231, 176, 72, .35);
    margin-bottom: 14px
}

.ficon svg {
    width: 28px;
    height: 28px;
    fill: #E7B048
}

.fcard h3 {
    font-weight: 800;
    font-size: 1.25rem;
    margin: 0 0 .4rem
}

.fcard p {
    color: #C7D0E4;
    margin: 0
}

.faq-v2 {
    background: linear-gradient(180deg, #0F1E35 0%, #0B1627 100%);
    padding: 5rem 0;
    position: relative
}

.faq-v2 h2 {
    color: #E9EEF8
}

.faq-v2 .subtitle {
    color: #C7D0E4
}


.faq-accordion {
    max-width: 1100px;
    margin-inline: auto;
    margin-top: 1.5rem
}

.faq-item {
    position: relative;
    border-radius: 18px;
    margin-bottom: 14px;
    background: #0B1627;
    color: #E9EEF8;
    overflow: hidden
}

/* gradient border */
.faq-item:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(231, 176, 72, .9), rgba(106, 168, 255, .9));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .22
}


.faq-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: 1rem 1.25rem;
    background: transparent;
    border: 0;
    color: inherit
}

.faq-toggle:focus {
    outline: none
}

.faq-icon {
    flex: 0 0 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(231, 176, 72, .14);
    border: 1px solid rgba(231, 176, 72, .35);
    font-size: 20px
}

.faq-title {
    flex: 1;
    font-weight: 800;
    font-size: 1.15rem
}

.faq-chev {
    width: 22px;
    height: 22px;
    transition: transform .25s ease;
    fill: #E7B048;
    opacity: .9
}

.faq-toggle[aria-expanded="true"] .faq-chev {
    transform: rotate(180deg)
}


.faq-body {
    padding: 0 1.25rem 1rem;
    color: #C7D0E4;
    display: none
}

.faq-item.show .faq-body {
    display: block
}


@media (min-width: 768px) {
    .faq-title {
        font-size: 1.25rem
    }

    .faq-toggle {
        padding: 1.1rem 1.35rem
    }

    .faq-body {
        padding: 0 1.35rem 1.15rem
    }
}

/* === FAQ PRO — fresh redesign (details/summary, no Bootstrap) === */
.faq-pro {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(180deg, #0F1E35 0%, #0B1627 100%)
}

.faq-pro .subtitle {
    color: #C7D0E4
}


.qa-list {
    max-width: 1040px;
    margin: 2rem auto 0;
    display: grid;
    gap: 14px
}


.qa {
    background: rgba(17, 27, 47, .7);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    position: relative;
    overflow: hidden
}

.qa:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(231, 176, 72, .85), rgba(106, 168, 255, .85));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .18
}


.qa summary {
    list-style: none
}

.qa summary::-webkit-details-marker {
    display: none
}


.qa-head {
    position: relative;
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    gap: .9rem;
    padding: 1rem 1.25rem;
    cursor: pointer
}

.qa-title {
    font-weight: 800;
    color: #E9EEF8;
    font-size: 1.15rem
}


.qa-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(231, 176, 72, .12);
    border: 1px solid rgba(231, 176, 72, .35)
}

.qa-icon svg {
    width: 22px;
    height: 22px;
    stroke: #E7B048;
    fill: none;
    stroke-width: 2
}


.qa-chevron {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center
}

.qa-chevron svg {
    width: 18px;
    height: 18px;
    fill: #E7B048;
    transition: transform .25s ease
}


.qa.active .qa-head {
    background: rgba(255, 255, 255, .03)
}

.qa.active {
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35)
}

.qa.active .qa-icon {
    background: radial-gradient(120% 120% at 30% 30%, #FFD88F 0%, #E7B048 60%, #b8851d 100%);
    border-color: rgba(231, 176, 72, .6)
}

.qa.active .qa-icon svg {
    stroke: #0E0E0E
}

.qa.active .qa-chevron svg {
    transform: rotate(180deg)
}


.qa-body {
    padding: 1rem 1.25rem 1.1rem;
    color: #C7D0E4
}


@media (min-width: 768px) {
    .qa-title {
        font-size: 1.25rem
    }

    .qa-head {
        padding: 1.1rem 1.35rem
    }

    .qa-body {
        padding: 1rem 1.35rem 1.2rem
    }
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .9) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

/* Иконка гамбургера — белая */
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'>\
    <path stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/>\
  </svg>");
}

.site-footer {
    background: url(img/img.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #DDE6FA;
    position: relative;
    padding: 3.5rem 0 2.25rem;
}

.site-footer .muted {
    color: #A9B6D6
}

.site-footer a {
    color: #E9F2FF;
    text-decoration: none
}

.site-footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    font-weight: 800;
    letter-spacing: .2px;
    margin-bottom: 2rem;
}

.footer-sep {
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .2), rgba(255, 255, 255, .06));
    margin: 1.25rem 0
}

.footer-legal {
    display: grid;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .footer-legal {
        grid-template-columns:120px 1fr
    }
}

.badge-18 {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 1.35rem;
    color: #E9EEF8;
    background: radial-gradient(120% 120% at 30% 30%, rgba(231, 176, 72, .15), rgba(231, 176, 72, 0) 60%);
    border: 2px solid #E7B048;
    box-shadow: 0 0 0 6px rgba(231, 176, 72, .12);
    justify-self: center;
}

@media (max-width: 991.98px) {
    .badge-18 {
        width: 72px;
        height: 72px;
        font-size: 1.15rem;
        margin-bottom: .5rem
    }
}

.footer-logos {
    display: flex;
    gap: 14px;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-card {
    border-radius: 12px;
    display: flex;
    place-items: center;
    background: rgba(31, 42, 66, 0.7);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #A9B6D6;
    font-weight: 700;
    backdrop-filter: blur(8px);
    padding: 10px;
}

.logo-card img {
    height: 60px;
    width: auto;
}

.footer-bottom {
    display: grid;
    justify-items: center;
    gap: .5rem;
    margin-top: 1.5rem;
    color: #BFD0F8;
    font-size: .95rem;
}

.footer-bottom .copy {
    opacity: .9
}

.link-accent {
    color: #E7B048
}

.link-accent:hover {
    color: #ffd58a
}
.agegate-backdrop{
    position:fixed; inset:0; z-index:20000;
    display: flex;
    align-items:center; justify-content:center;
    background:rgba(5,10,20,.65); backdrop-filter:blur(6px);
}
.agegate-backdrop.show{display:flex}
.agegate{
    width:min(560px, 92vw);
    background:#0B1627; color:#E9EEF8; border-radius:20px; overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 30px 80px rgba(0,0,0,.5);
    position:relative;
}
.agegate::before{
    content:""; position:absolute; inset:0; padding:1px; border-radius:20px;
    background:linear-gradient(135deg, rgba(231,176,72,.95), rgba(106,168,255,.9));
    -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite:xor; mask-composite:exclude; opacity:.25;
    pointer-events: none;
}
.agegate-body{padding:28px}
.age-badge{
    width:72px;height:72px;border-radius:50%; display:grid; place-items:center;
    border:2px solid #E7B048; font-weight:900; margin:0 auto 12px;
    background:radial-gradient(120% 120% at 30% 30%, rgba(231,176,72,.15), rgba(231,176,72,0) 60%);
}
.age-title{font-weight:800; font-size:1.35rem; text-align:center; margin:6px 0 8px}
.age-sub{color:#C7D0E4; text-align:center; margin:0 0 18px}
.age-actions{display:grid; gap:10px}
.age-btn{
    border-radius:999px; padding:.9rem 1.2rem; font-weight:800; width:100%; border:1px solid transparent;
}
.age-btn.primary{background:#E7B048; color:#0E0E0E}
.age-btn.primary:hover{filter:brightness(1.05)}
.age-btn.secondary{background:transparent; color:#E9EEF8; border-color:rgba(255,255,255,.35)}
.age-btn.secondary:hover{border-color:#fff}
.no-scroll{overflow:hidden}
@media (min-width: 480px){
    .age-actions{grid-template-columns:1fr 1fr}
}