/* ============================================================
   PHONY — Pages conversion 2026
   Boutique · Services · Domicile · Formation · Contact
   DA : cobalt, jaune cyber, noir. Font Awesome.
============================================================ */

.p26 {
    --p26-ink: var(--gray-900, oklch(20% 0.01 260));
    --p26-mute: var(--gray-700, oklch(45% 0.01 260));
    --p26-line: var(--gray-100, oklch(94% 0.01 260));
    --p26-paper: #fff;
    --p26-wash: var(--gray-50, oklch(97% 0.01 260));
    --p26-blue: var(--primary-blue, oklch(45% 0.19 260));
    --p26-blue-d: var(--primary-blue-dark, oklch(35% 0.20 260));
    --p26-yellow: var(--accent-yellow, oklch(85% 0.21 85));
    --p26-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-padding-top: 88px; }

/* —— Hero —— */
.p26-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    padding: 48px 0 56px;
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, oklch(55% 0.15 260 / 0.45) 0%, transparent 58%),
        radial-gradient(ellipse 50% 45% at 0% 100%, oklch(85% 0.21 85 / 0.14) 0%, transparent 52%),
        linear-gradient(155deg, var(--p26-blue-d) 0%, var(--p26-blue) 100%);
}

.p26-hero::before {
    content: '';
    position: absolute;
    inset: -20% -10% auto auto;
    width: min(52vw, 560px);
    height: min(52vw, 560px);
    border-radius: 50%;
    background: oklch(70% 0.16 230 / 0.12);
    pointer-events: none;
}

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

.p26-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 420px);
    gap: 40px 48px;
    align-items: stretch;
}

.p26-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(30px, 4.4vw, 52px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.05;
    margin: 0 0 16px;
    text-wrap: balance;
    color: #fff;
}

.p26-hero h1 em,
.p26-hero h1 strong {
    font-style: normal;
    color: var(--p26-yellow);
}

.p26-hero-sub {
    margin: 0 0 24px;
    max-width: 46ch;
    font-size: 17px;
    line-height: 1.55;
    color: color-mix(in oklch, white 78%, var(--p26-blue));
    text-wrap: pretty;
}

.p26-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}

.p26-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border-radius: 999px;
    background: oklch(99% 0.01 260 / 0.12);
    border: 1px solid oklch(99% 0.01 260 / 0.22);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
}

.p26-chip i { color: var(--p26-yellow); font-size: 12px; }

.p26-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin: 0 0 22px;
}

.p26-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13.5px;
    font-weight: 600;
    color: color-mix(in oklch, white 76%, var(--p26-blue));
}

.p26-meta li { display: inline-flex; align-items: center; gap: 8px; }
.p26-meta i { color: var(--p26-yellow); }

/* —— Buttons —— */
.p26-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s var(--p26-ease), box-shadow 0.22s var(--p26-ease), background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.p26-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 1em;
    flex-shrink: 0;
}

.p26-btn:hover { transform: translateY(-2px); }

.p26-btn--yellow {
    background: var(--p26-yellow);
    color: var(--p26-ink);
    box-shadow: 0 12px 28px -14px oklch(75% 0.18 85 / 0.95);
}

.p26-btn--yellow:hover { background: oklch(88% 0.19 85); color: var(--p26-ink); }

.p26-btn--blue {
    background: var(--p26-blue);
    color: #fff;
    box-shadow: 0 12px 28px -14px oklch(45% 0.19 260 / 0.7);
}

