/* My GENYSIS static pages — design/A-propos.html, Contact.html, Aide.html, FAQ.html */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');

.page-static {
    --mg-teal: #0081e5;
    --mg-teal-dark: #006bbf;
    --mg-teal-soft: #7ec8f5;
    --mg-ink: #0f1f2b;
    --mg-ink-soft: #3d4757;
    --mg-muted: #6b7683;
    --mg-body: #4a5566;
    --mg-body-soft: #5c6675;
    --mg-muted-soft: #8a9c98;
    --mg-border: #eef1f4;
    --mg-border-card: #e6eaef;
    --mg-border-soft: #d7e5f0;
    --mg-border-btn: #cdd8d5;
    --mg-border-input: #d6dee2;
    --mg-bg: #ffffff;
    --mg-bg-soft: #f5f9fc;
    --mg-bg-mint: #f0f6fc;
    --mg-placeholder: #eef3f8;
    --mg-placeholder-alt: #e6eef5;
    --mg-font: 'Space Grotesk', 'Instrument Sans', system-ui, sans-serif;
    --mg-body-font: 'Instrument Sans', 'Space Grotesk', system-ui, sans-serif;
}

/* —— Base —— */
.sp {
    font-family: var(--mg-body-font);
    color: var(--mg-ink);
    background: var(--mg-bg);
}

.sp a:not([class*="btn"]) {
    text-decoration: none;
    color: inherit;
}

.sp a[class*="btn"] {
    text-decoration: none;
}

/* ============================================================
   SHARED — Header
   ============================================================ */
.sp-header {
    background: var(--mg-bg-soft);
    border-bottom: 1px solid var(--mg-border);
    padding: 56px 24px;
    text-align: center;
}

.sp-header__inner {
    max-width: 720px;
    margin: 0 auto;
}

.sp-header__eyebrow {
    font-family: var(--mg-font);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mg-teal-dark);
    font-weight: 700;
    margin-bottom: 12px;
}

.sp-header__title {
    font-family: var(--mg-font);
    font-size: clamp(32px, 4.5vw, 46px);
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    font-weight: 700;
    color: var(--mg-ink);
    line-height: 1.1;
}

.sp-header__lead {
    font-size: 18px;
    color: var(--mg-body);
    margin: 0;
    line-height: 1.6;
}

.sp-header__meta {
    font-size: 13px;
    color: var(--mg-muted-soft);
    margin: 14px 0 0;
}

/* Dark variant — used for About hero */
.sp-header--dark {
    background: var(--mg-ink);
    color: #fff;
    text-align: left;
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
}

.sp-header--dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 60% at 20% 0%, rgba(45, 212, 191, 0.16), transparent 65%);
    pointer-events: none;
}

.sp-header--dark .sp-header__inner {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}

.sp-header--dark .sp-header__title {
    color: #fff;
    font-size: clamp(34px, 5vw, 52px);
}

.sp-header--dark .sp-header__lead {
    color: #bfd0d6;
    max-width: 640px;
    font-size: 19px;
}

/* Search bar inside header (Aide) */
.sp-header__search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #dbe6e3;
    border-radius: 12px;
    padding: 0 18px;
    max-width: 560px;
    margin: 28px auto 0;
}

.sp-header__search-icon {
    color: var(--mg-muted-soft);
    line-height: 1;
}

.sp-header__search input {
    border: 0;
    outline: 0;
    padding: 16px 0;
    font-size: 15px;
    width: 100%;
    background: transparent;
    color: var(--mg-ink);
    font-family: var(--mg-body-font);
}

.sp-header__search input::placeholder {
    color: #9aa7b2;
}

/* ============================================================
   SHARED — Section wrapper
   ============================================================ */
.sp-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 64px 24px;
}

.sp-section--narrow {
    max-width: 860px;
}

.sp-section--tight {
    padding-top: 32px;
}

.sp-section__eyebrow {
    font-family: var(--mg-font);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mg-teal-dark);
    font-weight: 700;
    margin-bottom: 14px;
}

