.htop-legal-page {
    background:
        radial-gradient(circle at top right, rgba(241, 193, 82, 0.1), transparent 22%),
        linear-gradient(180deg, #faf8f4 0%, #ffffff 100%);
}

.htop-legal {
    padding: 80px 0;
}

.htop-legal__shell {
    padding: 40px 36px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(36, 21, 13, 0.08);
    box-shadow: 0 22px 60px rgba(26, 20, 14, 0.08);
}

.htop-legal__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #9d6d16;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.htop-legal__shell h1 {
    margin-bottom: 12px;
}

.htop-legal__lead {
    max-width: 780px;
    color: #57463a;
    line-height: 1.85;
}

.htop-legal__effective {
    margin: 24px 0 0;
    color: #6a4d1f;
    font-weight: 700;
}

.htop-legal__section + .htop-legal__section {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(36, 21, 13, 0.08);
}

.htop-legal__section h2 {
    margin-bottom: 14px;
}

.htop-legal__section p,
.htop-legal__section li {
    color: #57463a;
    line-height: 1.9;
}

.htop-legal__section ul {
    margin: 0;
    padding-left: 1.2rem;
}

.htop-legal__contact {
    padding: 24px 24px 10px;
    border-radius: 24px;
    background: #fff8e8;
}

.htop-legal__contact a {
    color: #7b5712;
    text-decoration: none;
}

.htop-legal__contact a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .htop-legal {
        padding: 62px 0;
    }

    .htop-legal__shell {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .htop-legal__section + .htop-legal__section {
        margin-top: 28px;
        padding-top: 28px;
    }
}
