.diagonal-bg-wrapper {
    position: relative;
    overflow: hidden;
    background: #F5F5F0;
    min-height: 600px;
}

.diagonal-bg-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 60%);
    opacity: 0.9;
}

.diagonal-bg-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F0;
    z-index: 2;
    clip-path: polygon(0 60%, 100% 20%, 100% 100%, 0 100%);
}

.challenge-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.challenge-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.challenge-header .small-label {
    font-size: 2rem;
    color: #222;
    margin-bottom: 20px;
    font-weight: 500;
}

.challenge-header h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    color: #222;
}

.high {
    background: linear-gradient(to right, #FE5300, #FE8400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 4.2rem;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.challenge-hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 80px 20px;
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

/* Bottom CTA section - stacked vertically and centered */
.whats-inside-items .challenge-hero {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 30px;
    max-width: 100%;
}

.whats-inside-items .challenge-hero h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0px 0;
    color: #222;
    text-align: center;
}

.whats-inside-items .challenge-hero .challenge-form {
    margin-top: 0;
}

.challenge-divider {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vm;
    border-top: 1px solid rgba(250, 127, 0, var(--vertical-line-alpha));
    margin-top: 40px;
    margin-bottom: 0px;
}

.challenge-hero-left {
    flex: 1.5;
    /* max-width: 500px; */
}

.challenge-hero-left .illustration {
    margin-top: 0px;
}

.challenge-hero-left .illustration img {
    width: 90%;
    height: auto;
    display: block;
}

.challenge-hero-right {
    flex: 1;
    max-width: 500px;
}

.challenge-hero-right h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 30px 0;
    color: #222;
}

.challenge-hero-right .highlight {
    color: #FE5300;
}
.challenge-hero .highlight {
    color: #FE5300;
}

.challenge-form {
    margin-top: 30px;
    display: flex;
    border: 1px solid #222;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    width: 330px !important;

}

.challenge-form input {
    flex: 2;
    padding: 8px 12px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    margin: 0;
    font-family: 'Avenir', 'Inter', Arial, sans-serif;
    box-sizing: border-box;
    background: transparent;
    color: #222;
}

.challenge-form input::placeholder {
    color: #999;
}

.challenge-form input:focus {
    outline: none;
}

.challenge-form button {
    padding: 8px 30px;
    font-size: 16px;
    margin: 5px;
    font-weight: 600;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'Avenir', 'Inter', Arial, sans-serif;
    transition: background 0.2s;
    white-space: nowrap;
}

.challenge-form button:hover {
    background: #333;
}

.whats-inside {
    background: #F5F5F0;
    padding: 80px 20px;
    margin-top: -80px;
}

.whats-inside-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whats-inside h2 {
    font-size: 64px;
    font-weight: 700;
    color: #FE5300;
    margin: 0 0 60px 0;
    text-align: center;
}

.whats-inside-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    max-width: 800px;
}

.whats-inside-item {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.whats-inside-item-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
}

.whats-inside-item-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FE5300;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.whats-inside-item-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whats-inside-item-title h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #222;
    line-height: 1.2;
}

.whats-inside-item-title .value {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.whats-inside-item-description {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
    margin-left: 46px;
}

.whats-inside-item-description strong {
    font-weight: 700;
    color: #222;
}

.whats-inside-item-bonus {
    margin-top: 15px;
    margin-left: 55px;
}

.whats-inside-item-bonus-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #444;
    line-height: 1.5;
}

.whats-inside-item-bonus-item:last-child {
    margin-bottom: 0;
}

.bonus-icon {
    color: #FE5300;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.bonus-label {

    color: #222;
}


.vertical-lines {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1220px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.vertical-lines::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%, transparent calc(var(--line1) - var(--vertical-line-thickness)),
        rgba(250, 127, 0, var(--vertical-line-alpha)) calc(var(--line1) - var(--vertical-line-thickness)), rgba(250, 127, 0, var(--vertical-line-alpha)) calc(var(--line1) + var(--vertical-line-thickness)), transparent calc(var(--line1) + var(--vertical-line-thickness)),
        transparent calc(var(--line2) - var(--vertical-line-thickness)),
        rgba(250, 127, 0, var(--vertical-line-alpha)) calc(var(--line2) - var(--vertical-line-thickness)), rgba(250, 127, 0, var(--vertical-line-alpha)) calc(var(--line2) + var(--vertical-line-thickness)), transparent calc(var(--line2) + var(--vertical-line-thickness)),
        transparent calc(var(--line3) - var(--vertical-line-thickness)),
        rgba(250, 127, 0, var(--vertical-line-alpha)) calc(var(--line3) - var(--vertical-line-thickness)), rgba(250, 127, 0, var(--vertical-line-alpha)) calc(var(--line3) + var(--vertical-line-thickness)), transparent calc(var(--line3) + var(--vertical-line-thickness)),
        transparent calc(var(--line4) - var(--vertical-line-thickness)),
        rgba(250, 127, 0, var(--vertical-line-alpha)) calc(var(--line4) - var(--vertical-line-thickness)), rgba(250, 127, 0, var(--vertical-line-alpha)) calc(var(--line4) + var(--vertical-line-thickness)), transparent calc(var(--line4) + var(--vertical-line-thickness))
    );
}

@media (max-width: 968px) {

    .small-label {
        font-size: 1.7rem !important;
    }

    .challenge-header {
        padding: 60px 20px 30px 20px;
    }

    .high {
        font-size: 3rem;
    }

    .challenge-hero {
        flex-direction: column;
        padding: 0 20px 60px 20px;
        gap: 40px;
    }

    .challenge-form {
        width: 300px !important;
    }

    .challenge-hero-left,
    .challenge-hero-right {
        max-width: 100%;
    }

    .challenge-hero-right h2 {
        font-size: 1.7rem !important;
        text-align: center;
    }

    .whats-inside-item-header {
        align-items: flex-start;
    }

    .whats-inside {
        padding: 60px 20px;
        margin-top: -20px;
    }

    .whats-inside h2 {
        font-size: 3rem;
    }

   
    .whats-inside-items .challenge-hero h3 {
        font-size: 1.7rem;

    }

    .challenge-form button {
        padding: 8px 24px !important;
    }

    .whats-inside-item-description,
    .whats-inside-item-bonus {
        margin-left: 45px;
    }
}


