.about-cta {
    display: flex;
    margin: 22px 0 34px;
}

.lp-richtext .about-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 22px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e9a100, #f0cf00);
    box-shadow: 0 12px 25px rgba(216, 157, 0, .24);
    color: #fff;
    font-weight: 850;
    line-height: 1.3;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.lp-richtext .about-cta-button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(216, 157, 0, .32);
}

.about-cta-button svg {
    width: 20px;
    height: 20px;
    flex: none;
}

.about-cta-final {
    margin-top: 28px;
    padding: 25px;
    border-radius: 18px;
    background: linear-gradient(135deg, #071b31, #125984);
    text-align: center;
}

.lp-richtext .about-cta-final .about-cta-button { width: 100%; }
.about-cta-final p { margin: 12px 0 0; color: #d7e4ee; }

.about-lead {
    margin-top: 0;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.65;
}

.about-service-grid,
.about-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 38px;
}

.about-service-grid > div,
.about-trust-grid > div {
    padding: 19px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #f8fbfd;
}

.about-service-grid strong,
.about-service-grid span,
.about-trust-grid strong,
.about-trust-grid p { display: block; }
.about-service-grid strong,
.about-trust-grid strong { color: var(--navy); }
.about-service-grid span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.about-trust-grid > div > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.about-trust-grid p { margin: 6px 0 0; font-size: 13px; line-height: 1.65; }

.about-payment-box {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    margin: 40px 0;
    padding: 28px;
    border-radius: 19px;
    background: linear-gradient(135deg, #071b31, #125984);
    color: #fff;
}
.about-payment-box h2 { margin-top: 7px; color: #fff; }
.about-payment-box > div > p { color: #d2e2ec; }
.about-payment-label { color: #f2cf75; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.about-payment-points { display: grid; gap: 11px; align-content: center; }
.about-payment-points p { margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.08); }
.about-payment-points strong,
.about-payment-points small { display: block; }
.about-payment-points small { margin-top: 3px; color: #bcd0de; }

.about-process { display: grid; gap: 11px; margin: 20px 0 38px; }
.about-process > div { display: flex; align-items: center; gap: 14px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 13px; }
.about-process b { width: 35px; height: 35px; display: grid; place-items: center; flex: none; border-radius: 10px; background: #eaf3fb; color: var(--blue); }
.about-process strong,
.about-process small { display: block; }
.about-process strong { color: var(--navy); }
.about-process small { color: var(--muted); }

.about-honesty { margin: 38px 0; padding: 24px; border-left: 4px solid var(--gold); border-radius: 0 15px 15px 0; background: #fffaf0; }
.about-honesty h2 { margin-top: 0; }
.about-honesty p:last-child { margin-bottom: 0; }

@media (max-width: 640px) {
    .about-cta,
    .lp-richtext .about-cta-button { width: 100%; }
    .about-cta-button { text-align: center; }
    .about-service-grid,
    .about-trust-grid,
    .about-payment-box { grid-template-columns: 1fr; }
    .about-payment-box { padding: 22px; }
}
