/* Reset and Base Styles */
.landing-page-2025 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

.landing-page-2025 {
    /* Colors from Figma */
    --primary-purple: #800077;
    --text-white: #ffffff;
    --text-black: #000000;
    --background-light: #f1f3f5;
    --background-lighter: #dddfe1;
    --background-white: #ffffff;
    
    /* Fonts */
    --font-space-mono: 'Space Mono', monospace;
    --font-space-grotesk: 'Space Grotesk', sans-serif;
    --font-cinderblock: 'Cinderblock', 'Impact', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    --spacing-3xl: 5rem;
    --spacing-4xl: 6rem;
    
    /* Container */
    --container-width-s: 1200px;
    --container-width: 1600px;
    
    /* Transitions */
    --transition: 250ms ease-in-out;
}

.landing-page-2025 {
    font-family: var(--font-space-mono);
    color: var(--text-white);
    background-color: var(--background-white);
    line-height: 1.6;
    /* overflow-x: hidden; */
}

/* Hero Section */
.landing-page-2025 .hero {
    position: relative;
    min-height: 835px;
    border-radius: 40px;
    background: linear-gradient(64deg, #3D6BD1 14.59%, #D844A5 110.81%);
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: var(--spacing-xl);
}

.landing-page-2025 .hero .background-pattern {
    z-index: 0;
}

.landing-page-2025 .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: var(--container-width);
    padding: var(--spacing-xl);
}

.landing-page-2025 .moche-logo {
    margin-bottom: var(--spacing-md);
    text-align: center;
}

.landing-page-2025 .hero-title {
    font-family: var(--font-cinderblock);
    font-size: clamp(80px, 12.5vw, 200px);
    font-weight: 400;
    line-height: 0.841;
    margin-bottom: var(--spacing-xl);
    text-transform: uppercase;
    text-align: center;
}

.landing-page-2025 .hero-subtitle {
    font-family: var(--font-space-grotesk);
    font-size: clamp(18px, 3vw, 23px);
    line-height: 0.841;
    max-width: 725px;
    margin: 0 auto 0;
    text-transform: uppercase;
    text-align: center;
}

.landing-page-2025 .hero-cards {
    display: flex;
    justify-content: center;
    margin-top: var(--spacing-xl);
    z-index: 1;
}

.landing-page-2025 .hero-cards-img {
    max-width: 779px;
    width: 100%;
    height: auto;
}

/* O que é? Section */
.landing-page-2025 .what-is {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    min-height: 552px;
    background: var(--primary-purple);
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: var(--spacing-xl);
}

.landing-page-2025 .what-is-image {
    position: relative;
    overflow: hidden;
}

.landing-page-2025 .what-is-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.landing-page-2025 .what-is-content {
    padding: var(--spacing-4xl);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing-page-2025 .what-is-content .section-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    margin-bottom: 0;
}

.landing-page-2025 .section-title {
    font-family: var(--font-cinderblock);
    font-size: clamp(48px, 6vw, 96px);
    font-weight: 700;
    line-height: 1.108;
    margin-bottom: var(--spacing-lg);
    text-transform: uppercase;
}

.landing-page-2025 .what-is-text {
    font-family: var(--font-space-mono);
    font-size: 16px;
    line-height: 1.6;
}

.landing-page-2025 .what-is-text strong {
    font-weight: 700;
}

.landing-page-2025 .what-is-text p {
    margin-bottom: var(--spacing-sm);
    max-width: 504px;
}

.landing-page-2025 .what-is-icon {
    margin: var(--spacing-sm) 0;
}

.landing-page-2025 .what-is-icon img {
    width: clamp(68px, 8vw, 108px);
    object-fit: contain;
    height: auto;
}

/* Como Funciona Section */
.landing-page-2025 .how-it-works {
    position: relative;
    padding: var(--spacing-2xl) var(--spacing-xl) var(--spacing-4xl) var(--spacing-xl);
    background: linear-gradient(135deg, #3D6BD1 0%, #D844A5 100%);
    color: var(--text-white);
    overflow: hidden;
    margin-bottom: var(--spacing-xl);
}

.landing-page-2025 .background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: 0;
    background: url('../img/2025/bg-pattern.png') center/cover;
    opacity: 0.42;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: -1;
}

.landing-page-2025 .section-title-center {
    position: relative;
    z-index: 1;
    font-family: var(--font-cinderblock);
    font-size: clamp(48px, 6vw, 96px);
    font-weight: 400;
    line-height: 1.108;
    text-align: center;
    margin-bottom: var(--spacing-md);
    text-transform: uppercase;
}

.landing-page-2025 .how-subtitle {
    position: relative;
    z-index: 1;
    font-family: var(--font-space-mono);
    font-size: 20px;
    text-align: center;
    max-width: 840px;
    margin: 0 auto var(--spacing-2xl);
}

