/* Localee — site de présentation */

html { scroll-behavior: smooth; scroll-padding-top: 76px; }
[hidden] { display: none !important; }
body { overflow-x: hidden; }
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.small { font-size: 13px; }
.ic { width: 20px; height: 20px; }
[data-i] { display: inline-flex; }
.lead { font-size: 18px; line-height: 1.6; color: var(--ink-2); max-width: 36em; }
h2 { font-size: clamp(34px, 5vw, 60px); }
h3 { font-size: 24px; }
a { text-underline-offset: 3px; }

/* ── Navigation ───────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-in { display: flex; align-items: center; gap: 24px; height: 68px; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-links a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink-2); }
.nav-links a:hover { color: var(--ink); }
.nav-links .nav-pro { color: var(--ink); font-weight: 600; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-cta .btn { min-height: 40px; padding: 0 18px; font-size: 14px; }
.nav-burger { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 12px 10px; cursor: pointer; }
.nav-burger span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s; }
.nav-burger span + span { margin-top: 7px; }
.nav.open .nav-burger span:first-child { transform: translateY(4.5px) rotate(45deg); }
.nav.open .nav-burger span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

/* ── Hero ─────────────────────────────────────────────────── */
.hero { padding: 56px 0 88px; overflow: hidden; }
.hero-in { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 40px; align-items: center; }
.hero h1 { font-size: clamp(44px, 6vw, 80px); line-height: 1.0; letter-spacing: -.035em; margin: 18px 0 24px; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 28px; }
.stores { display: flex; gap: 28px; flex-wrap: wrap; }
.store { display: grid; font-weight: 700; font-size: 15px; line-height: 1.2; padding-left: 14px; border-left: 2px solid var(--line-2); }
.store small { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }

