/* =========================================================
   FASE 7 - PRIVACY / COOKIE - TONY CHANKU
   File: assets/css/template-legal.css
   ========================================================= */

.tc-legal-hero {
    position: relative;
    padding: 150px 0 76px;
    background:
        radial-gradient(circle at 72% 28%, rgba(217,164,65,.14), transparent 26%),
        linear-gradient(180deg, #080808, #050708);
    border-bottom: 1px solid rgba(217,164,65,.20);
    overflow: hidden;
}

.tc-legal-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.52), rgba(0,0,0,.92)),
        url("../img/ui/home-hero.jpg") center / cover no-repeat;
    opacity: .20;
}

.tc-legal-hero .container {
    position: relative;
    z-index: 2;
}

.tc-legal-hero h1 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .95;
}

.tc-legal-hero p:not(.eyebrow) {
    max-width: 760px;
    margin-top: 20px;
    color: #d6cdc0;
    line-height: 1.7;
    font-size: 1.08rem;
}

.tc-legal-section {
    padding: 70px 0 90px;
    background:
        radial-gradient(circle at 85% 18%, rgba(217,164,65,.08), transparent 26%),
        linear-gradient(180deg, #050708, #080a0b);
}

.tc-legal-card {
    max-width: 920px;
    padding: 42px;
    border: 1px solid rgba(217,164,65,.22);
    border-radius: 22px;
    background: rgba(255,255,255,.035);
    box-shadow: 0 24px 80px rgba(0,0,0,.32);
}

.tc-legal-updated {
    margin: 0 0 30px;
    color: var(--gold);
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.tc-legal-card h2 {
    margin: 34px 0 12px;
    color: #f7f1e7;
    font-size: 1.35rem;
    line-height: 1.25;
}

.tc-legal-card h2:first-of-type {
    margin-top: 0;
}

.tc-legal-card p {
    color: #c9c1b6;
    line-height: 1.82;
    font-size: 1rem;
}

.tc-legal-card strong {
    color: #f7f1e7;
}

@media (max-width: 760px) {
    .tc-legal-hero {
        padding: 130px 0 54px;
    }

    .tc-legal-card {
        padding: 24px;
        border-radius: 18px;
    }

    .tc-legal-section {
        padding: 48px 0 64px;
    }
}
