footer {
    display: none !important;
}

.sucd-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
                url("/static/img/stand-up-chow-down/background.57e572af1fb9.jpg") center/cover no-repeat;
    overflow: hidden;
}

.sucd-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(244, 118, 33, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.sucd-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.sucd-logo-container {
    margin-bottom: 3rem;
    animation: fadeInDown 1s ease-out;
}
.main-wrapper{
    padding-top: 0px;
}

.sucd-logo {
    max-width: 600px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.8))
            drop-shadow(0 0 1px rgba(255, 255, 255, 0.2))
            drop-shadow(0 0 10px rgba(255, 255, 255, 1))
            drop-shadow(0 1px 3px rgba(0, 0, 0, 0.8))
            brightness(1);
}

.sucd-hero-text {
    margin-bottom: 3rem;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.sucd-title {
    font-family: 'bebas-neue', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #f47621;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.sucd-subtitle {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
}

.sucd-cta {
    animation: fadeInUp 1s ease-out 0.6s both;
}

.sucd-coming-soon {
    font-family: 'bebas-neue', sans-serif;
    font-size: 2.5rem;
    color: #f47621;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.sucd-info {
    font-size: 1.2rem;
    color: #cccccc;
    font-weight: 300;
}

.sucd-powered-by {
    margin-top: 4rem;
    animation: fadeInUp 1s ease-out 0.9s both;
}

.sucd-powered-by-text {
    font-size: 1rem;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.sucd-partner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.sucd-partner-logo {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.sucd-partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

.sucd-about {
    padding: 5rem 2rem;
    background: #ffffff;
}

.sucd-about-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sucd-about-content h2 {
    font-family: 'bebas-neue', sans-serif;
    font-size: 3rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}

.sucd-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-top: 2rem;
}

.sucd-feature {
    padding: 2rem;
    background: #f8f8f8;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sucd-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sucd-feature h3 {
    font-family: 'bebas-neue', sans-serif;
    font-size: 2rem;
    color: #f47621;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}

.sucd-feature p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.sucd-signup {
    padding: 5rem 2rem;
    background: #f8f8f8;
}

.sucd-signup-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.sucd-signup-content h2 {
    font-family: 'bebas-neue', sans-serif;
    font-size: 3rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.sucd-signup-description {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.sucd-klaviyo-embed {
    margin-top: 2rem;
    padding: 2rem;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sucd-signup-button {
    display: inline-block;
    padding: 1rem 3rem;
    font-family: 'bebas-neue', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #f47621;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(244, 118, 33, 0.4);
    margin-top: 1rem;
}

.sucd-signup-button:hover {
    background-color: #d96619;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(244, 118, 33, 0.6);
}

.klaviyo-form-teaser {
    background-color: #f47621 !important;
    color: #ffffff !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.klaviyo-form-teaser.show-teaser {
    opacity: 1;
    visibility: visible;
}

.klaviyo-form-teaser * {
    color: #ffffff !important;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .sucd-logo {
        max-width: 400px;
    }

    .sucd-title {
        font-size: 2.5rem;
    }

    .sucd-subtitle {
        font-size: 1.2rem;
    }

    .sucd-coming-soon {
        font-size: 2rem;
    }

    .sucd-info {
        font-size: 1rem;
    }

    .sucd-partner-logos {
        gap: 2rem;
    }

    .sucd-partner-logo {
        height: 50px;
    }

    .sucd-about-content h2 {
        font-size: 2.5rem;
    }

    .sucd-features {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sucd-signup-content h2 {
        font-size: 2.5rem;
    }

    .sucd-signup-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .sucd-logo {
        max-width: 300px;
    }

    .sucd-title {
        font-size: 2rem;
    }

    .sucd-subtitle {
        font-size: 1rem;
    }

    .sucd-coming-soon {
        font-size: 1.5rem;
    }

    .sucd-partner-logos {
        gap: 1.5rem;
    }

    .sucd-partner-logo {
        height: 40px;
    }

    .sucd-about-content h2 {
        font-size: 2rem;
    }

    .sucd-feature h3 {
        font-size: 1.5rem;
    }

    .sucd-signup-content h2 {
        font-size: 2rem;
    }

    .sucd-signup-description {
        font-size: 1rem;
    }

    .sucd-klaviyo-embed {
        padding: 1.5rem;
    }
}
