/* ============================================================
   PHONY — Tarifs 2026
   Chiffres : Syne (même police que l’espace gérant AfterTours)
============================================================ */

.t-page {
    --t-num-font: 'Syne', var(--font-heading, Montserrat, sans-serif);
    --t-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --t-line: oklch(90% 0.02 260);
    --t-wash: oklch(97.5% 0.012 260);
    --t-ink: var(--gray-900, oklch(20% 0.01 260));
    --t-mute: oklch(48% 0.03 260);
    --t-blue: var(--primary-blue, oklch(45% 0.19 260));
    --t-blue-d: var(--primary-blue-dark, oklch(35% 0.20 260));
    --t-yellow: var(--accent-yellow, oklch(85% 0.21 85));
    --t-glass: color-mix(in oklab, white 82%, transparent);
}

.t-num,
.t-num-u {
    font-family: var(--t-num-font);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
    line-height: 1;
}

.t-num-u {
    letter-spacing: -0.03em;
}

.t-num-cadence {
    display: inline-block;
    margin-left: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--t-mute);
    white-space: nowrap;
    flex-shrink: 0;
    align-self: baseline;
}

.t-num-devis {
    font-family: var(--t-num-font);
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: var(--t-blue);
}

/* ─── HERO ───────────────────────────────────────────────── */
.t-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    padding: 36px 0 92px;
    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.16) 0%, transparent 52%),
        linear-gradient(155deg, var(--t-blue-d) 0%, var(--t-blue) 100%);
}

.t-hero::before {
    content: '';
    position: absolute;
    inset: -30% -12% auto auto;
    width: min(52vw, 480px);
    height: min(52vw, 480px);
    border-radius: 50%;
    background: oklch(70% 0.16 230 / 0.14);
    pointer-events: none;
}

.t-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(240px, 340px);
    gap: 28px 48px;
    align-items: end;
}

.t-hero-kicker {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: color-mix(in oklch, white 78%, var(--t-blue));
}

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

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

.t-hero-sub {
    margin: 0;
    max-width: 46ch;
    font-size: 16.5px;
    line-height: 1.5;
    color: color-mix(in oklch, white 78%, var(--t-blue));
}

.t-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0;
    padding: 14px 4px;
    border: 1px solid oklch(100% 0 0 / 0.14);
    border-radius: 20px;
    background: oklch(100% 0 0 / 0.06);
    box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.1);
}

.t-hero-stats > div {
    padding: 6px 12px;
    border-left: 1px solid oklch(100% 0 0 / 0.1);
}

.t-hero-stats > div:first-child { border-left: 0; }

.t-hero-stats dt {
    margin: 0 0 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: oklch(100% 0 0 / 0.5);
}

.t-hero-stats dd {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    color: #fff;
}

.t-hero-stats .t-num {
    font-size: clamp(1.7rem, 4vw, 2.35rem);
}

.t-hero-stats .t-num-u {
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    color: var(--t-yellow);
}

/* ─── SIMULATEUR ─────────────────────────────────────────── */
.t-sim-section {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0 0 8px;
    margin-top: -68px;
    border: 0;
}

.t-sim-card {
    --t-sim-p: 25%;
    container-type: inline-size;
    container-name: tsim;
    background: #fff;
    border-radius: 24px;
    padding: 28px 32px 24px;
    border: 1px solid var(--t-line);
    box-shadow:
        0 28px 64px -28px oklch(25% 0.16 260 / 0.45),
        inset 0 1px 0 oklch(100% 0 0 / 0.8);
}

.t-sim-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.t-sim-progress {
    height: 3px;
    margin: 0 0 22px;
    border-radius: 999px;
    background: var(--t-line);
    overflow: hidden;
}
.t-sim-progress span {
    display: block;
    height: 100%;
    width: var(--t-sim-p);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--t-blue), var(--t-yellow));
    box-shadow: 0 0 12px oklch(85% 0.21 85 / 0.45);
    transition: width 0.55s var(--t-ease);
}

.t-sim-title i {
    font-size: 1.15rem;
    color: var(--t-blue);
    width: 44px;
    height: 44px;
    background: oklch(96% 0.03 260);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.t-sim-title strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--t-ink);
}

.t-sim-title span {
    font-size: .82rem;
    color: var(--t-mute);
}

.t-sim-grid {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    gap: 16px;
    align-items: end;
}

.t-sim-step { display: flex; flex-direction: column; gap: 8px; }

.t-step-label {
    font-size: .78rem;
    font-weight: 700;
    color: var(--t-mute);
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.01em;
}

