/* ==========================================================================
   PowerLoxx Fitness — pages intérieures (hero de page, FAQ, galerie, équipe,
   coaching, formulaires, contact + globe, légal, landings)
   ========================================================================== */

/* --- Hero de page --- */
.phero { position: relative; overflow: hidden; display: grid; align-items: end; min-height: 78vh; padding-top: calc(var(--nav-h) + 60px); padding-bottom: clamp(48px, 7vw, 96px); }
.phero--compact { min-height: 62vh; }
.phero--dark { background: var(--dark); color: #fff; }
.phero--light { background: var(--bg); color: var(--ink); min-height: 0; padding-top: calc(var(--nav-h) + 96px); padding-bottom: clamp(32px, 5vw, 64px); }
.phero__media { position: absolute; inset: 0; }
.phero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); filter: brightness(0.8); }
.phero__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8, 8, 9, 0.96) 0%, rgba(8, 8, 9, 0.7) 45%, rgba(8, 8, 9, 0.45) 100%); }
.phero__inner { position: relative; z-index: 1; max-width: 900px; }
.phero__inner--center { max-width: 860px; margin-inline: auto; text-align: center; }
.phero:has(.phero__inner--center) { align-items: center; padding-top: calc(var(--nav-h) + 110px); }
.phero__inner--center .eyebrow::before { display: none; }
.phero__inner--center .phero__text { margin-inline: auto; }
.phero__inner--center .phero__actions { justify-content: center; }
.phero__title { font-size: clamp(2.6rem, 6.4vw, 5.6rem); font-weight: 640; letter-spacing: -0.035em; line-height: 0.98; margin-bottom: 24px; text-wrap: balance; }
.phero--dark .phero__text { color: rgba(255, 255, 255, 0.76); }
.phero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
[data-phero-eyebrow], [data-phero-text], [data-phero-actions] { opacity: 0; }
.is-static [data-phero-eyebrow], .is-static [data-phero-text], .is-static [data-phero-actions] { opacity: 1; }
.is-static .phero { min-height: 0; }
.is-static .phero--dark.has-img { min-height: 640px; }
@media (prefers-reduced-motion: reduce) { [data-phero-eyebrow], [data-phero-text], [data-phero-actions] { opacity: 1; } }
@media (max-width: 700px) { .phero { min-height: 70vh; } .phero__actions .btn { width: 100%; justify-content: space-between; } }

/* --- Zones (fitness) --- */
.zones__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.zone__link { display: flex; flex-direction: column; height: 100%; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform 0.6s var(--ease-expo), box-shadow 0.6s var(--ease-expo); }
.zone__link:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.35); }
.zone__media { aspect-ratio: 4 / 3; overflow: hidden; }
.zone__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.2s var(--ease-expo); }
.zone__link:hover .zone__media img { transform: scale(1); }
.zone__body { display: flex; flex-direction: column; gap: 10px; padding: 26px; flex: 1; }
.zone__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.zone__num { font-size: 0.75rem; letter-spacing: 0.14em; color: var(--ink-3); }
.zone__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--red-soft); color: var(--red); }
.zone__icon .icon { width: 19px; height: 19px; }
.zone__title { font-size: 1.4rem; font-weight: 620; letter-spacing: -0.02em; }
.zone__text { color: var(--ink-2); font-size: 0.95rem; flex: 1; }
.zone__body .link-arrow { align-self: flex-start; margin-top: 10px; }
@media (max-width: 900px) { .zones__grid { grid-template-columns: 1fr; } }

/* --- About (fitness) --- */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.about__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; }
.about__media img { width: 100%; height: 100%; object-fit: cover; }
.about__tag { position: absolute; left: 22px; bottom: 22px; padding: 12px 18px; border-radius: var(--pill); background: rgba(255, 255, 255, 0.92); color: var(--ink); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.prose--dark { color: var(--on-dark-2); }
.prose--dark .lead { color: var(--on-dark); }
.about__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
@media (max-width: 900px) { .about__grid { grid-template-columns: 1fr; } .about__media { aspect-ratio: 4 / 3; } }

/* --- Sponsors --- */
.sponsors__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sponsor { border-radius: var(--radius-sm); overflow: hidden; background: #fff; border: 1px solid var(--line); aspect-ratio: 16 / 9; transition: transform 0.5s var(--ease-expo), box-shadow 0.5s; }
.sponsor:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -28px rgba(0, 0, 0, 0.4); }
.sponsor img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .sponsors__grid { grid-template-columns: repeat(2, 1fr); } }

