/* Manu Landing — premium */
:root{
  --brand:#2fb3a8;       /* teal */
  --sun:#ff9f5f;         /* orange */
  --berry:#7c5cff;       /* playful accent */
  --lemon:#ffd36b;       /* warm accent */
  --bg:#f7fafb;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --border:rgba(15, 23, 42, .08);
  --shadow: 0 12px 34px rgba(2, 8, 23, .08);
  --shadow-sm: 0 3px 12px rgba(2, 8, 23, .08);
  --radius: 22px;
  --max: 1250px;
  --grad: linear-gradient(135deg, rgba(47,179,168,1), rgba(255,159,95,1));
  --grad-soft: linear-gradient(90deg, rgba(47,179,168,.28), rgba(255,159,95,.14));
  --focus: 0 0 0 4px rgba(255,159,95,.18);
}
*{box-sizing:border-box}
/* force le comportement de l'attribut HTML hidden */
[hidden] { display: none !important; }
#mobileNav[hidden] { display: none !important; }
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  /* Background volontairement SOLIDE + micro-noise : évite les "lignes" (banding) */
  background-color: var(--bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 240px 240px;
  overflow-x:hidden;
}
body::before, body::after{
  content:"";
  position:fixed;
  z-index:-2;
  width:560px; height:560px;
  border-radius:999px;
  opacity:.85;
  pointer-events:none;
}

/* Anti-banding (évite les "traits" dans les dégradés selon certains écrans) */
.grain{
  /* remplacé par un noise directement sur le body */
  display:none;
}
body::before{
  left:-300px; bottom:-320px;
  background: radial-gradient(closest-side, rgba(47,179,168,.30), rgba(47,179,168,0));
}
body::after{
  right:-320px; top:-340px;
  background: radial-gradient(closest-side, rgba(255,159,95,.28), rgba(255,159,95,0));
}

/* 3e "blob" très doux pour garder un fond joyeux sans banding */
main::before{
  content:"";
  position:fixed;
  z-index:-2;
  width:720px; height:720px;
  left: 28%;
  bottom: -420px;
  border-radius:999px;
  pointer-events:none;
  opacity:.65;
  background: radial-gradient(closest-side, rgba(124,92,255,.18), rgba(124,92,255,0));
}
a{color:inherit;text-decoration:none}
a:hover{opacity:.92}
.container{width:min(var(--max), calc(100% - 44px)); margin:0 auto}
.muted{color:var(--muted)}
.small{font-size:12px}

.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:16px;top:12px;width:auto;height:auto;padding:10px 12px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);z-index:999}

.topbar{
  position:sticky; top:0; z-index:50;
  background: linear-gradient(90deg, rgba(47,179,168,.06), rgba(255,159,95,.06)), rgba(255,255,255,.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15,23,42,.06);
}
.topbar-inner{height:72px;display:flex;align-items:center;gap:16px}
.brand{display:flex;align-items:center;gap:12px;min-width:220px}
.logo{
  width:40px;height:40px;border-radius:14px;
  background: var(--grad);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-weight:900;
  box-shadow: 0 14px 28px rgba(47,179,168,.16), 0 14px 28px rgba(255,159,95,.12);
}
.brand-txt{display:flex;flex-direction:column;line-height:1.05}
.brand-name{font-size:18px;font-weight:900}
.brand-sub{font-size:12px;color:var(--muted);margin-top:2px}

.nav{display:flex;gap:16px;align-items:center;flex:1}
.nav a{
  font-size:13px;font-weight:800;
  color: rgba(15,23,42,.78);
  padding: 8px 10px;border-radius:12px;
}
.nav a:hover{background: rgba(2, 132, 199, .05)}
.actions{display:flex;gap:10px;align-items:center}