.t-step-n {
    width: 22px;
    height: 22px;
    background: var(--t-yellow);
    color: var(--t-blue);
    border-radius: 999px;
    font-family: var(--t-num-font);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.t-choices { display: flex; flex-wrap: wrap; gap: 6px; }

.t-sim-step--inline {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.t-sim-step--inline .t-step-label { white-space: nowrap; }

.t-choice {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid var(--t-line);
    border-radius: 999px;
    background: #fff;
    font-size: .82rem;
    font-weight: 600;
    color: oklch(40% 0.03 260);
    cursor: pointer;
    transition: border-color .2s var(--t-ease), background .2s var(--t-ease), color .2s var(--t-ease), transform .2s var(--t-ease);
}

.t-choice:hover {
    border-color: color-mix(in oklch, var(--t-blue) 45%, var(--t-line));
    color: var(--t-blue);
}

.t-choice.active {
    border-color: var(--t-blue);
    background: var(--t-blue);
    color: #fff;
}

.t-select {
    width: 100%;
    padding: 12px 36px 12px 14px;
    border: 1px solid var(--t-line);
    border-radius: 14px;
    font-size: .9rem;
    font-family: var(--font-body);
    color: var(--t-ink);
    background: var(--t-wash) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath fill='%231e3a8a' d='M5.5 7L0 0h11z'/%3E%3C/svg%3E") no-repeat right 12px center;
    appearance: none;
    cursor: pointer;
    transition: border-color .18s, box-shadow .18s;
}
.t-select:focus { outline: none; border-color: var(--t-blue); box-shadow: 0 0 0 3px oklch(45% 0.19 260 / 0.15); }
.t-select:disabled { background-color: oklch(98% 0.005 260); color: #94a3b8; cursor: not-allowed; border-color: var(--t-line); }

.t-sim-section .custom-select { position: relative; width: 100%; }

.t-sim-section .custom-select-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 48px;
    padding: 11px 14px;
    border: 1.5px solid oklch(82% 0.05 260);
    border-radius: 14px;
    background: oklch(94% 0.035 260);
    color: var(--t-ink);
    font-family: var(--font-body);
    font-size: .9rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: border-color .2s var(--t-ease), box-shadow .2s var(--t-ease), background .2s var(--t-ease);
}

.t-sim-section .custom-select-trigger:hover:not(:disabled) {
    border-color: var(--t-blue);
    background: oklch(92% 0.05 260);
}

.t-sim-section .custom-select-trigger:focus,
.t-sim-section .custom-select.open .custom-select-trigger {
    outline: none;
    border-color: var(--t-blue);
    background: oklch(98% 0.02 260);
    box-shadow: 0 0 0 4px oklch(45% 0.19 260 / 0.16);
}

.t-sim-section .custom-select-trigger:disabled {
    background: oklch(93% 0.012 260);
    color: oklch(62% 0.03 260);
    border-color: oklch(88% 0.02 260);
    cursor: not-allowed;
    font-weight: 500;
}

.t-sim-section .custom-select-value { flex: 1; }
.t-sim-section .custom-select-arrow {
    font-size: .7rem;
    color: var(--t-blue);
    transition: transform .2s var(--t-ease);
}
.t-sim-section .custom-select.open .custom-select-arrow { transform: rotate(180deg); }

.t-sim-section .custom-select-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: oklch(96% 0.03 260);
    border: 1.5px solid var(--t-blue);
    border-radius: 16px;
    box-shadow:
        0 22px 50px -18px oklch(30% 0.16 260 / 0.45),
        inset 0 1px 0 oklch(100% 0 0 / 0.55);
    z-index: 120;
    overflow: hidden;
}
.t-sim-section .custom-select.open .custom-select-dropdown { display: block; }

.t-sim-section .custom-select-search {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-bottom: 1.5px solid oklch(82% 0.05 260);
    font-family: var(--font-body);
    font-size: .9rem;
    color: var(--t-ink);
    background: oklch(99% 0.01 260);
    outline: none;
}
.t-sim-section .custom-select-search::placeholder { color: oklch(58% 0.03 260); }
.t-sim-section .custom-select-search:focus { border-bottom-color: var(--t-blue); }

.t-sim-section .custom-select:not(.custom-select--searchable) .custom-select-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
}

