/* Page d'accueil — Nidoo (direction artistique « découpage »). Charge da-base.css avant. */
* { box-sizing: border-box; }
html, body { overflow-x: clip; }
body { margin: 0; }
a { color: inherit; }
.lp-wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px); }

/* Barre du haut */
.lp-nav { position: sticky; top: 0; z-index: 100; background: var(--cream); border-bottom: 2px solid var(--ink); }
.lp-nav .lp-wrap { display: flex; align-items: center; gap: 18px; padding-top: 10px; padding-bottom: 10px; }
.lp-brand { white-space: nowrap; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.02em; }
.lp-mark { position: relative; width: 42px; height: 42px; color: var(--yellow); display: inline-flex; align-items: center; justify-content: center; }
.lp-mark svg { position: absolute; inset: 0; width: 100%; height: 100%; filter: drop-shadow(1.5px 0 0 var(--ink)) drop-shadow(-1.5px 0 0 var(--ink)) drop-shadow(0 1.5px 0 var(--ink)) drop-shadow(0 -1.5px 0 var(--ink)); }
.lp-mark b { position: relative; font-size: 0.92rem; }
.lp-links { display: flex; gap: 4px; margin-left: auto; flex-wrap: nowrap; }
.lp-links a { padding: 8px 14px; border-radius: 999px; font-weight: 800; font-size: 0.88rem; text-decoration: none; white-space: nowrap; }
.lp-links a:hover { background: var(--yellow-soft); }
.lp-nav .btn, .lp-nav .btn-ghost { padding: 8px 8px 8px 16px; font-size: 0.85rem; box-shadow: 0 3px 0 var(--ink); white-space: nowrap; }
.lp-nav .btn .arrow { width: 26px; height: 26px; }
/* Entre les deux : les liens tiennent sur une ligne mais resserrés, avant de disparaître complètement en dessous de 860px */
@media (max-width: 1220px) {
    .lp-nav .lp-wrap { gap: 8px; }
    .lp-links { gap: 0; }
    .lp-links a { padding: 8px 7px; font-size: 0.8rem; }
    .lp-logo { height: 38px; }
    .lp-nav .btn, .lp-nav .btn-ghost { padding: 7px 6px 7px 12px; font-size: 0.78rem; }
    .lp-nav .btn .arrow { width: 22px; height: 22px; }
}
@media (max-width: 1030px) { .lp-links { display: none; } .lp-nav .btn-ghost { display: none; } .lp-nav .btn { margin-left: auto; } }

