:root {
    --encre-900: #141C28;
    --encre-700: #2A3A50;
    --encre-500: #55647B;
    --encre-300: #93A0B4;
    --papier: #F6F7FA;
    --papier-00: #FFFFFF;
    --reglure: #D3DCEC;
    --grenat: #3F51B5;
    --jade-600: #3F51B5;
    --jade-100: #E3EFEB;
    --ambre: #A8722A;
    --erreur: #B03A2E;
    --ombre-carte: 0 1px 2px rgba(20, 28, 40, .04), 0 8px 24px rgba(20, 28, 40, .06);
    --ease: cubic-bezier(.16, 1, .3, 1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 16px;
    line-height: 1.625;
    color: var(--encre-700);
    /*background: var(--papier);
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 20px, rgba(147, 160, 180, .10) 20px, rgba(147, 160, 180, .10) 21px);*/
    -webkit-font-smoothing: antialiased;
    background-attachment: fixed;
}

h1,
h2,
h3 {
    font-weight: 400;
    color: var(--encre-900);
    letter-spacing: -.015em;
    line-height: 1.12;
    text-align: left;
    font-weight: 700;
    color: #1a2e6e;
    line-height: 1.3;
    margin: 0.5rem 0;
    text-transform: none;
    font-family: 'Nunito', sans-serif;
    text-align: left !important;
}

.mono {
    font-size: 15px !important;
    font-variant-numeric: tabular-nums
}

.wrap {
    padding: 0 24px
}

.narrow {
    max-width: 60%;
}

.eyebrow {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--encre-500);
}

.muted {
    color: var(--encre-500)
}

.small {
    font-size: 14px;
    line-height: 1.55
}

.tiny {
    font-size: 14px;
    line-height: 1.5;
    color: var(--encre-500)
}

a {
    color: var(--encre-900)
}

section.screen a:active, section.screen a:focus {
    color: var(--encre-900) !important;
}

/* ---- boutons ---- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: #ffc400 !important;
    color: #fff !important;
    text-decoration: none;
    transition: transform .16s var(--ease), box-shadow .16s var(--ease), opacity .16s;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(20, 28, 40, .18)
}

.btn:focus-visible {
    outline: 2px solid var(--jade-600);
    outline-offset: 2px
}

.btn[disabled] {
    opacity: .35;
    cursor: not-allowed;
    transform: none;
    box-shadow: none
}

.btn--ghost {
    background: transparent;
    color: var(--encre-700);
    border: 1px solid var(--reglure);
    font-weight: 500
}

.btn--ghost:hover {
    background: var(--papier-00);
    box-shadow: none
}

.btn--sm {
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px
}

.btn--full {
    width: 100%
}

/* ---- écrans ---- */
.screen {
    display: none;
    animation: fadeUp .42s var(--ease) both
}

.screen.is-active {
    display: block
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: none
    }
}


.trustbar div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 11px 0;
    font-size: 11.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--encre-500)
}

/* ---- hero ---- */
.hero {
    padding: 76px 0 64px
}

.hero h1 {
    font-size: clamp(32px, 5.4vw, 56px);
    margin: 18px 0 22px;
    text-align: left;
    font-weight: 700;
    color: #1a2e6e;
    line-height: 1.3;
    margin: 0.5rem 0;
    text-transform: none;
    font-family: 'Nunito', sans-serif;
    text-align: left !important;
}

.hero p.lede {
    font-size: 18px;
    line-height: 1.62;
    color: var(--encre-700)
}

.hero .cta-zone {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px
}

.stack>*+* {
    margin-top: var(--gap, 16px)
}

.proofrow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 30px;
    margin-top: 44px;
    padding-top: 22px;
    border-top: 1px solid var(--reglure)
}

.proofrow span {
    font-size: 13px;
    color: var(--encre-500)
}

.proofrow b {
    color: var(--encre-900);
    font-weight: 500
}

section.screen{
    margin: 0 auto;
    max-width: 75%;
}

/* ---- sections ---- */
.sec {
    padding: 76px 0;
    border-top: 1px solid var(--reglure)
}

.sec h2 {
    font-size: clamp(25px, 3.4vw, 36px);
    margin-bottom: 20px;
    text-align: left;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 38px
}

