:root {
    --social-black: #000000;
    --social-gold: #ccb957;
    --social-green: #025602;
    --social-white: #ffffff;
}

body {
    background: var(--social-black);
}

.membership-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    overflow: hidden;
    padding: 10vw 0;
}

.membership-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.membership-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.membership-hero-inner {
    position: relative;
    z-index: 3;
}

.membership-hero h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.4rem, 6vw, 5.6rem);
    text-transform: uppercase;
    color: var(--membership-white);
    letter-spacing: 0.04em;
    margin: 0;
}

.social-hero {
    background: var(--social-black);
    padding: 90px 0;
}

.social-hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
    padding-left: 17%;
}

.social-hero-text h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    text-transform: uppercase;
    color: var(--social-white);
    letter-spacing: 0.05em;
    margin: 0 0 1rem 0;
}

.social-hero-text p {
    font-family: "Oswald", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 2rem;
    max-width: 520px;
}

.social-hero-media img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

.social-primary-btn,
.social-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 42px;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-primary-btn {
    background: var(--social-gold);
    color: #000000;
}

.social-primary-btn:hover,
.social-secondary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(204, 185, 87, 0.35);
}

.social-plan {
    background: var(--social-black);
    padding: 40px 0 90px;
}

.social-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 26px;
}

.social-plan-card {
    background: var(--social-white);
    border-radius: 50px;
    padding: 28px 34px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.plan-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

.plan-header h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.plan-term {
    font-family: "Oswald", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--social-green);
    font-weight: 600;
}

.social-plan-card ul {
    margin: 0;
    padding-left: 1.1rem;
    list-style: disc;
    color: #000000;
}

.social-plan-card li {
    font-family: "Oswald", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.6rem;
}

.social-plan-cta {
    text-align: center;
    margin-top: 28px;
}

.social-secondary-btn {
    background: var(--social-gold);
    color: #000000;
}

.social-cta {
    position: relative;
    background: var(--social-green);
    padding: 100px 0;
    text-align: center;
    color: var(--social-white);
    overflow: hidden;
}

.social-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://golfenvy.com/wp-content/uploads/2025/04/Image-2.png") center/cover no-repeat;
    opacity: 0.8;
    z-index: 0;
}

.social-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.social-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.social-cta h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 4.6vw, 3.2rem);
    text-transform: uppercase;
    margin-bottom: 18px;
}

.social-cta p {
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 26px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.social-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
    margin-bottom: 24px;
}

.social-ghost-btn {
    padding: 14px 36px;
    border-radius: 50px;
    border: 2px solid var(--social-gold);
    color: var(--social-white);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.social-ghost-btn:hover {
    background: var(--social-gold);
    color: #000000;
}

.social-cta-meta p {
    margin: 0.4rem 0;
    font-size: 0.95rem;
}

.social-cta-meta a {
    color: var(--social-white);
    text-decoration: underline;
}

.social-cta-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.8rem;
}

.social-cta-social a {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--social-gold);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
}

.title-color {
    color: #fff!important;
}

@media (max-width: 980px) {
    .social-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-hero-text p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .social-hero {
        padding: 70px 0;
    }

    .social-cta {
        padding: 80px 0;
    }

    .social-primary-btn,
    .social-secondary-btn,
    .social-ghost-btn {
        width: 100%;
        justify-content: center;
    }

    .membership-hero {
        min-height: 50vh;
    }

    .membership-cta {
        padding: 80px 0;
    }

    .membership-btn {
        width: 100%;
    }
}

