/* Laser Digital Local — landing & pages légales */
:root {
  --blue: #1478d4;
  --blue-dark: #0b5ba6;
  --blue-soft: #eaf3fc;
  --red: #e63b3b;
  --ink: #0f1b2d;
  --muted: #5a6b7b;
  --line: #e3ebf3;
  --bg: #ffffff;
  --bg-soft: #f5f9fd;
  --ok: #1ba672;
  --radius: 14px;
  --shadow: 0 10px 40px rgba(15, 27, 45, 0.08);
  --max: 1120px;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }
h1, h2, h3 { line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1rem; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--muted); }
.center { text-align: center; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .55rem 1.05rem; border-radius: 8px; font-weight: 700;
  font-size: .92rem; line-height: 1.2; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(20,120,212,.28); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-ghost { background: #fff; color: var(--blue-dark); border-color: var(--line); }
.btn-lg { padding: .75rem 1.4rem; font-size: 1rem; border-radius: 9px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: .6rem; font-weight: 800; color: var(--ink); }
.brand img { height: 42px; }
.brand:hover { text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links a { color: var(--ink); font-weight: 600; font-size: .95rem; }
.nav-cta { display: flex; gap: .6rem; align-items: center; }
.menu-toggle { display: none; }

/* Hero */
.hero { padding: 72px 0 40px; background:
  radial-gradient(1200px 500px at 75% -10%, var(--blue-soft), transparent 60%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: .5rem; font-weight: 700;
  font-size: .85rem; color: var(--blue-dark); background: var(--blue-soft);
  padding: .35rem .8rem; border-radius: 999px; margin-bottom: 1.2rem;
}
.hero p.lead { font-size: 1.18rem; color: var(--muted); max-width: 38ch; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.6rem 0 1rem; }
.hero-trust { font-size: .9rem; color: var(--muted); display: flex; gap: 1.2rem; flex-wrap: wrap; }
.hero-trust span { display: inline-flex; align-items: center; gap: .4rem; }

/* Mockup card */
.hero-visual {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow); padding: 18px; transform: rotate(.5deg);
}
.hero-visual .bar { height: 10px; border-radius: 6px; background: var(--blue-soft); margin: 8px 0; }
.hero-visual .bar.w70 { width: 70%; } .hero-visual .bar.w50 { width: 50%; }
.kpi-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 14px 0; }
.kpi { background: var(--bg-soft); border-radius: 10px; padding: 12px; }
.kpi b { font-size: 1.5rem; color: var(--blue-dark); display: block; }
.kpi small { color: var(--muted); }
.stars { color: #f5a623; letter-spacing: 2px; }

/* Sections */
section { padding: 64px 0; }
.section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.eyebrow { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }

/* Features grid */
.features { background: var(--bg-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-soft);
  display: grid; place-items: center; margin-bottom: 14px; font-size: 1.4rem; }
.card.soon { position: relative; }
.tag-soon { position: absolute; top: 18px; right: 18px; font-size: .7rem; font-weight: 800;
  color: var(--blue-dark); background: var(--blue-soft); padding: .2rem .6rem; border-radius: 999px;
  text-transform: uppercase; letter-spacing: .05em; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step { text-align: center; }
.step .n { width: 48px; height: 48px; border-radius: 50%; background: var(--blue); color: #fff;
  font-weight: 800; display: grid; place-items: center; margin: 0 auto 14px; font-size: 1.2rem; }

/* Pricing */
.pricing { background: var(--bg-soft); }
.toggle { display: inline-flex; gap: 4px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 4px; margin: 0 auto 36px; }
.toggle button { border: none; background: none; padding: .55rem 1.1rem; border-radius: 999px;
  font-weight: 700; cursor: pointer; color: var(--muted); font-size: .92rem; }
.toggle button.active { background: var(--blue); color: #fff; }
.save-pill { color: var(--ok); font-weight: 700; font-size: .82rem; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px; display: flex; flex-direction: column; }
.plan.popular { border: 2px solid var(--blue); box-shadow: var(--shadow); position: relative; }
.plan.popular::before { content: "Le plus choisi"; position: absolute; top: -13px; left: 50%;
  transform: translateX(-50%); background: var(--blue); color: #fff; font-size: .75rem; font-weight: 800;
  padding: .25rem .9rem; border-radius: 999px; white-space: nowrap; }
.plan h3 { font-size: 1.3rem; }
.plan .price { font-size: 2.6rem; font-weight: 800; color: var(--ink); margin: .2rem 0 0; }
.plan .price span { font-size: 1rem; font-weight: 600; color: var(--muted); }
.plan .price-note { font-size: .85rem; color: var(--muted); min-height: 1.2em; }
.plan ul { list-style: none; padding: 0; margin: 20px 0; flex: 1; }
.plan ul li { padding: .45rem 0 .45rem 1.8rem; position: relative; font-size: .95rem; border-top: 1px solid var(--line); }
.plan ul li:first-child { border-top: none; }
.plan ul li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.plan ul li.no { color: var(--muted); }
.plan ul li.no::before { content: "–"; color: var(--line); }

/* Comparison table */
.compare { overflow-x: auto; }
.compare table { width: 100%; border-collapse: collapse; min-width: 620px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compare th, .compare td { padding: 14px 18px; text-align: center; border-bottom: 1px solid var(--line); font-size: .95rem; }
.compare th { background: var(--bg-soft); font-weight: 800; }
.compare td:first-child, .compare th:first-child { text-align: left; }
.compare .yes { color: var(--ok); font-weight: 800; }
.compare .no { color: #c7d0d9; }
.compare tr:last-child td { border-bottom: none; }

/* SEO / GEO band */
.seo-band { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: #fff; }
.seo-band h2 { color: #fff; }
.seo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.seo-grid .s b { font-size: 2.2rem; display: block; }
.seo-band .container > p { color: rgba(255,255,255,.85); }

/* FAQ */
.faq details { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; padding: 4px 20px; background: #fff; }
.faq summary { font-weight: 700; cursor: pointer; padding: 16px 0; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--blue); font-weight: 800; }
.faq details[open] summary::after { content: "–"; }
.faq details > p { color: var(--muted); padding-bottom: 12px; margin: 0; }

/* CTA */
.cta-final { text-align: center; }
.cta-final .box { background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  border-radius: 24px; padding: 56px 24px; color: #fff; }
.cta-final h2 { color: #fff; }
.cta-final .btn-primary { background: #fff; color: var(--blue-dark); }

/* Footer */
.site-footer { background: var(--ink); color: #c4d0dc; padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.site-footer a { color: #c4d0dc; }
.site-footer h4 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .85rem; }
.footer-logo { height: 64px; width: auto; margin-bottom: 14px; background: #fff; padding: 8px 12px; border-radius: 10px; }

/* Legal pages */
.legal { max-width: 820px; margin: 0 auto; padding: 56px 24px; }
.legal h1 { font-size: 2.2rem; }
.legal h2 { font-size: 1.4rem; margin-top: 2rem; }
.legal p, .legal li { color: #2c3a4a; }
.legal .updated { color: var(--muted); font-size: .9rem; margin-bottom: 2rem; }
.back-link { display: inline-block; margin-bottom: 1.5rem; font-weight: 700; }

/* Responsive */
@media (max-width: 1000px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .container { padding: 0 18px; }
  section { padding: 48px 0; }
  .hero { padding: 48px 0 32px; }
  .hero-grid, .steps, .price-grid, .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { order: -1; transform: none; }
  .nav-links { display: none; }
  .seo-grid { grid-template-columns: 1fr 1fr; }
  .section-head { margin-bottom: 32px; }
  .plan.popular { transform: none; }
}
@media (max-width: 600px) {
  .container { padding: 0 14px; }
  .nav { height: 60px; }
  .brand span { display: none; }            /* garde juste le logo sur très petit écran */
  .brand img { height: 38px; }
  .nav-cta .btn-ghost { display: none; }     /* ne garde que le CTA principal */
  .nav-cta .btn { padding: .5rem .9rem; font-size: .85rem; }
  h1 { font-size: 2rem; }
  .hero p.lead { font-size: 1.05rem; max-width: none; }
  .hero-actions { gap: .6rem; }
  .hero-actions .btn { width: 100%; }        /* boutons pleine largeur, faciles à toucher */
  .hero-trust { gap: .5rem 1rem; font-size: .85rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .seo-grid { grid-template-columns: 1fr; }
  .card { padding: 22px; }
  .plan { padding: 24px; }
  .cta-final .box { padding: 40px 18px; }
  .cta-final .btn, .plan .btn { width: 100%; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .legal { padding: 40px 16px; }
}
