.proof-process {
    --pp-green: #087356;
    --pp-ink: #102c25;
    --pp-muted: #64736f;
    padding: 82px 0 30px;
    color: var(--pp-ink);
    background: linear-gradient(180deg, #fff 0%, #fdfefd 100%);
}

.proof-process * { box-sizing: border-box; }

.proof-process__inner {
    width: min(1320px, calc(100% - 56px));
    margin: auto;
}

.proof-process__heading {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.proof-process__heading::after {
    content: "";
    width: 64px;
    height: 2px;
    display: block;
    margin: 17px auto 0;
    border-radius: 99px;
    background: var(--pp-green);
}

.proof-process__heading > span,
.proof-process__flow header > span {
    display: block;
    color: var(--pp-green);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.proof-process__heading h2 {
    max-width: 920px;
    margin: 16px auto 15px;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.proof-process__heading p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--pp-muted);
    font-size: 15px;
    line-height: 1.65;
}

.proof-process__cards {
    max-width: 1160px;
    margin: 40px auto 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 22px;
}

.proof-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #dfe7e3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 36px rgba(16, 55, 45, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.proof-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(16, 55, 45, .12);
}

.proof-card__metric {
    position: relative;
    min-height: 120px;
    padding: 26px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.proof-card--green .proof-card__metric { color: #12654f; background: linear-gradient(135deg, #fbfdfc, #e5f2ed); }
.proof-card--gold .proof-card__metric { color: #8d6419; background: linear-gradient(135deg, #fffdfa, #f5ead1); }
.proof-card--blue .proof-card__metric { color: #285c9a; background: linear-gradient(135deg, #fbfcff, #e6eef9); }

.proof-card__metric::before,
.proof-card__metric::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: -72px;
    bottom: -112px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .2;
}

.proof-card__metric::after {
    width: 112px;
    height: 112px;
    right: -50px;
    bottom: -79px;
}

.proof-card__icon {
    position: relative;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border: 8px solid rgba(255, 255, 255, .56);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 5px 15px rgba(24, 65, 54, .16);
}

.proof-card--green .proof-card__icon { background: #16745b; }
.proof-card--gold .proof-card__icon { background: #a57a28; }
.proof-card--blue .proof-card__icon { background: #3269a8; }

.proof-card__icon::before,
.proof-card__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proof-card__icon--document::before { width: 17px; height: 22px; border: 2px solid #fff; border-radius: 2px; }
.proof-card__icon--document::after { width: 9px; height: 2px; background: #fff; box-shadow: 0 5px #fff, 0 -5px #fff; }
.proof-card__icon--shield::before { width: 20px; height: 23px; border: 2px solid #fff; border-radius: 9px 9px 12px 12px; clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%); }
.proof-card__icon--shield::after { width: 7px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: translate(-50%, -60%) rotate(-45deg); }
.proof-card__icon--eye::before { width: 24px; height: 15px; border: 2px solid #fff; border-radius: 50% 0 50% 0; transform: translate(-50%, -50%) rotate(45deg); }
.proof-card__icon--eye::after { width: 6px; height: 6px; border: 2px solid #fff; border-radius: 50%; }

.proof-card__metric strong,
.proof-card__metric small { display: block; }
.proof-card__metric strong { font-size: 38px; font-weight: 750; line-height: 1; }
.proof-card__metric small { margin-top: 8px; color: currentColor; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }

.proof-card__body {
    min-height: 220px;
    padding: 26px 28px 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.proof-card__body::before {
    content: "";
    width: 34px;
    height: 2px;
    margin-bottom: 16px;
    border-radius: 9px;
    background: currentColor;
}

.proof-card__body > small { font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.proof-card--green .proof-card__body { color: #087356; }
.proof-card--gold .proof-card__body { color: #9a6d18; }
.proof-card--blue .proof-card__body { color: #2b62a0; }
.proof-card h3 { margin: 10px 0 9px; color: var(--pp-ink); font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
.proof-card p { margin: 0; color: #596d65; font-size: 13px; line-height: 1.65; }
.proof-card a { position:static;margin-top: auto; padding-top: 18px; color: currentColor !important; text-decoration: none !important; font-size: 13px; font-weight: 800; }
.proof-card a::after{content:"";position:absolute;z-index:3;inset:0}
.proof-card:focus-within{outline:3px solid #38a984;outline-offset:4px}
.proof-card a b { margin-left: 7px; font-size: 17px; }

.proof-process__trust {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 36px;
    padding: 11px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #e5ece8;
    border-radius: 999px;
    color: #64736f;
    background: #f4f8f6;
    font-size: 13px;
}

.proof-process__trust strong { color: #176b55; font-size: 14px; }
.proof-process__trust p { margin: 0; }
.proof-process__trust-icon { position: relative; width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; background: #e3f1ec; }
.proof-process__trust-icon::before { content: ""; position: absolute; left: 8px; top: 6px; width: 9px; height: 11px; border: 2px solid #18735a; border-radius: 5px 5px 7px 7px; clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%); }
.proof-process__trust-icon::after { content: ""; position: absolute; left: 11px; top: 10px; width: 5px; height: 3px; border-left: 1.5px solid #18735a; border-bottom: 1.5px solid #18735a; transform: rotate(-45deg); }

.proof-process__flow {
    position: relative;
    margin-top: 22px;
    padding: 52px 0 4px;
    color: var(--pp-ink);
    background: #fff;
}

.proof-process__flow header {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.proof-process__flow header::after {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    margin: 16px auto 0;
    border-radius: 99px;
    background: var(--pp-green);
}

.proof-process__flow header > span { color: var(--pp-green); }
.proof-process__flow h2 { max-width: 1040px; margin: 14px auto 0; font-size: clamp(36px, 4vw, 57px); line-height: 1.08; letter-spacing: -.045em; }

.proof-process__flow ol {
    position: relative;
    margin: 48px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 38px;
    list-style: none;
}

.proof-process__flow li {
    position: relative;
    min-height: 330px;
    padding: 48px 28px 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #dfe7e3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 13px 34px rgba(15, 52, 43, .07);
    text-align: center;
}

.proof-process__flow li:not(:last-child)::after {
    content: "→";
    position: absolute;
    z-index: 2;
    right: -29px;
    top: 44%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid #dfe7e3;
    border-radius: 50%;
    color: var(--pp-green);
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 52, 43, .07);
    font-size: 22px;
}

.proof-step__number {
    position: absolute;
    left: 50%;
    top: -18px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 7px solid #f1f7f4;
    border-radius: 50%;
    color: #fff;
    background: #177158;
    box-sizing: content-box;
    box-shadow: 0 6px 18px rgba(14, 87, 67, .18);
    font-size: 13px;
}

.proof-step__head { display: flex; align-items: center; flex-direction: column; gap: 18px; }
.proof-step__head h3 { max-width: 190px; min-height: 48px; margin: 0; color: var(--pp-ink); font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.proof-step__icon { position: relative; width: 68px; height: 68px; flex: 0 0 68px; border-radius: 50%; color: #156d55; background: #eaf4f0; }
.proof-step__icon::before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 31px; font-weight: 500; line-height: 1; }
.proof-step__icon--home::before { content: "⌂"; font-size: 36px; }
.proof-step__icon--analyse::before { content: "☷"; }
.proof-step__icon--shield::before { content: "▤"; }
.proof-step__icon--form::before { content: "✓"; width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 4px; font-size: 20px; }
.proof-step__line { width: 30px; height: 2px; margin: 17px 0 15px; border-radius: 9px; background: var(--pp-green); }
.proof-process__flow li > p { min-height: 66px; margin: 0; color: #596d65; font-size: 13px; line-height: 1.65; }
.proof-process__flow li > small { width: max-content; max-width: 100%; margin-top: auto; padding: 8px 15px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; color: #176b55; background: #edf6f2; font-size: 11px; font-weight: 750; }
.proof-process__flow li > small i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #278764; box-shadow: 0 0 0 3px rgba(39,135,100,.1); }

.proof-process__flow-trust {
    width: fit-content;
    max-width: 100%;
    margin: 34px auto 0;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid #e5ece8;
    border-radius: 999px;
    color: #64736f;
    background: #f4f8f6;
    font-size: 13px;
}

.proof-process__flow-trust strong { color: #183f35; font-size: 14px; }
.proof-process__flow-trust p { margin: 0; }
.proof-process__flow-trust-icon { position: relative; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: #e1f1eb; }
.proof-process__flow-trust-icon::before { content: ""; position: absolute; left: 10px; top: 8px; width: 12px; height: 14px; border: 2px solid #18735a; border-radius: 6px 6px 8px 8px; clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%); }
.proof-process__flow-trust-icon::after { content: "✓"; position: absolute; left: 12px; top: 8px; color: #18735a; font-size: 12px; font-weight: 800; }

@media (max-width: 950px) {
    .proof-process__flow ol { grid-template-columns: 1fr 1fr; gap: 34px; }
    .proof-process__flow li:nth-child(2)::after { display: none; }
}

@media (max-width: 760px) {
    .proof-process__cards { max-width: 540px; grid-template-columns: 1fr; }
    .proof-card__body { min-height: 190px; }
    .proof-process__trust { border-radius: 18px; flex-wrap: wrap; text-align: center; }
    .proof-process__trust p { flex-basis: 100%; }
    .proof-process__flow-trust { border-radius: 18px; flex-wrap: wrap; text-align: center; }
    .proof-process__flow-trust p { flex-basis: 100%; }
}

@media (max-width: 560px) {
    .proof-process { padding-top: 56px; }
    .proof-process__inner { width: calc(100% - 28px); }
    .proof-process__heading h2 { font-size: 37px; }
    .proof-process__heading p { font-size: 14px; }
    .proof-card__metric { min-height: 108px; padding: 22px; }
    .proof-card__body { padding: 23px 22px; }
    .proof-process__flow { padding-top: 38px; }
    .proof-process__flow ol { grid-template-columns: 1fr; }
    .proof-process__flow li:not(:last-child)::after { display: none; }
    .proof-process__flow h2 { font-size: 34px; }
    .proof-process__flow li { min-height: 310px; }
}
