/* =========================================================
   SKIN V1 « CÂLINE » — la charte du site, modernisée.
   Patrick Hand (titres manuscrits) + Bitter (texte), bleu ciel, turquoise,
   orange du logo pour les CTA, gribouillis et nuages en décor.
   Chargé après lp.css. Préfixe des composants : c-
   ========================================================= */
.skin-caline{
  --sky:#d8eaf6; --sky-2:#edf5fb; --turq:#7ac8d0; --turq-dark:#2f8c96; --green:#6fb98f;
  --ink:#26171c; --radius:22px;
}
.skin-caline h1,.skin-caline h2,.skin-caline h3{font-family:var(--font-head);font-weight:400;color:var(--ink);letter-spacing:.005em}
.skin-caline h1{font-size:clamp(2.4rem,7vw,4.2rem);line-height:1.02}
.skin-caline h2{font-size:clamp(2rem,5.5vw,3.3rem);line-height:1.08}
.skin-caline h3{font-size:1.5rem;line-height:1.15}
.skin-caline p{line-height:1.7}
.skin-caline .btn{font-family:var(--font-head);font-weight:400;font-size:1.22rem;letter-spacing:.01em;box-shadow:0 8px 20px rgba(212,67,31,.22);transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}
.skin-caline .btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(212,67,31,.28)}
.skin-caline .btn--ghost{background:#fff;color:var(--ink);border-color:var(--ink);box-shadow:none}
.skin-caline .btn--ghost:hover{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:none}
.skin-caline .btn--lg{font-size:1.3rem}
.skin-caline .eyebrow{font-family:var(--font-head);font-size:1.15rem;letter-spacing:.02em;text-transform:none;color:var(--turq-dark);font-weight:400}
.skin-caline .eyebrow::before{content:"";display:inline-block;width:22px;height:3px;border-radius:3px;background:var(--orange);vertical-align:middle;margin-right:8px}
.c-btns{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.link-arrow{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--brand);text-decoration:none;margin-top:6px}
.link-arrow svg{width:20px;height:20px}
.link-arrow:hover{text-decoration:underline}

/* ---------- Topbar ---------- */
.skin-caline .topbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(58,109,144,.1)}
.skin-caline .topbar__in{min-height:76px}
.skin-caline .topbar__logo img{width:150px;height:auto}
.skin-caline .topbar__phone{color:var(--ink);font-family:var(--font-head);font-weight:400;font-size:1.2rem}
.skin-caline .topbar__phone svg{background:var(--sky);color:var(--brand)}
.skin-caline .topbar__phone small{font-family:var(--font);font-size:.72rem}
.skin-caline .topbar__cta{min-height:46px;padding:.5em 1.4em;font-size:1.1rem;box-shadow:none}