.t-sim-section .custom-select-list {
    max-height: 240px;
    overflow-y: auto;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: oklch(96% 0.03 260);
    border: 1.5px solid var(--t-blue);
    border-radius: 16px;
    box-shadow: 0 22px 50px -18px oklch(30% 0.16 260 / 0.45);
    z-index: 120;
    display: none;
}
.t-sim-section .custom-select.open .custom-select-list { display: block; }
.t-sim-section .custom-select.open .custom-select-dropdown .custom-select-list {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.t-sim-section .custom-select-option {
    padding: 10px 12px;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: .9rem;
    font-weight: 600;
    color: var(--t-ink);
    background: transparent;
    cursor: pointer;
    transition: background .15s, color .15s;
}
.t-sim-section .custom-select-option + .custom-select-option { margin-top: 2px; }
.t-sim-section .custom-select-option:hover {
    background: oklch(90% 0.05 260);
    color: var(--t-blue);
}
.t-sim-section .custom-select-option[aria-selected="true"],
.t-sim-section .custom-select-option:focus {
    outline: none;
    background: var(--t-blue);
    color: #fff;
}
.t-sim-section .custom-select-option.filtered-out,
.t-sim-section .custom-select-optgroup.filtered-out { display: none !important; }
.t-sim-section .custom-select-optgroup {
    padding: 10px 12px 6px;
    font-size: .72rem;
    font-weight: 800;
    color: var(--t-blue);
    text-transform: uppercase;
    letter-spacing: .08em;
}
.t-sim-section .custom-select-list::-webkit-scrollbar { width: 8px; }
.t-sim-section .custom-select-list::-webkit-scrollbar-track { background: oklch(90% 0.03 260); border-radius: 4px; }
.t-sim-section .custom-select-list::-webkit-scrollbar-thumb { background: var(--t-blue); border-radius: 4px; }

.t-sim-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 16px;
    color: var(--t-mute);
    font-size: .9rem;
    margin-top: 16px;
}
.t-sim-loading[hidden] { display: none !important; }
.t-sim-spinner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--t-line);
    border-top-color: var(--t-blue);
    animation: t-spin 0.7s linear infinite;
}

.t-sim-result {
    margin-top: 22px;
    background:
        radial-gradient(ellipse 80% 120% at 100% 0%, oklch(85% 0.21 85 / 0.18) 0%, transparent 55%),
        linear-gradient(160deg, oklch(97% 0.025 260), oklch(95% 0.04 260));
    border: 1px solid color-mix(in oklch, var(--t-blue) 22%, var(--t-line));
    border-radius: 20px;
    padding: 22px 24px;
    scroll-margin-top: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 20px;
    box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.7);
}

.t-res-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 180px;
}
.t-res-icon { font-size: 1.6rem; color: var(--t-blue); }
.t-res-label {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    color: var(--t-blue);
}
.t-res-device { font-size: .95rem; font-weight: 600; color: var(--t-ink); margin-top: 4px; }

.t-res-price {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 0.2rem;
    color: var(--t-blue);
    white-space: nowrap;
}

.t-amt {
    display: inline-flex;
    align-items: baseline;
    gap: 0.08em;
    white-space: nowrap;
}

.t-res-price > .t-num,
.t-res-price .t-amt .t-num {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    letter-spacing: -0.05em;
    line-height: 0.9;
}

.t-res-price > .t-num-u,
.t-res-price .t-amt .t-num-u {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    color: var(--t-blue);
}

.t-res-price > .t-num-cadence { color: var(--t-mute); }

.t-price-variants {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    white-space: normal;
}

.t-pv-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 148px;
    padding: 8px 14px 10px;
    border-radius: 14px;
    background: oklch(100% 0 0 / 0.62);
    border: 1px solid color-mix(in oklch, var(--t-blue) 14%, var(--t-line));
}

.t-pv-row strong {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.28rem;
    color: var(--t-blue);
    white-space: nowrap;
}

.t-pv-row strong .t-num {
    font-size: clamp(1.85rem, 4vw, 2.55rem);
    letter-spacing: -0.05em;
    line-height: 0.9;
}

.t-pv-row strong .t-num-u {
    font-size: 1.05rem;
}

.t-pv-lbl {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 999px;
}
.t-pv-lbl.basic    { background: oklch(94% 0.04 260); color: var(--t-blue); }
.t-pv-lbl.original { background: var(--t-yellow); color: var(--t-blue); }

.t-stock {
    display: inline-flex;
    align-items: center;
    margin-top: 2px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.t-stock--ok { background: oklch(94% 0.07 145); color: oklch(32% 0.12 145); }
.t-stock--wait { background: oklch(96% 0.06 85); color: oklch(38% 0.1 70); }
.t-stock-note {
    margin: 8px 0 0;
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--t-mute);
}

