* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-feature-settings: "ss02" on, "ss03" on, "cv11" on;
}

.header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 120px;
    height: 80px;
}

.header-logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.logo-image {
    width: 75px;
    height: 55px;
}

.logo-texts {
    height: 22px;
}

.header-navigation-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 116px;
}

.header-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nav {
    text-decoration: none;
    background: #EEEEEE;
    border-radius: 100px;
    padding: 0 12px;
    color: #282727;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1em;
    height: 30px;
    display: flex;
    align-items: center;
}

.join-waitlist-btn {
    text-decoration: none;
    height: 40px;
    padding: 0 20px;
    background: #8FC24D;
    border-radius: 100px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1em;
}

.home-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 275px;
    margin: 0 20px;
    background: #196CB0;
}

.home-banner-container h1 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 51px;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
}

.home-banner-container h2 {
    font-weight: 600;
    color: #61CEE0;
    font-size: 38px;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
}

.home-page-video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0;
}

.home-page-video {
    height: 500px;
}

.home-cards-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 80px 0 100px;
    width: 85%;
    margin: 0 auto;
}

.home-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 30%;
}

.home-cards img {
    width: 100%;
    height: 306.5px;
    border-radius: 20px;
    object-fit: cover;
}

.home-cards-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.home-cards-texts h1 {
    font-weight: 600;
    color: #282727;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1em;
}

.home-cards-texts p {
    font-weight: 500;
    color: #999999;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    width: 70%;
}

.home-other-info-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 0;
    width: 80%;
    margin: 0 auto;
}

.home-other-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 25%;
}

.home-other-info-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.home-other-info h1 {
    font-weight: 600;
    color: #282727;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-align: center;
}

.ready-to-start-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    background: url('../img/ready-to-start.jpg') no-repeat center center;
    height: 600px;
    background-size: cover;
}

.ready-to-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    width: 100%;
    background: rgba(255, 212, 59, 0.93);
}

.ready-to-start h1 {
    font-weight: 700;
    color: #282727;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: center;
}

.ready-to-start h2 {
    font-weight: 500;
    color: #823A95;
    font-size: 22px;
    letter-spacing: -0.01em;
    line-height: 1.1em;
    text-align: center;
    width: 30%;
}

.faqs-contact-form-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    margin: 0 20px;
}

.faqs-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    width: 40%;
    padding: 33px 0;
}

.faqs-question {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgb(238, 238, 238);
    border-radius: 10px;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faqs-question:hover {
    background: rgb(230, 230, 230);
}

.question-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 15px 0;
    width: 100%;
}

.question-header .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.question-header .icon svg {
    width: 100%;
    height: 100%;
}

.question-header .icon .plus-icon {
    display: block;
}

.question-header .icon .minus-icon {
    display: none;
}

.faqs-question.active .question-header .icon .plus-icon {
    display: none;
}

.faqs-question.active .question-header .icon .minus-icon {
    display: block;
}

.question-header .icon {
    transition: transform 0.3s ease;
}

.faqs-question.active .question-header .icon {
    transform: rotate(180deg);
}

.question-header h1 {
    font-weight: 500;
    color: #282727;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1em;
    flex: 1;
}

.faqs-answer {
    font-weight: 500;
    color: #888888;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1.3em;
    padding: 0 20px 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faqs-question.active .faqs-answer {
    max-height: 200px;
    padding: 0 20px 15px 30px;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
    width: 60%;
}

.contact-form-container form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 85%;
    margin: 0 auto;
}

.name-email-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}

.name-email {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.contact-form-label {
    font-weight: 500;
    color: #888888;
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
}

.name-email input,
.name-email textarea {
    background: #EEEEEE;
    border-radius: 10px;
    padding: 12px;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    line-height: 1.2em;
    border: 2px solid #EEEEEE;
    width: 100%;
    outline: none;
}

.name-email textarea {
    min-height: 120px;
}

.name-email input::placeholder,
.name-email textarea::placeholder {
    color: #999999;
}

.name-email input:focus,
.name-email textarea:focus {
    border: 2px solid #D6D6D6;
}

.contact-form-btn {
    border: none;
    height: 40px;
    padding: 0 20px;
    background: #8FC24D;
    border-radius: 100px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contact-form-btn:hover {
    background: #7BBF44;
}

.lower-banner-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin: 0 20px;
}

.lower-banner-container img {
    width: 40%;
    object-fit: cover;
}

.lower-banner-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    gap: 20px;
    background: #8D3FA1;
}

.lower-banner-texts h1 {
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1em;
    width: 90%;
}

.lower-banner-texts h2 {
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1.4em;
}

.footer-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 120px;
}

.footer-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-logo-image {
    width: 83px;
    height: 66.5px;
    object-fit: contain;
}

.footer-logo-texts {
    width: 189px;
    height: 34.5px;
    object-fit: contain;
}

.footer-navigation-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.footer-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.footer-navigation h1 {
    font-weight: 500;
    color: #282727;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1;
}

.footer-navigation a {
    text-decoration: none;
    font-weight: 500;
    color: #999999;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1;
}

.join-waitlist-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 20px;
    gap: 20px;
}

.join-waitlist-page-container h1 {
    font-weight: 700;
    color: #196CB0;
    font-size: 51px;
    letter-spacing: -0.04em;
    line-height: 1em;
    text-align: center;
}