.sp-section__title {
    font-family: var(--mg-font);
    font-size: clamp(26px, 3.5vw, 34px);
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--mg-ink);
}

.sp-section__title--center {
    text-align: center;
    margin-bottom: 28px;
}

/* ============================================================
   SHARED — CTA band
   ============================================================ */
.sp-cta {
    max-width: 1120px;
    margin: 0 auto 72px;
    padding: 0 24px;
}

.sp-cta__inner {
    background: var(--mg-bg-soft);
    border: 1px solid var(--mg-border-soft);
    border-radius: 18px;
    padding: 44px;
    text-align: center;
}

.sp-cta--dark .sp-cta__inner {
    background: var(--mg-ink);
    border: none;
    color: #fff;
}

.sp-cta__title {
    font-family: var(--mg-font);
    font-size: clamp(22px, 3vw, 26px);
    margin: 0 0 8px;
    font-weight: 700;
    color: var(--mg-ink);
}

.sp-cta--dark .sp-cta__title {
    color: #fff;
}

.sp-cta__lead {
    margin: 0 0 22px;
    color: var(--mg-body-soft);
    font-size: 16px;
}

.sp-cta--dark .sp-cta__lead {
    color: #a9c4bf;
}

.sp-cta__actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================================
   SHARED — Buttons
   ============================================================ */
.sp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 11px;
    font-family: var(--mg-body-font);
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.sp-btn:hover {
    transform: translateY(-1px);
}

.sp-btn--block {
    display: flex;
    width: 100%;
}

.sp-btn--primary,
a.sp-btn--primary {
    color: #fff !important;
    background: var(--mg-teal);
}

.sp-btn--primary:hover,
a.sp-btn--primary:hover {
    background: var(--mg-teal-dark);
    color: #fff !important;
}

.sp-btn--secondary,
a.sp-btn--secondary {
    color: var(--mg-ink) !important;
    background: #fff;
    border-color: var(--mg-border-btn);
}

.sp-btn--secondary:hover,
a.sp-btn--secondary:hover {
    background: var(--mg-bg-soft);
    color: var(--mg-ink) !important;
}

.sp-btn--mint,
a.sp-btn--mint {
    color: #05201d !important;
    background: var(--mg-teal-soft);
}

.sp-btn--mint:hover,
a.sp-btn--mint:hover {
    background: #99f6e4;
    color: #05201d !important;
}

.sp-btn--ghost,
a.sp-btn--ghost {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.sp-btn--ghost:hover,
a.sp-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff !important;
}

/* ============================================================
   SHARED — Cards
   ============================================================ */
.sp-card {
    background: #fff;
    border: 1px solid var(--mg-border-card);
    border-radius: 16px;
    padding: 26px;
}

.sp-card--soft {
    background: var(--mg-bg-soft);
}

/* ============================================================
   SHARED — Alerts (flash messages)
   ============================================================ */
.sp-alert {
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sp-alert--success {
    background: var(--mg-bg-mint);
    border: 1px solid var(--mg-border-soft);
    color: var(--mg-teal-dark);
}

.sp-alert--error {
    background: #fdecec;
    border: 1px solid #f6c9c9;
    color: #b42318;
}

.sp-alert ul {
    margin: 0;
    padding-left: 18px;
}

/* ============================================================
   ABOUT — design/A-propos.html
   ============================================================ */
.sp-about-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
    padding: 72px 24px;
}

.sp-about-mission__text p {
    margin: 0 0 16px;
    color: var(--mg-body);
    font-size: 16px;
    line-height: 1.7;
}

.sp-about-mission__text p:last-child {
    margin-bottom: 0;
}

.sp-about-mission__media {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    background: repeating-linear-gradient(
        135deg,
        var(--mg-placeholder),
        var(--mg-placeholder) 12px,
        var(--mg-placeholder-alt) 12px,
        var(--mg-placeholder-alt) 24px
    );
    border: 1px solid #dbe6e3;
    display: flex;
    align-items: flex-end;
    padding: 18px;
}