.p26-btn--blue:hover { background: var(--p26-blue-d); color: #fff; }

.p26-btn--ghost {
    background: oklch(99% 0.01 260 / 0.1);
    border: 2px solid oklch(99% 0.01 260 / 0.28);
    color: #fff;
}

.p26-btn--ghost:hover { background: #fff; color: var(--p26-blue); border-color: #fff; }

.p26-btn--ghost-ink {
    background: #fff;
    border: 2px solid var(--p26-line);
    color: var(--p26-blue);
}

.p26-btn--ghost-ink:hover {
    border-color: var(--p26-blue);
    background: var(--p26-wash);
    color: var(--p26-blue-d);
}

.p26-btn--block { width: 100%; }

/* —— Conversion panel —— */
.p26-panel {
    background: #fff;
    color: var(--p26-ink);
    border-radius: 28px;
    padding: 28px 26px;
    box-shadow: 0 28px 64px -24px oklch(20% 0.15 260 / 0.55);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.p26-panel h2,
.p26-panel-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.p26-panel-title i { color: var(--p26-blue); }

.p26-panel p { margin: 0; font-size: 14px; color: var(--p26-mute); line-height: 1.5; }

.p26-panel-rows { display: flex; flex-direction: column; gap: 12px; }

.p26-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--p26-mute);
}

.p26-ico,
.p26-trust-ico,
.p26-row > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.p26-ico > i,
.p26-trust-ico > i {
    display: block;
    line-height: 1;
    font-style: normal;
    width: 1em;
    text-align: center;
}
.p26-row > i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: var(--p26-wash);
    color: var(--p26-blue);
    flex-shrink: 0;
    font-size: 14px;
    display: grid;
    place-items: center;
}
.p26-row > i::before {
    grid-area: 1 / 1;
    display: block;
    line-height: 1;
}

.p26-row strong { color: var(--p26-ink); font-weight: 800; }

.p26-panel-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.p26-stat {
    padding: 14px 12px;
    border-radius: 16px;
    background: var(--p26-wash);
    text-align: center;
}

.p26-stat b {
    display: block;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 900;
    color: var(--p26-blue);
    letter-spacing: -0.03em;
}

.p26-stat span { font-size: 12px; font-weight: 600; color: var(--p26-mute); }

.p26-map {
    border-radius: 28px;
    overflow: hidden;
    min-height: 320px;
    height: 100%;
    background: var(--gray-200);
    box-shadow: 0 28px 64px -24px oklch(20% 0.15 260 / 0.55);
}

.p26-map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

/* —— Open strip —— */
.p26-open {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 14px;
    padding: 12px 16px;
    background: oklch(42% 0.14 145);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.p26-open.is-closed { background: oklch(38% 0.12 25); }

.p26-open .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px oklch(70% 0.18 145 / 0.35);
}

.p26-open.is-closed .dot {
    background: oklch(80% 0.14 25);
    box-shadow: none;
}

.p26-open a { color: var(--p26-yellow); }

/* —— Trust bar —— */
.p26-trust {
    background: #fff;
    border-bottom: 1px solid var(--p26-line);
    padding: 18px 0;
}

.p26-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.p26-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.p26-trust-ico {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--p26-blue-d), var(--p26-blue));
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    line-height: 1;
    font-size: 16px;
}
.p26-trust-ico > i::before {
    grid-area: 1 / 1;
    display: block;
    line-height: 1;
}

.p26-trust-item strong { display: block; font-size: 14px; font-weight: 800; }
.p26-trust-item span { font-size: 12px; color: var(--p26-mute); }