.landing-page-2025 .steps-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-lg);
    max-width: var(--container-width);
    margin: 0 auto;
}

.landing-page-2025 .step-card {
    text-align: center;
}

.landing-page-2025 .step-icon {
    margin-bottom: var(--spacing-lg);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--text-white);
    padding: var(--spacing-xl);
    transition: transform var(--transition);
}

.landing-page-2025 .step-icon img {
    width: 194px;
    height: 205px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.landing-page-2025 .step-text {
    font-family: var(--font-space-mono);
    font-size: 20px;
    line-height: 1.191;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}

.landing-page-2025 .step-text strong {
    font-weight: 700;
}

/* Did Match Section */
.landing-page-2025 .did-match {
    position: relative;
    padding: var(--spacing-2xl) var(--spacing-xl) var(--spacing-4xl) var(--spacing-xl);
    background: var(--primary-purple);
    color: var(--text-white);
}

.landing-page-2025 .section-title-mega {
    font-family: var(--font-cinderblock);
    font-size: clamp(64px, 8vw, 128px);
    font-weight: 400;
    line-height: 1.108;
    text-align: center;
    margin-bottom: var(--spacing-md);
    text-transform: uppercase;
}

.landing-page-2025 .section-title-mega.dark {
    color: var(--text-black);
}

.landing-page-2025 .section-title-mega.purple {
    color: var(--primary-purple);
}

.landing-page-2025 .match-subtitle {
    font-family: var(--font-space-mono);
    font-size: 20px;
    text-align: center;
    max-width: 840px;
    margin: 0 auto var(--spacing-2xl);
}

.landing-page-2025 .testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: var(--spacing-xl);
    max-width: var(--container-width);
    margin: 0 auto;
}

.landing-page-2025 .testimonial-card {
    text-align: center;
}

.landing-page-2025 .testimonial-video {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: var(--spacing-lg);
}

.landing-page-2025 .testimonial-video img {
    width: 100%;
    height: auto;
    display: block;
}

.landing-page-2025 .testimonial-name {
    font-family: var(--font-space-mono);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: var(--spacing-lg);
    text-align: center;
}

/* Buttons & Links */
.landing-page-2025 .btn {
    display: inline-block;
    font-family: var(--font-space-mono);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    padding: 20px 40px;
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.landing-page-2025 .btn-outline {
    background: transparent;
    border: 5px solid var(--text-white);
    color: var(--text-white);
}

.landing-page-2025 .btn-outline:hover {
    background: var(--text-white);
    color: var(--primary-purple);
}

/* Associações Section */
.landing-page-2025 .associations {
    padding: var(--spacing-2xl);
    text-align: center;
    background: linear-gradient(64deg, #3D6BD1 14.59%, #D844A5 110.81%);
    color: var(--text-white);
    padding-inline: var(--spacing-2xl);
    padding-block: var(--spacing-xl) var(--spacing-3xl);
}

.landing-page-2025 .associations-container {
    display: grid;
    grid-template-columns: 1fr minmax(400px, 1fr);
    align-items: center;
    gap: 0;
    max-width: var(--container-width-s);
    margin: 0 auto;
}

.landing-page-2025 .associations .section-title-mega {
    text-align: left;
}

.landing-page-2025 .associations-image {
    max-width: 711px;
}

.landing-page-2025 .associations-image img {
    width: 100%;
    height: auto;
}

.landing-page-2025 .associations-content {
    text-align: left;
}

.landing-page-2025 .associations-title {
    font-family: var(--font-space-mono);
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    margin-bottom: var(--spacing-lg);
}

.landing-page-2025 .associations-text {
    font-family: var(--font-space-mono);
    font-size: clamp(18px, 2vw, 20px);
    line-height: 1.191;
    max-width: 504px;
    margin-bottom: var(--spacing-md);
}

.landing-page-2025 .associations-text strong {
    font-weight: 700;
}

.landing-page-2025 .associations-cta {
    display: flex;
    gap: var(--spacing-md);
    margin: var(--spacing-2xl) 0;
}

/* FAQ Section */
.landing-page-2025 .faq {
    padding: var(--spacing-2xl) var(--spacing-2xl) var(--spacing-4xl) var(--spacing-2xl);
    background: var(--background-white);
}

.landing-page-2025 .faq-subtitle {
    font-family: var(--font-space-mono);
    font-size: 20px;
    text-align: center;
    color: var(--text-black);
    margin-bottom: var(--spacing-xl);
}

.landing-page-2025 .faq-list {
    max-width: 1200px;
    margin: 0 auto;
}

.landing-page-2025 .faq-item-2025 {
    border-bottom: 1px solid var(--primary-purple);
    margin-bottom: 0;
}

.landing-page-2025 .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-lg) var(--spacing-md);
    background: transparent;
    border: none;
    font-family: var(--font-space-mono);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-black);
    text-align: left;
    cursor: pointer;
    transition: all var(--transition);
}

