.faq-hero {
    position: relative;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35)),
        url("https://golfenvy.com/wp-content/uploads/2025/04/66b266f4ea44fc74e1af93ca.jpg");
    background-size: cover;
    background-position: center;
    padding: 110px 0 90px;
    text-align: center;
    color: #fff;
}

.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;
}

.membership-details,
.membership-details-alt {
    background: var(--membership-black);
    padding: 70px 0 90px;
}


.faq-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.faq-hero-inner {
    position: relative;
    z-index: 2;
}

.faq-hero h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.8rem, 7vw, 5.8rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
}

.faq-intro {
    background: #000;
    color: #fff;
    padding: 70px 0 60px;
    text-align: center;
}

.faq-intro h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.faq-eyebrow {
    font-family: "Oswald", sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #ccb957;
    margin-bottom: 1rem;
}

.faq-intro-copy {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
}

.faq-list {
    background: #0b0b0b;
    color: #fff;
    padding: 70px 0 90px;
}

.faq-list h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-accordion details {
    background: #0f0f0f;
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.faq-accordion summary {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.faq-accordion summary::-webkit-details-marker {
    display: none;
}

.faq-accordion summary::after {
    content: "+";
    float: right;
    color: #ccb957;
    font-size: 1.4rem;
}

.faq-accordion details[open] summary::after {
    content: "-";
}

.faq-accordion p {
    margin: 0.8rem 0 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.faq-contact {
    background: #000;
    color: #fff;
    padding: 80px 0;
}

.faq-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 3rem;
    align-items: start;
}

.faq-contact-copy h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.faq-contact-copy p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.faq-form {
    display: grid;
    gap: 1.1rem;
}

.faq-form-row {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.faq-form label {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.faq-form input,
.faq-form textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 12px 14px;
    color: #fff;
    font-family: "Oswald", sans-serif;
}

.faq-form input::placeholder,
.faq-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.faq-submit {
    justify-self: start;
    padding: 14px 32px;
    border-radius: 999px;
    border: none;
    background: #ccb957;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.faq-cta {
    position: relative;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35)),
        url("https://golfenvy.com/wp-content/uploads/2025/04/66b266f4ea44fc74e1af93ca.jpg");
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    text-align: center;
    color: #fff;
}

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

.faq-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.faq-cta-logo {
    max-width: 250px;
    width: 100%;
}

.faq-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.faq-cta-btn {
    padding: 16px 40px;
    border-radius: 50px;
    background: #ccb957;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
}

.faq-cta-contact p {
    margin: 0.3rem 0;
    font-size: 1rem;
}

.faq-cta-social {
    display: flex;
    gap: 1rem;
}

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

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

@media (max-width: 992px) {
    .faq-contact-grid {
        grid-template-columns: 1fr;
    }
}

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

    .faq-cta {
        padding: 90px 0;
    }

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

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

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