/* Héros */
.lp-hero { position: relative; padding: clamp(36px, 7vw, 84px) 0 clamp(60px, 8vw, 110px); }
.lp-hero .lp-wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.lp-sticker { display: inline-flex; align-items: center; gap: 8px; background: var(--lilac); border: 2px solid var(--ink); border-radius: 999px; padding: 6px 14px; font-weight: 800; font-size: 0.82rem; transform: rotate(-2deg); box-shadow: 0 3px 0 var(--ink); }
.lp-hero h1 { font-size: clamp(2.7rem, 7.2vw, 5.6rem); margin: 18px 0 18px; text-transform: uppercase; letter-spacing: -0.03em; line-height: 0.95; }
.lp-hero h1 em { font-style: normal; background: var(--yellow); padding: 0 12px; border-radius: 16px; display: inline-block; transform: rotate(-1.5deg); border: 2px solid var(--ink); }
.lp-hero p.lead { font-size: clamp(1.02rem, 2vw, 1.25rem); font-weight: 700; color: var(--ink-soft); max-width: 34em; line-height: 1.55; margin: 0 0 26px; }
.lp-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.lp-note { margin-top: 18px; font-weight: 800; font-size: 0.85rem; color: var(--ink-soft); display: flex; align-items: center; gap: 8px; }
.lp-art { position: relative; min-height: 470px; }
.lp-art .s { position: absolute; }
.lp-art .s svg { width: 100%; height: 100%; display: block; overflow: visible; }
.lp-art .s1 { width: 58%; aspect-ratio: 1; left: 2%; top: 4%; color: var(--pink); transform: rotate(-8deg); }
.lp-art .s2 { width: 44%; aspect-ratio: 1; right: 0; top: 0; color: var(--lilac); }
.lp-art .s3 { width: 40%; aspect-ratio: 1; right: 4%; bottom: 2%; color: var(--yellow); transform: rotate(14deg); }
.lp-art .s4 { width: 26%; aspect-ratio: 1; left: 6%; bottom: 8%; color: var(--green); }
.lp-art .s5 { width: 15%; aspect-ratio: 1; left: 46%; top: -2%; color: var(--coral); }
.lp-art .s6 { width: 30%; aspect-ratio: 3/1; left: 34%; bottom: -2%; color: var(--blue); }
.lp-art .face { position: absolute; }
.lp-phone { position: absolute; left: 50%; top: 50%; width: min(64%, 270px); transform: translate(-46%, -50%) rotate(4deg); background: var(--paper); border: 3px solid var(--ink); border-radius: 34px; box-shadow: 8px 8px 0 var(--ink); padding: 14px; z-index: 3; }
.lp-phone .bar { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-display); font-weight: 800; font-size: 0.85rem; margin-bottom: 10px; }
.lp-phone .k { display: flex; align-items: center; gap: 10px; border: 2px solid var(--ink); border-radius: 18px; padding: 8px 10px; margin-bottom: 8px; font-weight: 800; font-size: 0.82rem; }
.lp-phone .k i { width: 34px; height: 34px; border-radius: 50%; background: var(--paper); border: 2px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 1.1rem; flex: none; }
.lp-phone .k small { display: block; font-weight: 700; opacity: 0.7; font-size: 0.7rem; }
.lp-phone .k.y { background: var(--yellow); } .lp-phone .k.b { background: #A9C7FF; } .lp-phone .k.p { background: var(--pink); }
.lp-phone .tot { background: var(--ink); color: var(--cream); border-radius: 16px; padding: 10px 12px; font-weight: 800; font-size: 0.8rem; display: flex; justify-content: space-between; margin-top: 4px; }
.lp-badge { position: absolute; z-index: 4; background: var(--paper); border: 2px solid var(--ink); border-radius: 999px; padding: 7px 14px; font-weight: 800; font-size: 0.78rem; box-shadow: 0 3px 0 var(--ink); white-space: nowrap; }
.lp-badge.a { left: -2%; top: 18%; transform: rotate(-6deg); } .lp-badge.b { right: -2%; bottom: 20%; transform: rotate(5deg); background: var(--lime); }
@media (max-width: 900px) { .lp-hero .lp-wrap { grid-template-columns: 1fr; } .lp-art { min-height: 400px; max-width: 460px; margin: 0 auto; width: 100%; } }

/* Sections */
.lp-sec { padding: clamp(56px, 8vw, 100px) 0; position: relative; }
.lp-eyebrow { display: inline-block; font-weight: 900; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; background: var(--pink-soft); border: 2px solid var(--ink); border-radius: 999px; padding: 5px 14px; margin-bottom: 14px; }
.lp-title { font-size: clamp(2rem, 5vw, 3.6rem); margin: 0 0 14px; text-transform: uppercase; letter-spacing: -0.025em; }
.lp-sub { font-weight: 700; color: var(--ink-soft); font-size: 1.08rem; max-width: 40em; line-height: 1.55; margin: 0 0 34px; }
.lp-ticker { transform: rotate(-1.6deg); margin: -22px -20px 0; position: relative; z-index: 5; }

.lp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-card { position: relative; overflow: hidden; border: 2px solid var(--ink); border-radius: 30px; padding: 26px; box-shadow: 0 6px 0 var(--ink); min-height: 250px; display: flex; flex-direction: column; }
.lp-card .ic { width: 56px; height: 56px; border-radius: 50%; background: var(--paper); border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; margin-bottom: 16px; position: relative; z-index: 1; }
.lp-card h3 { font-size: 1.5rem; margin: 0 0 8px; position: relative; z-index: 1; }
.lp-card p { margin: 0; font-weight: 700; line-height: 1.5; font-size: 0.95rem; position: relative; z-index: 1; }
.lp-card .bg { position: absolute; right: -30px; bottom: -34px; width: 150px; height: 150px; color: rgba(255, 255, 255, 0.4); }
.lp-card.c1 { background: var(--yellow); } .lp-card.c2 { background: var(--pink); } .lp-card.c3 { background: #A9C7FF; }
.lp-card.c4 { background: var(--lime); } .lp-card.c5 { background: var(--coral); } .lp-card.c6 { background: var(--lilac); }
@media (max-width: 940px) { .lp-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .lp-grid { grid-template-columns: 1fr; } .lp-card { min-height: 0; } }

/* Espace parents */
.lp-parents .box { --sc: var(--lilac); margin: 26px; padding: clamp(28px, 5vw, 60px); }
.lp-parents .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.lp-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.lp-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 800; }
.lp-list li i { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 0.8rem; }
.lp-parent-phone { max-width: 320px; margin: 0 auto; background: var(--paper); border: 3px solid var(--ink); border-radius: 34px; box-shadow: 8px 8px 0 var(--ink); padding: 16px; transform: rotate(-3deg); }
.lp-parent-phone .hd { background: var(--yellow); border: 2px solid var(--ink); border-radius: 20px; padding: 12px 14px; font-family: var(--font-display); font-weight: 800; }
.lp-parent-phone .hd small { display: block; font-family: var(--font-body); opacity: 0.7; font-weight: 800; }
.lp-parent-phone .row { display: flex; gap: 8px; margin-top: 10px; }
.lp-parent-phone .t { flex: 1; border: 2px solid var(--ink); border-radius: 16px; padding: 8px; font-weight: 800; font-size: 0.72rem; text-align: center; }
.lp-parent-phone .t b { display: block; font-size: 1.15rem; font-family: var(--font-display); }
.lp-parent-phone .msg { margin-top: 10px; background: #EEF; border: 2px solid var(--ink); border-radius: 16px 16px 16px 4px; padding: 9px 12px; font-weight: 700; font-size: 0.78rem; }
.lp-parent-phone .scan { margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--ink); color: var(--cream); border-radius: 999px; padding: 10px; font-weight: 800; font-size: 0.8rem; }
@media (max-width: 860px) { .lp-parents .cols { grid-template-columns: 1fr; } }

/* Comment ça marche */
.lp-how { background: var(--coral); border-block: 2px solid var(--ink); }
.lp-how .lp-title { color: var(--ink); }
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; }
.lp-step { background: var(--paper); border: 2px solid var(--ink); border-radius: 30px; padding: 26px; box-shadow: 0 6px 0 var(--ink); }
.lp-step .n { width: 64px; height: 64px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; margin-bottom: 14px; transform: rotate(-6deg); }
.lp-step h3 { font-size: 1.4rem; margin: 0 0 6px; }
.lp-step p { margin: 0; font-weight: 700; line-height: 1.5; color: var(--ink-soft); }
@media (max-width: 860px) { .lp-steps { grid-template-columns: 1fr; } }
.lp-wave { display: block; width: 100%; height: 46px; color: var(--coral); margin-bottom: -2px; }