.card {
    background: var(--papier-00);
    border: 1px solid var(--reglure);
    border-radius: 12px;
    padding: 26px;
    box-shadow: var(--ombre-carte)
}

.card h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px
}

.steps {
    margin-top: 34px
}

.step {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid var(--reglure)
}

.step .num {
    font-size: 15px;
    color: var(--grenat)
}

.step h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 6px
}

.pillars-list {
    margin-top: 30px
}

.pillars-list .row {
    display: grid;
    grid-template-columns: 1fr 62px 2fr;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid var(--reglure);
    align-items: baseline
}

.pillars-list .row b {
    font-weight: 600;
    color: var(--encre-900)
}

.pillars-list .pts {
    font-size: 13px;
    color: var(--encre-500)
}

.quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 34px
}

.quote {
    border-left: 2px solid var(--grenat);
    padding-left: 20px
}

.quote p {
    font-size: 15.5px;
    line-height: 1.62
}

.quote cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-size: 12.5px;
    color: var(--encre-500)
}

.pledges {
    margin-top: 30px
}

.pledge {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 20px 0;
    border-top: 1px solid var(--reglure)
}

.pledge .n {
    font-size: 15px;
    color: var(--grenat)
}

.faq {
    margin-top: 26px;
    border-top: 1px solid var(--reglure)
}

.faq details {
    border-bottom: 1px solid var(--reglure)
}

.faq summary {
    cursor: pointer;
    padding: 19px 0;
    font-weight: 600;
    color: var(--encre-900);
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 16px
}

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

.faq summary::after {
    content: "+";
    color: var(--encre-300)
}

.faq details[open] summary::after {
    content: "–"
}

.faq p {
    padding: 0 0 20px;
}

.closing {
    text-align: left;
    padding: 80px 0
}

footer {
    border-top: 1px solid var(--reglure);
    padding: 34px 0 60px
}

/* ---- questionnaire ---- */
.progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--reglure);
    z-index: 60
}

.progress i {
    display: block;
    height: 100%;
    background: var(--jade-600);
    width: 8%;
    transition: width .32s var(--ease)
}

.qwrap {
    width: 75%;
    min-height: 100vh;
    padding: 0 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
}

.qinner {
    width: 100%;
    padding: 78px 0 96px;
    position: relative
}

@media(min-width:900px) {
    .qinner {
        padding-left: 39px;
    }
}

.qmeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
    gap: 16px
}

.qmeta .back {
    background: none;
    border: 0;
    cursor: pointer;
    /* font-size: 12.5px; */
    color: var(--encre-500);
    padding: 6px 0
}

.qmeta .back:hover {
    color: var(--encre-900)
}

.qcount {
    font-size: 12.5px;
    color: var(--encre-500)
}