/* —— Sections —— */
.p26-sec { padding: 72px 0; background: var(--p26-wash); }
.p26-sec--white { background: #fff; }
.p26-sec--blue {
    background:
        radial-gradient(ellipse 60% 80% at 100% 0%, oklch(55% 0.15 260 / 0.35) 0%, transparent 55%),
        linear-gradient(155deg, var(--p26-blue-d), var(--p26-blue));
    color: #fff;
}

.p26-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.p26-head .ov {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vibrant-cyan, oklch(70% 0.16 230));
    margin-bottom: 10px;
}
.p26-sec--blue .p26-head .ov { color: var(--p26-yellow); }
.p26-head h2 {
    font-family: var(--font-heading);
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 900;
    letter-spacing: -0.035em;
    margin: 0 0 10px;
    text-wrap: balance;
    color: var(--p26-ink);
}
.p26-sec--blue .p26-head h2 { color: #fff; }
.p26-head p { margin: 0; font-size: 16px; color: var(--p26-mute); line-height: 1.55; }
.p26-sec--blue .p26-head p { color: color-mix(in oklch, white 78%, var(--p26-blue)); }

/* —— Cards —— */
.p26-grid {
    display: grid;
    gap: 18px;
}

.p26-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.p26-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.p26-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.p26-card {
    background: #fff;
    border: 1px solid var(--p26-line);
    border-radius: 24px;
    padding: 26px 24px;
    box-shadow: var(--shadow-sm, 0 2px 8px oklch(20% 0.01 260 / 0.08));
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.28s var(--p26-ease), box-shadow 0.28s var(--p26-ease), border-color 0.28s ease;
}

.p26-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 8px 32px oklch(20% 0.01 260 / 0.16));
    border-color: color-mix(in oklch, var(--p26-blue) 28%, white);
}

.p26-ico {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    background: linear-gradient(145deg, var(--p26-blue-d), var(--p26-blue));
}
.p26-ico > i::before {
    grid-area: 1 / 1;
    display: block;
    line-height: 1;
}

.p26-ico--yellow { background: var(--p26-yellow); color: var(--p26-ink); }
.p26-ico--urgent { background: linear-gradient(145deg, oklch(48% 0.18 25), oklch(58% 0.18 40)); }

.p26-card h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 8px;
}

.p26-card p { margin: 0 0 12px; font-size: 14.5px; color: var(--p26-mute); line-height: 1.55; }

.p26-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.p26-list li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--p26-mute);
    line-height: 1.4;
}

.p26-list i { color: oklch(50% 0.16 145); margin-top: 3px; flex-shrink: 0; }

.p26-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 16px; }

.p26-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--p26-wash);
    font-size: 12px;
    font-weight: 700;
    color: var(--p26-blue);
}

.p26-pill--warn {
    background: oklch(96% 0.06 85);
    color: oklch(40% 0.12 55);
}

.p26-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--p26-line);
}

.p26-price { display: flex; flex-direction: column; }
.p26-price small { font-size: 11px; font-weight: 700; color: var(--p26-mute); text-transform: uppercase; letter-spacing: 0.04em; }
.p26-price b { font-family: var(--font-heading); font-size: 20px; font-weight: 900; color: var(--p26-blue); }

.p26-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: var(--p26-blue);
    padding: 10px 14px;
    border-radius: 999px;
    white-space: nowrap;
}

.p26-card-cta:hover { background: var(--p26-blue-d); color: #fff; }

.p26-alert {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 12px;
    background: oklch(96% 0.06 85);
    color: oklch(35% 0.1 55);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.p26-alert i { color: oklch(60% 0.18 70); margin-top: 1px; }

/* —— Process —— */
.p26-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    counter-reset: step;
}

.p26-step { text-align: center; padding: 8px; }

.p26-step-num {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--p26-blue-d), var(--p26-blue));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: relative;
}

.p26-step-num::after {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--p26-yellow);
    color: var(--p26-ink);
    font-size: 11px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p26-step h3 { font-family: var(--font-heading); font-size: 16px; font-weight: 800; margin: 0 0 6px; }
.p26-step p { margin: 0; font-size: 14px; color: var(--p26-mute); line-height: 1.45; }

/* —— Mini cards / others —— */
.p26-mini {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--p26-line);
    border-radius: 20px;
    padding: 18px 16px;
}

.p26-mini .p26-ico { width: 44px; height: 44px; font-size: 16px; margin: 0; flex-shrink: 0; }
.p26-mini h3 { font-size: 15px; margin: 0 0 4px; }
.p26-mini p { margin: 0; font-size: 13px; }