/* Bêta */
.lp-beta { text-align: center; }
.lp-beta .box { --sc: var(--yellow); margin: 26px; padding: clamp(30px, 6vw, 70px); }
.lp-beta p { font-weight: 700; font-size: 1.1rem; max-width: 34em; margin: 0 auto 26px; line-height: 1.55; }
.lp-beta .lp-title { position: relative; z-index: 1; }

/* FAQ */
.lp-faq details { background: var(--paper); border: 2px solid var(--ink); border-radius: 22px; padding: 4px 22px; margin-bottom: 14px; box-shadow: 0 4px 0 var(--ink); }
.lp-faq summary { cursor: pointer; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: transform 0.2s; }
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq details p { margin: 0 0 18px; font-weight: 700; color: var(--ink-soft); line-height: 1.6; }

/* Pied de page */
.lp-foot { background: var(--ink); color: var(--cream); padding: 46px 0 34px; }
.lp-foot .lp-wrap { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; align-items: flex-start; }
.lp-foot .lp-brand { color: var(--cream); }
.lp-foot p { margin: 8px 0 0; opacity: 0.7; font-weight: 700; font-size: 0.88rem; max-width: 26em; }
.lp-foot nav { display: flex; gap: 8px 22px; flex-wrap: wrap; font-weight: 800; font-size: 0.88rem; }
.lp-foot nav a { text-decoration: none; opacity: 0.85; } .lp-foot nav a:hover { opacity: 1; text-decoration: underline; }
.lp-copy { width: 100%; opacity: 0.55; font-size: 0.78rem; font-weight: 700; border-top: 1px solid rgba(246, 240, 225, 0.2); padding-top: 18px; }