.t-res-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.t-res-included {
    flex-basis: 100%;
    width: 100%;
    order: 4;
    margin: 2px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid color-mix(in oklch, var(--t-blue) 16%, var(--t-line));
}
.t-res-included[hidden] { display: none !important; }
.t-res-included-kicker {
    margin: 0 0 10px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--t-blue);
}
.t-res-included-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.t-res-included-list li[hidden] { display: none !important; }
.t-res-included-list:has(> li[hidden]) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.t-res-included-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 8px 10px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid color-mix(in oklch, var(--t-blue) 12%, var(--t-line));
    box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.8);
}
.t-res-included-list li[data-include="glass"] {
    background: oklch(97% 0.06 85);
    border-color: color-mix(in oklch, var(--t-yellow) 55%, white);
}
.t-res-included-ico {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: oklch(94% 0.04 260);
    color: var(--t-blue);
    font-size: .92rem;
}
.t-res-included-ico--gift {
    background: var(--t-yellow);
    color: var(--t-blue);
}
.t-res-included-list strong {
    display: block;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--t-ink);
    line-height: 1.15;
}
.t-res-included-list em {
    display: block;
    margin-top: 1px;
    font-style: normal;
    font-size: .72rem;
    font-weight: 600;
    color: var(--t-mute);
}
.t-res-included-list li[data-include="glass"] em {
    color: var(--t-blue);
    font-weight: 800;
}
.t-star {
    font-size: .72em;
    font-weight: 800;
    margin-left: 1px;
    line-height: 0;
}
.t-res-included-legal {
    margin: 10px 2px 0;
    font-size: .72rem;
    font-weight: 600;
    color: var(--t-mute);
    letter-spacing: -0.01em;
}
.t-res-included-legal[hidden] { display: none !important; }

.t-btn-rdv,
.t-btn-tel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 9px 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: .88rem;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: transform .2s var(--t-ease), background .2s, opacity .2s;
}
.t-btn-rdv { background: var(--t-blue); color: #fff; }
.t-btn-rdv:hover { background: var(--t-blue-d); transform: translateY(-1px); }
.t-btn-tel { background: var(--t-yellow); color: var(--t-blue); }
.t-btn-tel:hover { opacity: .9; transform: translateY(-1px); }

.t-sim-tech-note {
    margin-top: 16px;
    border-radius: 16px;
    background: oklch(97% 0.02 260);
    border: 1px solid var(--t-line);
    text-align: left;
    overflow: hidden;
}
.t-sim-tech-note[open] {
    border-color: color-mix(in oklch, var(--t-blue) 28%, var(--t-line));
    box-shadow: 0 8px 24px -16px oklch(35% 0.14 260 / 0.4);
}
.t-sim-tech-note__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    padding: 12px 16px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.t-sim-tech-note__summary::-webkit-details-marker { display: none; }
.t-sim-tech-note__summary::marker { content: ''; }
.t-sim-tech-note__summary:hover { background: oklch(100% 0 0 / 0.45); }
.t-sim-tech-note__summary-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--t-blue);
}
.t-sim-tech-note__summary-label i { font-size: 1rem; opacity: 0.9; }
.t-sim-tech-note__summary-hint {
    flex: 1 1 auto;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--t-mute);
    min-width: 0;
}
@media (max-width: 520px) {
    .t-sim-tech-note__summary-hint { flex-basis: 100%; padding-left: 1.65rem; }
}
.t-sim-tech-note__chev {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
    color: var(--t-blue);
    transition: transform 0.25s var(--t-ease), background 0.2s, color 0.2s;
}
.t-sim-tech-note__chev i { font-size: 11px; }
.t-sim-tech-note[open] .t-sim-tech-note__chev {
    transform: rotate(180deg);
    background: var(--t-blue);
    color: #fff;
}
.t-sim-tech-note__panel {
    padding: 0 16px 14px;
    border-top: 1px solid var(--t-line);
}
.t-sim-tech-note__inner { padding-top: 12px; }
.t-sim-tech-note__text {
    font-size: 0.875rem;
    line-height: 1.55;
    color: oklch(35% 0.03 260);
}
.t-sim-tech-note__text p { margin: 0 0 0.65em; }
.t-sim-tech-note__text p:last-child { margin-bottom: 0; }
.t-sim-tech-note__apple {
    padding-top: 0.35rem;
    border-top: 1px dashed color-mix(in oklch, var(--t-blue) 25%, transparent);
    margin-top: 0.75rem !important;
}
.t-sim-tech-note__apple a {
    color: var(--t-blue);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.t-sim-tech-note__legal {
    font-size: 0.8rem !important;
    color: var(--t-mute) !important;
    margin-top: 0.75rem !important;
}

.t-sim-cta {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--t-line);
    text-align: center;
}
.t-sim-cta-text {
    font-size: .88rem;
    color: var(--t-mute);
    margin-bottom: 12px;
}
.t-sim-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--t-blue);
    color: #fff;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: .95rem;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: background .2s, transform .15s var(--t-ease);
}
.t-sim-cta-btn:hover {
    background: var(--t-blue-d);
    transform: translateY(-1px);
}