.join-waitlist-iframe {
    width: 80%;
    height: 800px;
    border: none;
    display: flex;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

iframe {
    width: 100%;
    height: 107%;
    border: none;
    position: absolute;
    transform: translateY(-50px); 
}

.thank-you-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    gap: 40px;
}

.thank-you-page img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.thank-you-page p {
    font-weight: 600;
    color: #282727;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1em;
    text-align: center;
    width: 50%;
}

.home-button {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    background: #EEEEEE;
    border-radius: 100px;
    padding: 12px 18px 12px 12px;
    font-weight: 600;
    color: #282727;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1em;
    text-align: center;
}

.home-button img {
    width: 17px;
    height: 17px;
    object-fit: cover;
}

.home-button:hover {
    background: #D6D6D6;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 500;
    color: #282727;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1;
}

.footer-contact img {
    width: 18px;
    height: 18px;
}

/* Rolling Banner Styles */
.rolling-banner {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #f9ca24);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
    color: white;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    z-index: 100;
}

.rolling-banner-content {
    display: inline-block;
    animation: scroll 30s linear infinite;
}

.rolling-banner-content span {
    display: inline-block;
    padding-right: 100px;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

.popup-modal {
    background: white;
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    position: relative;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.popup-overlay.show .popup-modal {
    transform: scale(1);
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.popup-close:hover {
    color: #333;
}

.popup-content h2 {
    color: #ff6b6b;
    margin-bottom: 20px;
    font-size: 24px;
}

.popup-highlight {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    font-size: 18px;
}

.popup-content p {
    font-size: 16px;
    margin: 15px 0;
    color: #333;
}

.popup-cta {
    font-size: 16px;
    color: #45b7d1;
    font-weight: bold;
    margin: 20px 0;
}

.popup-btn {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    margin-top: 15px;
    transition: transform 0.3s ease;
}

.popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1199px) {
    .header-container {
        padding: 20px;
    }

    .header-navigation-container {
        gap: 20px;
    }

    .home-cards-container {
        width: 95%;
        margin: 0 20px;
        padding: 80px 0;
    }

    .home-cards {
        width: 35%;
    }
    
    .home-cards img {
        height: 243.5px;
    }

    .home-cards-texts h1,
    .home-other-info h1,
    .ready-to-start h2 {
        font-size: 20px;
    }

    .home-cards-texts p {
        font-size: 16px;
    }

    .home-other-info-container {
        width: 95%;
    }

    .faqs-contact-form-container {
        flex-direction: column;
        padding: 30px 0 60px 0;
    }

    .faqs-container {
        width: 90%;
    }

    .faqs-question {
        width: 100%;
    }

    .contact-form-container {
        padding: 0;
        width: 75%;
    }

    .contact-form-container form {
        width: 100%;
    }

    .lower-banner-container img {
        width: 443px;
    }

    .lower-banner-texts h1 {
        width: 81%;
    }

    .footer-container {
        padding: 100px 0;
        margin: 0 20px;
    }

    .footer-logo-texts {
        height: 35px;
    }
}

@media screen and (max-width: 809px) {
    .header-navigation {
        display: none;
    }

    .header-logo-container {
        gap: 8px;
    }

    .home-banner-container h1,
    .home-banner-container h2 {
        font-size: 32px;
    }

    .home-cards-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 40px 20px;
        gap: 40px;
    }

    .home-cards {
        width: 100%;
    }

    .home-cards img {
        height: 350px;
    }

    .home-cards-texts {
        align-items: center;
    }

    .home-cards-texts p {
        text-align: center;
        font-size: 18px;
        width: 65%;
    }

    .home-cards-texts h1,
    .home-other-info h1 {
        font-size: 22px;
    }

    .home-other-info-container {
        padding: 40px 20px;
        margin: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .home-other-info {
        width: 100%;
    }

    .ready-to-start-container {
        height: 300px;
    }

    .ready-to-start h1 {
        font-size: 24px;
    }

    .ready-to-start h2 {
        width: 100%;
    }

    .faqs-contact-form-container {
        padding: 0 20px;
        margin: 0;
        width: 100%;
    }

    .faqs-container {
        width: 100%;
        padding: 40px 0;
    }

    .contact-form-container {
        width: 100%;
        padding: 40px 0;
    }

    .lower-banner-container {
        flex-direction: column-reverse;
        margin: 0;
        padding: 0 20px;
        width: 100%;
    }

    .lower-banner-container img {
        width: 100%;
        height: 251px;
    }

    .lower-banner-texts {
        padding: 40px 10px;
    }

    .lower-banner-texts h1 {
        width: 80.5%;
    }

    .footer-container {
        flex-direction: column;
        margin: 0;
        padding: 50px 20px;
        width: 100%;
        gap: 40px;
    }

    .footer-navigation-container {
        flex-direction: column;
    }

    .join-waitlist-iframe {
        width: 95%;
        height: 650px;
    }

    iframe {
        transform: translateY(-50px) scale(0.8);
        transform-origin: top left;
        width: 125%;
        height: 135%;
    }

    .thank-you-page p {
        width: 80%;
    }
    
    .rolling-banner {
        font-size: 12px;
        padding: 8px 0;
    }
    
    .popup-modal {
        padding: 20px;
        margin: 20px;
    }
    
    .popup-content h2 {
        font-size: 20px;
    }
    
    .popup-highlight {
        font-size: 16px;
        padding: 12px;
    }
    
}