/* ---------- Hero ciel + nuages ---------- */
.c-hero{position:relative;overflow:hidden;background:var(--sky)}
.c-hero::before,.c-hero::after{content:"";position:absolute;border-radius:50%;background:#fff;opacity:.5;pointer-events:none}
.c-hero::before{width:520px;height:520px;left:-200px;top:-300px}
.c-hero::after{width:420px;height:420px;right:-160px;bottom:-240px}
.c-hero__grid{position:relative;z-index:1;display:grid;gap:22px;padding-top:26px;padding-bottom:64px}
.c-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--accent);font-family:var(--font-head);font-size:1.08rem;line-height:1.2;padding:7px 14px;border-radius:100px;box-shadow:0 6px 16px rgba(58,109,144,.12);margin:0 0 14px}
.c-kicker i{width:10px;height:10px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(230,83,48,.18);flex:none}
.c-hero h1{margin:0 0 .35em}
.c-hero h1 em{font-style:normal;color:var(--accent);display:inline-block;position:relative}
.c-hero h1 em::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8c12-8 22-8 34 0s22 8 34 0 22-8 38 0' fill='none' stroke='%237ac8d0' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%}
.c-lead{font-size:1.08rem;color:#3f3438;max-width:540px;margin:0 0 1em}
.c-checks{display:grid;gap:10px;margin:0 0 16px}
.c-checks li{display:flex;gap:10px;align-items:flex-start;line-height:1.45}
.c-checks svg{width:24px;height:24px;color:#fff;background:var(--turq);border-radius:50%;padding:5px;flex:none;margin-top:1px}
.c-checks strong{color:var(--ink)}
.c-hero__note{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;color:#4d4247;margin:0}
.c-hero__note svg{width:20px;height:20px;color:var(--turq-dark)}
.c-doodle{position:absolute;pointer-events:none;z-index:0}
.c-doodle--whale{width:150px;height:auto;right:-10px;top:8px;opacity:.85;transform:rotate(-8deg)}
.c-doodle--lapin{display:none}
.c-edge{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:44px;z-index:1}

/* Formulaire : carte blanche, liseré orange, champs arrondis comme le HubSpot du site */
.skin-caline .form-card{position:relative;z-index:2;border-radius:24px;box-shadow:0 24px 60px rgba(58,109,144,.22);border-top:6px solid var(--orange);padding:22px 18px 20px}
.skin-caline .form-card__head h2{font-size:1.9rem;margin-bottom:.15em}
.skin-caline .form-card__head p{font-size:.92rem}
.skin-caline .form-card__head strong{color:var(--accent)}
.skin-caline .progress span{height:6px}
.skin-caline .progress span.is-done{background:var(--turq)}
.skin-caline .progress-label{font-family:var(--font-head);font-size:1rem;font-weight:400;color:var(--turq-dark)}
.skin-caline .field>label,.skin-caline .field>.label{color:var(--ink);font-size:.82rem}
.skin-caline .field input,.skin-caline .field select,.skin-caline .field textarea{border-radius:15px;background-color:#f7fbfd;border-color:#d6e5ee}
.skin-caline .field input:focus,.skin-caline .field select:focus,.skin-caline .field textarea:focus{background-color:#fff;border-color:var(--turq);box-shadow:0 0 0 3px rgba(122,200,208,.35)}
.skin-caline .step__title{font-family:var(--font-head);font-size:1.6rem;font-weight:400;color:var(--ink);margin-bottom:8px}
.skin-caline .step__hello{background:#eaf7ee;color:#1f5a35;border-radius:14px}
.skin-caline .form-legal{font-size:.74rem}
.skin-caline .form-phone a{color:var(--ink)}
.row--civ{grid-template-columns:110px 1fr}

/* ---------- Réassurance ---------- */
.c-trust{background:#fff;padding:22px 0 8px}
.c-trust__in{display:grid;grid-template-columns:1fr 1fr;gap:14px 10px}
.c-trust__item{display:flex;gap:10px;align-items:center;font-size:.82rem;line-height:1.3;color:var(--muted)}
.c-trust__item strong{display:block;font-family:var(--font-head);font-weight:400;font-size:1.25rem;color:var(--ink);line-height:1.1;margin-bottom:2px}
.c-trust__item svg{width:42px;height:42px;padding:9px;border-radius:50%;background:var(--sky);color:var(--brand);flex:none}

/* ---------- Sections ---------- */
.c-section{padding:52px 0;position:relative}
.c-section--sky{background:var(--sky-2)}
.c-head{text-align:center;max-width:760px;margin:0 auto 30px}
.c-head h2{margin:0 0 .2em}
.c-head h2::after{content:"";display:block;width:120px;height:12px;margin:8px auto 0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8c12-8 22-8 34 0s22 8 34 0 22-8 38 0' fill='none' stroke='%23e65330' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%}
.c-head p{color:var(--muted);margin:14px auto 0}
.skin-caline .cta-row{margin-top:30px}

/* Split photo + texte, sticker manuscrit */
.c-split{display:grid;gap:26px;align-items:center}
.c-split__media{position:relative;margin:0 0 14px}
.c-split__media img{width:100%;border-radius:28px;aspect-ratio:4/3.2;object-fit:cover;box-shadow:0 20px 50px rgba(58,109,144,.16)}
.c-split--rev .c-split__media img{aspect-ratio:1/1}
.c-sticker{position:absolute;right:-6px;bottom:-16px;background:var(--orange);color:#fff;font-family:var(--font-head);font-size:1.15rem;line-height:1.15;text-align:center;padding:16px 18px;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;transform:rotate(6deg);box-shadow:0 12px 30px rgba(230,83,48,.3);max-width:170px}
.c-sticker--blue{background:var(--turq-dark);left:-6px;right:auto;transform:rotate(-6deg);box-shadow:0 12px 30px rgba(47,140,150,.3)}
.c-split__body h2{margin-bottom:.4em}
.c-split__body .btn{margin-top:4px}
.c-list{margin:14px 0 22px}
.c-list svg{color:var(--turq-dark)}

/* Offre d'accueil : cartes */
.c-offer{display:grid;gap:14px}
.c-offer__card{background:#fff;border-radius:var(--radius);padding:24px 22px 22px;box-shadow:0 8px 24px rgba(58,109,144,.07);transition:transform .2s,box-shadow .2s}
.c-offer__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(58,109,144,.14)}
.c-offer__icon{width:58px;height:58px;border-radius:50%;background:var(--sky);color:var(--brand);display:grid;place-items:center;margin-bottom:14px}
.c-offer__icon svg{width:28px;height:28px}
.c-offer__icon--orange{background:#fde4dc;color:var(--accent)}
.c-offer__icon--green{background:#e2f4ea;color:#2f7d53}
.c-offer__card h3{margin:0 0 .3em}
.c-offer__card p{margin:0;color:var(--muted);font-size:.95rem}

/* Projet éducatif : piliers numérotés + bande de photos */
.c-pillars{display:grid;gap:14px}
.c-pillar{position:relative;background:#fff;border-radius:var(--radius);padding:24px 22px 22px 22px;box-shadow:0 8px 24px rgba(58,109,144,.07)}
.c-pillar__num{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--orange);color:#fff;font-family:var(--font-head);font-size:1.6rem;margin-bottom:12px;transform:rotate(-6deg)}
.c-pillar h3{margin:0 0 .3em}
.c-pillar p{margin:0;color:var(--muted);font-size:.95rem}
.c-photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}
.c-photo-strip img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}
.c-photo-strip img:nth-child(2){transform:translateY(12px)}

/* Visite 360° + Où sommes-nous */
.c-duo{display:grid;gap:14px}
.c-duo__card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px}
.c-duo__card--visit{background:var(--sky);border-color:transparent;overflow:hidden}
.c-duo__card--visit::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#fff;opacity:.5;right:-90px;bottom:-110px}
.c-duo__card>*{position:relative;z-index:1}
.c-duo__icon{width:54px;height:54px;border-radius:16px;background:#fff;color:var(--turq-dark);display:grid;place-items:center;margin-bottom:12px;box-shadow:0 6px 16px rgba(58,109,144,.1)}
.c-duo__icon svg{width:28px;height:28px}
.c-duo__icon--orange{background:#fde4dc;color:var(--accent);box-shadow:none}
.c-duo__card h2{font-size:1.9rem;margin-bottom:.3em}
.c-duo__card p{margin-bottom:.8em}
.c-duo__hours{display:flex;gap:8px;align-items:center;font-size:.92rem;color:var(--muted)}
.c-duo__hours svg{width:20px;height:20px;color:var(--turq-dark)}
.c-duo__others{font-size:.9rem;color:var(--muted)}

/* Agrément */
.c-agrement{background:#fff;padding:8px 0 40px}
.c-agrement__in{display:grid;gap:16px;justify-items:center;text-align:center;background:var(--sky-2);border-radius:var(--radius);padding:26px 22px}
.c-agrement__in img{width:120px;height:auto}
.c-agrement__in p{margin:0;font-size:.95rem;color:#3f3438}
.c-agrement__in strong{font-family:var(--font-head);font-weight:400;font-size:1.35rem;color:var(--ink);display:block;margin-bottom:4px}

/* FAQ */
.skin-caline .faq details{border-radius:18px;border-color:#dbe8f0}
.skin-caline .faq summary{font-weight:700;color:var(--ink);font-size:.98rem}
.skin-caline .faq summary::after{color:var(--orange)}

/* CTA final */
.c-final{position:relative;overflow:hidden;background:#fff1ea;border-radius:32px;padding:34px 22px;display:grid;gap:18px}
.c-final::before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:#fde4dc;left:-140px;top:-160px}
.c-final__body{position:relative;z-index:1}
.c-final h2{margin-bottom:.35em}
.c-final p{max-width:520px}
.c-final__img{display:none}

/* Footer clair (comme le site) */
.skin-caline .footer{background:var(--sky);color:#3f3438;font-size:.92rem}
.skin-caline .footer a{color:var(--ink)}
.skin-caline .footer strong{font-family:var(--font-head);font-weight:400;font-size:1.25rem;color:var(--ink)}
.skin-caline .footer__logo{filter:none;width:160px}
.skin-caline .footer__legal{border-top-color:rgba(38,23,28,.12);color:#5d5257}
.c-social{display:flex;gap:8px;margin-top:14px}
.c-social a{width:40px;height:40px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--ink);transition:background .2s,color .2s}
.c-social a:hover{background:var(--orange);color:#fff}
.c-social svg{width:20px;height:20px}

/* Barre mobile + cookies */
.skin-caline .sticky-bar .btn{font-size:1.1rem;box-shadow:none}
.skin-caline .sticky-bar .btn--ghost{border-color:var(--line);color:var(--ink)}
.skin-caline .cookie .btn{font-size:1rem;box-shadow:none}

/* ---------- Page merci ---------- */
.c-thanks{position:relative;overflow:hidden;background:var(--sky);padding:48px 0 60px;text-align:center}
.c-thanks__check{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 14px;border-radius:50%;background:#fff;color:var(--turq-dark);box-shadow:0 12px 30px rgba(58,109,144,.2);animation:cPop .5s cubic-bezier(.2,1.6,.4,1) both}
.c-thanks__check svg{width:38px;height:38px}
@keyframes cPop{from{transform:scale(.4);opacity:0}to{transform:none;opacity:1}}
.c-thanks p{max-width:600px;margin:0 auto 1em;font-size:1.05rem}
.c-steps{list-style:none;margin:0 auto;padding:0;display:grid;gap:12px;max-width:1080px;counter-reset:st}
.c-steps li{position:relative;background:#fff;border-radius:var(--radius);padding:22px 20px 20px 76px;counter-increment:st;text-align:left;box-shadow:0 8px 24px rgba(58,109,144,.07)}
.c-steps li::before{content:counter(st);position:absolute;left:20px;top:20px;width:42px;height:42px;border-radius:50%;background:var(--orange);color:#fff;font-family:var(--font-head);font-size:1.4rem;display:grid;place-items:center;transform:rotate(-6deg)}
.c-steps h3{font-size:1.35rem;margin:.2em 0 .2em}
.c-steps p{margin:0;font-size:.94rem;color:var(--muted)}

/* ---------- Responsive ---------- */
@media (max-width:639px){
  .skin-caline .topbar__in{min-height:64px}
  .skin-caline .topbar__logo img{width:118px}
  .c-hero__grid{padding-top:18px;gap:16px}
  .c-hero h1{font-size:2.2rem}
  .c-lead,.c-hero__note{display:none}
  .c-checks{gap:5px;font-size:.88rem;margin-bottom:4px}
  .c-checks li{line-height:1.35}
  .c-checks svg{width:20px;height:20px;padding:4px}
  .c-doodle--whale{width:96px;right:-14px;top:2px}
  .skin-caline .form-card{padding:18px 14px 16px}
  .skin-caline .form-card__head h2{font-size:1.6rem}
  .c-sticker{font-size:1rem;padding:12px 14px;max-width:140px}
  .c-photo-strip img:nth-child(2){transform:none}
  .c-duo__card h2{font-size:1.7rem}
}
@media (min-width:640px){
  .c-trust__in{grid-template-columns:repeat(4,1fr)}
  .c-offer{grid-template-columns:1fr 1fr}
  .c-pillars{grid-template-columns:repeat(3,1fr)}
  .c-duo{grid-template-columns:1fr 1fr}
  .c-agrement__in{grid-template-columns:auto 1fr;text-align:left;justify-items:start;align-items:center;padding:26px 30px}
  .c-final{grid-template-columns:1.2fr .8fr;align-items:center;padding:40px 36px}
  .c-final__img{display:block;position:relative;z-index:1;width:100%;max-width:320px;justify-self:end;border-radius:24px}
}
@media (min-width:960px){
  .skin-caline .topbar__in{min-height:84px}
  .c-hero__grid{grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding-top:64px;padding-bottom:96px}
  .c-doodle--whale{width:190px;right:auto;left:46%;top:24px}
  .c-doodle--lapin{display:block;width:150px;left:-18px;bottom:-28px;transform:rotate(8deg);opacity:.95}
  .c-edge{height:60px}
  .skin-caline .form-card{padding:30px 28px 26px}
  .c-trust{padding:30px 0 12px}
  .c-section{padding:84px 0}
  .c-head{margin-bottom:44px}
  .c-split{grid-template-columns:1fr 1fr;gap:64px}
  .c-split--rev .c-split__media{order:2}
  .c-offer{grid-template-columns:repeat(3,1fr);gap:18px}
  .c-pillars{gap:18px}
  .c-pillar{padding:30px 28px}
  .c-photo-strip{gap:16px;margin-top:34px}
  .c-duo{gap:20px}
  .c-duo__card{padding:36px 34px}
  .c-agrement{padding-bottom:60px}
  .c-agrement__in{padding:34px 44px;gap:30px}
  .c-final{padding:56px 60px;grid-template-columns:1.3fr .7fr}
  .c-final h2{font-size:2.8rem}
  .c-thanks{padding:72px 0 84px}
  .c-thanks .c-doodle--whale{left:auto;right:8%;top:28px;width:170px}
  .c-steps{grid-template-columns:repeat(4,1fr)}
  .c-steps li{padding:80px 22px 24px}
  .c-steps li::before{top:22px;left:22px}
}
@media (min-width:640px) and (max-width:959px){
  .c-steps{grid-template-columns:1fr 1fr}
}