.sp-about-mission__media span {
    font-family: ui-monospace, monospace;
    font-size: 12px;
    color: #8a9c98;
    background: #fff;
    padding: 6px 10px;
    border-radius: 6px;
}

.sp-about-values {
    background: var(--mg-bg-soft);
    border-top: 1px solid var(--mg-border);
    border-bottom: 1px solid var(--mg-border);
    padding: 72px 24px;
}

.sp-about-values__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.sp-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.sp-value-card {
    background: #fff;
    border: 1px solid var(--mg-border-card);
    border-radius: 16px;
    padding: 28px;
}

.sp-value-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--mg-bg-mint);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mg-teal);
}

.sp-value-card__icon svg {
    width: 22px;
    height: 22px;
}

.sp-value-card__title {
    font-family: var(--mg-font);
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 8px;
    color: var(--mg-ink);
}

.sp-value-card__text {
    margin: 0;
    color: var(--mg-body-soft);
    font-size: 15px;
    line-height: 1.55;
}

.sp-about-team {
    max-width: 780px;
    margin: 0 auto;
    padding: 72px 24px;
    text-align: center;
}

.sp-about-team p {
    margin: 0 0 16px;
    color: var(--mg-body);
    font-size: 17px;
    line-height: 1.7;
}

.sp-about-team p:last-child {
    margin-bottom: 0;
}

/* ============================================================
   CONTACT — design/Contact.html
   ============================================================ */
.sp-contact-body {
    max-width: 1080px;
    margin: 0 auto;
    padding: 56px 24px 72px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 44px;
    align-items: start;
}

.sp-contact-body__form-title {
    font-family: var(--mg-font);
    font-size: 24px;
    margin: 0 0 22px;
    font-weight: 700;
    color: var(--mg-ink);
}

.sp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.sp-field {
    margin-bottom: 16px;
}

.sp-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--mg-ink-soft);
    margin-bottom: 7px;
}

.sp-field input,
.sp-field select,
.sp-field textarea {
    width: 100%;
    border: 1px solid var(--mg-border-input);
    border-radius: 11px;
    padding: 13px 15px;
    font-size: 15px;
    outline: 0;
    font-family: var(--mg-body-font);
    color: var(--mg-ink);
    background: #fff;
    transition: border-color 0.15s ease;
}

.sp-field input:focus,
.sp-field select:focus,
.sp-field textarea:focus {
    border-color: var(--mg-teal);
}

.sp-field input::placeholder,
.sp-field textarea::placeholder {
    color: #9aa7b2;
}

.sp-field textarea {
    resize: vertical;
}

.sp-select {
    position: relative;
}

.sp-select select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

.sp-select__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--mg-muted-soft);
    pointer-events: none;
    font-size: 13px;
}

.sp-contact-aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sp-contact-card {
    border: 1px solid var(--mg-border-card);
    border-radius: 16px;
    padding: 24px;
}

.sp-contact-card--soft {
    background: var(--mg-bg-soft);
}

.sp-contact-card__title {
    font-family: var(--mg-font);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
    color: var(--mg-ink);
}

.sp-contact-card__group {
    margin-bottom: 16px;
}

.sp-contact-card__group:last-child {
    margin-bottom: 0;
}

.sp-contact-card__label {
    font-size: 12px;
    font-weight: 700;
    color: var(--mg-teal-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
}

.sp-contact-card__value {
    font-size: 15px;
    color: var(--mg-ink);
    line-height: 1.5;
}

.sp-contact-hours {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-size: 14px;
    color: var(--mg-ink-soft);
}

.sp-contact-hours__row {
    display: flex;
    justify-content: space-between;
}

.sp-contact-hours__row strong {
    font-weight: 600;
}

.sp-contact-hours__row--closed {
    color: var(--mg-muted-soft);
}

.sp-contact-card__note {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e2ebe8;
    font-size: 13px;
    color: var(--mg-muted);
}

/* ============================================================
   HELP — design/Aide.html
   ============================================================ */
.sp-help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sp-help-card {
    border: 1px solid var(--mg-border-card);
    border-radius: 16px;
    padding: 26px;
    display: block;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.sp-help-card:hover {
    border-color: #c5ddd8;
    box-shadow: 0 12px 28px -20px rgba(15, 43, 40, 0.35);
    transform: translateY(-2px);
}

.sp-help-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--mg-bg-mint);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mg-teal);
}

