/* ============================================================
   LIDESK — Landing Utilisateurs
   ============================================================ */

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, background .2s;
}
.nav.scrolled { border-color: var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); }
.nav-inner { display: flex; align-items: center; gap: 32px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .wm { font-family: var(--display); font-weight: 700; font-size: 23px; letter-spacing: -.03em; color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: 8px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink-2); transition: color .15s; white-space: nowrap; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.nav-cta .login { font-size: 14.5px; font-weight: 600; color: var(--ink); padding: 9px 4px; }
.nav-burger { display: none; }

/* ---------- HERO ---------- */
.hero { position: relative; overflow: hidden; padding: 76px 0 92px;
  background:
    radial-gradient(820px 560px at 92% -8%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 62%),
    radial-gradient(620px 460px at 78% 8%, color-mix(in srgb, var(--warm) 9%, transparent), transparent 60%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 12px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--sh-sm); margin-bottom: 26px; }
.hero-eyebrow .pin { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.hero-eyebrow span { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.hero h1 { font-family: var(--display); font-weight: 700; font-size: clamp(40px, 5vw, 66px); line-height: 1.0; letter-spacing: -.03em; color: var(--ink); }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .sub { font-size: clamp(17px, 1.4vw, 19px); color: var(--ink-2); max-width: 46ch; margin: 24px 0 32px; line-height: 1.55; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-cta .play { width: 30px; height: 30px; border-radius: 50%; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; color: var(--accent-press); margin-right: -4px; }
.hero-stats { display: flex; gap: 36px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-stats .st .v { font-family: var(--display); font-weight: 700; font-size: 30px; letter-spacing: -.02em; color: var(--ink); }
.hero-stats .st .l { font-size: 13px; color: var(--ink-3); margin-top: 3px; }

/* hero visual */
.hero-visual { position: relative; }
.hero-visual .frame { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--line); }
.hero-visual image-slot { width: 100%; height: 480px; display: block; }
.hero-float { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-lg); padding: 14px 16px; }
.hero-float.card-a { bottom: 26px; left: -28px; width: 244px; }
.hero-float.card-b { top: 30px; right: -22px; display: flex; align-items: center; gap: 11px; }
.hf-row { display: flex; align-items: center; justify-content: space-between; }
.hf-title { font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); }
.hf-loc { font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.hf-rate { font-family: var(--mono); font-size: 13px; color: var(--ink); }
.hf-rate b { font-family: var(--display); font-size: 16px; }
.hf-bar { display: flex; gap: 6px; margin-top: 12px; }
.hf-bar span { flex: 1; height: 5px; border-radius: 3px; background: var(--line-2); }
.hf-bar span.on { background: var(--accent); }
.hero-float .check { width: 34px; height: 34px; border-radius: 9px; background: var(--ok-soft); color: var(--ok); display: flex; align-items: center; justify-content: center; flex: none; }
.hero-float .ct-t { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.hero-float .ct-s { font-size: 12px; color: var(--ink-3); }

/* logos strip */
.trust { padding: 8px 0 56px; }
.trust .lbl { text-align: center; font-size: 12.5px; color: var(--ink-3); letter-spacing: .04em; margin-bottom: 22px; }
.trust .row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 12px; }
.trust .chip { font-size: 13.5px; font-weight: 600; color: var(--ink-2); padding: 8px 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; }

/* ---------- SECTION SHELL ---------- */
.section { padding: 90px 0; }
.section.alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { max-width: 640px; margin-bottom: 48px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .kicker { margin-bottom: 16px; display: inline-block; }
.sec-head h2 { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.04; letter-spacing: -.025em; color: var(--ink); }
.sec-head p { font-size: 17px; color: var(--ink-2); margin-top: 16px; line-height: 1.55; }

/* ---------- TYPES (3 cards) ---------- */
.types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.type-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.type-card:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.type-card .media { position: relative; height: 178px; }
.type-card image-slot { width: 100%; height: 100%; }
.type-card .media .pricetag { position: absolute; bottom: 12px; left: 12px; }
.type-card .body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.type-card .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent-press); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.type-card h3 { font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -.01em; color: var(--ink); }
.type-card p { font-size: 14.5px; color: var(--ink-2); margin-top: 10px; line-height: 1.55; flex: 1; }
.type-card .foot { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.type-card .from { font-size: 13px; color: var(--ink-3); }
.type-card .from b { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--ink); display: block; letter-spacing: -.02em; }
.type-card .arrow { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--ink); transition: all .18s; }
.type-card:hover .arrow { background: var(--accent); border-color: var(--accent); color: #fff; }

/* ---------- HOW IT WORKS ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.step { position: relative; }
.step .num { font-family: var(--mono); font-size: 13px; color: var(--accent-press); margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.step .num::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.step .sico { width: 56px; height: 56px; border-radius: 14px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.step h3 { font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: -.01em; }
.step p { font-size: 14.5px; color: var(--ink-2); margin-top: 10px; line-height: 1.55; }

/* ---------- PARTNER SPACES GRID ---------- */
.spaces-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filters .f { font-size: 13.5px; font-weight: 600; color: var(--ink-2); padding: 8px 15px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--surface); transition: all .15s; }
.filters .f.on, .filters .f:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.spaces-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.sc:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.sc .media { position: relative; height: 188px; }
.sc image-slot { width: 100%; height: 100%; }
.sc .media .fav { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; color: var(--ink); backdrop-filter: blur(4px); transition: all .15s; }
.sc .media .fav:hover { background: #fff; color: var(--warm); }
.sc .media .tag { position: absolute; bottom: 12px; left: 12px; }
.sc .body { padding: 16px 18px 18px; }
.sc .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.sc .nm { font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: -.01em; color: var(--ink); }
.sc .loc { font-size: 13px; color: var(--ink-3); margin-top: 3px; display: flex; align-items: center; gap: 5px; }
.sc .rate { font-family: var(--mono); font-size: 12.5px; color: var(--ink); text-align: right; white-space: nowrap; }
.sc .rate b { font-family: var(--display); font-weight: 700; font-size: 17px; }
.sc .amen { display: flex; gap: 14px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-2); color: var(--ink-3); }
.sc .amen .a { display: flex; align-items: center; gap: 6px; font-size: 12.5px; }
.sc .foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.sc .stars { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--ink-2); font-weight: 700; }
.sc .stars .cnt { color: var(--ink-3); font-weight: 400; }
.spaces-more { text-align: center; margin-top: 44px; }

/* ---------- TESTIMONIALS ---------- */
.testi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 28px 26px; display: flex; flex-direction: column; }
.tcard .quote-mark { font-family: var(--display); font-weight: 800; font-size: 44px; line-height: .6; color: var(--accent); height: 28px; }
.tcard p { font-size: 15.5px; color: var(--ink); line-height: 1.6; flex: 1; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.tcard .who image-slot { width: 44px; height: 44px; border-radius: 50%; flex: none; }
.tcard .who .nm { font-weight: 700; font-size: 14.5px; color: var(--ink); }
.tcard .who .role { font-size: 13px; color: var(--ink-3); }
.tcard .rating { display: flex; gap: 2px; margin-bottom: 16px; color: var(--accent); }

/* ---------- FINAL CTA ---------- */
.cta-final { padding: 96px 0; }
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: 72px 64px; color: #fff;
  background:
    radial-gradient(700px 520px at 88% 116%, color-mix(in srgb, var(--accent-bright) 34%, transparent), transparent 60%),
    radial-gradient(560px 420px at 12% -10%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 58%),
    var(--ink); }
