.dp-trust-standards,
.dp-trust-standards * {
    box-sizing: border-box;
}

.dp-trust-standards {
    --dp-ts-navy: #062d68;
    --dp-ts-light: #d9e7f8;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fbfdff;
    padding: 82px 20px 78px;
    isolation: isolate;
}

.dp-trust-standards__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.dp-trust-standards__header {
    text-align: center;
    margin: 0 auto 52px;
}

.dp-trust-standards__heading {
    margin: 0 0 14px;
    color: var(--dp-ts-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.dp-trust-standards__subtitle {
    margin: 0 auto;
    color: #4d6386;
    font-family: Inter, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.dp-trust-standards__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.dp-trust-standards__card {
    position: relative;
    min-height: 292px;
    padding: 34px 26px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #d5e1f1;
    border-radius: 20px;
    box-shadow: 0 14px 28px -18px rgba(6,45,104,.28);
    transition: transform .2s ease, box-shadow .2s ease;
}

.dp-trust-standards__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -20px rgba(6,45,104,.32);
}

.dp-trust-standards__icon-wrap {
    width: 120px;
    height: 120px;
    border: 2px solid #c7d7ec;
    border-radius: 50%;
    background: #f8fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 10px 20px -15px rgba(6,45,104,.35);
    position: relative;
}

.dp-trust-standards__icon-wrap::before,
.dp-trust-standards__icon-wrap::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 1px dotted #d3e2f4;
    opacity: .8;
}

.dp-trust-standards__icon-wrap::after {
    inset: -7px;
    opacity: .55;
}

.dp-trust-standards__icon-inner {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #07387a;
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.12), 0 6px 16px rgba(6,45,104,.15);
}

.dp-trust-standards__icon-inner i {
    font-size: 46px;
    color: #fff;
}

.dp-trust-standards__icon-inner svg {
    width: 46px;
    height: 46px;
    fill: #fff;
}

.dp-trust-standards__mini-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 138px;
    margin: 0 auto 26px;
}

.dp-trust-standards__mini-line {
    height: 1px;
    background: #d8e2ef;
    flex: 1 1 auto;
}

.dp-trust-standards__diamond {
    width: 8px;
    height: 8px;
    background: var(--dp-ts-navy);
    transform: rotate(45deg);
    flex: 0 0 8px;
}

.dp-trust-standards__card-title {
    color: var(--dp-ts-navy);
    font-family: Inter, Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.dp-trust-standards__card-description {
    margin-top: 10px;
    color: #52637a;
    font-size: 15px;
    line-height: 1.5;
}

.dp-trust-standards__payments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    width: 100%;
    margin-top: 58px;
    padding: 26px 62px;
    background: rgba(255,255,255,.92);
    border: 1px solid #d5e1f1;
    border-radius: 20px;
    box-shadow: 0 10px 26px -22px rgba(6,45,104,.3);
}

.dp-trust-standards__logos {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.dp-trust-standards__payment-logo {
    display: flex;
    align-items: center;
}

.dp-trust-standards__payment-logo img {
    display: block;
    width: auto;
    height: 31px;
    max-width: 112px;
    object-fit: contain;
}

.dp-trust-standards__payment-logo a {
    display: inline-flex;
    align-items: center;
}

.dp-trust-standards__payment-separator {
    width: 1px;
    height: 52px;
    background: #d7e1ed;
    flex: 0 0 1px;
}

.dp-trust-standards__security-pill {
    min-width: 390px;
    min-height: 58px;
    padding: 8px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid #cbd9eb;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
}

.dp-trust-standards__security-icon {
    width: 34px;
    height: 38px;
    flex: 0 0 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dp-ts-navy);
    color: #fff;
}

.dp-trust-standards__security-icon i {
    font-size: 16px;
    color: #fff;
}

.dp-trust-standards__security-icon svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.dp-trust-standards__security-text {
    color: #4b6285;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

.dp-trust-standards__wave {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border: 1px solid #d9e7f8;
    border-radius: 50%;
    opacity: .9;
}

.dp-trust-standards__wave::before,
.dp-trust-standards__wave::after {
    content: "";
    position: absolute;
    border: inherit;
    border-radius: inherit;
}

.dp-trust-standards__wave--top {
    width: 390px;
    height: 240px;
    right: -210px;
    top: -110px;
    transform: rotate(18deg);
}

.dp-trust-standards__wave--top::before { inset: -18px; }
.dp-trust-standards__wave--top::after { inset: -36px; }

.dp-trust-standards__wave--bottom {
    width: 440px;
    height: 250px;
    left: -230px;
    bottom: -160px;
    transform: rotate(-14deg);
}

.dp-trust-standards__wave--bottom::before { inset: -20px; }
.dp-trust-standards__wave--bottom::after { inset: -40px; }

.dp-trust-standards__dotfield {
    position: absolute;
    z-index: 0;
    width: 150px;
    height: 82px;
    color: #d9e7f8;
    opacity: .9;
    background-image: radial-gradient(currentColor 2px, transparent 2.5px);
    background-size: 20px 20px;
    pointer-events: none;
}

.dp-trust-standards__dotfield--left {
    left: 0;
    top: 70px;
}

.dp-trust-standards__dotfield--right {
    right: 18px;
    bottom: 38px;
}

@media (max-width: 1024px) {
    .dp-trust-standards__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dp-trust-standards__payments {
        padding-left: 32px;
        padding-right: 32px;
    }
    .dp-trust-standards__security-pill {
        min-width: 320px;
    }
}

@media (max-width: 767px) {
    .dp-trust-standards {
        padding: 54px 20px;
    }
    .dp-trust-standards__heading {
        font-size: 38px;
    }
    .dp-trust-standards__subtitle {
        font-size: 17px;
    }
    .dp-trust-standards__header {
        margin-bottom: 34px;
    }
    .dp-trust-standards__cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .dp-trust-standards__card {
        min-height: 240px;
    }
    .dp-trust-standards__payments {
        margin-top: 34px;
        padding: 24px 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
    }
    .dp-trust-standards__logos {
        justify-content: center;
        gap: 18px 22px;
    }
    .dp-trust-standards__payment-logo img {
        height: 27px;
    }
    .dp-trust-standards__payment-separator {
        width: 100%;
        height: 1px;
    }
    .dp-trust-standards__security-pill {
        min-width: 0;
        width: 100%;
        padding: 10px 14px;
    }
    .dp-trust-standards__security-text {
        font-size: 15px;
    }
    .dp-trust-standards__dotfield,
    .dp-trust-standards__wave {
        opacity: .45;
    }
}