/* --- Galerie + lightbox --- */
.gallery__grid { columns: 3; column-gap: 14px; }
.gallery__item { display: block; break-inside: avoid; margin-bottom: 14px; border-radius: var(--radius-sm); overflow: hidden; }
.gallery__item img { width: 100%; height: auto; transform: scale(1.02); transition: transform 1s var(--ease-expo), filter 0.5s; }
.gallery__item:hover img { transform: scale(1.06); filter: brightness(0.9); }
@media (max-width: 900px) { .gallery__grid { columns: 2; } }
@media (max-width: 520px) { .gallery__grid { columns: 1; } }
.lightbox { position: fixed; inset: 0; z-index: 850; display: grid; place-items: center; background: rgba(8, 8, 9, 0.94); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity 0.4s, visibility 0.4s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__fig { max-width: min(1400px, 92vw); max-height: 86vh; }
.lightbox__fig img { max-width: 100%; max-height: 86vh; border-radius: var(--radius-sm); object-fit: contain; }
.lightbox__close, .lightbox__nav { position: absolute; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.06); transition: background 0.3s; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--red); border-color: var(--red); }
.lightbox__close { top: 24px; right: 24px; }
.lightbox__nav--prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox__count { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; letter-spacing: 0.14em; }
.lightbox .icon { width: 22px; height: 22px; }

/* --- Nouveautés (tarifs / landings) --- */
.news__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.news__grid .lead { margin: 22px 0 32px; }
.news__list { display: grid; gap: 12px; }
.news__list li { display: flex; align-items: center; gap: 18px; padding: 18px 22px; border-radius: var(--radius-sm); background: var(--dark-2); border: 1px solid var(--line-dark); font-weight: 520; }
.news__icon { display: grid; place-items: center; flex: none; width: 42px; height: 42px; border-radius: 12px; background: rgba(225, 6, 0, 0.16); color: var(--red); }
.news__icon .icon { width: 20px; height: 20px; }
@media (max-width: 900px) { .news__grid { grid-template-columns: 1fr; } }

/* --- FAQ --- */
.faq__grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.faq__head { position: sticky; top: 120px; }
.faq__head .lead { margin: 22px 0 28px; }
.faq__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.section--dark .faq__item { border-color: var(--line-dark); }
.faq__q { display: flex; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-weight: 600; font-size: 1.08rem; letter-spacing: -0.01em; transition: color 0.3s; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--red); }
.faq__num { font-size: 0.72rem; letter-spacing: 0.14em; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.faq__qt { flex: 1; }
.faq__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-strong); flex: none; transition: transform 0.5s var(--ease-expo), background 0.3s, color 0.3s, border-color 0.3s; }
.faq__icon .icon { width: 18px; height: 18px; }
.faq__item[open] .faq__icon { transform: rotate(45deg); background: var(--red); border-color: var(--red); color: #fff; }
.faq__a { overflow: hidden; height: 0; }
.faq__a-inner { padding: 0 0 26px 40px; color: var(--ink-2); }
.faq__a-inner p + p, .faq__a-inner ul { margin-top: 12px; }
.faq__a-inner ul { padding-left: 18px; list-style: disc; }
.faq__a-inner a { color: var(--red); font-weight: 560; border-bottom: 1px solid currentColor; }
.section--dark .faq__a-inner { color: var(--on-dark-2); }
.is-static .faq__item[open] .faq__a { height: auto; }
@media (max-width: 900px) { .faq__grid { grid-template-columns: 1fr; } .faq__head { position: static; } .faq__a-inner { padding-left: 0; } }

/* --- Équipe --- */
.team__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.member { display: flex; flex-direction: column; gap: 16px; }
.member__media { aspect-ratio: 3 / 4; border-radius: var(--radius); overflow: hidden; background: var(--dark); }
.member__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); filter: saturate(0.9); transition: transform 1.1s var(--ease-expo), filter 0.6s; }
.member:hover .member__media img { transform: scale(1.08); filter: saturate(1.05); }
.member__body { display: grid; gap: 4px; padding: 0 6px; }
.member__num { font-size: 0.72rem; letter-spacing: 0.14em; color: var(--red); font-weight: 600; }
.member__name { font-size: 1.15rem; font-weight: 620; letter-spacing: -0.015em; }
.member__role { font-size: 0.85rem; color: var(--ink-3); }
@media (max-width: 1100px) { .team__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .team__grid { grid-template-columns: repeat(2, 1fr); } }
.dna--compact .dna__stage { max-height: 480px; }

