/* ── Hero ── */
.legal-hero {
    background: #141824;
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
}
.legal-hero::after {
    content: '';
    position: absolute;
    right: -80px; top: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    border: 70px solid rgba(145,118,90,.05);
    pointer-events: none;
}
.legal-hero-inner { position: relative; z-index: 1; }

.legal-h1 {
    font-family: 'Bodoni Moda', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #e8e2da;
    margin: 16px 0 10px;
}
.legal-updated {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
    margin: 0;
}

/* ── Body ── */
.legal-body {
    background: #fff;
    padding: 60px 0 80px;
}
.legal-content {
    max-width: 800px;
}

/* ── Intro box ── */
.legal-intro-box {
    background: #f7f5f2;
    border-left: 3px solid #91765a;
    border-radius: 0 6px 6px 0;
    padding: 20px 24px;
    margin-bottom: 40px;
}
.legal-intro-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* ── Headings ── */
.legal-content h2 {
    font-family: 'Bodoni Moda', serif;
    font-size: 1.25rem;
    color: #141824;
    margin: 42px 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0ece6;
    position: relative;
}
.legal-content h2::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 40px; height: 2px;
    background: #91765a;
}
.legal-content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #141824;
    margin: 20px 0 8px;
}

/* ── Text ── */
.legal-content p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 16px;
}
.legal-content ul {
    padding-left: 0;
    list-style: none;
    margin: 0 0 20px;
}
.legal-content ul li {
    position: relative;
    padding: 7px 0 7px 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    border-bottom: 1px solid #f5f3f0;
}
.legal-content ul li:last-child { border-bottom: none; }
.legal-content ul li::before {
    content: '';
    position: absolute;
    left: 0; top: 15px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #91765a;
}
.legal-content a { color: #91765a; text-decoration: none; }
.legal-content a:hover { color: #b59a6e; text-decoration: underline; }
.legal-content strong { color: #141824; font-weight: 600; }

/* ── Highlight box (SMS section) ── */
.legal-highlight-box {
    background: #f7f5f2;
    border: 1px solid #e8e2d8;
    border-radius: 8px;
    padding: 28px 28px 20px;
    margin: 20px 0 28px;
}
.legal-highlight-box h3 {
    color: #91765a;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    margin-top: 0;
}
.legal-highlight-important {
    border-color: #91765a;
    border-left: 4px solid #91765a;
    background: #fdfaf7;
}
.legal-highlight-important h3 {
    font-size: 1rem;
    margin-bottom: 12px;
}
.legal-highlight-important > p:first-of-type {
    font-size: 15px;
    font-weight: 600;
    color: #141824;
}

/* ── Footer links box ── */
.legal-links-box {
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid #ede8e2;
    font-size: 13px;
    color: #999;
}

@media (max-width: 600px) {
    .legal-hero { padding: 50px 0 36px; }
    .legal-body { padding: 40px 0 50px; }
    .legal-highlight-box { padding: 20px 18px 14px; }
}