.btn{
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight:900;
  cursor:pointer;
  box-shadow: var(--shadow-sm);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  user-select:none;
}
.btn:hover{transform: translateY(-1px); transition: transform .12s ease}
.btn:active{transform: translateY(0px)}
.btn:focus-visible{outline:none; box-shadow: var(--shadow-sm), var(--focus)}
.btn.full{width:100%}
.btn.primary{
  border-color: rgba(255,159,95,.35);
  background: var(--grad);
  color:#fff;
  box-shadow: 0 14px 34px rgba(47,179,168,.16), 0 14px 34px rgba(255,159,95,.14);
}
.btn.ghost{box-shadow:none;background:transparent}
.btn.icon{width:42px;height:42px;padding:0}

.burger{
  margin-left:auto;
  width:44px;height:44px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  border-radius:14px;
  box-shadow: var(--shadow-sm);
  display:none;
}
.burger span{display:block;width:18px;height:2px;background:rgba(15,23,42,.72);margin:4px auto;border-radius:999px}
.mobile-nav{
  border-top:1px solid rgba(15,23,42,.06);
  padding: 12px 22px 18px 22px;
  display:flex;flex-direction:column;gap:10px;
}
.mobile-nav a{
  padding: 10px 12px;border-radius:12px;
  font-weight:800;
  color: rgba(15,23,42,.78);
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(15,23,42,.06);
}

