.fwc-hero {
    background: url("<?php echo get_stylesheet_directory_uri(); ?>/assets/images/houston-welcome.jpg") no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: white;
}

.fwc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.fwc-hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    max-width: 800px;
}

.fwc-hero-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 1rem;
}

.fwc-hero-content p {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: "Barlow Condensed", sans-serif;
}

.fwc-experience-split {
    background-color: #fff;
    padding: 5rem 1.5rem;
    width: 100%;
}

.fwc-experience-heading {
    align-items: center;
}

.fwc-experience-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
    width: 100%;
}

.fwc-experience-text {
    flex: 1 1 50%;
    font-family: "Barlow Condensed", sans-serif;
}

.fwc-experience-text h2 {
    font-size: 2.75rem;
    color: #02357b;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.fwc-experience-text h3 {
    font-size: 1.5rem;
    color: #da213a;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.fwc-experience-text p {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.fwc-experience-image {
    flex: 1 1 45%;
}

.fwc-experience-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.countdown-section {
    background: #f8fafc;
    padding: 80px 20px;
    text-align: center;
    width: 100%;
}

.countdown-title {
    font-size: 3rem;
    font-weight: 900;
    color: #0ea5e9;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 60px;
    max-width: 800px;
    margin: 0 auto;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-number {
    font-size: 4rem;
    font-weight: 900;
    color: #1e3a8a;
    display: block;
    margin-bottom: 10px;
}

.countdown-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fwt-poster-section {
    background-color: #04225b;
    color: white;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.fwt-poster-section .fwt-posters-title {
    color: white;
    text-align: center;
}

.fwt-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.newsletter-box {
    background-color: #001f5b;
    color: white;
    padding: 40px 20px;
    max-width: 850px;
    margin: 55px auto;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 0;
    width: 100%;
}

.newsletter-box h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: white;
}

.newsletter-box input {
    padding: 12px 20px;
    width: 300px;
    max-width: 90%;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 14px;
}

.newsletter-box button {
    display: block;
    margin: 20px auto 0;
    padding: 10px 25px;
    background-color: white;
    color: #00aeef;
    border: none;
    font-weight: bold;
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.newsletter-box button:hover {
    background-color: #00aeef;
    color: white;
    transition: 0.3s;
}

.follow-section {
    display: flex;
    padding: 40px;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #0096e5;
    width: 100%;
}

.follow-left {
    max-width: 300px;
}

.follow-left h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.follow-left p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.background-section {
    background-image: url("https://static.wixstatic.com/media/9f6a12_2ddd79cf1c894dc5b516fed384631296~mv2.png/v1/fill/w_1280,h_608,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/9f6a12_2ddd79cf1c894dc5b516fed384631296~mv2.png");
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background: white;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
}

.signup-button {
    background-color: #003366;
    color: white;
    padding: 10px 50px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.signup-button:hover {
    background-color: #002244;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    padding: 8px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    flex-grow: 1;
    max-width: 900px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.image-grid img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* Responsive Fixes */
@media (max-width: 768px) {

    .fwc-experience-wrapper,
    .follow-section,
    .background-section {
        flex-direction: column;
        padding: 0 15px;
        width: 100%;
    }

    .fwc-experience-text,
    .fwc-experience-image {
        flex: 1 1 100%;
    }

    .countdown-timer {
        flex-direction: column;
        gap: 30px;
    }

    .newsletter-box input {
        width: 100%;
        margin-bottom: 15px;
    }

    .newsletter-box button {
        width: 100%;
    }

    .card {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
        /* tighter spacing on mobile */
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 480px) {
    .fwc-hero-content h2 {
        font-size: 2.25rem;
    }

    .fwc-hero-content p {
        font-size: 1rem;
    }

    .countdown-number {
        font-size: 2.5rem;
    }

    .countdown-label {
        font-size: 1rem;
    }

    .follow-left h2 {
        font-size: 24px;
    }

    .follow-left p {
        font-size: 16px;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }

    .signup-button {
        font-size: 14px;
        padding: 10px 20px;
    }

    .newsletter-box {
        padding: 30px 15px;
    }
}