.hero-visual { position: relative; display: flex; justify-content: center; padding: 20px 0; }
.blob {
  position: absolute; width: 440px; height: 440px; border-radius: 50%; top: 50%; left: 50%;
  transform: translate(-50%, -50%); background: radial-gradient(circle at 40% 35%, var(--brand-soft), transparent 68%);
}
.phone {
  position: relative; width: 300px; height: 612px; padding: 11px; border-radius: 48px;
  background: #2f2823; box-shadow: var(--shadow), 0 40px 80px -30px rgba(60, 30, 10, .45);
  transform: rotate(-2.5deg);
}
.phone-screen {
  position: relative; height: 100%; border-radius: 38px; overflow: hidden; background: var(--paper);
  display: flex; flex-direction: column;
}
.phone-notch { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 92px; height: 26px; border-radius: 20px; background: #2f2823; z-index: 3; }
.ph-top { display: flex; align-items: center; justify-content: space-between; padding: 46px 16px 8px; }
.ph-logo .logo-mark { width: 20px; height: 20px; }
.ph-logo .logo-word { font-size: 17px; }
.ph-logo .logo { gap: 6px; }
.ph-city { font-size: 10.5px; font-weight: 600; padding: 4px 9px; border-radius: 999px; background: var(--paper-2); color: var(--ink-2); }
.ph-tabs { display: flex; gap: 14px; padding: 6px 16px 10px; font-size: 11.5px; color: var(--ink-3); border-bottom: 1px solid var(--line); }
.ph-tabs b { color: var(--ink); box-shadow: 0 2px 0 var(--brand); padding-bottom: 5px; }
.ph-feed { flex: 1; overflow: hidden; position: relative; }
.ph-list { padding: 12px 14px; animation: feed 26s ease-in-out infinite alternate; }
@keyframes feed { 0%, 12% { transform: translateY(0); } 88%, 100% { transform: translateY(-58%); } }
.ph-card { margin-bottom: 16px; }
.ph-card .ph-img { position: relative; aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; background: var(--paper-2); }
.ph-card img { width: 100%; height: 100%; object-fit: cover; }
.ph-card .ph-temp { position: absolute; top: 7px; left: 7px; font-size: 10.5px; padding: 3px 7px; border-radius: 999px; background: color-mix(in srgb, var(--card) 92%, transparent); }
.ph-card .temp svg { width: 11px; height: 11px; }
.ph-m { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin: 8px 0 2px; }
.ph-t { font: 700 13.5px/1.2 var(--display); letter-spacing: -.01em; }
.ph-p { display: flex; gap: 6px; align-items: baseline; margin-top: 4px; font-size: 11px; }
.ph-p .price { font-size: 16px; }
.ph-bar { display: flex; justify-content: space-around; padding: 10px 16px 18px; border-top: 1px solid var(--line); background: var(--paper); color: var(--ink-3); }
.ph-bar .on { color: var(--brand); }
.ph-bar .ic { width: 19px; height: 19px; }

.float-code {
  position: absolute; right: -8px; bottom: 70px; display: flex; gap: 12px; align-items: center;
  padding: 12px 16px 12px 12px; border-radius: 18px; background: var(--card); box-shadow: var(--shadow);
  transform: rotate(3deg);
}
.fc-qr { width: 64px; height: 64px; border-radius: 8px; background: var(--paper); padding: 4px; }
.fc-qr svg { width: 100%; height: 100%; display: block; }
.fc-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.fc-code { font: 700 18px/1.3 var(--ui); font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.fc-bar { height: 3px; border-radius: 3px; background: var(--line); overflow: hidden; margin-top: 6px; }
.fc-bar i { display: block; height: 100%; width: 100%; background: var(--brand); transform-origin: left; animation: fcbar 6s linear infinite; }
@keyframes fcbar { from { transform: scaleX(1); } to { transform: scaleX(0); } }

/* ── Chiffres ─────────────────────────────────────────────── */
.stats { background: var(--forest); color: var(--paper); padding: 44px 0 30px; }
:root[data-theme="dark"] .stats { background: var(--forest-soft); color: var(--ink); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .stats { background: var(--forest-soft); color: var(--ink); } }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { display: grid; gap: 4px; padding: 0 24px; border-left: 1px solid color-mix(in srgb, currentColor 22%, transparent); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat b { font: 800 clamp(40px, 5vw, 64px)/1 var(--display); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.stat span { font-size: 14px; opacity: .8; }
.stats-note { font-size: 12px; opacity: .7; margin-top: 22px; display: flex; align-items: center; gap: 8px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #e79a6e; box-shadow: 0 0 0 0 rgba(231, 154, 110, .6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(231, 154, 110, 0); } 100% { box-shadow: 0 0 0 0 rgba(231, 154, 110, 0); } }

/* ── Sections ─────────────────────────────────────────────── */
.section { padding: 112px 0; }
.section-alt { background: var(--paper-2); }
.head { max-width: 780px; margin-bottom: 56px; }
.head .eyebrow { margin-bottom: 16px; }
.head-row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.more { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--brand); text-decoration: none; white-space: nowrap; }
.more .ic { width: 18px; height: 18px; }

/* Étapes */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps li { padding: 36px 36px 0 0; position: relative; }
.steps li + li { padding-left: 36px; border-left: 1px solid var(--line); }
.step-n { font: 800 64px/1 var(--display); color: var(--line-2); letter-spacing: -.04em; display: block; margin-bottom: 20px; }
.step-ic { position: absolute; top: 44px; right: 36px; width: 44px; height: 44px; border-radius: 50%; background: var(--brand-soft); color: var(--brand-2); align-items: center; justify-content: center; }
.steps li:last-child .step-ic { right: 0; }
.step-ic .ic { width: 22px; height: 22px; }
.steps h3 { font-size: 30px; margin-bottom: 12px; }
.steps p { color: var(--ink-2); margin: 0; max-width: 30em; }

/* Galerie */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 24px; }
.g-card { text-decoration: none; display: block; }
.g-img { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-l); overflow: hidden; background: var(--line); }
.g-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.g-card:hover .g-img img { transform: scale(1.04); }
.g-temp, .g-excl {
  position: absolute; top: 12px; font-size: 12.5px; padding: 5px 10px; border-radius: 999px;
  background: color-mix(in srgb, var(--card) 92%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.g-temp { left: 12px; }
.g-excl { right: 12px; font-weight: 600; color: var(--forest); display: inline-flex; gap: 4px; align-items: center; }
.g-excl .ic { width: 13px; height: 13px; }
.g-m { margin: 16px 0 6px; }
.g-t { font: 700 21px/1.18 var(--display); letter-spacing: -.015em; margin: 0 0 10px; }
.g-p { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.g-p .price { font-size: 24px; }
.g-end { font-size: 13px; color: var(--ink-3); margin-left: auto; }
.g-skel { aspect-ratio: 4 / 5; border-radius: var(--r-l); background: var(--line); opacity: .5; }

/* Commerçants */
.merch { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: stretch; }
.merch .lead { margin: 22px 0 40px; }
.merch h2 { margin-top: 16px; }
.benefits { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.benefits li { display: grid; grid-template-columns: 28px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); }
.benefits li > span { color: var(--brand); padding-top: 2px; }
.benefits b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 3px; }
.merch-photo { margin: 0; position: relative; border-radius: var(--r-l); overflow: hidden; background: var(--line) center / cover no-repeat; min-height: 520px; }
.merch-photo figcaption {
  position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; border-radius: 14px;
  background: color-mix(in srgb, var(--card) 92%, transparent); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-size: 14px; line-height: 1.4;
}
.merch-photo figcaption:empty { display: none; }
.merch-photo figcaption b { display: block; font: 700 17px/1.2 var(--display); }

.plans-head { margin: 112px 0 36px; }
.plans-head h3 { font-size: clamp(28px, 3.4vw, 40px); margin-top: 14px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.plan { padding: 30px 32px 6px 0; }
.plan + .plan { padding-left: 32px; border-left: 1px solid var(--line); }
.plan-name { font: 700 26px/1.2 var(--display); margin: 0 0 22px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.plan-n { margin: 0 0 12px; font-size: 16px; }
.plan-n b { font: 800 56px/1 var(--display); letter-spacing: -.04em; color: var(--brand); display: block; margin-bottom: 4px; }
.plan .muted { margin: 0; max-width: 24em; }
.plans-note { margin: 40px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-2); }
.plans-note b { color: var(--ink); }

/* Adhésion */
.adh { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.adh-copy h2 { margin: 16px 0 22px; }
.adh-copy .lead { margin-bottom: 24px; }
.adh-form, .adh-done { background: var(--card); border-radius: var(--r-l); padding: 36px; box-shadow: var(--shadow); display: grid; gap: 22px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.span2 { grid-column: span 2; }
.plan-pick { border: 0; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.plan-pick legend { font-size: 13px; font-weight: 600; color: var(--ink-2); padding: 0; margin-bottom: 8px; }
.plan-pick label { cursor: pointer; }
.plan-pick input { position: absolute; opacity: 0; pointer-events: none; }
.plan-pick span { display: grid; gap: 2px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 12px; font-size: 13px; color: var(--ink-2); transition: all .15s; }
.plan-pick b { color: var(--ink); font-size: 15px; }
.plan-pick input:checked + span { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.plan-pick input:focus-visible + span { outline: 2px solid var(--brand); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-err { margin: 0; color: var(--danger); font-weight: 500; font-size: 14px; }
.form-err:empty { display: none; }
.field.bad input, .field.bad select { border-color: var(--danger); }
.adh-form .faint { margin: 0; }
.adh-done { justify-items: start; }
.adh-done h3 { font-size: 34px; }
.adh-done p { margin: 0; }
.done-ic { width: 56px; height: 56px; border-radius: 50%; background: var(--ok-soft); color: var(--ok); align-items: center; justify-content: center; }
.done-ic .ic { width: 28px; height: 28px; }

/* FAQ */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.faq > .head { position: sticky; top: 100px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative;
  font: 600 19px/1.35 var(--display); letter-spacing: -.01em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; margin-top: -8px;
  border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3); transform: rotate(45deg); transition: transform .2s;
}
.faq-list details[open] summary::after { transform: rotate(225deg); margin-top: -2px; }
.faq-list details p { margin: 0 0 24px; color: var(--ink-2); max-width: 40em; }

/* Pied de page */
.foot { border-top: 1px solid var(--line); padding: 64px 0 28px; }
.foot-in { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; }
.foot-brand p { margin: 14px 0 0; max-width: 22em; }
.foot-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.foot-links div { display: grid; gap: 10px; align-content: start; }
.foot-links .eyebrow { margin: 0 0 4px; }
.foot-links a { text-decoration: none; color: var(--ink-2); font-size: 14px; }
.foot-links a:hover { color: var(--ink); }
.foot-bottom { display: flex; justify-content: space-between; margin-top: 56px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-3); }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1080px) {
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery > :nth-child(n+7) { display: none; }
  .nav-links { gap: 20px; }
}
@media (max-width: 920px) {
  .nav-links {
    position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 20px 18px;
    display: none;
  }
  .nav.open .nav-links { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-burger { display: block; }
  .nav-cta { margin-left: auto; }

  .hero { padding: 32px 0 64px; }
  .hero-in { grid-template-columns: 1fr; gap: 24px; }
  .merch, .adh, .faq { grid-template-columns: 1fr; gap: 48px; }
  .faq { gap: 0; }
  .faq > .head { margin-bottom: 36px; position: static; }
  .merch-photo { min-height: 380px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 32px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .steps li:last-child { border-bottom: 0; }
  .step-ic, .steps li:last-child .step-ic { top: 40px; right: 0; }
  .stats-in { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .section { padding: 80px 0; }
  .plans-head { margin-top: 80px; }
  .foot-in { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .wrap { padding: 0 18px; }
  .gallery {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px;
    margin: 0 -18px; padding: 0 18px 8px; scroll-padding: 0 18px; scrollbar-width: none;
  }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery > * { flex: 0 0 76%; scroll-snap-align: start; }
  .gallery > :nth-child(n+7) { display: block; }
  .head-row { flex-direction: column; align-items: flex-start; }
  .plans { grid-template-columns: 1fr; }
  .plan, .plan + .plan { padding: 26px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .plan:last-child { border-bottom: 0; }
  .adh-form, .adh-done { padding: 22px 18px; }
  .grid2 { grid-template-columns: 1fr; }
  .span2 { grid-column: auto; }
  .plan-pick { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .plan-pick span { padding: 10px; }
  .lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .foot-links { grid-template-columns: 1fr 1fr; }
  .foot-bottom { flex-direction: column; gap: 6px; }
  .merch-photo { min-height: 320px; }
}
@media (max-width: 420px) {
  .phone { width: 262px; height: 540px; border-radius: 42px; }
  .phone-screen { border-radius: 33px; }
  .blob { width: 340px; height: 340px; }
  .float-code { right: -4px; bottom: 36px; padding: 10px 12px 10px 10px; }
  .fc-qr { width: 52px; height: 52px; }
  .fc-code { font-size: 15px; }
  .stat { padding: 0 16px; }
  .step-n { font-size: 52px; }
  .nav-cta .btn { padding: 0 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .ph-list, .fc-bar i, .live-dot { animation: none; }
  html { scroll-behavior: auto; }
}

/* ── Pages légales ────────────────────────────────────────── */
.legal { padding: 64px 0 96px; }
.legal .wrap { max-width: 780px; }
.legal h1 { font-size: clamp(38px, 6vw, 60px); margin: 14px 0 12px; }
.legal h2 { font-size: 24px; margin: 44px 0 12px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal p, .legal li { color: var(--ink-2); line-height: 1.7; }
.legal ul { padding-left: 1.2em; }
.legal .todo { background: var(--brand-soft); color: var(--brand-2); font-weight: 600; padding: 1px 6px; border-radius: 5px; }
.legal table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 12px 0; }
.legal th, .legal td { text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-2); }
.legal th { color: var(--ink); font-weight: 600; }
.back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-2); text-decoration: none; font-size: 14px; }
.back-link .ic { width: 16px; height: 16px; }
@media (max-width: 600px) {
  .legal table, .legal thead, .legal tbody, .legal tr, .legal th, .legal td { display: block; }
  .legal thead { display: none; }
  .legal tr { padding: 10px 0; border-bottom: 1px solid var(--line); }
  .legal td { border: 0; padding: 2px 0; }
  .legal td:first-child { color: var(--ink); font-weight: 600; }
}