@media (max-width: 520px) {
    .lp-nav .lp-wrap { gap: 10px; }
    .lp-brand { font-size: 1.15rem; }
    .lp-mark { width: 36px; height: 36px; }
    .lp-nav .btn { font-size: 0.74rem; padding: 6px 6px 6px 12px; }
    .lp-nav .btn .arrow { width: 22px; height: 22px; }
    .lp-ticker { margin-left: -12px; margin-right: -12px; }
}

/* Tarifs */
.lp-pricing { background: var(--cream); }
.lp-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; max-width: 900px; }
.lp-plan { position: relative; display: flex; flex-direction: column; gap: 14px; border: 2px solid var(--ink); border-radius: 30px; padding: 28px; box-shadow: 0 6px 0 var(--ink); }
.lp-plan.free { background: var(--lime); }
.lp-plan.paid { background: var(--yellow); }
.lp-plan-tag { align-self: flex-start; background: var(--paper); border: 2px solid var(--ink); border-radius: 999px; padding: 4px 12px; font-weight: 900; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; }
.lp-plan h3 { font-size: 1.7rem; margin: 0; }
.lp-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.lp-price b { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 6vw, 3.6rem); line-height: 1; letter-spacing: -0.03em; }
.lp-price span { font-weight: 800; font-size: 0.9rem; line-height: 1.25; }
.lp-price-duo { display: flex; gap: 26px; flex-wrap: wrap; }
.lp-plan-list { list-style: none; padding: 0; margin: 0 0 6px; display: grid; gap: 10px; align-content: start; flex: 1; }
.lp-plan-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 800; font-size: 0.95rem; line-height: 1.4; }
.lp-plan-list li i { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--paper); border: 2px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 0.75rem; }
.lp-plan .btn { align-self: flex-start; }
.lp-price-note { font-weight: 700; font-size: 0.85rem; color: var(--ink-soft); margin: 22px 0 0; max-width: 46em; }

/* Logo Nidoo */
.lp-logo { display: block; height: 46px; width: auto; }
.lp-foot .lp-brand { background: var(--cream); border-radius: 16px; padding: 8px 14px; }
.lp-foot .lp-logo { height: 40px; }
@media (max-width: 520px) { .lp-logo { height: 36px; } .lp-foot .lp-logo { height: 34px; } }

/* Trois offres (essai, abonnement nounou, espace famille) */
.lp-plans { grid-template-columns: repeat(3, 1fr); max-width: 1040px; }
.lp-plan.parent { background: #A9C7FF; }
.lp-plan-note { margin: 0; font-weight: 700; font-size: 0.8rem; color: var(--ink-soft); }
@media (max-width: 980px) { .lp-plans { grid-template-columns: 1fr 1fr; max-width: 700px; } }
@media (max-width: 620px) { .lp-plans { grid-template-columns: 1fr; max-width: 420px; } }