/* —— Zones —— */
.p26-zones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.p26-zone {
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--p26-line);
    font-size: 13px;
    font-weight: 700;
    color: var(--p26-ink);
}

.p26-sec--blue .p26-zone {
    background: oklch(99% 0.01 260 / 0.1);
    border-color: oklch(99% 0.01 260 / 0.18);
    color: #fff;
}

a.p26-zone:hover,
a.p26-zone:focus-visible {
    background: var(--p26-yellow, #FFD34D);
    border-color: var(--p26-yellow, #FFD34D);
    color: var(--p26-blue, #1E3778);
    outline: none;
}

.p26-zone[aria-current="page"] {
    box-shadow: inset 0 0 0 2px currentColor;
}

.p26-zone-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: oklch(99% 0.01 260 / 0.1);
    border: 1px solid oklch(99% 0.01 260 / 0.16);
}

.p26-zone-card i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: oklch(55% 0.16 145);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.p26-zone-card b { display: block; color: #fff; font-size: 14px; }
.p26-zone-card span { font-size: 12px; color: color-mix(in oklch, white 70%, var(--p26-blue)); }

.p26-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.p26-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--p26-line);
    font-weight: 800;
    font-size: 13px;
}

.p26-brand i { color: var(--p26-blue); }

/* —— Table hours —— */
.p26-hours { width: 100%; border-collapse: collapse; }
.p26-hours td { padding: 8px 0; font-size: 14px; color: var(--p26-mute); border-bottom: 1px solid var(--p26-line); }
.p26-hours tr:last-child td { border-bottom: 0; }
.p26-hours td:last-child { text-align: right; font-weight: 800; color: var(--p26-ink); }
.p26-hours tr.is-today td { color: var(--p26-blue); font-weight: 800; }
.p26-today {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    border-radius: 999px;
    background: var(--p26-yellow);
    color: var(--p26-ink);
    font-size: 10px;
    font-weight: 800;
    vertical-align: middle;
}

/* —— CTA band —— */
.p26-cta {
    padding: 56px 0;
    text-align: center;
    background:
        radial-gradient(ellipse 50% 80% at 0% 100%, oklch(85% 0.21 85 / 0.12) 0%, transparent 50%),
        linear-gradient(155deg, var(--p26-blue-d), var(--p26-blue));
    color: #fff;
}

.p26-cta h2 {
    font-family: var(--font-heading);
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0 0 10px;
    text-wrap: balance;
    color: #fff;
}

.p26-cta h2 strong { color: var(--p26-yellow); }
.p26-cta p { margin: 0 auto 22px; max-width: 540px; font-size: 16px; color: color-mix(in oklch, white 78%, var(--p26-blue)); }
.p26-cta .p26-actions { justify-content: center; margin: 0; }

/* —— Contact layout —— */
.p26-split {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 380px);
    gap: 24px;
    align-items: start;
}

.p26-form-card,
.p26-side-card {
    background: #fff;
    border: 1px solid var(--p26-line);
    border-radius: 24px;
    padding: 28px 26px;
    box-shadow: var(--shadow-sm);
    position: relative;
}

.p26-form-card h2,
.p26-side-card h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 8px;
}

.p26-side-card h3 { font-size: 16px; display: flex; align-items: center; gap: 8px; }
.p26-side-card h3 i { color: var(--p26-blue); }
.p26-side-card + .p26-side-card { margin-top: 16px; }

.p26-form { display: flex; flex-direction: column; gap: 14px; }
.p26-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.p26-field { display: flex; flex-direction: column; gap: 6px; }
.p26-field--full { grid-column: 1 / -1; }

.p26-field label { font-size: 13px; font-weight: 800; color: var(--p26-ink); }

