/* ══════════════════════════════════════════════════════════════════════════
   DropRoad — Pages d'atterrissage (garages.php / informatique.php)
   Styles partagés. S'appuie sur les tokens de theme/style.css.
   ══════════════════════════════════════════════════════════════════════════ */

.lp {
    font-family: 'DM Sans', sans-serif;
    color: var(--text);
    background: var(--surface);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.lp * { box-sizing: border-box; margin:0 }
.lp-wrap { max-width: 1080px; margin: 0; padding: 0 22px; }

/* ── Header ─────────────────────────────────────────────────────────────── */
.lp-header {
    position: sticky; top: 0; z-index: 50;
    background: var(--surface);
    background: color-mix(in srgb, var(--surface) 86%, transparent);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}
.lp-header-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.lp-logo { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 2px; color: var(--text); text-decoration: none; }
.lp-logo span { color: var(--red); }
.lp-nav { display: flex; align-items: center; gap: 18px; }
.lp-nav a.lp-nav-link { color: var(--text-secondary); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .15s; }
.lp-nav a.lp-nav-link:hover { color: var(--text); }

/* ── Boutons ────────────────────────────────────────────────────────────── */
.lp-btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600;
    padding: 12px 22px; border-radius: 11px; border: 1px solid transparent;
    cursor: pointer; text-decoration: none; transition: transform .15s, background .15s, border-color .15s;
}
.lp-btn-primary { background: var(--red); color: #fff; }
.lp-btn-primary:hover { background: var(--red-dim); transform: translateY(-2px); }
.lp-btn-ghost { background: transparent; color: var(--text); border-color: var(--border2); }
.lp-btn-ghost:hover { border-color: var(--muted); }
.lp-btn-sm { padding: 9px 16px; font-size: 14px; border-radius: 9px; }
.lp-theme-toggle {
    background: transparent; border: 1px solid var(--border2); border-radius: 9px;
    width: 38px; height: 38px; font-size: 16px; line-height: 1; cursor: pointer;
    color: var(--text); display: inline-flex; align-items: center; justify-content: center;
    transition: border-color .15s;
}
.lp-theme-toggle:hover { border-color: var(--muted); }

/* ── Hero ───────────────────────────────────────────────────────────────── */
.lp-hero { padding: 64px 0 40px; text-align: center; }
.lp-eyebrow {
    display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--red); background: var(--red-alpha-10); border: 1px solid var(--red-alpha-25);
    padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
}
.lp-h1 {
    font-family: 'Bebas Neue', sans-serif; font-weight: 400;
    font-size: clamp(40px, 7vw, 74px); line-height: 0.98; letter-spacing: 1px;
    margin: 0 auto 18px; max-width: 14ch; color: var(--text);
}
.lp-h1 em { color: var(--red); font-style: normal; }
.lp-sub { font-size: clamp(16px, 2.2vw, 19px); color: var(--text-secondary); max-width: 56ch; margin: 0 auto 30px; }
.lp-hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lp-hero-note { margin-top: 16px; font-size: 13px; color: var(--muted); }

/* ── Section générique ──────────────────────────────────────────────────── */
.lp-section { padding: 56px 0; }
.lp-section-head { text-align: center; max-width: 60ch; margin: 0 auto 44px; }
.lp-kicker { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.lp-h2 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: clamp(30px, 5vw, 46px); letter-spacing: 1px; line-height: 1; margin: 0 0 12px; }
.lp-lead { font-size: 16px; color: var(--text-secondary); margin: 0; }

/* ── Parcours en 4 étapes — la « route » (élément signature) ─────────────── */
.lp-route { position: relative; }
.lp-route-line {
    position: absolute; left: 31px; top: 34px; bottom: 34px; width: 2px;
    background: repeating-linear-gradient(var(--red) 0 8px, transparent 8px 16px);
    opacity: .5;
}
.lp-step { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; padding: 18px 0; }
.lp-step-node {
    width: 64px; height: 64px; border-radius: 50%;
    background: var(--surface2); border: 2px solid var(--red);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--red); letter-spacing: 1px;
    position: relative; z-index: 1;
}
.lp-step-body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 26px; align-items: center; }
.lp-step-text h3 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 26px; letter-spacing: .5px; margin: 4px 0 8px; }
.lp-step-text p { margin: 0; color: var(--text-secondary); font-size: 15px; }
.lp-step-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--text-secondary); background: var(--surface3); border: 1px solid var(--border); padding: 3px 9px; border-radius: 6px; }

/* Cadre image avec fallback si l'image n'est pas encore déposée */
.lp-step-media {
    position: relative; aspect-ratio: 4 / 3; border-radius: 14px; overflow: hidden;
    background: var(--surface2); border: 1px solid var(--border2);
}
.lp-step-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-step-media.img-missing::after {
    content: attr(data-fallback);
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    padding: 16px; text-align: center; font-size: 13px; color: var(--muted);
    background: repeating-linear-gradient(45deg, var(--surface2) 0 12px, var(--surface3) 12px 24px);
}

/* ── Bénéfices ──────────────────────────────────────────────────────────── */
.lp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-benefit { background: var(--surface2); border: 1px solid var(--border); border-radius: 14px; padding: 24px; }
.lp-benefit-ico { font-size: 26px; margin-bottom: 12px; }
.lp-benefit h4 { font-size: 17px; margin: 0 0 6px; color: var(--text); }
.lp-benefit p { margin: 0; font-size: 14px; color: var(--text-secondary); }

/* ── Plans ──────────────────────────────────────────────────────────────── */
.lp-plans { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.lp-plan { flex: 1; min-width: 260px; max-width: 360px; background: var(--surface2); border: 2px solid var(--border2); border-radius: 18px; padding: 28px 24px; }
.lp-plan.featured { border-color: var(--red); }
.lp-plan-badge { display: inline-block; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 6px; background: var(--green-alpha-10); color: var(--green); margin-bottom: 12px; }
.lp-plan-name { font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: 2px; line-height: 1; }
.lp-plan-price { font-size: 34px; font-weight: 800; margin: 8px 0 2px; }
.lp-plan-price span { font-size: 15px; color: var(--muted); font-weight: 400; }
.lp-plan-feats { list-style: none; padding: 0; margin: 16px 0 22px; }
.lp-plan-feats li { font-size: 14px; color: var(--text-secondary); padding: 7px 0; border-bottom: 1px solid var(--border); display: flex; gap: 9px; }
.lp-plan-feats li::before { content: "✓"; color: var(--green); font-weight: 700; }
.lp-plan .lp-btn { width: 100%; justify-content: center; }

/* ── CTA final ──────────────────────────────────────────────────────────── */
.lp-final { text-align: center; background: var(--surface2); border: 1px solid var(--border); border-radius: 20px; padding: 48px 28px; }
.lp-final .lp-h2 { margin-bottom: 10px; }
.lp-final p { color: var(--text-secondary); margin: 0 auto 24px; max-width: 50ch; }

/* ── Footer ─────────────────────────────────────────────────────────────── */
/* Le footer réutilise le style de theme/style.css (comme index.php).
   On neutralise juste sa position fixe, inadaptée à une page longue. */
.lp footer { position: static; margin-top: 40px; }

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 760px) {
    .lp-step-body { grid-template-columns: 1fr; gap: 14px; }
    .lp-step-media { order: -1; }
    .lp-benefits { grid-template-columns: 1fr; }
    .lp-nav .lp-nav-link { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-btn, .lp-btn-primary:hover, .lp-btn-ghost:hover { transition: none; transform: none; }
}