/* Marketing/static pages (/about, /frais).
   Same family as legal.css — Poppins structure, Open Sans text, the brand
   gradient as a vertical spine on section heads — plus one functional accent:
   green marks what is free on the fee grid, because free vs. paid is the
   information people scan that page for. */

.sp-doc {
    max-width: 920px;
    margin: 0 auto;
    padding: 4px 4px 40px;
    color: #35415a;
    font-size: 16px;
    line-height: 1.75;
}

/* Browsing/action surfaces (contact) match the support shell's 1080px;
   reading surfaces (about prose, the fee tables) keep the narrower measure. */
.sp-doc.sp-wide {
    max-width: 1080px;
}

/* ── Section heads (gradient spine, like the legal pages) ───────────── */

.sp-part {
    position: relative;
    margin: 48px 0 16px;
    padding: 2px 0 2px 22px;
}

.sp-part::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    border-radius: 2px;
    background: linear-gradient(180deg, #1CA4FF 0%, #6078EA 100%);
}

.sp-part-kicker {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #1CA4FF;
    margin: 0 0 3px;
}

.sp-part h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    color: #182339;
    margin: 0;
}

.sp-doc p {
    margin: 0 0 14px;
}

/* ── Credential strip (about) ───────────────────────────────────────── */

.sp-credential {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f7fafd;
    border: 1px solid #e3e9f4;
    border-radius: 100px;
    padding: 8px 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: #35415a;
}

.sp-credential i {
    color: #1CA4FF;
}

/* ── Service cards (about) ──────────────────────────────────────────── */

.sp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
    margin: 20px 0 8px;
}

.sp-card {
    background: #fff;
    border: 1px solid #e3e9f4;
    border-radius: 12px;
    padding: 20px;
    transition: border-color .15s ease, transform .15s ease;
}

.sp-card:hover {
    border-color: #b9d9f6;
    transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
    .sp-card,
    .sp-card:hover {
        transition: none;
        transform: none;
    }
}

.sp-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #eaf5fe;
    color: #1CA4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 12px;
}

.sp-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #182339;
    margin: 0 0 4px;
}

.sp-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #5b677f;
    margin: 0;
}

/* ── Fee groups (frais) ─────────────────────────────────────────────── */

.sp-fee-group {
    background: #fff;
    border: 1px solid #e3e9f4;
    border-radius: 12px;
    margin: 0 0 22px;
    overflow: hidden;
}

.sp-fee-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: #f7fafd;
    border-bottom: 1px solid #e3e9f4;
}

.sp-fee-head i {
    color: #1CA4FF;
    font-size: 15px;
    width: 20px;
    text-align: center;
}

.sp-fee-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #182339;
    margin: 0;
}

.sp-fee-table {
    width: 100%;
    border-collapse: collapse;
}

.sp-fee-table td {
    padding: 12px 20px;
    vertical-align: top;
    font-size: 15px;
    color: #35415a;
}

.sp-fee-table tr + tr td {
    border-top: 1px solid #eef2f8;
}

.sp-fee-table td:last-child {
    text-align: right;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #182339;
    width: 1%;
}

.sp-free {
    display: inline-block;
    background: #e8f6ee;
    color: #1e9e5a;
    border-radius: 100px;
    padding: 1px 12px;
    font-size: 13px;
    font-weight: 600;
}

.sp-fee-note {
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #8a94ab;
    white-space: normal;
    margin-top: 2px;
}

.sp-fee-detail {
    font-size: 13px;
    color: #8a94ab;
    margin: 4px 0 0;
    line-height: 1.55;
}

.sp-callout {
    background: #f7fafd;
    border: 1px solid #e3e9f4;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 14.5px;
    color: #35415a;
    margin: 4px 0 26px;
}

.sp-callout p {
    margin: 0;
}

/* ── Small screens ──────────────────────────────────────────────────── */

@media (max-width: 575.98px) {
    .sp-doc {
        font-size: 15px;
    }

    .sp-part h2 {
        font-size: 19px;
    }

    .sp-fee-table td {
        padding: 11px 14px;
        font-size: 14px;
    }

    .sp-fee-head {
        padding: 12px 14px;
    }
}
