/* Shared layout for info, privacy, terms pages */
.text-page {
    padding: 160px 0 120px;
    background: #000;
    min-height: 100vh;
}

.text-page__intro {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: left;
}

.text-page__badge {
    font-family: 'Wix Madefor Display', sans-serif;
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 20px;
    letter-spacing: 1.4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}

.text-page__title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.15;
    color: #fff;
}

.text-page__lead {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.text-page__content {
    max-width: 780px;
    margin: 0 auto;
}

.text-page__section {
    margin-bottom: 48px;
}

.text-page__section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.text-page__section p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
}

.text-page__section p:last-child {
    margin-bottom: 0;
}

.text-page__section ul {
    margin: 12px 0;
    padding-left: 24px;
}

.text-page__section li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.text-page__contact-block {
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-top: 12px;
}

.text-page__contact-block p {
    margin-bottom: 8px;
}

.text-page__contact-block a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.text-page__contact-block a:hover {
    opacity: 0.85;
}

@media (max-width: 768px) {
    .text-page {
        padding: 120px 0 80px;
    }

    .text-page__title {
        font-size: 32px;
    }

    .text-page__lead {
        font-size: 16px;
    }

    .text-page__section-title {
        font-size: 18px;
    }

    .text-page__section p {
        font-size: 15px;
    }
}