/* --- Avis (page) --- */
.testimonials__grid { columns: 3; column-gap: 16px; }
.testimonials__grid .review { display: flex; break-inside: avoid; margin-bottom: 16px; }
.review--light { background: #fff; border-color: var(--line); color: var(--ink); }
.review--light .review__text { color: var(--ink-2); }
.review--light .review__role { color: var(--ink-3); }
.review--cta { background: var(--dark); color: var(--on-dark); border-color: var(--dark); gap: 14px; }
.review--cta .h3 { font-size: 1.5rem; font-weight: 620; letter-spacing: -0.02em; line-height: 1.15; }
.review--cta p { color: var(--on-dark-2); }
@media (max-width: 1000px) { .testimonials__grid { columns: 2; } }
@media (max-width: 640px) { .testimonials__grid { columns: 1; } }

/* --- Coaching --- */
.coach__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.coach__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3 / 4; }
.coach__media img { width: 100%; height: 100%; object-fit: cover; }
.coach__badge { position: absolute; right: 20px; bottom: 20px; display: grid; padding: 16px 20px; border-radius: var(--radius-sm); background: var(--red); color: #fff; }
.coach__badge span { font-size: 1.5rem; font-weight: 700; letter-spacing: 0.04em; }
.coach__badge small { font-size: 0.72rem; opacity: 0.85; }
.coach__content .lead { margin-top: 22px; }
.coach__facts { display: grid; gap: 0; margin: 32px 0; }
.coach__facts div { display: grid; grid-template-columns: 200px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); }
.coach__facts dt { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.coach__facts dd { color: var(--ink-2); }
.coach__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.coach__stats li { padding: 20px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); }
.coach__stat-value { display: block; font-size: 2.4rem; font-weight: 660; letter-spacing: -0.04em; line-height: 1; color: var(--red); }
.coach__stat-label { display: block; margin-top: 6px; font-size: 0.82rem; color: var(--ink-3); }
@media (max-width: 900px) { .coach__grid { grid-template-columns: 1fr; } .coach__facts div { grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 560px) { .coach__stats { grid-template-columns: 1fr; } }
.cplans__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cplan { display: flex; flex-direction: column; gap: 8px; padding: 28px 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: transform 0.6s var(--ease-expo), box-shadow 0.6s; }
.cplan:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3); }
.cplan--featured { background: var(--dark); color: var(--on-dark); border-color: var(--dark); }
.cplan__name { font-size: 1.15rem; font-weight: 620; letter-spacing: -0.015em; }
.cplan__detail { font-size: 0.9rem; color: var(--ink-3); flex: 1; }
.cplan--featured .cplan__detail { color: var(--on-dark-2); }
.cplan__price { display: flex; align-items: baseline; gap: 6px; margin: 18px 0 20px; }
.cplan__prefix { font-size: 0.8rem; font-weight: 600; color: var(--red); }
.cplan__currency { font-size: 0.9rem; color: var(--ink-3); }
.cplan__amount { font-size: 2.4rem; font-weight: 660; letter-spacing: -0.04em; line-height: 1; }
.cplan__btn { justify-content: space-between; }
@media (max-width: 1000px) { .cplans__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cplans__grid { grid-template-columns: 1fr; } }