.landing-page-2025 .faq-question:hover {
    background: var(--background-light);
}

.landing-page-2025 .faq-arrow {
    font-size: 16px;
    transition: transform var(--transition);
}

.landing-page-2025 .faq-item-2025.active .faq-arrow {
    transform: rotate(180deg);
}

.landing-page-2025 .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition);
}

.landing-page-2025 .faq-item-2025.active .faq-answer {
    max-height: 500px;
}

.landing-page-2025 .faq-answer p {
    font-family: var(--font-space-mono);
    font-size: 16px;
    color: var(--text-black);
    padding: 0 var(--spacing-md) var(--spacing-lg);
    padding-left: calc(var(--spacing-md) + 32px);
}

/* Benefits Section */
.landing-page-2025 .benefits {
    position: relative;
    padding: var(--spacing-xl) var(--spacing-xl) var(--spacing-4xl) var(--spacing-xl);
    background: var(--primary-purple);
    color: var(--text-white);
}

.landing-page-2025 .benefits-subtitle {
    font-family: var(--font-space-mono);
    font-size: 20px;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.landing-page-2025 .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    max-width: var(--container-width);
    margin: 0 auto;
}

.landing-page-2025 .benefit-card {
    text-align: center;
}

.landing-page-2025 .benefit-card:nth-child(3) .benefit-image img {
    object-position: top center;
}

.landing-page-2025 .benefit-image {
    width: 100%;
    height: 384px;
    overflow: hidden;
    margin-bottom: var(--spacing-md);
}

.landing-page-2025 .benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-page-2025 .benefit-title {
    font-family: var(--font-space-mono);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.191;
    text-transform: uppercase;
    text-align: center;
}

/* Giveaway Section */
.landing-page-2025 .giveaway {
    padding-top: 58px;
    padding-bottom: 148px;
    background: var(--background-white);
    text-align: center;
    display: none;
}

.landing-page-2025 .giveaway-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    max-width: var(--container-width);
    margin: clamp(43px, 6vw, 86px) auto 0;
    padding: 0;
}

.landing-page-2025 .giveaway-box {
    border-radius: 40px;
    padding: 48px 25px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    transition: transform var(--transition);
}

.landing-page-2025 .box-meo {
    background: #003087;
}

.landing-page-2025 .box-moche {
    background: var(--primary-purple);
}

.landing-page-2025 .giveaway-box-title {
    font-family: var(--font-space-mono);
    font-size: clamp(20px, 4vw, 32px);
    font-weight: 700;
    line-height: 119.087%;
    color: var(--text-white);
    margin: 0;
    max-width: 553px;
}

.landing-page-2025 .giveaway-box-description {
    font-family: var(--font-space-mono);
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 400;
    line-height: 119.087%;
    color: var(--text-white);
    margin: 0;
}

/* Footer */
.landing-page-2025 .footer {
    background: var(--background-light);
}

.landing-page-2025 .footer-top {
    max-width: var(--container-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xl);
    padding: var(--spacing-4xl) var(--spacing-lg);
}

.landing-page-2025 .footer-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.landing-page-2025 .footer-section h4 {
    font-family: var(--font-space-mono);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-black);
}

.landing-page-2025 .footer-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.landing-page-2025 .footer-logos img {
    max-width: 150px;
    height: auto;
}

.landing-page-2025 .footer-bottom {
    padding-block: var(--spacing-xl);
    border-top: 1px solid var(--background-lighter);
    gap: var(--spacing-md);
    background-color: #DDDFE1;
}

.landing-page-2025 .footer-bottom-container {
    max-width: var(--container-width);
    padding-inline: var(--spacing-xl);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-md);
}

.landing-page-2025 .footer-copyright {
    font-family: var(--font-space-mono);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-black);
}

.landing-page-2025 .footer-nav {
    display: flex;
    gap: var(--spacing-lg);
    flex-wrap: wrap;
}

.landing-page-2025 .footer-nav a {
    font-family: var(--font-space-mono);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-black);
    text-decoration: none;
    transition: color var(--transition);
}