/* ─── POURQUOI ───────────────────────────────────────────── */
.t-pourquoi-section {
    padding: 56px 0 8px;
    background: var(--t-wash);
    border: 0;
}
.t-pourquoi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 1000px;
    margin: 0 auto;
}
.t-pourquoi-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid var(--t-line);
    box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.8);
    transition: box-shadow .25s var(--t-ease), transform .25s var(--t-ease);
}
.t-pourquoi-card:hover {
    box-shadow: 0 16px 40px -28px oklch(25% 0.12 260 / 0.35);
    transform: translateY(-2px);
}
.t-pourquoi-icon {
    width: 44px;
    height: 44px;
    background: var(--t-blue);
    color: var(--t-yellow);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 16px;
}
.t-pourquoi-card h3 {
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--t-ink);
    margin-bottom: 14px;
    line-height: 1.3;
}
.t-pourquoi-card ul { list-style: none; padding: 0; margin: 0; }
.t-pourquoi-card li {
    font-size: .9rem;
    color: var(--t-mute);
    line-height: 1.6;
    padding: 7px 0;
    border-top: 1px solid var(--t-line);
}
.t-pourquoi-card li:first-child { border-top: 0; padding-top: 0; }
.t-pourquoi-card li strong { color: var(--t-ink); }

/* ─── FAQ ────────────────────────────────────────────────── */
.t-faq-section {
    padding: 48px 0 56px;
    background: var(--t-wash);
    border: 0;
}
.t-faq-head { text-align: center; margin-bottom: 28px; }
.t-faq-eyebrow {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--t-blue);
    margin-bottom: 8px;
}
.t-faq-head h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 3vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    color: var(--t-ink);
}
.t-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 1000px;
    margin: 0 auto;
}
.t-faq-item {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--t-line);
    overflow: hidden;
    transition: border-color .2s var(--t-ease), box-shadow .2s var(--t-ease);
}
.t-faq-item.open {
    border-color: color-mix(in oklch, var(--t-blue) 35%, var(--t-line));
    box-shadow: 0 10px 28px -20px oklch(35% 0.14 260 / 0.45);
}
.t-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 12px;
    font-family: inherit;
}
.t-faq-q-text { font-size: .92rem; font-weight: 700; color: var(--t-ink); }
.t-faq-icon {
    width: 26px; height: 26px;
    background: var(--t-wash);
    border-radius: 999px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}
.t-faq-icon i { font-size: 11px; color: var(--t-mute); transition: transform .25s var(--t-ease); }
.t-faq-item.open .t-faq-icon { background: var(--t-blue); }
.t-faq-item.open .t-faq-icon i { color: #fff; transform: rotate(45deg); }
.t-faq-body {
    height: 0;
    overflow: hidden;
    transition: height .35s var(--t-ease);
}
.t-faq-item.open .t-faq-body { height: auto; }
.t-faq-a { padding: 0 18px 16px; font-size: .88rem; color: var(--t-mute); line-height: 1.6; }

/* ─── CATALOGUE ──────────────────────────────────────────── */
.t-catalogue { padding: 28px 0 64px; background: #fff; }
.t-cat-header { text-align: center; margin-bottom: 28px; }
.t-cat-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--t-ink);
    margin-bottom: 6px;
}
.t-cat-header p { color: var(--t-mute); }

.t-brand-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    justify-content: center;
}
.t-brand-btn {
    display: flex; align-items: center; gap: 7px;
    padding: 8px 16px;
    border: 1px solid var(--t-line);
    border-radius: 999px;
    background: #fff;
    font-size: .86rem;
    font-weight: 700;
    color: oklch(42% 0.03 260);
    cursor: pointer;
    transition: background .2s var(--t-ease), border-color .2s, color .2s;
}
.t-brand-btn:hover { border-color: var(--t-blue); color: var(--t-blue); }
.t-brand-btn.active {
    background: var(--t-blue);
    border-color: var(--t-blue);
    color: var(--t-yellow);
}
.t-brand-panel { display: none; }
.t-brand-panel.active { display: block; }