.sp-help-card__icon svg {
    width: 22px;
    height: 22px;
}

.sp-help-card__title {
    font-family: var(--mg-font);
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 6px;
    color: var(--mg-ink);
}

.sp-help-card__text {
    margin: 0 0 14px;
    color: var(--mg-muted);
    font-size: 14px;
}

.sp-help-card__links {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 14px;
    color: var(--mg-teal-dark);
}

.sp-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sp-guide-card {
    border: 1px solid var(--mg-border-card);
    border-radius: 16px;
    padding: 24px;
    display: block;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.sp-guide-card:hover {
    border-color: #c5ddd8;
    box-shadow: 0 12px 28px -20px rgba(15, 43, 40, 0.35);
    transform: translateY(-2px);
}

.sp-guide-card__badge {
    display: inline-block;
    background: var(--mg-bg-mint);
    color: var(--mg-teal-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 14px;
    font-family: var(--mg-font);
}

.sp-guide-card__title {
    font-family: var(--mg-font);
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 8px;
    line-height: 1.3;
    color: var(--mg-ink);
}

.sp-guide-card__text {
    margin: 0;
    color: var(--mg-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* ============================================================
   FAQ — design/FAQ.html
   ============================================================ */
.sp-faq-body {
    max-width: 820px;
    margin: 0 auto;
    padding: 56px 24px 40px;
}

.sp-faq-cat {
    font-family: var(--mg-font);
    font-size: 14px;
    font-weight: 700;
    color: var(--mg-teal-dark);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.sp-faq-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 36px;
}

.sp-faq-group:last-child {
    margin-bottom: 0;
}

.sp-faq-item {
    border: 1px solid var(--mg-border-card);
    border-radius: 14px;
    padding: 0 22px;
}

.sp-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    font-family: var(--mg-font);
    font-weight: 600;
    font-size: 17px;
    color: var(--mg-ink);
}

.sp-faq-item summary::-webkit-details-marker {
    display: none;
}

.sp-faq-item__icon {
    color: var(--mg-teal);
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.sp-faq-item[open] .sp-faq-item__icon {
    transform: rotate(45deg);
}

.sp-faq-item__answer {
    margin: 0;
    padding: 0 0 20px;
    color: var(--mg-body-soft);
    font-size: 15px;
    line-height: 1.6;
}

/* ============================================================
   LEGAL — privacy / terms / cookies / gdpr
   ============================================================ */
.sp-legal-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto 28px;
    padding: 0 8px;
    font-family: var(--mg-body-font);
    font-size: 14px;
    font-weight: 600;
}

.sp-legal-toc a {
    color: var(--mg-teal-dark) !important;
    text-decoration: none;
}

.sp-legal-toc a:hover {
    color: var(--mg-teal) !important;
    text-decoration: underline;
}

.sp-legal-card[id] {
    scroll-margin-top: 96px;
}

.sp-legal-body {
    max-width: 780px;
    margin: 0 auto;
    padding: 56px 24px 72px;
}

.sp-legal-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sp-legal-card {
    background: #fff;
    border: 1px solid var(--mg-border-card);
    border-radius: 16px;
    padding: 32px;
}

.sp-legal-card h2 {
    font-family: var(--mg-font);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
    color: var(--mg-ink);
    letter-spacing: -0.01em;
}

.sp-legal-card h3 {
    font-family: var(--mg-font);
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: var(--mg-ink);
}

.sp-legal-card h3:first-child {
    margin-top: 0;
}

.sp-legal-card h4 {
    font-family: var(--mg-font);
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--mg-ink);
}

.sp-legal-card p {
    margin: 0 0 14px;
    color: var(--mg-body-soft);
    font-size: 15px;
    line-height: 1.7;
}

.sp-legal-card p:last-child {
    margin-bottom: 0;
}

.sp-legal-card ul,
.sp-legal-card ol {
    margin: 0 0 14px;
    padding-left: 20px;
    color: var(--mg-body-soft);
    font-size: 15px;
    line-height: 1.7;
}

.sp-legal-card ul:last-child,
.sp-legal-card ol:last-child {
    margin-bottom: 0;
}

.sp-legal-card dl {
    margin: 0;
    color: var(--mg-body-soft);
    font-size: 15px;
    line-height: 1.8;
}

.sp-legal-card dl > div {
    margin-bottom: 10px;
}

.sp-legal-card dt {
    display: inline;
    font-weight: 700;
    color: var(--mg-ink);
}

.sp-legal-card dd {
    display: inline;
    margin: 0;
}

.sp-legal-card a {
    color: var(--mg-teal);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sp-legal-card a:hover {
    color: var(--mg-teal-dark);
}

.sp-legal-card strong {
    color: var(--mg-ink);
    font-weight: 700;
}

.sp-legal-divider {
    border: 0;
    border-top: 1px solid var(--mg-border);
    margin: 20px 0;
}

.sp-legal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.sp-legal-tile {
    background: var(--mg-bg-soft);
    border: 1px solid var(--mg-border);
    border-radius: 12px;
    padding: 16px 18px;
}

.sp-legal-tile h4 {
    margin: 0 0 6px;
}

.sp-legal-tile p {
    margin: 0;
    font-size: 14px;
}

.sp-legal-tile--icon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sp-legal-tile__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--mg-bg-mint);
    color: var(--mg-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-legal-tile__icon svg {
    width: 20px;
    height: 20px;
}

.sp-legal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--mg-border);
    font-size: 15px;
    color: var(--mg-body-soft);
}

.sp-legal-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sp-legal-row strong {
    color: var(--mg-ink);
    font-weight: 600;
}

.sp-legal-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff7e6;
    border: 1px solid #f5deac;
    border-radius: 12px;
    padding: 18px 20px;
}