.qslide {
    animation: slideIn 0.5s ease-out both;
    -webkit-animation: slideIn 0.5s ease-out both;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(6px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.qtitle {
    font-size: clamp(24px, 3.6vw, 33px);
    margin-bottom: 14px;
    text-align: left;
    text-transform: initial;
}

.qhelp {
    font-size: 15px;
    color: var(--encre-500);
    margin-bottom: 26px
}

.opts {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.opt {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 60px;
    padding: 12px 18px;
    background: var(--papier-00);
    border: 1px solid var(--reglure);
    border-radius: 6px;
    cursor: pointer;
    transition: border-color .14s, background .14s, transform .14s;
    text-align: left;
    font: inherit;
    color: var(--encre-700);
    width: 100%;
}

.opt:hover {
    border-color: var(--encre-300);
    transform: translateX(2px)
}

.opt:focus-visible {
    outline: 2px solid var(--jade-600);
    outline-offset: 2px
}

.opt .k {
    font-size: 11.5px;
    color: var(--encre-300);
    min-width: 16px
}

.opt .lbl {
    flex: 1
}

.opt .tick {
    width: 18px;
    height: 18px;
    border: 1px solid var(--reglure);
    border-radius: 4px;
    flex-shrink: 0
}

.opt.is-on {
    border-color: var(--encre-900);
    border-width: 2px;
    padding: 11px 17px
}

.opt.is-on .tick {
    background: var(--encre-900);
    border-color: var(--encre-900);
    position: relative
}

.opt.is-on .tick::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(40deg)
}

.subq {
    margin: 8px 0 0 32px;
    padding: 14px 16px;
    background: var(--jade-100);
    border-radius: 6px
}

.subq p {
    font-size: 13.5px;
    margin-bottom: 9px;
    color: var(--encre-700)
}

.subq .mini {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.subq button {
    font: inherit;
    font-size: 13px;
    padding: 6px 13px;
    border: 1px solid var(--reglure);
    background: #fff;
    border-radius: 999px;
    cursor: pointer;
    color: var(--encre-700)
}

.subq button.is-on {
    background: var(--encre-900);
    color: #fff;
    border-color: var(--encre-900)
}

.qnote {
    margin-top: 24px;
    padding: 14px 16px;
    border-left: 2px solid var(--reglure);
    font-size: 13.5px;
    color: var(--encre-500)
}

.qnext {
    margin-top: 26px
}

/* ---- calcul ---- */
.calc {
    margin: auto;
    width: 70%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.calc ul {
    list-style: none;
    width: 100%;
    display: block;
}

.calc li {
    font-weight: normal;
    font-size: 14px;
    padding: 13px 0;
    color: var(--encre-300);
    border-bottom: 1px solid var(--reglure);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    text-transform: initial;
}

.calc li.done {
    color: var(--encre-900)
}

.calc li.done::after {
    content: "ok";
    color: var(--jade-600)
}

/* ---- score ---- */
.scorehead, .screen:has(.scorehead) .narrow {
    padding: 66px 0 40px;
    margin: 0 auto;
}

.bignum {
    font-weight: 500;
    font-size: clamp(58px, 12vw, 86px);
    line-height: 1;
    letter-spacing: -.04em;
    color: var(--encre-900)
}

.bignum small {
    font-size: .28em;
    color: var(--encre-300);
    letter-spacing: 0
}

.band {
    display: inline-block;
    margin-left: 14px;
    padding: 5px 14px;
    border: 1px solid var(--encre-900);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle
}

.ruler {
    margin: 34px 0 12px;
    position: relative
}

.ruler .track {
    height: 8px;
    background: var(--reglure);
    border-radius: 999px;
    overflow: hidden
}

.ruler .fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--encre-700), var(--jade-600));
    transition: width 1.3s var(--ease)
}

.ruler .cursor {
    position: absolute;
    top: -6px;
    width: 2px;
    height: 20px;
    background: var(--encre-900);
    left: 0;
    transition: left 1.3s var(--ease)
}

.ruler .ticks {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
    font-size: 11px;
    color: var(--encre-300)
}

.bench {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 18px;
    font-size: 13px;
    color: var(--encre-500)
}

.bench b {
    color: var(--encre-900);
    font-weight: 500
}

.pbars {
    margin-top: 12px
}

.pbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 15px 0;
    border-top: 1px solid var(--reglure)
}

.pbar .top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: baseline
}

.pbar .nm {
    font-weight: 600;
    color: var(--encre-900);
    font-size: 15px
}

.pbar .vl {
    font-size: 13px;
    color: var(--encre-500)
}

.pbar .t {
    height: 6px;
    background: var(--reglure);
    border-radius: 999px;
    overflow: hidden
}

.pbar .f {
    height: 100%;
    width: 0;
    background: var(--encre-700);
    transition: width .6s var(--ease)
}

.pbar.low .f {
    background: var(--ambre)
}

.pbar.high .f {
    background: var(--jade-600)
}

.potential {
    margin-top: 34px;
    background: var(--papier-00);
    border: 1px solid var(--reglure);
    border-radius: 12px;
    padding: 26px;
    box-shadow: var(--ombre-carte)
}

.potential .big {
    font-size: 34px;
    font-weight: 500;
    color: var(--jade-600);
    letter-spacing: -.03em
}

.potential table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    font-size: 13px
}

.potential td {
    padding: 6px 0;
    border-top: 1px solid var(--reglure);
    color: var(--encre-500)
}

.potential td:last-child {
    text-align: right;
    color: var(--encre-900)
}

.blind {
    padding: 24px 0;
    border-top: 1px solid var(--reglure)
}

.blind h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 8px
}

.blind h3 .ix {
    font-size: 12px;
    color: var(--grenat);
    margin-right: 10px
}