/* --- Plans (variantes) --- */
.plans--3 { grid-template-columns: repeat(3, 1fr); max-width: 1100px; margin-inline: auto; }
.plans--2 { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-inline: auto; }
.plan__title { font-size: 1.35rem; font-weight: 620; letter-spacing: -0.02em; }
.plan__save { font-size: 0.85rem; color: var(--ink-2); }
.plan--featured .plan__save { color: var(--on-dark-2); }
.plan__text { font-size: 0.9rem; color: var(--ink-2); margin: 10px 0 24px; flex: 1; }
.plan--featured .plan__text { color: var(--on-dark-2); }
.plan__gift { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--red-soft); color: var(--red); margin-bottom: 12px; }
.plan--featured .plan__gift { background: rgba(255, 255, 255, 0.12); color: #fff; }
.plan__gift .icon { width: 20px; height: 20px; }
.gifts__legal, .offers__note { margin-top: 28px; text-align: center; font-size: 0.85rem; color: var(--ink-3); }
.gifts__legal a { color: var(--ink); border-bottom: 1px solid var(--line-strong); }
@media (max-width: 900px) { .plans--3, .plans--2 { grid-template-columns: 1fr; max-width: 520px; } }

/* --- Étapes (bons cadeaux, merci) --- */
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.steps__grid--vertical { grid-template-columns: 1fr; gap: 12px; }
.step { display: grid; gap: 10px; padding: 30px 28px; border-radius: var(--radius); background: var(--dark-2); border: 1px solid var(--line-dark); }
.step--light { background: #fff; border-color: var(--line); color: var(--ink); }
.step__num { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; color: var(--red); }
.step h3 { font-size: 1.25rem; font-weight: 620; letter-spacing: -0.02em; }
.step p { color: var(--on-dark-2); font-size: 0.95rem; }
.step--light p { color: var(--ink-2); }
.step--light a { color: var(--red); font-weight: 560; border-bottom: 1px solid currentColor; }
@media (max-width: 900px) { .steps__grid { grid-template-columns: 1fr; } }
.thanks { min-height: 72vh; align-items: center; }
.thanks__glow { position: absolute; left: 50%; top: 30%; width: 70vw; height: 70vw; max-width: 900px; max-height: 900px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(225, 6, 0, 0.35), transparent 65%); filter: blur(20px); pointer-events: none; }
.thanks-steps { padding-top: 56px; }
.thanks__sign { margin-top: 40px; text-align: center; font-size: 1.15rem; line-height: 1.6; }

/* --- Partenariat / aide --- */
.partner__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.partner__actions { margin-top: 28px; }
@media (max-width: 900px) { .partner__grid { grid-template-columns: 1fr; } }
.help__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.help__card { display: flex; flex-direction: column; gap: 12px; padding: 34px 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: transform 0.6s var(--ease-expo), box-shadow 0.6s; }
.help__card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3); }
.help__card--dark { background: var(--dark); color: var(--on-dark); border-color: var(--dark); }
.help__card--red { background: var(--red); color: #fff; border-color: var(--red); }
.help__card h3 { font-size: 1.4rem; font-weight: 620; letter-spacing: -0.02em; }
.help__card p { flex: 1; color: var(--ink-2); }
.help__card--dark p { color: var(--on-dark-2); }
.help__card--red p { color: rgba(255, 255, 255, 0.85); }
.help__card .link-arrow { align-self: flex-start; }
.help__card--red .link-arrow { color: #fff; border-color: rgba(255, 255, 255, 0.4); }
.help__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--red-soft); color: var(--red); margin-bottom: 8px; }
.help__card--dark .help__icon, .help__card--red .help__icon { background: rgba(255, 255, 255, 0.12); color: #fff; }
.help__icon .icon { width: 22px; height: 22px; }
@media (max-width: 700px) { .help__grid { grid-template-columns: 1fr; } }

/* --- App page --- */
.apphero { min-height: 100vh; align-items: center; padding-top: calc(var(--nav-h) + 80px); overflow: hidden; }
.is-static .apphero { min-height: 860px; }
.apphero__glow { position: absolute; right: -10%; top: -10%; width: 70vw; height: 70vw; max-width: 1000px; max-height: 1000px; border-radius: 50%; background: radial-gradient(circle, rgba(225, 6, 0, 0.3), transparent 65%); filter: blur(30px); pointer-events: none; }
.apphero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.apphero__media { position: relative; height: clamp(560px, 70vh, 760px); }
.apphero__phone { position: absolute; top: 50%; filter: drop-shadow(0 50px 80px rgba(0, 0, 0, 0.6)); }
.apphero__phone img { width: 100%; height: auto; }
.apphero__phone--main { left: 22%; width: 52%; max-width: 330px; transform: translateY(-50%); z-index: 2; }
.apphero__phone--back { left: 58%; width: 42%; max-width: 270px; transform: translateY(-42%) rotate(8deg); opacity: 0.9; z-index: 1; }
.apphero__float { position: absolute; z-index: 3; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5)); }
.apphero__float img { width: 100%; height: auto; }
.apphero__float--1 { left: 0; top: 12%; width: 22%; max-width: 130px; }
.apphero__float--2 { right: -2%; top: 8%; width: 24%; max-width: 140px; }
.apphero__float--3 { left: -2%; bottom: 10%; width: 34%; max-width: 200px; border-radius: 12px; overflow: hidden; }
.apphero .app__stores { margin-top: 32px; }
.apphero .app__note { color: rgba(255, 255, 255, 0.55); }
@media (max-width: 900px) { .apphero__grid { grid-template-columns: 1fr; } .apphero__media { height: 560px; } .apphero__phone--main { left: 14%; } }
.appfeat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.appfeat__item { display: grid; gap: 10px; padding: 30px 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: transform 0.6s var(--ease-expo), box-shadow 0.6s; }
.appfeat__item:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3); }
.appfeat__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--red-soft); color: var(--red); margin-bottom: 8px; }
.appfeat__icon .icon { width: 21px; height: 21px; }
.appfeat__item h3 { font-size: 1.2rem; font-weight: 620; letter-spacing: -0.015em; }
.appfeat__item p { color: var(--ink-2); font-size: 0.95rem; }
@media (max-width: 900px) { .appfeat__grid { grid-template-columns: 1fr; } }