.cta-band .inner { position: relative; z-index: 2; max-width: 620px; }
.cta-band .kicker { color: var(--accent-bright); }
.cta-band h2 { font-family: var(--display); font-weight: 700; font-size: clamp(32px, 3.6vw, 48px); line-height: 1.03; letter-spacing: -.025em; margin: 16px 0 18px; }
.cta-band p { font-size: 18px; color: rgba(255,255,255,.7); margin-bottom: 32px; line-height: 1.55; }
.cta-band .row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 800px; margin: 0 auto; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; text-align: left; font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: -.01em; color: var(--ink); }
.faq-q .ic { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; flex: none; transition: all .2s; }
.faq-item.open .faq-q .ic { background: var(--ink); border-color: var(--ink); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a .inner { padding: 0 4px 24px; font-size: 15.5px; color: var(--ink-2); line-height: 1.6; max-width: 68ch; }

/* ---------- FOOTER ---------- */
.footer { background: var(--ink); color: #fff; padding: 72px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer .wm { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -.03em; display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer .blurb { color: rgba(255,255,255,.6); font-size: 14.5px; max-width: 34ch; line-height: 1.6; }
.footer .badges { display: flex; gap: 10px; margin-top: 22px; }
.footer .badges .b { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: rgba(255,255,255,.7); padding: 7px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; }
.footer h5 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-bottom: 16px; font-weight: 600; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { color: rgba(255,255,255,.72); font-size: 14.5px; transition: color .15s; }
.footer ul a:hover { color: #fff; }
.footer-bot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 28px; }
.footer-bot p { font-size: 13px; color: rgba(255,255,255,.5); }
.footer-bot .soc { display: flex; gap: 10px; }
.footer-bot .soc a { width: 36px; height: 36px; border-radius: 9px; border: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); transition: all .15s; }
.footer-bot .soc a:hover { background: rgba(255,255,255,.1); color: #fff; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1000px) {
  .nav-links, .nav-cta .login { display: none; }
  .nav-burger { display: flex; margin-left: auto; width: 42px; height: 42px; border-radius: 10px; border: 1.5px solid var(--line); align-items: center; justify-content: center; }
  .nav-cta { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 520px; }
  .types, .steps, .spaces-grid, .testi { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .shell { padding: 0 22px; }
  .nav-links, .nav-cta .login { display: none; }
  .nav-burger { display: flex; margin-left: auto; width: 42px; height: 42px; border-radius: 10px; border: 1.5px solid var(--line); align-items: center; justify-content: center; }
  .nav-cta { margin-left: 0; }
  .hero { padding: 44px 0 64px; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .section { padding: 64px 0; }
  .types, .steps, .spaces-grid, .testi { grid-template-columns: 1fr; }
  .hero-float.card-a { left: 0; }
  .hero-float.card-b { right: 0; }
  .cta-band { padding: 48px 28px; }
  .cta-final { padding: 64px 0; }
  .spaces-top { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bot { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 420px) {
  .hero-visual image-slot { height: 380px; }
  .hero-float.card-a { width: 210px; }
}