.landing-page-2025 .footer-nav a:hover {
    color: var(--primary-purple);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .landing-page-2025 .footer-top {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .landing-page-2025 .footer-section h4 {
        width: 120px;
    }
}

@media (max-width: 1024px) {

    .landing-page-2025 .hero {
        flex-wrap: wrap;
    }
    .landing-page-2025 .associations-container {
        grid-template-columns: 100%;
    }

    .landing-page-2025 .associations-content,
    .landing-page-2025 .associations-title,
    .landing-page-2025 .associations .section-title-mega {
        text-align: center;
    }

    .landing-page-2025 .associations-text {
        margin-inline: auto;
        text-align: center;
    }

    .landing-page-2025 .associations-cta {
        justify-content: center;
    }

    .landing-page-2025 .what-is {
        grid-template-columns: 100%;
    }
    
    .landing-page-2025 .testimonials {
        grid-template-columns: 100%;
    }
    
    .landing-page-2025 .join-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .landing-page-2025 .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .landing-page-2025 {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
        --spacing-3xl: 4rem;
        --spacing-4xl: 5rem;
    }
    
    .landing-page-2025 .what-is-content,
    .landing-page-2025 .associations {
        padding: var(--spacing-xl);
    }

    .landing-page-2025 .associations-cta {
        flex-wrap: wrap;
    }

    .landing-page-2025 .giveaway,
    .landing-page-2025 .faq {
        padding-block: var(--spacing-2xl) var(--spacing-3xl);
    }

    .landing-page-2025 .hero {
        min-height: 600px;
    }
    
    .landing-page-2025 .hero-subtitle {
        line-height: 1.2;
    }
    
    .landing-page-2025 .section-title-center,
    .landing-page-2025 .section-title-mega {
        font-size: 48px;
    }
    
    .landing-page-2025 .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .landing-page-2025 .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .landing-page-2025 .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .landing-page-2025 .footer-nav {
        justify-content: center;
    }

    .landing-page-2025 .footer-top {
        padding-block: var(--spacing-xl);
    }

    .landing-page-2025 .footer-copyright {
        text-align: left;
        width: 100%;
        order: 1;
        margin-top: var(--spacing-sm);
    }

    .landing-page-2025 .footer-section {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        gap: 24px;
        margin-top: 36px;
    }

    .landing-page-2025 .footer-section:first-child {
        margin-top: 0;
    }

    .landing-page-2025 .footer-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

@media(max-width: 480px) {
    .landing-page-2025 .giveaway-boxes {
        grid-template-columns: 100%;
    }

    .landing-page-2025 .faq {
        padding: var(--spacing-xl);
    }
    
    .landing-page-2025 .footer-logos {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-page-2025 .footer-section {
        align-items: flex-start;
        text-align: left;  
    }
}

/* Video Modal */
.landing-page-2025 .video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition);
}

.landing-page-2025 .video-modal.active {
    display: flex;
    opacity: 1;
}

.landing-page-2025 .video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.landing-page-2025 .video-modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: opacity var(--transition), transform var(--transition);
    z-index: 10001;
}

.landing-page-2025 .video-modal-close:hover {
    transform: scale(1.1);
}

.landing-page-2025 .video-modal-close svg {
    width: 100%;
    height: 100%;
}

.landing-page-2025 .video-modal-content {
    position: relative;
    z-index: 10000;
    width: 90%;
    max-width: 1200px;
    pointer-events: none;
}

.landing-page-2025 .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    pointer-events: auto;
}

.landing-page-2025 .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Testimonial Modal Styles */
.landing-page-2025 .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.landing-page-2025 .modal.active {
    display: flex;
}

.landing-page-2025 .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.landing-page-2025 .modal-content {
    position: relative;
    z-index: 10000;
    background-color: var(--primary-purple);
    padding: 64px 100px;
    max-width: 1060px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 40px;
    animation: modalContentFadeIn 0.3s ease-out;
}

.landing-page-2025 .modal-title {
    font-family: var(--font-space-mono);
    font-weight: 700;
    font-size: 39px;
    line-height: 119%;
    letter-spacing: 0%;
    color: var(--text-white);
    text-transform: none;
}

.landing-page-2025 .modal-subtitle {
    font-family: var(--font-space-mono);
    font-weight: 700;
    font-size: 19px;
    line-height: 119%;
    letter-spacing: 0%;
    color: var(--text-white);
    margin-bottom: var(--spacing-lg);
}

.landing-page-2025 .modal-description {
    font-family: var(--font-space-mono);
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--text-white);
    margin-bottom: var(--spacing-xl);
}

.landing-page-2025 .modal-close-btn {
    padding: 14px 44px;
    min-width: 220px;
    margin-inline: auto;
    display: block;
}

@keyframes modalContentFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Responsive Modal */
@media (max-width: 1024px) {
    .landing-page-2025 .modal-content {
        padding: 40px 60px;
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .landing-page-2025 .modal-content {
        padding: 30px 40px;
        max-width: 95%;
    }
    
    .landing-page-2025 .modal-title {
        font-size: 32px;
    }
    
    .landing-page-2025 .modal-subtitle {
        font-size: 16px;
    }
    
    .landing-page-2025 .modal-description {
        font-size: 16px;
    }
}

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

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Add scroll animation */
.landing-page-2025 .animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.stage-site {
    margin: 0 !important;
}