/* Captures : défilement horizontal piloté par le scroll vertical */
.screens { padding: 0; overflow: hidden; }
.screens__pin { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; gap: clamp(28px, 4vw, 48px); padding: calc(var(--nav-h) + 40px) 0 48px; }
.screens__head { max-width: 760px; }
.screens__head .lead { margin-top: 20px; }
.screens__track { display: flex; gap: 22px; width: max-content; padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2)); padding-right: 40vw; will-change: transform; }
.phone--track { position: static; flex: 0 0 240px; transform: none; }
.is-static .screens__pin { min-height: 0; }
.is-static .screens__track { width: auto; overflow-x: auto; padding-right: var(--gutter); }
@media (max-width: 700px) { .phone--track { flex-basis: 190px; } }
@media (prefers-reduced-motion: reduce) { .screens__track { width: auto; overflow-x: auto; } }

/* Téléchargement : badges qui éclatent autour du CTA */
.appdl { overflow: hidden; min-height: 90vh; display: grid; align-items: center; }
.appdl__inner { position: relative; z-index: 1; max-width: 760px; margin-inline: auto; text-align: center; display: grid; justify-items: center; gap: 22px; }
.appdl__inner .eyebrow::before { display: none; }
.appdl__stores { justify-content: center; }
.appdl__badges { position: absolute; inset: 0; pointer-events: none; }
.appdl__badge { position: absolute; display: block; filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55)); opacity: 0; transform: scale(0); }
.appdl__badge img { width: 100%; height: auto; }
.appdl__badge--1 { left: 8%; top: 14%; width: 9vw; max-width: 140px; }
.appdl__badge--2 { right: 9%; top: 12%; width: 9vw; max-width: 140px; }
.appdl__badge--3 { right: 14%; bottom: 14%; width: 8vw; max-width: 120px; }
.appdl__badge--4 { left: 14%; bottom: 16%; width: 8vw; max-width: 120px; }
.appdl__badge--5 { left: 3%; top: 48%; width: 18vw; max-width: 260px; border-radius: 12px; overflow: hidden; }
.appdl__badge--6 { right: 2%; top: 46%; width: 18vw; max-width: 260px; border-radius: 12px; overflow: hidden; }
.appdl__badge--7 { left: 50%; top: 13%; width: 12vw; max-width: 170px; transform: translateX(-50%) scale(0); border-radius: 10px; overflow: hidden; }
.is-static .appdl__badge, .appdl.is-burst .appdl__badge { opacity: 1; transform: none; }
@media (max-width: 900px) { .appdl { min-height: 0; } .appdl__badge--5, .appdl__badge--6, .appdl__badge--7 { display: none; } .appdl__badge { width: 16vw; } }
@media (prefers-reduced-motion: reduce) { .appdl__badge { opacity: 1; transform: none; } }

