body {
    background-color: #05265b;
    /* Dark blue background from style.css */
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.congrats-title {
    font-family: 'Anton', sans-serif;
    font-size: 5.5rem;
    text-align: center;
    color: #bfaef3;
    /* matching purple-ish text */
    margin-top: 60px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.health-challenge-header {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 300;
}

.health-challenge-header .highlight {
    font-weight: 700;
    color: #bfaef3;
}

.summary-text {
    font-size: 1.1rem;
    font-weight: 300;
    color: #c9cdd7;
}

.video-carousel {
    padding: 0 50px;
    /* Space for arrows */
}

.video-carousel .carousel-inner {
    border-radius: 10px;
    background: #b9b1e9;
}

.video-carousel iframe {
    width: 100%;
    border: none;
    /* Allow ratio-16x9 to handle height fully instead of a hard limit */
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    border: 1px solid #6b82c1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon::before {
    content: '<';
    font-size: 16px;
    font-family: sans-serif;
    color: #fff;
}

.carousel-control-next-icon::before {
    content: '>';
    font-size: 16px;
    font-family: sans-serif;
    color: #fff;
}

.kit-card {
    background: linear-gradient(135deg, #d8ccf8 0%, #a8c0f9 100%);
    border-radius: 15px;
    padding: 40px;
    color: #0b1d44;
    margin-top: 50px;
}

.kit-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.1;
    color: #05265b;
}

.retail-price {
    color: #f04e23;
    font-weight: 600;
    text-decoration: line-through;
    margin-top: 15px;
    font-size: 1.1rem;
}

.team-price {
    color: #05265b;
    font-weight: 800;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.team-price span {
    font-size: 2rem;
    margin-left: 10px;
}

.checklist li {
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.checklist li svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #28a745;
    stroke-width: 2;
    margin-right: 15px;
    border: 1px solid #28a745;
    border-radius: 50%;
    padding: 3px;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 40px;
    height: 100%;
}

.info-card h3 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #bfaef3;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.info-card p {
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #d1d6e8;
}

.how-it-works-title {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    margin-top: 80px;
    margin-bottom: 60px;
    color: #bfaef3;
    text-transform: uppercase;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #bfaef3;
    color: #05265b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-right: 25px;
    margin-top: 2px;
}

.step-text {
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #d1d6e8;
    padding-top: 5px;
}

.cta-section {
    margin-top: 0;
    text-align: center;
    background: #0d285a;
    /* Slightly darker than page bg for contrast */
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #bfaef3;
}

.cta-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.cta-instruction {
    font-weight: 300;
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #d1d6e8;
}

.btn-continue {
    background: linear-gradient(to right, #cfadf9 0%, #a8c0f9 100%);
    color: #05265b;
    font-weight: 800;
    padding: 16px 50px;
    border-radius: 50px;
    font-size: 1.2rem;
    border: solid 1px #cfadf9;
    transition: all 0.5s ease-in-out;
}

.btn-continue:hover {
    background: transparent;
    color: #cfadf9;
}

/* Modifying navbtn color in this custom page */
.navbar li.navbtn.btn-outline a {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.navbar li.navbtn.btn-outline a:hover {
    color: #cfadf9 !important;
    border-color: #cfadf9 !important;
}

.works-section {
    background-color: #1a3975;
    padding-bottom: 80px;
    margin-top: 80px;
    position: relative;
}

/* Responsive overrides for smaller screens */
@media (max-width: 991px) {
    .congrats-title {
        font-size: 4rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .congrats-title {
        font-size: 3rem;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .kit-title {
        font-size: 2.2rem;
        word-wrap: break-word;
        /* Ensure it breaks properly instead of squishing */
    }

    .team-price span {
        font-size: 1.5rem;
    }

    .how-it-works-title {
        font-size: 1.8rem;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .cta-subtitle {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .congrats-title {
        font-size: 2.2rem;
    }

    .kit-title {
        font-size: 1.8rem;
    }
}

#countrySelect option {
    background-color: #05265b;
    color: #fff;
}