.locked {
    filter: blur(5px);
    user-select: none;
    pointer-events: none;
    opacity: .75
}

.lockrow {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px 0;
    border-top: 1px solid var(--reglure);
    color: var(--encre-500);
    font-size: 15px
}

.lockrow .pad {
    flex: 1;
    height: 8px;
    background: var(--reglure);
    border-radius: 999px
}

.gatebar {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 26px 0 30px;
    margin-top: 10px
}

/* ---- formulaire ---- */
.field {
    margin-bottom: 18px
}

.field label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--encre-900);
    margin-bottom: 6px
}

.field input {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid var(--reglure);
    border-radius: 6px;
    font: inherit;
    background: var(--papier-00);
    color: var(--encre-900)
}

.field input:focus {
    outline: 2px solid var(--jade-600);
    outline-offset: 1px;
    border-color: var(--encre-900)
}

.field .hint {
    font-size: 12.5px;
    color: var(--encre-500);
    margin-top: 6px
}

.field.err input {
    border-color: var(--erreur)
}

.field .errmsg {
    display: none;
    font-size: 12.5px;
    color: var(--erreur);
    margin-top: 6px
}

.field.err .errmsg {
    display: block
}

.consent {
    display: flex;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--reglure);
    border-radius: 6px;
    background: var(--papier-00);
    margin-bottom: 12px;
    cursor: pointer
}

.consent input {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: var(--encre-900)
}

.consent span {
    font-size: 13.5px;
    line-height: 1.55
}

.consent-error {
    display: none;
    font-size: 13px;
    color: var(--erreur);
    margin: -8px 0 12px 32px;
    padding-left: 4px;
}

.bilan-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: min(420px, calc(100vw - 24px));
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px 14px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
}

.bilan-message.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bilan-message.error {
    border-color: rgba(207, 60, 60, 0.22);
    background: rgba(255, 247, 247, 0.98);
}

.bilan-message.success {
    border-color: rgba(16, 118, 79, 0.22);
    background: rgba(240, 255, 247, 0.98);
}

.bilan-message__icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    background: rgba(17, 24, 39, 0.08);
    color: var(--encre-900);
}

.bilan-message.error .bilan-message__icon {
    background: rgba(207, 60, 60, 0.12);
    color: #b42318;
}

.bilan-message.success .bilan-message__icon {
    background: rgba(18, 138, 76, 0.12);
    color: #086a42;
}

.bilan-message__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}

.bilan-message__content strong {
    font-size: 12.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--encre-900);
}

.bilan-message__content span {
    font-size: 14px;
    line-height: 1.45;
    color: var(--encre-800);
    word-break: break-word;
}

.bilan-message__close {
    border: none;
    background: transparent;
    color: var(--encre-500);
    font-size: 22px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    margin-left: 6px;
}

@media (max-width: 640px) {
    .bilan-message {
        top: 12px;
        right: 12px;
        left: 12px;
        width: auto;
    }
}

.consent.err {
    border-color: var(--erreur);
    background: rgba(176, 58, 46, .05);
}

.consent.err span {
    color: var(--erreur);
}

.consent.shake {
    animation: shake .35s ease;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    15% { transform: translateX(-6px); }
    30% { transform: translateX(6px); }
    45% { transform: translateX(-4px); }
    60% { transform: translateX(4px); }
    75% { transform: translateX(-2px); }
}

.consent.err + .consent-error {
    display: block;
}

/* ---- rapport ---- */
.rsec {
    padding: 32px 0;
    border-top: 1px solid var(--reglure)
}

.rsec .eyebrow {
    margin-bottom: 10px
}

.rsec h2 {
    font-size: 26px;
    margin-bottom: 14px
}

.rsec ul {
    margin: 12px 0 0 18px;
    display: block;
    list-style-type: disc;
}

.rsec li {
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--encre-700);
    font-weight: 400;
    text-transform: initial;
    font-family: inherit;
}

table.proj {
    width: 100%;
    border-collapse: collapse;
    margin-top: 14px;
    font-size: 13.5px
}

table.proj th {
    text-align: right;
    padding: 9px 8px;
    border-bottom: 1px solid var(--encre-900);
    font-weight: 500;
    color: var(--encre-900)
}

