/* Compact spacing and strict width containment for Trust & Legal pages. */
.trust-hero,
.legal-page-hero,
.trust-request-hero {
    max-width: 100%;
}

.trust-hero {
    padding: 48px 0 44px;
}

.trust-hero-grid {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 36px;
}

.trust-hero-grid > *,
.trust-card-grid > *,
.legal-page-layout > *,
.trust-request-layout > *,
.trust-request-form > * {
    min-width: 0;
}

.trust-hero p,
.legal-page-hero > .container > p,
.trust-request-hero > .container > p {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.6;
}

.trust-center-content {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding-top: 0;
    padding-bottom: 48px;
}

.trust-intro-strip {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin-top: -26px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(20, 49, 97, .09);
}

.trust-intro-strip div {
    min-width: 0;
    padding: 18px 22px;
}

.trust-intro-strip strong,
.trust-intro-strip span,
.trust-page-card h3,
.trust-page-card p,
.legal-side-card a,
.footer-link-column a {
    overflow-wrap: anywhere;
}

.trust-group + .trust-group {
    margin-top: 38px;
}

.trust-group-head {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

.trust-group-head > span {
    width: 44px;
    height: 44px;
}

.trust-page-card {
    min-width: 0;
    min-height: 205px;
    padding: 22px;
}

.trust-page-card h3 {
    margin-top: 15px;
    margin-bottom: 8px;
}

.trust-request-cta {
    gap: 28px;
    margin-top: 42px;
    padding: 28px 32px;
}

.legal-page-hero,
.trust-request-hero {
    padding: 28px 0 30px;
}

.legal-breadcrumb {
    margin-bottom: 20px;
}

.legal-page-meta {
    margin-top: 16px;
}

.legal-page-meta span {
    padding: 6px 10px;
}

.legal-page-layout {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 48px;
}

.legal-article,
.legal-side-card,
.legal-trust-link,
.trust-request-form-card,
.trust-request-guide {
    min-width: 0;
    max-width: 100%;
}

.legal-article-content {
    padding: clamp(24px, 4vw, 42px);
    overflow-wrap: anywhere;
}

.legal-article-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.legal-article-content img,
.legal-article-content video,
.legal-article-content pre {
    max-width: 100%;
}

.legal-article-content pre {
    overflow-x: auto;
}

.legal-article-footer {
    padding: 22px clamp(24px, 4vw, 42px);
}

.trust-request-layout {
    min-width: 0;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 48px;
}

.trust-request-guide ol {
    gap: 16px;
    margin: 20px 0;
}

.trust-request-form-card {
    padding: clamp(22px, 3vw, 32px);
}

.trust-form-field {
    min-width: 0;
}

.trust-form-field input,
.trust-form-field select,
.trust-form-field textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.trust-declaration span,
.trust-form-actions,
.trust-request-success,
.trust-request-errors {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 960px) {
    .legal-page-layout,
    .trust-request-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 700px) {
    .trust-hero {
        padding: 36px 0 46px;
    }

    .trust-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .trust-intro-strip {
        grid-template-columns: minmax(0, 1fr);
        margin-top: -20px;
        margin-bottom: 24px;
    }

    .trust-intro-strip div {
        padding: 15px 18px;
    }

    .trust-group + .trust-group {
        margin-top: 32px;
    }

    .trust-page-card {
        min-height: 0;
    }

    .trust-request-cta {
        margin-top: 32px;
        padding: 24px 22px;
    }

    .legal-page-hero,
    .trust-request-hero {
        padding: 22px 0 24px;
    }

    .legal-page-layout,
    .trust-request-layout {
        padding-top: 18px;
        padding-bottom: 36px;
    }

    .legal-article-content,
    .legal-article-footer,
    .trust-request-guide,
    .trust-request-form-card {
        padding-right: 20px;
        padding-left: 20px;
    }
}

