/* Trust & legal pages — clean, readable, non-aggressive */

.trust-page {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 14rem);
    padding-bottom: 3rem;
}

.trust-page__hero {
    max-width: 40rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.trust-page__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary-blue, #2563eb);
}

.trust-page__title {
    margin: 0 0 1rem;
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--primary-blue-dark, #1e3a5f);
}

.trust-page__lead {
    margin: 0;
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    line-height: 1.7;
    color: var(--text-gray, #475569);
}

.trust-page__body {
    max-width: 42rem;
    margin: 0 auto;
}

.trust-section {
    margin-bottom: 2rem;
    padding: 1.35rem 1.5rem;
    background: #fff;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: var(--radius-lg, 12px);
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(15, 23, 42, 0.06));
}

.trust-section:last-child {
    margin-bottom: 0;
}

.trust-section__title {
    margin: 0 0 0.85rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-dark, #1e293b);
}

.trust-section p {
    margin: 0 0 0.85rem;
    line-height: 1.75;
    color: var(--text-gray, #475569);
    font-size: 1rem;
}

.trust-section p:last-child {
    margin-bottom: 0;
}

.trust-section ul {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-gray, #475569);
    line-height: 1.7;
}

.trust-section li {
    margin-bottom: 0.45rem;
}

.trust-section li:last-child {
    margin-bottom: 0;
}

.trust-page__footer-note {
    max-width: 42rem;
    margin: 2rem auto 0;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--text-gray, #64748b);
}

.trust-page__footer-note a {
    color: var(--primary-blue, #2563eb);
    font-weight: 500;
    text-decoration: none;
}

.trust-page__footer-note a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .trust-section {
        padding: 1.1rem 1.15rem;
    }

    .trust-page__hero {
        margin-bottom: 1.75rem;
    }
}
