/* Public trust pages: About, Contact and Privacy. */
.trust-page {
    direction: rtl;
    color: #27313d;
    background: #f7f9fb;
}

.trust-page-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 68px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #0f2137 0%, #173f4c 58%, #187b63 100%);
}

.trust-page-hero::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    left: -100px;
    bottom: -190px;
    border: 48px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

.trust-page-hero .container {
    position: relative;
    z-index: 1;
}

.trust-page-kicker {
    margin: 0 0 12px;
    color: #b9f2de;
    font-size: 15px;
    font-weight: 700;
}

.trust-page-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 700;
    line-height: 1.25;
}

.trust-page-hero p:last-child {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.9;
}

.trust-page-content {
    padding: 64px 0 80px;
}

.trust-card {
    height: auto;
    padding: 34px;
    border: 1px solid #e5ebef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(16, 43, 58, .07);
}

.trust-card h2,
.trust-section > h2,
.trust-cta h2 {
    margin: 0 0 14px;
    color: #122c3b;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
}

.trust-card h3 {
    color: #173849;
}

.trust-card p,
.trust-card li,
.trust-step p,
.trust-cta p {
    color: #5e6c76;
    font-size: 16px;
    line-height: 1.95;
}

.trust-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.trust-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #fff;
    border-radius: 15px;
    background: #187b63;
    box-shadow: 0 10px 24px rgba(24, 123, 99, .22);
}

.trust-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.trust-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 22px;
    border: 0;
    border-radius: 10px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.trust-btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.trust-btn-primary {
    color: #fff;
    background: #173f4c;
    box-shadow: 0 9px 22px rgba(23, 63, 76, .18);
}

.trust-btn-primary:hover {
    background: #102f3a;
}

.trust-btn-whatsapp {
    color: #fff;
    background: #168c5d;
    box-shadow: 0 9px 22px rgba(22, 140, 93, .18);
}

.trust-btn-whatsapp:hover {
    background: #11784f;
}

.trust-info-grid {
    margin-top: 24px;
}

.trust-info-grid > div {
    display: flex;
    margin-bottom: 24px;
}

.trust-info-grid .trust-small-card {
    width: 100%;
}

.trust-small-card .trust-icon {
    margin-bottom: 20px;
}

.trust-small-card h2 {
    font-size: 21px;
}

.trust-note {
    padding: 18px 22px;
    color: #5c4a20;
    border: 1px solid #f1dfa8;
    border-radius: 12px;
    background: #fffaf0;
}

.trust-prose {
    margin-bottom: 30px;
}

.trust-dynamic-grid > div {
    display: flex;
    margin-bottom: 24px;
}

.trust-dynamic-card {
    position: relative;
    width: 100%;
    padding-top: 72px;
}

.trust-section-number {
    position: absolute;
    top: 24px;
    right: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    background: #187b63;
}

.trust-section {
    padding: 34px 0 10px;
}

.trust-section > h2 {
    margin-bottom: 24px;
    text-align: center;
}

.trust-steps > div {
    margin-bottom: 24px;
}

.trust-step {
    height: 100%;
    padding: 24px 20px;
    border: 1px solid #e5ebef;
    border-radius: 15px;
    text-align: center;
    background: #fff;
}

.trust-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    background: #187b63;
}

.trust-step h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.trust-step p {
    margin: 0;
    font-size: 14px;
}

.trust-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 6px;
    padding: 30px;
    color: #fff;
    border-radius: 18px;
    background: #173f4c;
}

.trust-cta h2,
.trust-cta p {
    color: #fff;
}

.trust-cta p {
    margin: 0;
    opacity: .84;
}

.trust-cta .trust-btn-primary {
    flex: 0 0 auto;
    color: #173f4c;
    background: #fff;
}

.trust-policy section {
    padding: 0 0 24px;
    margin: 0 0 25px;
    border-bottom: 1px solid #edf1f3;
}

.trust-policy section:last-of-type {
    border-bottom: 0;
}

.trust-policy ul {
    margin: 0;
    padding-right: 22px;
}

.trust-policy-contact {
    padding: 26px;
    border-radius: 14px;
    background: #f2f8f6;
}

.footer-trust-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    margin-top: 26px;
}

.footer-trust-links a {
    color: rgba(255, 255, 255, .86);
    font-weight: 500;
}

.footer-trust-links a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .trust-page-hero {
        padding: 52px 0 48px;
    }

    .trust-page-hero p:last-child {
        font-size: 16px;
    }

    .trust-page-content {
        padding: 42px 0 56px;
    }

    .trust-card {
        padding: 24px 20px;
    }

    .trust-contact-card,
    .trust-cta {
        display: block;
    }

    .trust-contact-card .trust-icon {
        margin-bottom: 20px;
    }

    .trust-actions,
    .trust-actions .trust-btn,
    .trust-cta .trust-btn {
        width: 100%;
    }

    .trust-cta .trust-btn {
        margin-top: 20px;
    }
}