.t-svc-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--t-line);
}
.t-svc-btn {
    display: flex; align-items: center; gap: 7px;
    padding: 10px 16px;
    border: none; background: transparent;
    font-size: .86rem; font-weight: 700;
    color: var(--t-mute); cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color .18s, border-color .18s;
}
.t-svc-btn:hover { color: var(--t-blue); }
.t-svc-btn.active { color: var(--t-blue); border-bottom-color: var(--t-yellow); }
.t-svc-badge {
    font-size: .65rem;
    background: var(--t-yellow);
    color: var(--t-blue);
    padding: 2px 7px; border-radius: 999px; font-weight: 800;
}
.t-svc-panel { display: none; }
.t-svc-panel.active { display: block; }

.t-promo {
    display: inline-flex; align-items: center; gap: 7px;
    flex-wrap: wrap;
    background: oklch(97% 0.05 85);
    border: 1px solid color-mix(in oklch, var(--t-yellow) 55%, white);
    color: var(--t-blue);
    padding: 7px 14px; border-radius: 999px;
    font-size: .83rem; font-weight: 700; margin-bottom: 16px;
}
.t-promo-legal {
    font-weight: 600;
    font-size: .72rem;
    color: var(--t-mute);
}

.t-grid {
    border: 1px solid var(--t-line);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}
.t-grid-head {
    display: grid;
    padding: 12px 18px;
    background: var(--t-blue);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: oklch(100% 0 0 / 0.72);
}
.t-grid.quality .t-grid-head { grid-template-columns: 1fr 108px 108px; }
.t-grid:not(.quality) .t-grid-head { grid-template-columns: 1fr 108px; }
.t-col-basic  { text-align: center; color: oklch(85% 0.08 250); }
.t-col-orig   { text-align: center; color: var(--t-yellow); }
.t-col-price  { text-align: center; color: #fff; }

.t-grid-row {
    display: grid;
    padding: 12px 18px;
    align-items: center;
    border-top: 1px solid var(--t-line);
    background: #fff;
    transition: background .15s;
}
.t-grid.quality .t-grid-row    { grid-template-columns: 1fr 108px 108px; }
.t-grid:not(.quality) .t-grid-row { grid-template-columns: 1fr 108px; }
.t-grid-row:nth-child(even) { background: var(--t-wash); }
.t-grid-row:hover { background: oklch(96% 0.03 260); }

.t-model-name { font-size: .88rem; font-weight: 600; color: var(--t-ink); }
.t-col-basic, .t-col-orig, .t-col-price { text-align: center; }

.t-pill {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 1px;
    padding: 4px 10px;
    border-radius: 999px;
    min-width: 64px;
}
.t-pill .t-num {
    font-size: 1.05rem;
}
.t-pill .t-num-u {
    font-size: .72rem;
    letter-spacing: -0.02em;
}
.t-pill.basic { background: oklch(94% 0.04 260); color: var(--t-blue); }
.t-pill.orig  { background: oklch(96% 0.08 85); color: var(--t-blue); }
.t-pill.norm  { background: oklch(94% 0.04 260); color: var(--t-blue); }
.t-na { color: #94a3b8; font-size: .82rem; }

/* ─── CTA ────────────────────────────────────────────────── */
.t-cta { background: #fff; padding: 8px 0 56px; }
.t-cta-box {
    background:
        radial-gradient(ellipse 60% 80% at 100% 0%, oklch(85% 0.21 85 / 0.16) 0%, transparent 50%),
        linear-gradient(155deg, var(--t-blue-d), var(--t-blue));
    border-radius: 24px;
    padding: 36px 36px;
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    box-shadow: 0 24px 56px -28px oklch(25% 0.16 260 / 0.5);
}
.t-cta-text { flex: 1; min-width: 200px; }
.t-cta-text h2 {
    font-family: var(--font-heading);
    color: #fff;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    letter-spacing: -0.03em;
    margin-bottom: 6px;
}
.t-cta-text p  { color: oklch(100% 0 0 / 0.68); margin: 0; font-size: .92rem; }
.t-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }
.t-cta-btns .btn-primary {
    background: var(--t-yellow);
    color: var(--t-blue);
    font-weight: 800;
    border-radius: 999px !important;
}
.t-cta-btns .btn-primary:hover { opacity: .92; }
.t-cta-btns .btn-outline {
    border-color: oklch(100% 0 0 / 0.35);
    color: #fff;
    border-radius: 999px;
}
.t-cta-btns .btn-outline:hover { border-color: var(--t-yellow); color: var(--t-yellow); }

/* ============================================================
   MOTION 2026 — @property, spring linear(), @starting-style,
   scroll-driven, aurora, shine. Respecte prefers-reduced-motion.
============================================================ */
@property --t-aurora-x {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}
@property --t-aurora-y {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}

.t-page {
    --t-spring: linear(
        0, 0.009, 0.035 2.2%, 0.141 4.7%, 0.723 12.9%, 0.938 16.5%,
        1.017 18.6%, 1.046, 1.066 22.5%, 1.073, 1.072 25.6%, 1.057 27.7%,
        1.032 30.3%, 0.996 34.3%, 0.983, 0.974 38.5%, 0.973 41.2%,
        0.978 44.2%, 1 53.1%, 1.008 59.7%, 1.008 63.5%, 1 76.3%
    );
}

.t-hero::after {
    content: '';
    position: absolute;
    width: min(55vw, 520px);
    height: min(55vw, 520px);
    left: -12%;
    bottom: -28%;
    border-radius: 50%;
    background: oklch(85% 0.21 85 / 0.22);
    filter: blur(48px);
    pointer-events: none;
    animation: t-aurora 16s ease-in-out infinite;
}

.t-hero::before {
    animation: t-aurora 22s ease-in-out infinite reverse;
}

@keyframes t-aurora {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.65; }
    50% { transform: translate3d(10%, -8%, 0) scale(1.18); opacity: 1; }
}

.t-hero-kicker { animation: t-rise 700ms var(--t-ease) both; }
.t-hero h1 { animation: t-rise 780ms 60ms var(--t-ease) both; }
.t-hero-sub { animation: t-rise 780ms 140ms var(--t-ease) both; }
.t-hero-stats { animation: t-card 900ms 180ms var(--t-spring) both; }
.t-hero-stats > div:nth-child(1) .t-num { animation: t-digit-pop 0.5s 280ms var(--t-spring) both; }
.t-hero-stats > div:nth-child(2) .t-num { animation: t-digit-pop 0.5s 360ms var(--t-spring) both; }
.t-hero-stats > div:nth-child(3) .t-num { animation: t-digit-pop 0.5s 440ms var(--t-spring) both; }

.t-hero h1 em {
    position: relative;
}
.t-hero h1 em::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.08em;
    height: 0.07em;
    background: color-mix(in oklch, var(--t-yellow) 70%, white);
    opacity: 0.7;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: left;
    animation: t-underline 640ms 420ms var(--t-ease) forwards;
}

