/* =========================================================
   Assurance provisoire — design system "dynamique" (esprit Cartage)
   Clair, coloré, énergique, orienté conversion. National.
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --bg: #ffffff;
  --bg-soft: #f5f6fb;
  --bg-tint: #eef1ff;
  --ink: #12131c;
  --ink-2: #2c2e3e;
  --muted: #5b5e73;
  --line: #e7e9f2;
  --card: #ffffff;
  --blue: #2f6bff;
  --blue-d: #1f52d8;
  --violet: #7b5cff;
  --lime: #d6f24a;
  --lime-d: #b9d92e;
  --coral: #ff6a4d;
  --coral-d: #ef5236;
  --teal: #12c2a8;
  --amber: #ffb020;
  --green: #25d366;
  --green-d: #1fb457;
  --star: #ffb400;
  --shadow-sm: 0 2px 10px rgba(20, 22, 40, 0.06);
  --shadow: 0 18px 44px -18px rgba(24, 30, 70, 0.30);
  --shadow-blue: 0 16px 34px -12px rgba(47, 107, 255, 0.5);
  --radius: 18px;
  --radius-lg: 28px;
  --maxw: 1180px;
  --display: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink-2); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 84px 0; position: relative; }
@media (max-width: 720px) { .section { padding: 56px 0; } }
.soft { background: var(--bg-soft); }

h1, h2, h3 { font-family: var(--display); color: var(--ink); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; }
.eyebrow { display: inline-block; font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .02em; color: var(--blue); background: var(--bg-tint); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.lead { color: var(--muted); font-size: 1.14rem; }
.mark-hl { background: linear-gradient(180deg, transparent 55%, var(--lime) 55%); padding: 0 .08em; border-radius: 4px; }
.text-blue { color: var(--blue); } .text-coral { color: var(--coral); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 1rem; padding: 14px 26px; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: transform .14s ease, box-shadow .2s ease, background .2s ease, filter .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.btn-primary:hover { background: var(--blue-d); }
.btn-lime { background: var(--lime); color: #1a2200; }
.btn-lime:hover { background: var(--lime-d); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { filter: brightness(1.15); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: #cfd3e6; }
.btn-wa { background: var(--green); color: #062b16; }
.btn-wa:hover { background: var(--green-d); color: #fff; }
.btn-lg { padding: 17px 32px; font-size: 1.06rem; }
.btn-block { width: 100%; }

/* ---------- Chips ---------- */
.chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-size: .86rem; font-weight: 600; color: var(--ink-2); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); padding: 8px 14px; border-radius: 999px; }
.chip .dot { width: 16px; height: 16px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.chip svg { width: 13px; height: 13px; }
.stars { color: var(--star); letter-spacing: 1px; }
.check { display: inline-flex; align-items: flex-start; gap: 11px; color: var(--ink-2); }
.check svg { width: 20px; height: 20px; color: var(--blue); flex-shrink: 0; margin-top: 1px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 1.16rem; color: var(--ink); letter-spacing: -0.02em; }
.brand .mark { width: 38px; height: 38px; border-radius: 11px; background: var(--blue); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-blue); }
.brand .mark svg { width: 21px; height: 21px; color: #fff; }
.brand.logo { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.logo-name { font-family: var(--display); font-weight: 800; font-size: 1.5rem; letter-spacing: -.02em; color: var(--ink); line-height: 1; }
.logo-name .hl { color: var(--blue); }
.logo-base { font-family: var(--display); font-weight: 700; font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--ink-2); font-family: var(--display); font-weight: 600; font-size: .95rem; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); align-items: center; justify-content: center; cursor: pointer; }
.menu-btn svg { width: 22px; height: 22px; }
.mobile-menu { display: none; flex-direction: column; padding: 8px 22px 18px; background: #fff; border-bottom: 1px solid var(--line); }
.mobile-menu a { padding: 12px 0; color: var(--ink-2); font-family: var(--display); font-weight: 600; border-bottom: 1px solid var(--line); }
@media (max-width: 920px) { .nav-links, .nav-actions .btn-desktop { display: none; } .menu-btn { display: inline-flex; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 74px 0 84px; background: radial-gradient(60% 60% at 85% -10%, rgba(123,92,255,.10), transparent 60%), radial-gradient(50% 50% at 0% 100%, rgba(47,107,255,.08), transparent 60%); }
.blob { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; z-index: 0; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.1rem); margin: 20px 0 20px; }
.hero .lead { max-width: 40ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 26px; }
.trust-avis { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; color: var(--ink); }
.trust-avis small { display: block; color: var(--muted); font-weight: 500; font-family: var(--sans); font-size: .82rem; }
.hero-visual { position: relative; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero .lead { max-width: none; } }

/* Phone mockup (attestation WhatsApp) */
.phone { position: relative; width: 300px; margin: 0 auto; background: #0b141a; border-radius: 34px; padding: 12px; box-shadow: var(--shadow); }
.phone .screen { background: #0d1418; border-radius: 24px; overflow: hidden; }
.phone .wa-top { background: #075e54; color: #fff; padding: 16px 16px 14px; display: flex; align-items: center; gap: 10px; }
.phone .wa-top .ava { width: 34px; height: 34px; border-radius: 50%; background: var(--lime); display: flex; align-items: center; justify-content: center; }
.phone .wa-top .ava svg { width: 18px; height: 18px; color: #0b3d1e; }
.phone .wa-top b { font-family: var(--display); font-size: .95rem; }
.phone .wa-top span { font-size: .72rem; opacity: .8; }
.phone .wa-body { background: #0b141a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='6' cy='6' r='1' fill='%23ffffff08'/%3E%3C/svg%3E"); padding: 18px 14px 20px; display: flex; flex-direction: column; gap: 10px; min-height: 300px; }
.bubble { max-width: 82%; padding: 9px 12px; border-radius: 12px; font-size: .82rem; line-height: 1.45; color: #e7f0e9; }
.bubble.in { background: #202c33; align-self: flex-start; border-top-left-radius: 3px; }
.bubble.out { background: #075e54; align-self: flex-end; border-top-right-radius: 3px; }
.bubble .t { display: block; text-align: right; font-size: .62rem; opacity: .6; margin-top: 3px; }
.bubble.doc { background: #1f2c33; align-self: flex-start; display: flex; gap: 10px; align-items: center; }
.bubble.doc .ic { width: 34px; height: 40px; border-radius: 6px; background: #d6203a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; font-family: var(--display); font-weight: 800; font-size: .6rem; }
.float-badge { position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 12px 16px; display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; color: var(--ink); font-size: .9rem; z-index: 2; }
.float-badge .ic { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.float-badge svg { width: 18px; height: 18px; color: #fff; }
.fb-1 { top: 8px; left: -26px; } .fb-2 { bottom: 20px; right: -30px; }
@media (max-width: 500px) { .fb-1 { left: 0; } .fb-2 { right: 0; } }

/* ---------- Marquee / trust strip ---------- */
.strip { background: var(--ink); color: #fff; padding: 18px 0; }
.strip .container { display: flex; flex-wrap: wrap; gap: 14px 34px; align-items: center; justify-content: center; text-align: center; }
.strip b { font-family: var(--display); }
.strip .sep { opacity: .3; }

/* ---------- Section head ---------- */
.section-head { max-width: 680px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 3.8vw, 2.9rem); margin-bottom: 12px; }

/* ---------- Use cases ("Parfait pour") ---------- */
.uses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .uses { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .uses { grid-template-columns: 1fr; } }
.use { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.use:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.use .ic { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.use .ic svg { width: 23px; height: 23px; color: #fff; }
.use b { font-family: var(--display); color: var(--ink); font-size: .98rem; }
.bg-blue { background: var(--blue); } .bg-coral { background: var(--coral); } .bg-violet { background: var(--violet); } .bg-teal { background: var(--teal); } .bg-amber { background: var(--amber); } .bg-green { background: var(--green-d); }

/* ---------- Benefits split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } }
.benefit-list { display: flex; flex-direction: column; gap: 15px; margin-top: 22px; }
.visual-card { background: linear-gradient(140deg, var(--blue), var(--violet)); border-radius: var(--radius-lg); padding: 34px; color: #fff; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.visual-card::after { content: ''; position: absolute; width: 260px; height: 260px; background: rgba(255,255,255,.12); border-radius: 50%; top: -80px; right: -80px; }
.visual-card .big { font-family: var(--display); font-size: 3rem; font-weight: 800; line-height: 1; }
.visual-card .row { display: flex; gap: 12px; margin-top: 20px; position: relative; }
.visual-card .row > div { background: rgba(255,255,255,.14); border-radius: 14px; padding: 14px; flex: 1; }
.visual-card .row .k { font-family: var(--display); font-weight: 800; font-size: 1.3rem; }
.visual-card .row .l { font-size: .78rem; opacity: .85; }

/* ---------- Feature cards ---------- */
.grid { display: grid; gap: 20px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .grid-4 { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ic { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.card .ic svg { width: 25px; height: 25px; color: #fff; }
.card h3 { font-size: 1.16rem; margin-bottom: 7px; }
.card p { color: var(--muted); font-size: .96rem; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 820px; margin: 0 auto; }
@media (max-width: 640px) { .pricing { grid-template-columns: 1fr; } }
.plan { position: relative; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.plan.featured { border-color: var(--blue); box-shadow: var(--shadow); }
.plan .tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-family: var(--display); font-weight: 700; font-size: .74rem; padding: 6px 15px; border-radius: 999px; }
.plan .pname { display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--display); font-weight: 700; }
.plan .pname .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--bg-tint); display: flex; align-items: center; justify-content: center; }
.plan .pname .ic svg { width: 21px; height: 21px; color: var(--blue); }
.plan .amount { font-family: var(--display); font-size: 3.4rem; font-weight: 800; color: var(--ink); margin: 16px 0 4px; }
.plan .amount small { font-size: 1rem; font-weight: 600; color: var(--muted); }
.plan .desc { color: var(--muted); font-size: .95rem; min-height: 46px; }
.plan ul { margin: 20px 0 24px; display: flex; flex-direction: column; gap: 12px; }
.plan .check svg { color: var(--green-d); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.step .num { width: 44px; height: 44px; border-radius: 13px; background: var(--lime); color: #1a2200; font-family: var(--display); font-weight: 800; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step h3 { font-size: 1.14rem; margin-bottom: 7px; }
.step p { color: var(--muted); font-size: .95rem; }

/* ---------- Form ---------- */
.form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
@media (max-width: 900px) { .form-wrap { grid-template-columns: 1fr; gap: 30px; } }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; }
.field label { font-family: var(--display); font-size: .86rem; font-weight: 600; color: var(--ink); }
.field input, .field select { width: 100%; background: var(--bg-soft); border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; color: var(--ink); font-size: .95rem; font-family: inherit; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input::placeholder { color: #9a9db3; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,107,255,.14); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.seg { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 15px; }
.seg button { background: var(--bg-soft); border: 1.5px solid var(--line); border-radius: 12px; padding: 12px; color: var(--ink); cursor: pointer; text-align: left; transition: border-color .2s, background .2s; font-family: inherit; }
.seg button.active { border-color: var(--blue); background: var(--bg-tint); }
.seg button .s-name { font-family: var(--display); font-size: .82rem; font-weight: 700; }
.seg button .s-price { font-family: var(--display); font-weight: 800; color: var(--blue); }

/* ---------- Testimonials ---------- */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.quote .stars { margin-bottom: 10px; }
.quote p { color: var(--ink-2); font-size: .96rem; }
.quote .who { margin-top: 14px; font-family: var(--display); font-weight: 700; color: var(--ink); }
.quote .where { color: var(--muted); font-size: .84rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 22px; box-shadow: var(--shadow-sm); }
.faq details[open] { border-color: #cfd6f0; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; font-family: var(--display); font-weight: 700; color: var(--ink); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { color: var(--blue); font-size: 1.5rem; line-height: 1; transition: transform .2s; }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq details p { color: var(--muted); margin-top: 11px; font-size: .96rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); border-radius: var(--radius-lg); padding: 54px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(214,242,74,.22), transparent 70%); top: -120px; left: -60px; }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
.cta-band p { color: rgba(255,255,255,.82); margin: 12px auto 26px; max-width: 54ch; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-soft); padding: 54px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr; gap: 26px; } }
.site-footer h4 { font-family: var(--display); font-size: .95rem; color: var(--ink); margin-bottom: 14px; }
.site-footer a, .site-footer p { color: var(--muted); font-size: .92rem; }
.site-footer li { margin-bottom: 9px; }
.site-footer a:hover { color: var(--blue); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 20px; text-align: center; color: #9a9db3; font-size: .85rem; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: inline-flex; align-items: center; gap: 9px; background: var(--green); color: #062b16; font-family: var(--display); font-weight: 700; padding: 14px 20px; border-radius: 999px; box-shadow: 0 12px 34px rgba(37,211,102,.45); animation: wapulse 2.4s infinite; }
.wa-float:hover { background: var(--green-d); color: #fff; }
.wa-float svg { width: 24px; height: 24px; }
@keyframes wapulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@media (max-width: 600px) { .wa-float span { display: none; } .wa-float { padding: 15px; } }

/* ---------- Blog listing ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .posts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .posts { grid-template-columns: 1fr; } }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .thumb { height: 128px; display: flex; align-items: center; justify-content: center; }
.post-card .thumb svg { width: 46px; height: 46px; color: #fff; opacity: .95; }
.post-card .body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-card .cat { font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); }
.post-card h3 { font-size: 1.12rem; margin: 8px 0 8px; line-height: 1.25; }
.post-card p { color: var(--muted); font-size: .92rem; flex: 1; }
.post-card .meta { margin-top: 14px; font-size: .8rem; color: #9aa0b3; font-weight: 600; }

/* ---------- Article ---------- */
.article-head { background: var(--bg-tint); border-bottom: 1px solid var(--line); padding: 40px 0 44px; }
.crumb { font-size: .86rem; color: var(--muted); font-weight: 600; margin-bottom: 18px; }
.crumb a { color: var(--blue); }
.article-head h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); max-width: 20ch; }
.article-meta { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: .9rem; font-weight: 600; }
.article-cat { display: inline-block; font-family: var(--display); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); background: #fff; border: 1px solid #cfd8f7; padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.prose { max-width: 760px; margin: 0 auto; font-size: 1.05rem; color: var(--ink-2); }
.prose > * + * { margin-top: 20px; }
.prose h2 { font-size: 1.62rem; color: var(--ink); margin-top: 44px; }
.prose h3 { font-size: 1.24rem; color: var(--ink); margin-top: 30px; }
.prose p { line-height: 1.75; }
.prose a { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--ink); }
.prose ul, .prose ol { padding-left: 4px; display: flex; flex-direction: column; gap: 11px; }
.prose ul li { position: relative; padding-left: 30px; }
.prose ul li::before { content: ''; position: absolute; left: 4px; top: 9px; width: 8px; height: 8px; border-radius: 3px; background: var(--blue); }
.prose ol { counter-reset: li; }
.prose ol li { position: relative; padding-left: 38px; counter-increment: li; }
.prose ol li::before { content: counter(li); position: absolute; left: 0; top: -2px; width: 26px; height: 26px; border-radius: 8px; background: var(--bg-tint); color: var(--blue); font-family: var(--display); font-weight: 800; font-size: .85rem; display: flex; align-items: center; justify-content: center; }
.callout { background: var(--bg-tint); border: 1px solid #d5deff; border-left: 4px solid var(--blue); border-radius: 12px; padding: 18px 22px; }
.callout.wine { background: #fdf0f2; border-color: #f3c9d1; border-left-color: var(--wine, #b31e39); }
.callout p { margin: 0; }
.tldr { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.tldr b { font-family: var(--display); color: var(--ink); }
.tldr ul { margin-top: 12px; }
.article-cta { background: var(--ink); border-radius: var(--radius-lg); padding: 34px; text-align: center; color: #fff; margin: 40px 0; }
.article-cta h3 { color: #fff; font-size: 1.4rem; margin-bottom: 8px; }
.article-cta p { color: rgba(255,255,255,.82); margin-bottom: 20px; }
.related { border-top: 1px solid var(--line); margin-top: 46px; padding-top: 30px; }
.related h4 { font-family: var(--display); color: var(--ink); margin-bottom: 14px; }
.related a { display: block; color: var(--blue); font-weight: 600; padding: 7px 0; }

/* ---------- Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].in { opacity: 1; transform: none; }
