.privacy-hero {
    position: relative;
    min-height: 42vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.8)),
        url("https://golf-envy.sfo3.cdn.digitaloceanspaces.com/uploads/2025/04/66b266f4ea44fc74e1af93ca.jpg");
    background-size: cover;
    background-position: center;
}

.privacy-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

.privacy-hero-inner {
    position: relative;
    z-index: 2;
    padding: 6rem 0 4rem;
}

.privacy-hero h1 {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.7rem, 8vw, 5rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.privacy-content {
    background: #050505;
    color: rgba(255, 255, 255, 0.92);
    padding: 72px 0;
}

.privacy-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(204, 185, 87, 0.28);
    background: #0b0b0b;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.45);
}

.privacy-card h2,
.privacy-card h3 {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ccb957;
}

.privacy-card h2 {
    font-size: clamp(2rem, 5vw, 2.9rem);
    margin: 0 0 1.1rem;
}

.privacy-card h3 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    margin: 2rem 0 0.8rem;
}

.privacy-card p,
.privacy-card li {
    font-size: 1.03rem;
    line-height: 1.75;
    margin: 0 0 1rem;
}

.privacy-card ul {
    margin: 0 0 1.1rem;
    padding-left: 1.35rem;
}

.privacy-card a {
    color: #ccb957;
}

/* ================================
   START: Site Footer
   ================================ */

.site-footer {
    background: #0b5d1e;
    padding: 16px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 34px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center;
}

.footer-link {
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer-link:hover {
    color: #d4af37;
}

.footer-sep {
    color: rgba(255,255,255,0.85);
    font-size: 0.75rem;
    font-weight: 700;
}

/* Social icons pinned right */
.footer-social {
    position: absolute;
    right: 0;
    display: flex;
    gap: 14px;
}

.footer-social-link {
    font-family: var(--bs-body-font-family);
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}

.footer-social-link:hover {
    color: #d4af37;
}

@media (max-width: 768px) {
    .privacy-content {
        padding: 56px 0;
    }

    .privacy-card {
        padding: 1.4rem;
    }
}