table.proj th:first-child {
    text-align: left
}

table.proj td {
    text-align: right;
    padding: 9px 8px;
    border-bottom: 1px solid var(--reglure)
}

table.proj td:first-child {
    text-align: left;
    color: var(--encre-500)
}

.disclaimer {
    margin-top: 14px;
    padding: 14px 16px;
    background: var(--papier-00);
    border: 1px solid var(--reglure);
    border-radius: 6px;
    font-size: 12.5px;
    color: var(--encre-500);
    line-height: 1.55
}

.qlist {
    counter-reset: q
}

.qlist li {
    list-style: none;
    padding: 12px 0;
    border-top: 1px solid var(--reglure);
    counter-increment: q;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px
}

.qlist li::before {
    content: counter(q, decimal-leading-zero);
    font-size: 15px;
    color: var(--grenat)
}

/* ---- rdv ---- */
.advisor {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 18px;
    padding: 24px;
    background: var(--papier-00);
    border: 1px solid var(--reglure);
    border-radius: 12px;
    margin: 26px 0;
    box-shadow: var(--ombre-carte)
}

.mono-badge {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: var(--papier);
    border: 1px solid var(--reglure);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--encre-900)
}

.yesno {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin: 26px 0
}

.yesno ul {
    list-style: none;
    display: block;
}

.yesno li {
    padding: 9px 0 9px 24px;
    position: relative;
    font-size: 15px;
    font-weight: normal;
    color: var(--encre-700);
}

.yesno .is li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--jade-600)
}

.yesno .isnt li::before {
    content: "✗";
    position: absolute;
    left: 0;
    color: var(--grenat)
}

.daygrid {
    margin-top: 8px
}

.day {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid var(--reglure);
    align-items: center
}

.day .dname {
    font-size: 14px;
    font-weight: 600;
    color: var(--encre-900)
}

.slots {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.slot {
    font-size: 13.5px;
    padding: 9px 15px;
    border: 1px solid var(--reglure);
    background: var(--papier-00);
    border-radius: 6px;
    cursor: pointer;
    color: var(--encre-700)
}

.slot:hover {
    border-color: var(--encre-300)
}

.slot.is-on {
    background: var(--encre-900);
    color: #fff;
    border-color: var(--encre-900)
}

.modes {
    display: flex;
    gap: 10px;
    margin: 24px 0
}

.mode {
    flex: 1;
    padding: 15px;
    border: 1px solid var(--reglure);
    border-radius: 6px;
    background: var(--papier-00);
    cursor: pointer;
    font: inherit;
    text-align: left;
    color: var(--encre-700)
}

.mode.is-on {
    border-color: var(--encre-900);
    border-width: 2px;
    padding: 14px
}

.confirmbox {
    background: var(--papier-00);
    border: 1px solid var(--reglure);
    border-radius: 12px;
    padding: 28px;
    margin: 26px 0;
    box-shadow: var(--ombre-carte)
}

.confirmbox .line {
    font-size: 14px;
    padding: 6px 0
}

.todo {
    margin-top: 26px
}

.todo .it {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid var(--reglure)
}

.todo .n {
    font-size: 12px;
    color: var(--grenat)
}

/* ---- cta collant mobile ---- */
.sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(246, 247, 250, .95);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--reglure);
    z-index: 50;
    transform: translateY(120%);
    transition: transform .28s var(--ease)
}

.sticky.show {
    transform: none
}

#s-gate .narrow, #s-report .narrow, #s-rdv .narrow {
    margin: 0 auto;
}

.advisor p{
    margin-bottom: 0.25rem;
}

@media(min-width:820px) {
    .sticky {
        display: none
    }
}

@media(max-width:820px) {

    .narrow, .qwrap, .calc {
        max-width: 100%;
        width: 100%;
    }

    .grid3,
    .quotes,
    .yesno {
        grid-template-columns: 1fr
    }

    .step,
    .pillars-list .row,
    .day {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .sec,
    .hero {
        padding: 52px 0
    }

    .modes {
        flex-direction: column
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important
    }
}

.sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.underline-yellow {
    color: #FFC400;
    position: relative;
    display: inline-block;
}

.underline-yellow::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1a2e6e;
    border-radius: 30px;
    transform: rotate(-1.5deg);
}