.hero{padding:54px 0 8px}
.hero-grid{display:grid;grid-template-columns: 1.05fr .95fr;gap:26px;align-items:center}
.pill{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:900;
  padding: 8px 10px;border-radius:999px;
  border:1px solid rgba(255,159,95,.22);
  background: var(--grad-soft);
  color: rgba(15,23,42,.82);
  margin: 0 0 12px 0;
}
.hero h1{
  margin:0;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height:1.05;
  letter-spacing:-0.02em;
}
.accent{
  background: linear-gradient(90deg, rgba(47,179,168,1), rgba(255,159,95,1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.teal{ color: var(--brand); }
.lead{margin:12px 0 0 0;font-size:16px;line-height:1.6;color:rgba(15,23,42,.82)}

.offer-row{margin-top:14px;display:flex;flex-direction:column;gap:12px}
.offer{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  padding: 12px 14px;
  box-shadow: var(--shadow-sm);
}
.offer-price{font-size:26px;font-weight:900;letter-spacing:-0.02em}
.offer-price small{font-size:13px;font-weight:900;color:rgba(100,116,139,.9);margin-left:6px}
.offer-sub{margin-top:6px;color:rgba(15,23,42,.74);font-weight:700;line-height:1.4}
.offer-top{display:flex;flex-direction:column;gap:4px}
.offer-price{display:flex;align-items:baseline;gap:6px}
.offer-price span{font-size:14px;font-weight:900;color:rgba(100,116,139,.95)}
.offer-deal{display:flex;align-items:baseline;gap:8px}
.offer-deal strong{font-size:22px;font-weight:950;letter-spacing:-0.02em;color:rgba(15,23,42,.92)}
.offer-deal span{font-size:13px;font-weight:850;color:rgba(15,23,42,.72)}
.offer-note{font-size:12px;font-weight:850;color:rgba(100,116,139,.9)}

.offer-badges{display:flex;gap:10px;flex-wrap:wrap}

/* Espace demandé entre la timeline et les chips */
.offer-chips{
  margin-top: 10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.kpi{
  font-size:12px;font-weight:900;color: rgba(15,23,42,.74);
  background: rgba(255,255,255,.75);
  border:1px solid rgba(15,23,42,.08);
  padding:8px 10px;border-radius:999px;
}

.bullets{list-style:none;padding:0;margin:16px 0 0 0;display:flex;flex-direction:column;gap:10px}
.bullets li{display:flex;gap:10px;align-items:flex-start;color: rgba(15,23,42,.76);font-weight:600}
.dot{width:10px;height:10px;border-radius:999px;background: rgba(47,179,168,1);margin-top:7px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}

.hero-media .shot{
  background: rgba(255,255,255,.85);
  border:1px solid rgba(15,23,42,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.shot-top{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15,23,42,.06);
  display:flex; gap:10px; align-items:center; flex-wrap:wrap;
}
.shot-caption{
  padding: 12px 14px 0 14px;
  display:flex; gap:10px; align-items:center;
  color: rgba(15,23,42,.72);
  font-weight:850;
  font-size:12px;
}
.shot-tab{user-select:none}
.shot-tab.is-active{
  background: linear-gradient(90deg, rgba(47,179,168,.16), rgba(255,159,95,.16));
  border-color: rgba(255,159,95,.20);
  color: rgba(15,23,42,.82);
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.chip{
  font-size:12px;font-weight:900;
  padding: 8px 10px;border-radius:999px;
  background: rgba(2,132,199,.04);
  border: 1px solid rgba(15,23,42,.06);
  color: rgba(15,23,42,.78);
}
.shot-body{padding: 14px;display:grid;grid-template-columns: 1.2fr .8fr;gap: 14px}
.mock{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  background: rgba(247,250,251,.7);
  min-height: 260px;
  display:grid;
  grid-template-columns: 120px 1fr;
  overflow:hidden;
}
.mock-left{border-right:1px solid rgba(15,23,42,.06);padding:12px;display:flex;flex-direction:column;gap:10px}
.mock-item{height:14px;border-radius:999px;background: rgba(100,116,139,.22)}
.mock-item.on{background: rgba(47,179,168,.55)}
.mock-main{padding:14px}
.mock-title{height:14px;border-radius:999px;background: rgba(15,23,42,.20);width:55%}
.mock-title.sm{width:40%}
.mock-line{height:10px;border-radius:999px;background: rgba(100,116,139,.20);margin-top:10px}
.mock-line.w80{width:80%}
.mock-line.w92{width:92%}
.mock-line.w65{width:65%}
.mock-line.w88{width:88%}
.mock-line.w72{width:72%}
.mock-line.w90{width:90%}
.mock-spacer{height:14px}

.mini-card{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  padding: 12px;
}
.mini-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}
.badge{
  display:inline-flex;border-radius:999px;
  padding: 8px 10px;
  border: 1px solid rgba(255,159,95,.22);
  font-size: 12px;
  font-weight:900;
  background: var(--grad-soft);
  color: rgba(15,23,42,.78);
}
.badge.ghost{background: rgba(15,23,42,.06); border-color: rgba(15,23,42,.10); color: rgba(15,23,42,.72);}
.mini-card ul{margin:0;padding-left:18px;color: rgba(15,23,42,.74);font-weight:600;line-height:1.7}
.logos{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.logo-pill{
  font-size:12px;font-weight:900;
  padding: 8px 10px;border-radius:999px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.7);
  color: rgba(15,23,42,.74);
}

section[id]{scroll-margin-top:90px}

.section{padding:54px 0}
.section.alt{
  position: relative;
  isolation: isolate;
  background: transparent;
}
.section.alt::before{
  content:"";
  position:absolute;
  /* Étend le halo au-delà de la section pour éviter une "ligne" au raccord */
  inset:-140px 0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(1000px 420px at 18% 30%, rgba(47,179,168,.12), rgba(47,179,168,0) 65%),
    radial-gradient(1100px 480px at 90% 55%, rgba(255,159,95,.10), rgba(255,159,95,0) 70%);
}
.section-head{text-align:center;margin-bottom:22px;display:flex;flex-direction:column;gap:8px}
.section-head h2{margin:0;font-size: clamp(24px, 2.3vw, 34px);letter-spacing:-0.02em}

.cards{display:grid;gap:14px}
.cards.three{grid-template-columns: repeat(3,1fr)}
.cards.four{grid-template-columns: repeat(4,1fr)}
.card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}
.stars{
  font-size:13px;
  letter-spacing:2px;
  color: rgba(255,159,95,1);
  margin-bottom: 8px;
  font-weight: 950;
}
.card.review{position:relative}
.card h3{margin:8px 0 0 0;font-size:16px}
.card p{margin:8px 0 0 0;color: rgba(15,23,42,.74);line-height:1.6}
.card .icon{font-size:20px}
.card.highlight{border-color: rgba(47,179,168,.22);box-shadow: 0 18px 46px rgba(47,179,168,.10)}

.split{margin-top:18px;display:grid;grid-template-columns: 1fr 1fr;gap:18px;align-items:start}
.check{list-style:none;padding:0;margin:12px 0 0 0;display:flex;flex-direction:column;gap:10px}
.check li{display:flex;gap:10px;align-items:flex-start;font-weight:700;color: rgba(15,23,42,.74)}
.check li::before{
  content:"✓";
  width:22px;height:22px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background: rgba(47,179,168,.12);
  border:1px solid rgba(47,179,168,.22);
  color: rgba(11,59,58,1);
  font-weight:900;
  flex:0 0 auto;
}

.pricing{display:grid;gap:14px;align-items:start}
.pricing.two{grid-template-columns: repeat(2, 1fr)}
.price{
  background: rgba(255,255,255,.88);
  border:1px solid rgba(15,23,42,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
  position:relative;
  display:flex;
  flex-direction:column;
}
.price h3{margin:0;font-size:16px}
.amount{margin-top:12px}
.amount span{font-size:34px;font-weight:900;letter-spacing:-0.02em}
.amount small{color: rgba(100,116,139,.9);font-weight:800}
.price ul{margin:12px 0 12px 0;padding-left:18px;color: rgba(15,23,42,.74);font-weight:700;line-height:1.7}

.price-perks{display:flex;gap:10px;flex-wrap:wrap;margin:4px 0 12px 0}
.perk{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background: rgba(255,159,95,.12);
  border:1px solid rgba(255,159,95,.20);
  color: rgba(15,23,42,.82);
  font-weight:900;
  font-size:12px;
}
.price.best{border-color: rgba(47,179,168,.30);box-shadow: 0 22px 54px rgba(47,179,168,.12)}
.ribbon{
  position:absolute; top:14px; right:14px;
  font-size:11px;font-weight:900;
  padding: 8px 10px;border-radius: 999px;
  background: rgba(255,159,95,.14);
  border:1px solid rgba(255,159,95,.22);
  color: rgba(15,23,42,.82);
}

.mini-form{margin-top:10px;display:flex;flex-direction:column;gap:10px}
.size{
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(248,250,252,.6);
  border-radius: 14px;
  padding: 10px 12px;
}
.size legend{
  padding: 0 6px;
  font-size: 12px;
  font-weight: 950;
  color: rgba(15,23,42,.78);
}
.radios{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.radio{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.92);
  cursor:pointer;
  user-select:none;
}
.radio input[type="text"],
input[type="email"]{margin:0}
.radio span{font-size:12px;font-weight:900;color: rgba(15,23,42,.78)}

label{display:flex;flex-direction:column;gap:6px}
label span{font-size:12px;font-weight:900;color: rgba(15,23,42,.72)}
input[type="radio"], input[type="checkbox"]{
  width:auto;
  height:auto;
  padding:0;
  border:none;
  background:none;
  box-shadow:none;
}

input{
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.95);
  border-radius: 14px;
  padding: 12px;
  font-size: 14px;
  outline:none;
}
input:focus{box-shadow: var(--focus); border-color: rgba(47,179,168,.55)}
.form-msg{font-size:13px;font-weight:800}
.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

.fineprint{font-size:12px;color: rgba(100,116,139,.9);text-align:center;margin-top:16px}

.faq{display:grid;gap:12px;max-width: 860px;margin:0 auto}
details{
  background: rgba(255,255,255,.88);
  border:1px solid rgba(15,23,42,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 14px 16px;
}
summary{cursor:pointer;font-weight:900;color: rgba(15,23,42,.82)}
details p{margin:10px 0 0 0;color: rgba(15,23,42,.74);line-height:1.7;font-weight:600}

.cta{
  position: relative;
  isolation: isolate;
  padding:56px 0;
  background: transparent;
  border-top: none;
}
.cta::before{
  content:"";
  position:absolute;
  /* Déborde pour éviter des raccords visibles */
  inset:-160px 0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(47,179,168,.16), rgba(47,179,168,0) 62%),
    radial-gradient(900px 420px at 85% 30%, rgba(255,159,95,.14), rgba(255,159,95,0) 64%),
    radial-gradient(700px 340px at 55% 110%, rgba(124,92,255,.07), rgba(124,92,255,0) 62%);
}
.cta-grid{display:grid;grid-template-columns: 1fr 1fr;gap:18px;align-items:stretch}
.cta-copy h2{margin:0;font-size: clamp(24px, 2.3vw, 34px);letter-spacing:-0.02em}
.cta-copy p{margin:10px 0 0 0}
.cta-card{
  background: rgba(255,255,255,.9);
  border:1px solid rgba(15,23,42,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}
.cta-actions{display:flex;flex-direction:column;gap:10px}

.footer{padding:44px 0 18px}
.footer-grid{display:grid;grid-template-columns: 1.4fr 1fr 1fr 1fr;gap:16px;align-items:start}
.footer h4{margin:0 0 10px 0;font-size:12px;font-weight:900;color: rgba(15,23,42,.72);text-transform:uppercase;letter-spacing:.08em}
.footer a{display:block;padding:6px 0;color: rgba(15,23,42,.78);font-weight:700}
.footer-brand{margin-bottom:10px}
.footnote{
  margin-top:16px;padding-top:14px;border-top:1px solid rgba(15,23,42,.06);
  display:flex;gap:10px;justify-content:space-between;flex-wrap:wrap
}

/* Modal */

/* Mobile sticky CTA */
.mobile-sticky{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  padding: 10px 14px;
  z-index: 60;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(15,23,42,.08);
}
.mobile-sticky-inner{
  width:min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.mobile-sticky-text{
  font-size: 12px;
  font-weight: 900;
  color: rgba(15,23,42,.74);
}

/* hide sticky on desktop */
@media (min-width: 981px){
  .mobile-sticky{display:none !important;}
}

.modal{position:fixed; inset:0; z-index:100}
.modal[hidden]{display:none}
.modal-backdrop{position:absolute; inset:0; background: rgba(2,8,23,.55)}
.modal-card{
  position:relative;
  width:min(860px, calc(100% - 44px));
  margin: 8vh auto 0 auto;
  background: rgba(255,255,255,.95);
  border:1px solid rgba(15,23,42,.10);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(2,8,23,.35);
  overflow:hidden;
}
.modal-head{padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.06);display:flex;align-items:center;justify-content:space-between;gap:10px}
.modal-head h3{margin:0;font-size:14px;font-weight:900}
.modal-body{padding:16px}
.video-placeholder{
  border:1px dashed rgba(15,23,42,.18);
  border-radius:18px;
  background: rgba(247,250,251,.9);
  min-height:340px;
  display:flex;align-items:center;justify-content:center;
  padding:18px;text-align:center;
}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .shot-body{grid-template-columns:1fr}
  .cards.three{grid-template-columns:1fr}
  .cards.four{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}
  .pricing.two{grid-template-columns:1fr}
  .cta-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav, .actions{display:none}
  .burger{display:block}
}
@media (max-width: 520px){
  .cards.four{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion: reduce){
  .btn:hover{transform:none}
}


/* V2.2 tweaks */
.offer-kicker{font-weight:900; color:var(--muted); font-size:12px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:10px;}
.offer-timeline{display:flex; flex-direction:column; gap:8px; margin-top:4px;}
.offer-timeline .step{display:flex; align-items:center; gap:10px; font-weight:850;}
.offer-timeline .dot{width:8px; height:8px; border-radius:50%; background:rgba(47,179,168,.65); box-shadow:0 0 0 4px rgba(47,179,168,.12);}
.badge-inline{display:inline-flex; align-items:center; padding:3px 8px; border-radius:999px; background:rgba(47,179,168,.12); border:1px solid rgba(47,179,168,.25); color: rgba(15,23,42,.82); font-weight:900; font-size:12px;}
.microcopy{color:var(--muted); font-size:13px; font-weight:750;}

.shot-caption{display:flex; gap:10px; align-items:center; justify-content:space-between; flex-wrap:wrap;}
.cap-pill{display:inline-flex; align-items:center; gap:8px; padding:6px 10px; border-radius:999px; background:rgba(47,179,168,.10); border:1px solid rgba(47,179,168,.22); font-weight:900; font-size:12px;}
.cap-action{margin-left:auto;border:none;background:transparent;color:var(--sun);font-weight:950;cursor:pointer;padding:8px 10px;border-radius:10px}
.cap-action:hover{transform:translateY(-1px); box-shadow:0 14px 30px rgba(15,23,42,.10);}

.deliverables{display:flex; flex-direction:column; gap:12px; margin-top:14px;}
.deliverables .muted{max-width:560px;}

.proofline{margin-top:10px; color:var(--muted); font-weight:850;}
.rating-pill{margin-left:10px; display:inline-flex; align-items:center; padding:6px 10px; border-radius:999px; background:rgba(15,23,42,.04); border:1px solid rgba(15,23,42,.10); font-weight:900; font-size:12px;}

.reviews-cta{margin-top:16px;}
.reviews-cta-inner{display:flex; align-items:center; justify-content:space-between; gap:16px;}
.reviews-cta-actions{display:flex; gap:10px; flex-wrap:wrap;}

.consent{display:flex; gap:10px; align-items:flex-start; margin-top:8px; padding:10px 12px; border-radius:12px; background:rgba(15,23,42,.03); border:1px solid rgba(15,23,42,.08);}
.consent input{margin-top:3px;}
.mini-form textarea{width:100%; resize:vertical; min-height:88px;}

@media (max-width: 860px){
  .reviews-cta-inner{flex-direction:column; align-items:flex-start;}
  .shot-caption{justify-content:flex-start;}
}


/* V2.2 patches */
.offer-timeline{display:flex;flex-direction:column;gap:8px;margin-top:8px}
.offer-timeline .step{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--text)}
.offer-timeline .dot{width:9px;height:9px;border-radius:999px;background:rgba(47,183,167,.9);box-shadow:0 0 0 4px rgba(47,183,167,.12)}
.badge-inline{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:999px;background:rgba(255,159,95,.14);border:1px solid rgba(255,159,95,.22);font-weight:900;font-size:12px;margin-left:6px}
.cap-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(255,159,95,.14);border:1px solid rgba(255,159,95,.22);font-weight:900;font-size:12px}
.cap-action{margin-left:auto;border:none;background:transparent;color:var(--sun);font-weight:900;cursor:pointer;padding:8px 10px;border-radius:10px}
.cap-action:hover{background:rgba(255,159,95,.10)}
.deliverables{display:flex;flex-direction:column;gap:10px;margin-top:14px;max-width:560px}
.proofline{margin-top:8px;font-size:13px;color:var(--muted);font-weight:700}
.rating-pill{display:inline-flex;align-items:center;gap:6px;margin-left:10px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 24px rgba(17,24,39,.06);font-weight:900;font-size:12px}

/* Mini KPIs (remplit joliment les cartes sans "vide") */
.mini-kpis{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.mini-kpi{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.08);font-weight:900;font-size:12px;color:rgba(15,23,42,.82)}
.reviews-cta{margin-top:18px;padding:18px;border-radius:18px;background:linear-gradient(90deg, rgba(47,183,167,.12), rgba(245,233,218,.20));border:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}
.reviews-cta .h{font-size:16px;font-weight:1000;color:var(--text)}
.included{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(47,179,168,.10);
  border:1px solid rgba(47,179,168,.18);
  font-weight:900;
  font-size:12px;
  color: rgba(15,23,42,.84);
}
.consent{display:flex;gap:10px;align-items:flex-start;margin:8px 0 4px}
.consent input{margin-top:4px}
.form-msg{margin-top:10px;color:var(--muted);font-size:13px;font-weight:700}
.mini-form textarea{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:#fff;font:inherit;resize:vertical;min-height:44px}
.mini-form textarea:focus{outline:none;border-color:rgba(47,183,167,.55);box-shadow:0 0 0 4px rgba(47,183,167,.12)}
@media (max-width: 720px){
  .reviews-cta{flex-direction:column;align-items:stretch}
  .cap-action{margin-left:0;align-self:flex-start}
}


/* --- COMPARATIF --- */
.compare{display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:stretch; margin-top:18px}
.compare-col{border:1px solid var(--border); background:var(--card); border-radius:18px; padding:18px; box-shadow:var(--shadow)}
.compare-col.muted{
  background: rgba(255,255,255,.92);
  border-color: rgba(255,159,95,.18);
}
.compare-title{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:10px}
.compare-title h3{margin:0; font-size:16px}
.compare-list{margin:0; padding-left:0; list-style:none; display:grid; gap:10px; color:var(--muted)}
.compare-list li{display:flex; gap:10px; align-items:flex-start}
.dot{width:18px; height:18px; border-radius:999px; border:1.5px solid var(--border); margin-top:1px; flex:0 0 18px; position:relative}
.dot.ok{border-color:rgba(45,212,191,.55); background:rgba(45,212,191,.12)}
.dot.ok::after{content:''; position:absolute; left:5px; top:3px; width:6px; height:10px; border-right:2px solid rgba(13,148,136,.95); border-bottom:2px solid rgba(13,148,136,.95); transform:rotate(40deg)}
.compare-cta{display:flex; gap:12px; justify-content:center; margin-top:16px}

@media (max-width: 900px){
  .compare{grid-template-columns:1fr}
}


/* Joyful nav states */
.nav a.active, .mobile-nav a.active{
  background: rgba(255,159,95,.12);
  border: 1px solid rgba(255,159,95,.18);
  color: rgba(15,23,42,.86);
}

/* Joyful icon chips */
.card .icon{
  width:42px;height:42px;
  border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  background: linear-gradient(135deg, rgba(255,159,95,.22), rgba(47,179,168,.18));
  border:1px solid rgba(15,23,42,.06);
  box-shadow: 0 10px 24px rgba(2,8,23,.06);
}

.btn.primary:hover{filter:saturate(1.06); transform: translateY(-1px);}

/* Headings underline (premium + joyful) */
.section-head h2{
  position:relative;
  z-index:0;
  display:inline-block;
  padding-bottom: 6px;
}
.section-head h2::after{
  content:"";
  position:absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 10px;
  border-radius: 999px;
  background: var(--grad-soft);
  filter: blur(.2px);
  transform: translateY(6px);
  z-index: -1;
  opacity: .95;
}

/* Best pricing card top accent */
.price.best::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:6px;
  background: var(--grad);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  opacity:.95;
}

/* --- Patch v3b: Manu logo image + flat trial CTA (no gradient) --- */
.logo-img{
  width:40px;
  height:40px;
  border-radius:14px;
  object-fit:cover;
  border:1px solid rgba(15,23,42,.06);
  box-shadow: 0 14px 28px rgba(2, 8, 23, .10);
}

/* Remove gradient ONLY on the free-trial CTA buttons */
.btn.primary.trial{
  background: var(--sun) !important;
  background-image: none !important;
  border-color: rgba(255,159,95,.45) !important;
  box-shadow: 0 14px 34px rgba(255,159,95,.18);
}
.btn.primary.trial:hover{
  filter: none !important;
}
