.p72-home-adv {
    color: #323232;
}

.subtitle.mb40 > h1 {
    font-size: 17px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}

.p72-home-adv__header {
    max-width: 820px;
    margin-bottom: 34px;
}

.p72-home-adv__eyebrow {
    margin: 0 0 16px;
    color: #cd9f6c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.p72-home-adv__title {
    margin: 0;
    color: #323232;
    font-size: 34px;
    line-height: 42px;
    font-weight: 300;
    text-align: start;
}

.p72-home-adv__intro {
    max-width: 760px;
    margin: 22px 0 0;
    color: #323232;
    font-size: 18px;
    line-height: 30px;
}

.p72-home-adv__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.p72-home-adv__item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 30px 28px;
    border: 1px solid #d6d6d6;
    border-top: 3px solid #cd9f6c;
    background: #fff;
}

.p72-home-adv__h3 {
    margin: 0 0 18px;
    color: #323232;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    text-transform: none;
}

.p72-home-adv__lead,
.p72-home-adv__badge,
.p72-home-adv__proof {
    margin: 0 0 16px;
    color: #323232;
    font-size: 16px;
    line-height: 1.62;
}

.p72-home-adv__lead {
    font-size: 18px;
    line-height: 30px;
}

.p72-home-adv__proof {
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    color: #727272;
    font-size: 15px;
    line-height: 22px;
}

.p72-home-adv__badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 0 5px;
    padding: 8px 12px;
    border: 1px solid #cd9f6c;
    color: #323232;
    font-size: 14px;
    line-height: 1.45;
}

.p72-home-adv__stats {
    display: flex;
    gap: 22px;
    margin: 0 0 18px;
}

.p72-home-adv__stats div {
    min-width: 86px;
}

.p72-home-adv__stats dt {
    color: #cd9f6c;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
}

.p72-home-adv__stats dd {
    margin: 8px 0 0;
    color: #727272;
    font-size: 14px;
    line-height: 1.4;
}

.p72-home-adv__tech {
    display: grid;
    gap: 14px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.p72-home-adv__tech li {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 16px;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.p72-home-adv__tech li::before {
    content: none;
}

.p72-home-adv__tech li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.p72-home-adv__tech-benefit {
    color: #323232;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.p72-home-adv__tech-device {
    color: #727272;
    font-size: 15px;
    line-height: 1.5;
}

.p72-home-adv a {
    color: #323232;
    text-decoration-color: #cd9f6c;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.p72-home-adv__link {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    width: fit-content;
    margin-top: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-decoration-thickness: 1.5px;
}


@media (min-width: 768px) {
    .p72-home-adv__link {
        margin-top: auto;
    }
}

.p72-home-adv a:focus-visible {
    outline: 2px solid #cd9f6c;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .p72-home-adv {
        padding-bottom: 88px;
    }

    .subtitle.mb40 > h1 {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .p72-home-adv__header {
        margin-bottom: 24px;
    }

    .p72-home-adv__title {
        font-size: 26px;
        line-height: 33px;
    }

    .p72-home-adv__intro,
    .p72-home-adv__lead,
    .p72-home-adv__badge,
    .p72-home-adv__link {
        font-size: 17px;
        line-height: 28px;
    }

    .p72-home-adv__link {
        font-size: 16px;
        line-height: 26px;
        white-space: nowrap;
    }

    .p72-home-adv__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .p72-home-adv__item {
        padding: 22px 20px;
    }

    .p72-home-adv__h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .p72-home-adv__stats {
        gap: 18px;
    }

    .p72-home-adv__stats dt {
        font-size: 34px;
    }

    .p72-home-adv__tech li {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .p72-home-adv *,
    .p72-home-adv *::before,
    .p72-home-adv *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}