/* --- Contact --- */
.contact__grid { display: grid; grid-template-columns: 0.9fr 1.3fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.contact__aside { display: grid; gap: 12px; position: sticky; top: 110px; }
.contact__card { display: grid; gap: 8px; padding: 24px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); }
.contact__card h3 { font-size: 1.05rem; font-weight: 620; }
.contact__card p { font-size: 0.92rem; color: var(--ink-2); }
.contact__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--red-soft); color: var(--red); }
.contact__icon .icon { width: 19px; height: 19px; }
.contact__form { padding: clamp(24px, 3vw, 40px); border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
@media (max-width: 900px) { .contact__grid { grid-template-columns: 1fr; } .contact__aside { position: static; grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .contact__aside { grid-template-columns: 1fr; } }

/* --- Globe (toutes les pages, au-dessus du footer) --- */
.globe { position: relative; height: 320vh; background: #070708; color: #fff; }
.globe__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.globe__stage { position: absolute; inset: 0; }
.globe__stage canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; display: block; }
.globe__head { position: absolute; left: 0; right: 0; top: calc(var(--nav-h) + 56px); z-index: 2; max-width: 620px; pointer-events: none; }
.globe__head .lead { margin-top: 20px; color: rgba(255, 255, 255, 0.72); }
.globe__hint { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); }
.globe__hint .icon { width: 14px; height: 14px; animation: hintBounce 1.8s ease-in-out infinite; }
@keyframes hintBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
.globe__label { position: absolute; left: 50%; bottom: 9%; transform: translate(-50%, 14px); z-index: 2; display: grid; gap: 4px; justify-items: center; padding: 16px 20px; border-radius: var(--radius-sm); background: rgba(11, 11, 12, 0.82); color: #fff; border: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(12px); opacity: 0; transition: opacity 0.5s, transform 0.7s var(--ease-expo); text-align: center; pointer-events: none; }
.globe__label.is-on { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.globe__label strong { font-size: 1.05rem; }
.globe__label span { font-size: 0.82rem; color: rgba(255, 255, 255, 0.7); }
.globe__label .btn { margin-top: 10px; }
.globe__credit { position: absolute; right: 24px; bottom: 16px; z-index: 2; font-size: 0.7rem; color: rgba(255, 255, 255, 0.45); letter-spacing: 0.04em; }
.globe.is-fallback { height: auto; }
.globe.is-fallback .globe__sticky { height: auto; padding: var(--section) 0; }
.globe.is-fallback .globe__head { position: static; }
.globe.is-fallback .globe__label { position: static; transform: none; opacity: 1; margin: 32px auto 0; pointer-events: auto; }
.is-static .globe { height: 100vh; }
.is-static .globe__head { opacity: 0; }
.is-static .globe__label { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 700px) { .globe { height: 260vh; } .globe__head { top: calc(var(--nav-h) + 30px); } .globe__credit { left: 16px; right: auto; } }
@media (prefers-reduced-motion: reduce) { .globe { height: 100vh; } .globe__head { opacity: 0; } .globe__label { opacity: 1; transform: translate(-50%, 0); } }

/* --- Formulaires --- */
.form { position: relative; }
.form--card { padding: clamp(24px, 3vw, 44px); border-radius: var(--radius); background: #fff; border: 1px solid var(--line); max-width: 960px; margin-inline: auto; box-shadow: 0 40px 80px -60px rgba(0, 0, 0, 0.25); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.field { display: grid; gap: 8px; min-width: 0; align-content: start; }
.field--full { grid-column: 1 / -1; }
.field--choice { border: 0; padding: 0; margin: 0; }
.field__label { font-size: 0.88rem; font-weight: 600; color: var(--ink); line-height: 1.35; }
.field__req { color: var(--red); }
.field__wrap { position: relative; display: flex; align-items: center; }
.field__input { width: 100%; padding: 15px 18px; border-radius: 14px; border: 1.5px solid var(--line-strong); background: #fff; color: var(--ink); font: inherit; transition: border-color 0.25s, box-shadow 0.25s, background 0.25s, color 0.25s; }
.field__input:hover { border-color: rgba(14, 14, 15, 0.35); }
.field__input:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(14, 14, 15, 0.07); }
.field__input::placeholder { color: var(--ink-3); }
.field__suffix { position: absolute; right: 16px; font-size: 0.82rem; font-weight: 560; color: var(--ink-3); pointer-events: none; }
.field__wrap:has(.field__suffix) .field__input { padding-right: 90px; }
textarea.field__input { resize: vertical; min-height: 130px; }
input[type="date"].field__input { min-height: 54px; }
.field__help { font-size: 0.8rem; color: var(--ink-3); }
.field__error { font-size: 0.8rem; color: var(--red); }
.field__error:empty { display: none; }
.has-error .field__input, .has-error .choices--seg { border-color: var(--red); }
/* champ conditionnel (activé sur « Oui ») */
.field--conditional { transition: opacity 0.3s; }
.field--conditional.is-off { opacity: 0.45; }
.field--conditional.is-off .field__input { background: var(--bg); border-style: dashed; cursor: not-allowed; }

/* Question / réponse (santé) */
.qa { display: grid; gap: 0; margin-bottom: 26px; }
.qa__row { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 18px 28px; align-items: start; padding: 20px 0; border-top: 1px solid var(--line); }
.qa__row:last-child { border-bottom: 1px solid var(--line); }
.qa__q .field__label { font-size: 0.95rem; font-weight: 560; }
.qa__detail .field__label { font-size: 0.8rem; font-weight: 560; color: var(--ink-3); }
@media (max-width: 700px) { .qa__row { grid-template-columns: 1fr; gap: 12px; } }

/* Choix */
.choices { display: grid; gap: 10px; }
.choices--inline { display: flex; flex-wrap: wrap; gap: 10px; }
.choice { position: relative; display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 0.95rem; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice__box { flex: none; display: grid; place-items: center; width: 22px; height: 22px; margin-top: 2px; border-radius: 7px; border: 1.5px solid var(--line-strong); background: #fff; color: #fff; transition: background 0.2s, border-color 0.2s, box-shadow 0.2s; }
.choice__box .icon { width: 14px; height: 14px; stroke-width: 2.5; transform: scale(0); transition: transform 0.25s var(--ease-expo); }
.choice input[type=radio] + .choice__box { border-radius: 50%; }
.choice input:checked + .choice__box { background: var(--red); border-color: var(--red); }
.choice input:checked + .choice__box .icon { transform: scale(1); }
.choice input:focus-visible + .choice__box { box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.2); }
.choices--inline .choice { padding: 12px 18px 12px 14px; border-radius: var(--pill); border: 1.5px solid var(--line-strong); transition: border-color 0.25s, background 0.25s; }
.choices--inline .choice:has(input:checked) { border-color: var(--ink); background: var(--bg); }
.choices--inline .choice__box { margin-top: 0; }
/* segmenté oui / non */
.choices--seg { display: inline-grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; padding: 4px; border-radius: var(--pill); background: var(--bg); border: 1.5px solid var(--line); min-width: 190px; }
.choices--seg .choice { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 22px; border-radius: var(--pill); font-weight: 560; color: var(--ink-2); transition: background 0.3s, color 0.3s, box-shadow 0.3s; }
.choices--seg .choice__box { width: 18px; height: 18px; margin: 0; border-radius: 50%; }
.choices--seg .choice:has(input:checked) { background: var(--ink); color: #fff; box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.5); }
.choices--seg .choice:has(input:checked) .choice__box { background: var(--red); border-color: var(--red); }
.choices--seg .choice:has(input[value="Non"]:checked) { background: #fff; color: var(--ink); }
.choices--seg .choice:has(input[value="Non"]:checked) .choice__box { background: var(--ink); border-color: var(--ink); }
/* puces (cases à cocher) */
.choices--chips { display: flex; flex-wrap: wrap; gap: 8px; }
.choices--chips .choice { padding: 11px 16px 11px 12px; border-radius: var(--pill); border: 1.5px solid var(--line-strong); font-size: 0.9rem; font-weight: 540; transition: border-color 0.25s, background 0.25s, color 0.25s; }
.choices--chips .choice__box { width: 18px; height: 18px; margin: 0; border-radius: 50%; }
.choices--chips .choice:has(input:checked) { border-color: var(--red); background: var(--red-soft); color: var(--ink); }
/* cartes (sponsoring) */
.choices--cards { grid-template-columns: repeat(3, 1fr); }
.choice--card { padding: 18px; border-radius: var(--radius-sm); border: 1.5px solid var(--line-strong); transition: border-color 0.25s, background 0.25s, transform 0.4s var(--ease-expo); }
.choice--card:hover { transform: translateY(-2px); }
.choice--card:has(input:checked) { border-color: var(--red); background: var(--red-soft); }
.choice__body { display: grid; gap: 4px; }
.choice__body strong { font-weight: 620; }
.choice__body span { font-size: 0.82rem; color: var(--ink-2); }
.choice__body em { font-style: normal; font-weight: 620; color: var(--red); font-size: 0.9rem; }
.choice__label a { color: var(--red); border-bottom: 1px solid currentColor; }

/* curseur 1–10 */
.range { display: grid; gap: 8px; padding: 14px 16px 10px; border-radius: 14px; border: 1.5px solid var(--line-strong); background: #fff; }
.range__input { width: 100%; height: 6px; margin: 8px 0; border-radius: 6px; background: linear-gradient(to right, var(--red) var(--p, 0%), var(--line) var(--p, 0%)); -webkit-appearance: none; appearance: none; outline: none; }
.range__input::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 3px solid var(--red); box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.5); cursor: pointer; }
.range__input::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 3px solid var(--red); cursor: pointer; }
.range__scale { display: flex; justify-content: space-between; font-size: 0.7rem; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.range__value { position: absolute; right: 14px; top: -14px; padding: 4px 10px; border-radius: var(--pill); background: var(--ink); color: #fff; font-size: 0.78rem; font-weight: 600; }
.field--range { position: relative; padding-top: 6px; }

/* téléversement */
.upload { position: relative; display: flex; align-items: center; gap: 14px; padding: 22px; border-radius: 14px; border: 1.5px dashed var(--line-strong); background: var(--bg); cursor: pointer; transition: border-color 0.25s, background 0.25s; }
.upload:hover, .upload.is-over { border-color: var(--red); background: var(--red-soft); }
.upload input { position: absolute; opacity: 0; width: 0; height: 0; }
.upload__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff; flex: none; }
.upload__icon .icon { width: 18px; height: 18px; }
.upload__text { font-size: 0.92rem; color: var(--ink-2); }

.form__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 30px; }
.form__foot--steps { padding-top: 24px; border-top: 1px solid var(--line); }
.form__step-count { font-size: 0.82rem; font-weight: 560; color: var(--ink-3); margin-inline: auto; }
.form__legal { font-size: 0.8rem; color: var(--ink-3); max-width: 46ch; }
.form__legal a { color: var(--ink); border-bottom: 1px solid var(--line-strong); }
.form__status { margin-top: 18px; font-size: 0.95rem; font-weight: 560; }
.form__status:empty { display: none; }
.form__status.is-success { padding: 18px 22px; border-radius: 14px; background: #e8f7ec; color: #14683a; }
.form__status.is-error { padding: 18px 22px; border-radius: 14px; background: #fdeaea; color: var(--red-deep); }
.form.is-sending { opacity: 0.7; pointer-events: none; }
.form.is-sent .form__grid, .form.is-sent .form__foot, .form.is-sent .steps-nav, .form.is-sent .step-pane { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.btn[disabled] { opacity: 0.4; pointer-events: none; }
.btn__icon--left { order: -1; }
.btn__icon--left .icon { transform: none !important; }
@media (max-width: 700px) { .form__grid { grid-template-columns: 1fr; } .choices--cards { grid-template-columns: 1fr; } .form__foot .btn { width: 100%; justify-content: space-between; } .form__step-count { width: 100%; text-align: center; order: -1; } }

/* Étapes */
.steps-nav { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 34px; padding-bottom: 22px; }
.steps-nav li { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; font-weight: 560; color: var(--ink-3); transition: color 0.3s; }
.steps-nav__num { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--line-strong); font-size: 0.78rem; font-weight: 600; transition: background 0.3s, color 0.3s, border-color 0.3s; }
.steps-nav li.is-active { color: var(--ink); }
.steps-nav li.is-active .steps-nav__num { background: var(--ink); border-color: var(--ink); color: #fff; }
.steps-nav li.is-done { color: var(--red); }
.steps-nav li.is-done .steps-nav__num { background: var(--red); border-color: var(--red); color: #fff; }
.steps-nav__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 3px; background: var(--line); overflow: hidden; }
.steps-nav__bar span { display: block; height: 100%; width: 100%; background: var(--red); transform-origin: left; transform: scaleX(0.25); }
.step-pane { display: none; }
.step-pane.is-active { display: block; }
.step-pane__head { margin-bottom: 22px; }
.step-pane__title { font-size: 1.5rem; font-weight: 620; letter-spacing: -0.02em; }
.step-pane__text { margin-top: 6px; color: var(--ink-3); font-size: 0.92rem; }
.is-static .step-pane { display: block; }
@media (max-width: 700px) { .steps-nav { grid-template-columns: repeat(2, 1fr); } .steps-nav__label { display: none; } .steps-nav { grid-template-columns: repeat(4, auto); justify-content: space-between; } }

/* --- Légal --- */
.legal-hero .phero__title { font-size: clamp(2.2rem, 5vw, 4.2rem); }
.legal-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.legal-tab { padding: 10px 16px; border-radius: var(--pill); border: 1px solid var(--line-strong); font-size: 0.85rem; font-weight: 560; color: var(--ink-2); transition: background 0.3s, color 0.3s, border-color 0.3s; }
.legal-tab:hover { border-color: var(--ink); color: var(--ink); }
.legal-tab.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.legal { padding-top: 40px; }
.legal__grid { display: grid; grid-template-columns: 260px 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.legal__toc { position: sticky; top: 110px; padding: 22px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); }
.legal__toc-title { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; }
.legal__toc ol { display: grid; gap: 2px; }
.legal__toc a { display: block; padding: 7px 10px; border-radius: 8px; font-size: 0.86rem; color: var(--ink-2); transition: background 0.25s, color 0.25s; }
.legal__toc a:hover, .legal__toc a.is-active { background: var(--red-soft); color: var(--red); }
.legal__body { max-width: 760px; display: block; }
.legal__body > * + * { margin-top: 14px; }
.legal__date { font-size: 0.82rem; font-weight: 560; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
.legal__body h2 { font-size: 1.6rem; font-weight: 640; letter-spacing: -0.025em; margin-top: 44px; scroll-margin-top: 110px; color: var(--ink); }
.legal__body h3 { font-size: 1.15rem; font-weight: 620; margin-top: 26px; color: var(--ink); }
.legal__body p { color: var(--ink-2); }
.legal__body ul { display: grid; gap: 8px; padding-left: 20px; list-style: disc; color: var(--ink-2); }
.legal__body a { color: var(--red); font-weight: 560; border-bottom: 1px solid currentColor; }
@media (max-width: 900px) { .legal__grid { grid-template-columns: 1fr; } .legal__toc { position: static; } }

/* --- Landing --- */
.landing-hero__price { display: block; color: var(--red); font-size: 1.15em; }
.landing-hero__warning { margin-top: 22px; font-size: 0.9rem; font-weight: 560; color: rgba(255, 255, 255, 0.7); }
.landing-plans .pricing__foot { margin-top: 32px; }

/* --- Menu mobile : liens secondaires --- */
.menu__secondary { display: flex; flex-wrap: wrap; gap: 4px 22px; margin-top: 22px; }
.menu__secondary .menu__item a { font-size: 1rem; font-weight: 540; color: var(--on-dark-2); padding: 6px 0; }