.sp-legal-note__icon {
    color: #b98900;
    flex-shrink: 0;
    margin-top: 2px;
}

.sp-legal-note__icon svg {
    width: 20px;
    height: 20px;
}

.sp-legal-note h3 {
    margin: 0 0 6px;
    color: #92700a;
}

.sp-legal-note p {
    margin: 0;
    color: var(--mg-body-soft);
    font-size: 14px;
}

.sp-legal-pill {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    background: var(--mg-bg-mint);
    color: var(--mg-teal-dark);
    margin-left: auto;
}

.sp-legal-pill--optional {
    background: #eef3fb;
    color: #2f5fa8;
}

.sp-legal-check-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--mg-body-soft);
    font-size: 15px;
}

.sp-legal-check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-legal-check-list li::before {
    content: '✓';
    color: var(--mg-teal);
    font-weight: 700;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
    .sp-about-mission {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sp-contact-body {
        grid-template-columns: 1fr;
    }

    .sp-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-help-grid,
    .sp-guides-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-legal-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .sp-header {
        padding: 36px 16px;
    }

    .sp-header--dark {
        padding: 48px 16px;
    }

    .sp-header__title {
        font-size: clamp(1.6rem, 7vw, 2rem);
        line-height: 1.2;
    }

    .sp-header__lead {
        font-size: 15px;
    }

    .sp-contact-body,
    .sp-faq-body,
    .sp-legal-grid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sp-form-row {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }

    .sp-values-grid,
    .sp-help-grid,
    .sp-guides-grid {
        grid-template-columns: 1fr;
    }

    .sp-cta__inner {
        padding: 28px 16px;
    }

    .sp-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sp-legal-card {
        padding: 18px 16px;
    }

    .sp-faq-item summary {
        font-size: 15px;
        gap: 12px;
        align-items: flex-start;
    }
}