.p26-field input,
.p26-field select,
.p26-field textarea {
    width: 100%;
    border: 2px solid var(--gray-200, oklch(88% 0.01 260));
    border-radius: 14px;
    padding: 12px 14px;
    font: inherit;
    font-size: 16px;
    background: #fff;
    color: var(--p26-ink);
    min-height: 50px;
    box-sizing: border-box;
}

.p26-field textarea { min-height: 140px; resize: vertical; }

.p26-field input:focus,
.p26-field select:focus,
.p26-field textarea:focus {
    outline: 2px solid transparent;
    border-color: var(--p26-blue);
    box-shadow: 0 0 0 4px oklch(45% 0.19 260 / 0.16);
}

.p26-field input:focus-visible,
.p26-field select:focus-visible,
.p26-field textarea:focus-visible {
    outline-color: var(--p26-blue);
    outline-offset: 2px;
}

.p26-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: var(--p26-mute);
    line-height: 1.45;
}

.p26-check input { margin-top: 3px; accent-color: var(--p26-blue); }
.p26-check a { color: var(--p26-blue); font-weight: 700; text-decoration: underline; }

.p26-ok, .p26-err {
    border-radius: 16px;
    padding: 16px 18px;
    font-size: 14px;
    font-weight: 700;
}

.p26-ok { background: oklch(94% 0.08 145); color: oklch(30% 0.14 145); text-align: center; }
.p26-ok i { display: block; font-size: 36px; margin-bottom: 8px; }
.p26-err { background: oklch(94% 0.1 20); color: oklch(35% 0.14 20); }

.p26-urgent {
    background: linear-gradient(145deg, var(--p26-blue-d), var(--p26-blue));
    color: #fff;
    border: 0;
    padding: 24px;
}

.p26-urgent h3 { color: #fff; }
.p26-urgent p { color: color-mix(in oklch, white 80%, var(--p26-blue)); margin: 0 0 14px; }
.p26-urgent i.fa-bolt { color: var(--p26-yellow); font-size: 22px; margin-bottom: 8px; display: block; }

/* —— FAQ —— */
.p26-faq { display: grid; gap: 10px; max-width: 820px; margin: 0 auto; }

.p26-faq details {
    background: #fff;
    border: 1px solid var(--p26-line);
    border-radius: 16px;
    overflow: hidden;
}

.p26-faq summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    font-weight: 800;
    font-size: 15px;
}

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

.p26-faq summary::after {
    content: '\f067';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', FontAwesome;
    font-weight: 900;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--p26-wash);
    color: var(--p26-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.p26-faq details[open] summary::after {
    content: '\f068';
    background: var(--p26-blue);
    color: #fff;
}

.p26-faq details p {
    margin: 0;
    padding: 0 18px 16px;
    font-size: 14px;
    color: var(--p26-mute);
    line-height: 1.55;
}

/* —— Choice cards (formation) —— */
.p26-choice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.p26-choice a.p26-card {
    text-decoration: none;
    color: inherit;
}

.p26-choice .p26-ico { width: 64px; height: 64px; font-size: 28px; }
.p26-choice .more { font-weight: 800; color: var(--p26-blue); margin-top: auto; }

@media (max-width: 900px) {
    .p26-hero-grid,
    .p26-split,
    .p26-choice,
    .p26-grid-3,
    .p26-grid-4,
    .p26-trust-grid,
    .p26-steps { grid-template-columns: 1fr 1fr; }
    .p26-hero { padding: 36px 0 40px; }
    .p26-sec { padding: 56px 0; }
}

@media (max-width: 720px) {
    .p26-hero-grid,
    .p26-split,
    .p26-choice,
    .p26-grid-2,
    .p26-grid-3,
    .p26-grid-4,
    .p26-trust-grid,
    .p26-steps,
    .p26-fields { grid-template-columns: 1fr; }
    .p26-hero h1 { font-size: clamp(26px, 8vw, 34px); }
    .p26-card-foot { flex-direction: column; align-items: stretch; }
    .p26-card-cta { justify-content: center; }
}

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