/* =========================================
   VEDAPULSE - WHY CHOOSE VEDAPULSE
========================================= */

.vp-why-section {
    position: relative;
    overflow: hidden;
    padding: 78px 0 86px;
    background: #f7f8f3;
}

.vp-why-container {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.vp-why-heading {
    max-width: 720px;
    margin: 0 auto 54px;
    text-align: center;
}

.vp-why-eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #80a03c;
}

.vp-why-heading h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.7px;
    font-weight: 700;
    color: #263322;
}

.vp-why-intro {
    max-width: 620px;
    margin: 16px auto 0;
    font-size: 15px;
    line-height: 1.7;
    color: #687064;
}

.vp-why-list {
    position: relative;
}

.vp-why-item {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 150px;
    align-items: center;
    min-height: 185px;
    padding: 30px 20px;
    border-top: 1px solid rgba(38, 51, 34, .13);
}

.vp-why-item:last-child {
    border-bottom: 1px solid rgba(38, 51, 34, .13);
}

.vp-why-item-reverse {
    grid-template-columns: 150px minmax(0, 1fr) 150px;
}

.vp-why-number {
    font-size: clamp(48px, 6vw, 74px);
    line-height: 1;
    font-weight: 300;
    letter-spacing: -3px;
    color: rgba(128, 160, 60, .48);
}

.vp-why-copy {
    max-width: 600px;
}

.vp-why-item-reverse .vp-why-copy {
    justify-self: center;
}

.vp-why-copy h3 {
    margin: 0 0 9px;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: .4px;
    color: #263322;
}

.vp-why-copy p {
    max-width: 560px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #6b7367;
}

.vp-why-mark {
    justify-self: end;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(128, 160, 60, .24);
    border-radius: 50%;
    position: relative;
    transform: rotate(-15deg);
}

.vp-why-mark span {
    position: absolute;
    width: 24px;
    height: 48px;
    border: 1px solid rgba(128, 160, 60, .35);
    border-radius: 100% 0 100% 0;
    transform: rotate(35deg);
}

.vp-why-mark span:nth-child(1) {
    left: 15px;
    top: 19px;
}

.vp-why-mark span:nth-child(2) {
    left: 33px;
    top: 8px;
    transform: rotate(65deg);
}

.vp-why-mark span:nth-child(3) {
    left: 48px;
    top: 25px;
    transform: rotate(95deg);
}

@media (max-width: 767px) {
    .vp-why-section {
        padding: 54px 0 58px;
    }

    .vp-why-container {
        width: min(100% - 28px, 620px);
    }

    .vp-why-heading {
        margin-bottom: 34px;
    }

    .vp-why-intro {
        font-size: 14px;
    }

    .vp-why-item,
    .vp-why-item-reverse {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 0;
        padding: 26px 4px;
        gap: 16px;
    }

    .vp-why-number {
        font-size: 38px;
        letter-spacing: -2px;
    }

    .vp-why-copy h3 {
        font-size: 16px;
    }

    .vp-why-copy p {
        font-size: 13px;
    }

    .vp-why-mark {
        display: none;
    }
}