.t-sim-card { animation: t-card 900ms 220ms var(--t-spring) both; }

@keyframes t-rise {
    from { opacity: 0; translate: 0 22px; }
    to   { opacity: 1; translate: 0 0; }
}
@keyframes t-card {
    from { opacity: 0; transform: translateY(28px) scale(0.97); }
    to   { opacity: 1; transform: none; }
}
@keyframes t-underline {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}
@keyframes t-digit-pop {
    from { opacity: 0; transform: translateY(10px) scale(0.86); }
    to   { opacity: 1; transform: none; }
}
@keyframes t-spin {
    to { transform: rotate(360deg); }
}
@keyframes t-step-pop {
    from { transform: scale(0.7); }
    to   { transform: none; }
}
@keyframes t-shine {
    from { background-position: 200% 0; }
    to   { background-position: -200% 0; }
}

.t-sim-step.is-filled .t-step-n {
    background: var(--t-blue);
    color: var(--t-yellow);
    animation: t-step-pop 0.42s var(--t-spring) both;
}

.t-sim-result {
    opacity: 1;
    transform: none;
    transition:
        display 420ms allow-discrete,
        overlay 420ms allow-discrete,
        opacity 420ms var(--t-spring),
        transform 420ms var(--t-spring);
}
.t-sim-result[hidden] {
    display: none !important;
    opacity: 0;
    transform: translateY(14px) scale(0.97);
}
@starting-style {
    .t-sim-result:not([hidden]) {
        opacity: 0;
        transform: translateY(14px) scale(0.97);
    }
}
.t-sim-result .t-num,
.t-sim-result .t-num-u {
    animation: t-digit-pop 0.42s var(--t-spring) both;
}

