@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #191919;
    color: #fff;
    font-family: Rubik, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    gap: 10px;
    padding: 24px 16px;
}

.content h1 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
}

.lead {
    max-width: 420px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.45;
    padding: 0 16px;
}

.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.38);
    font-size: 15px;
    gap: 5px;
    font-weight: 600;
    text-align: center;
}

.description p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.description p svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.cta {
    display: inline-block;
    background-color: #2B9AFF;
    color: #fff;
    padding: 12px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.cta:hover {
    background-color: #1e8aef;
}

.cta:active {
    transform: scale(0.98);
}

/* ——— SEO text ——— */
.seo {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #161616 0%, #111111 100%);
    padding: 72px 20px 88px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-inner {
    max-width: 680px;
    margin: 0 auto;
}

.seo h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.seo h2:not(:first-child) {
    margin-top: 44px;
    padding-top: 8px;
}

.seo p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 16px;
}

.seo p:last-of-type {
    margin-bottom: 0;
}

.seo strong {
    color: #ffffff;
    font-weight: 600;
}

.seo ol {
    list-style: none;
    counter-reset: seo-step;
    margin: 0 0 8px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seo li {
    counter-increment: seo-step;
    position: relative;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    padding: 14px 16px 14px 56px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.seo li::before {
    content: counter(seo-step);
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2B9AFF;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
}

.seo .cta {
    display: block;
    width: fit-content;
    margin: 36px auto 0;
}

.seo a {
    color: #7cbcff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.seo a:hover {
    color: #a6d2ff;
}

.seo .disclaimer {
    padding: 14px 16px;
    background: rgba(255, 184, 77, 0.08);
    border: 1px solid rgba(255, 184, 77, 0.22);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.82);
}

/* ——— Legal pages ——— */
.legal {
    padding: 48px 20px 40px;
    background: linear-gradient(180deg, #161616 0%, #111111 100%);
    min-height: calc(100vh - 160px);
}

.legal-inner {
    max-width: 720px;
    margin: 0 auto;
}

.legal-back {
    margin: 0 0 28px;
}

.legal-back a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.legal-back a:hover {
    color: #fff;
}

.legal h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0 0 12px;
}

.legal-meta {
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 36px;
}

.legal h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 32px 0 12px;
    letter-spacing: -0.02em;
}

.legal p,
.legal li {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.legal ul {
    margin: 0 0 16px;
    padding-left: 22px;
}

.legal li {
    margin-bottom: 8px;
}

.legal a {
    color: #7cbcff;
    text-underline-offset: 2px;
}

.legal a:hover {
    color: #a6d2ff;
}

.legal strong {
    color: #fff;
    font-weight: 600;
}

/* ——— Footer / trust ——— */
.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: #0e0e0e;
    padding: 36px 20px 40px;
}

.site-footer-inner {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0;
}

.footer-disclaimer {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-copy {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.38);
    font-size: 13px;
    line-height: 1.5;
}

.footer-copy a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.footer-copy a:hover {
    color: #fff;
}

@media (max-width: 480px) {
    .content h1 {
        font-size: 26px;
    }

    .seo {
        padding: 48px 16px 64px;
    }

    .seo h2 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .seo h2:not(:first-child) {
        margin-top: 32px;
    }

    .seo p,
    .seo li {
        font-size: 15px;
        line-height: 1.65;
    }

    .seo li {
        padding: 12px 14px 12px 52px;
    }

    .legal {
        padding: 32px 16px 28px;
    }

    .legal h1 {
        font-size: 24px;
    }

    .legal h2 {
        font-size: 18px;
    }

    .legal p,
    .legal li {
        font-size: 15px;
    }

    .site-footer {
        padding: 28px 16px 32px;
    }
}