.t-btn-rdv,
.t-btn-tel,
.t-sim-cta-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.t-btn-rdv::after,
.t-btn-tel::after,
.t-sim-cta-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 30%, oklch(99% 0.01 260 / 0.45) 50%, transparent 70%);
    transform: translateX(-130%) skewX(-16deg);
    transition: transform 520ms var(--t-ease);
    pointer-events: none;
}
.t-btn-rdv:hover::after,
.t-btn-tel:hover::after,
.t-sim-cta-btn:hover::after {
    transform: translateX(130%) skewX(-16deg);
}
.t-btn-rdv > *,
.t-btn-tel > *,
.t-sim-cta-btn > * {
    position: relative;
    z-index: 1;
}

.t-cta-btns .btn-primary {
    background-size: 220% 100%;
    background-image: linear-gradient(105deg, var(--t-yellow) 35%, oklch(96% 0.08 85) 50%, var(--t-yellow) 65%);
}
.t-cta-btns .btn-primary:hover {
    animation: t-shine 1.1s var(--t-ease);
}

.t-catalogue {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
}

@supports (animation-timeline: view()) {
    .t-pourquoi-card,
    .t-faq-item,
    .t-cat-header,
    .t-grid,
    .t-cta-box {
        animation: t-rise linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 40%;
    }
    html.menu-open .t-pourquoi-card,
    html.menu-open .t-faq-item,
    html.menu-open .t-cat-header,
    html.menu-open .t-grid,
    html.menu-open .t-cta-box {
        animation-play-state: paused !important;
    }
}

@container tsim (max-width: 640px) {
    .t-sim-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .t-brand-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        justify-content: flex-start;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }
    .t-brand-tabs::-webkit-scrollbar { display: none; }
    .t-brand-btn { scroll-snap-align: start; flex-shrink: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .t-hero::before,
    .t-hero::after,
    .t-hero-kicker,
    .t-hero h1,
    .t-hero-sub,
    .t-hero-stats,
    .t-hero-stats .t-num,
    .t-hero h1 em::after,
    .t-sim-card,
    .t-sim-step.is-filled .t-step-n,
    .t-sim-result .t-num,
    .t-sim-result .t-num-u,
    .t-sim-spinner,
    .t-pourquoi-card,
    .t-faq-item,
    .t-cat-header,
    .t-grid,
    .t-cta-box {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }
    .t-sim-result,
    .t-sim-progress span {
        transition: none !important;
    }
}

@media (max-width: 900px) {
    .t-hero-inner { grid-template-columns: 1fr; gap: 22px; }
    .t-hero-stats { max-width: 420px; }
    .t-sim-grid { grid-template-columns: 1fr 1fr; }
    .t-sim-step--inline { flex-direction: column; align-items: flex-start; }
    .t-res-included-list,
    .t-res-included-list:has(> li[hidden]) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .t-pourquoi-grid,
    .t-faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .t-hero { padding: 24px 0 78px; }
    .t-hero h1 { font-size: clamp(26px, 8vw, 34px); }
    .t-hero-sub { font-size: 15px; }
    .t-sim-section { margin-top: -58px; }
    .t-sim-card { padding: 20px 16px 18px; border-radius: 20px; }
    .t-sim-grid { grid-template-columns: 1fr; }
    .t-sim-step--inline { flex-direction: column; align-items: flex-start; }
    .t-sim-result { flex-direction: column; align-items: flex-start; }
    .t-price-variants { width: 100%; }
    .t-res-price > .t-num { font-size: 2.4rem; }
    .t-grid.quality .t-grid-head,
    .t-grid.quality .t-grid-row { grid-template-columns: 1fr 80px 80px; }
    .t-brand-btn span { display: none; }
    .t-brand-btn { padding: 8px 12px; }
    .t-svc-badge { display: none; }
    .t-cta-box { flex-direction: column; text-align: center; padding: 28px 20px; }
    .t-cta-btns { justify-content: center; }
}

@media (max-width: 420px) {
    .t-hero-stats { grid-template-columns: repeat(3, 1fr); padding: 10px 2px; }
    .t-hero-stats > div { padding: 4px 8px; }
    .t-hero-stats .t-num { font-size: 1.45rem; }
    .t-grid.quality .t-grid-head,
    .t-grid.quality .t-grid-row { grid-template-columns: 1fr 70px 70px; }
    .t-pill { min-width: 48px; padding: 3px 6px; }
    .t-pill .t-num { font-size: .95rem; }
}
