/* feature.css — pages de la vitrine Hubcave.
   S'appuie sur les tokens de assets/style.css (--accent, --bg, --surface, etc.).
   Architecture héritée de la landing Hubdiver, palette transposée au vin. */
:root {
  --motion-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: .2s; --motion-normal: .4s; --motion-reveal: .6s;
}
html { scroll-behavior: smooth; overflow-x: clip; }
body.feat {
  background: linear-gradient(180deg, #f7ecee 0%, var(--bg) 16%, var(--bg) 100%);
  overflow-x: clip;
}

/* —— Nav —— */
.m-nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; gap: 16px; padding: 14px 28px;
  background: rgba(250, 246, 243, .9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(166, 38, 57, .12);
}
.m-nav .brand { display: flex; align-items: center; gap: 12px; }
.m-nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; font-size: 14px; font-weight: 500; color: #5a4a51; }
.m-nav-links a { transition: color var(--motion-fast) var(--motion-ease-out); }
.m-nav-links a:hover { color: var(--accent-d); }
.m-nav-cta { display: flex; gap: 10px; flex-shrink: 0; margin-left: auto; }
.m-nav-links + .m-nav-cta { margin-left: 0; }

/* —— Sélecteur de langue —— */
.lang-switch { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; font-size: 12.5px; font-weight: 700; flex: 0 0 auto; }
.m-nav-links + .lang-switch { margin-left: 16px; }
.lang-switch a, .lang-switch span { padding: 6px 9px; color: var(--muted); text-decoration: none; line-height: 1; transition: background var(--motion-fast) var(--motion-ease-out), color var(--motion-fast) var(--motion-ease-out); }
.lang-switch a:hover { color: var(--accent-d); background: var(--accent-soft); }
.lang-switch .on { background: var(--ink); color: #fff; }

/* —— Fil d'ariane —— */
.crumb { max-width: 1080px; margin: 0 auto; padding: 14px 28px 0; font-size: 13px; color: var(--muted); }
.crumb a { color: var(--accent-d); font-weight: 600; }
.crumb span { opacity: .5; margin: 0 4px; }

/* —— Hero —— */
.feat-hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(ellipse 90% 70% at 15% 0%, rgba(201, 162, 39, .14) 0, transparent 55%),
    radial-gradient(ellipse 70% 60% at 85% 10%, rgba(166, 38, 57, .30) 0, transparent 60%),
    linear-gradient(165deg, #5c1a2e 0%, #441323 28%, #260a14 72%, #16060c 100%);
}
.feat-hero-inner { max-width: 1080px; margin: 0 auto; padding: 46px 28px 56px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.feat-hero .eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .9px; color: #e8a7b4; margin-bottom: 10px; }
.feat-hero h1 { font-size: clamp(28px, 4.2vw, 40px); font-weight: 800; letter-spacing: -.5px; line-height: 1.14; margin: 0 0 14px; }
.feat-hero h1 .wine-word { background: linear-gradient(120deg, #f3c1ce, #e07d92 35%, #f0b7c3 65%, #c9a227); -webkit-background-clip: text; background-clip: text; color: transparent; }
.feat-hero p.lead { font-size: 17px; color: rgba(242, 226, 230, .88); max-width: 520px; margin: 0 0 22px; line-height: 1.55; }
.feat-hero .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.feat-hero .btn.ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); color: #fff; }
.feat-hero .btn.ghost:hover { border-color: var(--gold); background: rgba(201,162,39,.15); }
.feat-shot { border-radius: 18px; overflow: hidden; border: 1px solid rgba(240, 183, 195, .28); box-shadow: 0 28px 64px rgba(0,0,0,.42); background: #260a14; }
.feat-shot img { display: block; width: 100%; height: auto; }

/* —— Mock cockpit (hero sans screenshot) —— */
.mock-cockpit { background: linear-gradient(170deg, #241419, #16060c); padding: 18px; display: grid; gap: 12px; }
.mock-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mock-tile { background: rgba(255,255,255,.05); border: 1px solid rgba(240,183,195,.14); border-radius: 12px; padding: 13px 15px; }
.mock-tile .k { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: #b89aa3; }
.mock-tile .v { font-size: 21px; font-weight: 800; letter-spacing: -.5px; color: #fff; margin-top: 3px; }
.mock-tile .v small { font-size: 12px; font-weight: 600; color: #b89aa3; }
.mock-tile .t { display: inline-flex; font-size: 10.5px; font-weight: 700; padding: 2px 8px; border-radius: 20px; margin-top: 7px; }
.mock-tile .t.up { background: rgba(16,185,129,.16); color: #4ade80; }
.mock-tile .t.warn { background: rgba(245,158,11,.16); color: #fbbf24; }
.mock-tile .t.ia { background: rgba(201,162,39,.16); color: #e6c96a; }
.mock-wide { grid-column: 1 / -1; }
.mock-line { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: #e9d3d9; padding: 7px 0; border-top: 1px solid rgba(255,255,255,.06); }
.mock-line:first-of-type { border-top: none; padding-top: 2px; }
.mock-line .dot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.mock-line .dot.ok { background: #4ade80; } .mock-line .dot.ia { background: #e6c96a; } .mock-line .dot.warn { background: #fbbf24; }
.mock-line b { color: #fff; font-weight: 700; }

/* —— Sections —— */
.feat-section { max-width: 1080px; margin: 0 auto; padding: 54px 28px; }
.feat-section.alt { background: linear-gradient(180deg, #faf4f0, #f5e8e6); max-width: none; }
.feat-section.alt > .inner { max-width: 1080px; margin: 0 auto; }
.feat-label { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .9px; color: var(--accent-d); margin-bottom: 8px; }
.feat-section h2 { font-size: clamp(23px, 3vw, 30px); font-weight: 800; letter-spacing: -.4px; margin: 0 0 12px; }
.feat-section .sub { font-size: 15.5px; color: var(--muted); max-width: 720px; line-height: 1.55; margin: 0 0 26px; }
.feat-prose p { font-size: 15.5px; color: var(--text); line-height: 1.75; max-width: 760px; margin: 0 0 16px; }
.feat-prose strong { color: var(--ink); }

/* —— Cartes —— */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat-grid.g2 { grid-template-columns: repeat(2, 1fr); }
.feat-grid.g4 { grid-template-columns: repeat(4, 1fr); }
.feat-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); transition: transform var(--motion-fast) var(--motion-ease-out), box-shadow var(--motion-normal) var(--motion-ease-out), border-color var(--motion-fast) var(--motion-ease-out); }
.feat-card:hover { transform: translateY(-4px); border-color: rgba(166, 38, 57, .35); box-shadow: 0 14px 36px rgba(126, 29, 44, .12); }
.feat-card .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: #e0aab5; display: grid; place-items: center; margin-bottom: 14px; }
.feat-card .ic svg { width: 21px; height: 21px; }
.feat-card h3 { font-size: 16.5px; font-weight: 800; margin: 0 0 7px; }
.feat-card p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0; }
.feat-card .price-tag { display: inline-flex; margin-top: 12px; font-size: 12px; font-weight: 800; color: var(--accent-d); background: var(--accent-soft); border-radius: 20px; padding: 4px 11px; }

/* —— Étapes —— */
.feat-steps { display: grid; gap: 16px; max-width: 780px; }
.feat-step { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; }
.feat-step .n { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-d); font-weight: 800; display: grid; place-items: center; }
.feat-step h3 { font-size: 16px; margin: 6px 0 4px; }
.feat-step p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.55; }

/* —— Tarifs —— */
.price-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-c { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.price-c.feat { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent-soft), var(--shadow); position: relative; }
.price-c .badge { position: absolute; top: -11px; left: 22px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; background: var(--accent); color: #fff; border-radius: 20px; padding: 4px 12px; }
.price-c .tier { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: var(--accent-d); }
.price-c .amt { font-size: 34px; font-weight: 800; letter-spacing: -1px; margin: 8px 0 2px; }
.price-c .amt small { font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price-c .yr { font-size: 12.5px; color: var(--muted); margin: 0 0 14px; }
.price-c ul { list-style: none; margin: 0 0 18px; padding: 0; font-size: 13.5px; flex: 1; }
.price-c li { padding: 7px 0 7px 20px; border-top: 1px solid var(--line); position: relative; }
.price-c li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; font-size: 12px; }
.price-c li.no::before { content: "—"; color: var(--muted-2); }
.price-note { font-size: 13px; color: var(--muted); margin-top: 18px; line-height: 1.6; max-width: 820px; }
.price-note strong { color: var(--ink); }

/* —— Tableau des options IA —— */
.opt-table { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.opt-table th, .opt-table td { padding: 13px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line-soft); }
.opt-table th { background: var(--ink); color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .6px; }
.opt-table tr:last-child td { border-bottom: none; }
.opt-table td:first-child { font-weight: 700; color: var(--ink); }
.opt-table td.p { font-weight: 800; color: var(--accent-d); white-space: nowrap; }
.opt-table td.q { color: var(--muted); }
@media (max-width: 760px) {
  .opt-table thead { display: none; }
  .opt-table tr { display: block; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
  .opt-table td { display: block; border-bottom: 1px solid var(--line-soft); }
  .opt-table td:first-child { background: var(--accent-soft); }
}

/* —— FAQ —— */
.faq-list { display: grid; gap: 12px; max-width: 820px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.faq-item[open] { border-color: rgba(166, 38, 57, .35); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-size: 16px; font-weight: 700; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 24px; font-weight: 400; color: var(--accent-d); line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .a { padding: 0 22px 20px; font-size: 14.5px; color: var(--muted); line-height: 1.6; margin: 0; }
.faq-item .a a { color: var(--accent-d); font-weight: 600; }

/* —— Confiance / gouvernance IA —— */
.feat-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.feat-pills .pill { font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 20px; background: rgba(255,255,255,.12); border: 1px solid rgba(240, 183, 195, .35); color: #f0d4da; }
.feat-gov-table { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.feat-gov-table th, .feat-gov-table td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line-soft); }
.feat-gov-table th { background: var(--ink); color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .6px; }
.feat-gov-table tr:last-child td { border-bottom: none; }
.feat-gov-table td:first-child { font-weight: 700; color: var(--ink); width: 22%; }
.feat-gov-table td:nth-child(2) { color: var(--muted); width: 39%; }
.feat-gov-table td:nth-child(3) { color: var(--text); width: 39%; }
.feat-gov-table strong { color: var(--ink); }
.feat-flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; align-items: start; max-width: 100%; overflow-x: auto; padding-bottom: 4px; }
.feat-flow-step { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 14px 12px; min-width: 130px; box-shadow: var(--shadow); }
.feat-flow-step b { display: block; font-size: 13px; margin-bottom: 6px; color: var(--ink); }
.feat-flow-step small { display: block; font-size: 11.5px; color: var(--muted); line-height: 1.45; }
.feat-flow-step .who { margin-top: 8px; font-size: 11px; font-weight: 700; color: var(--accent-d); text-transform: uppercase; letter-spacing: .4px; }
.feat-flow-arrow { display: grid; place-items: center; color: var(--accent-d); font-size: 18px; font-weight: 700; padding-top: 28px; min-width: 20px; }
.feat-note { font-size: 13.5px; color: var(--muted); background: #fdf6e3; border: 1px solid #ecd494; border-radius: 10px; padding: 12px 16px; max-width: 760px; line-height: 1.55; }
.feat-note a { color: var(--accent-d); font-weight: 600; }
@media (max-width: 900px) {
  .feat-gov-table thead { display: none; }
  .feat-gov-table tr { display: block; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
  .feat-gov-table td { display: block; width: 100% !important; border-bottom: 1px solid var(--line-soft); }
  .feat-gov-table td:first-child { background: var(--accent-soft); }
  .feat-flow { grid-template-columns: 1fr; }
  .feat-flow-arrow { display: none; }
}

/* —— Pages liées —— */
.feat-related { display: flex; flex-wrap: wrap; gap: 10px; }
.feat-related a { font-size: 13.5px; font-weight: 600; color: var(--accent-d); background: var(--accent-soft); border: 1px solid rgba(166, 38, 57, .25); border-radius: 20px; padding: 8px 14px; transition: background var(--motion-fast) var(--motion-ease-out); }
.feat-related a:hover { background: #f0dde1; }

/* —— Page contact —— */
.contact-section { padding-top: 40px; }
.contact-layout { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.15fr); gap: 36px; align-items: start; }
.contact-aside h2 { font-size: clamp(22px, 2.8vw, 28px); font-weight: 800; margin: 0 0 20px; letter-spacing: -.35px; }
.contact-cards { display: grid; gap: 14px; margin-bottom: 22px; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow); }
.contact-card--primary { border-color: rgba(166, 38, 57, .4); background: linear-gradient(180deg, #fdf8f9, var(--surface)); }
.contact-card h3 { font-size: 16px; font-weight: 800; margin: 0 0 8px; color: var(--ink); }
.contact-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 0 0 14px; }
.contact-card .btn { margin-top: 4px; }
.contact-mail { font-size: 17px; font-weight: 800; color: var(--accent-d); text-decoration: none; word-break: break-all; }
.contact-mail:hover { text-decoration: underline; }
.contact-reassure { list-style: none; margin: 0; padding: 0; font-size: 13.5px; color: var(--muted); }
.contact-reassure li { padding: 8px 0 8px 24px; position: relative; border-top: 1px solid var(--line-soft); }
.contact-reassure li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
@media (max-width: 960px) { .contact-layout { grid-template-columns: 1fr; } }

/* —— CTA + footer —— */
.feat-cta { max-width: 1040px; margin: 8px auto 56px; padding: 44px 32px; text-align: center; color: #fff; border-radius: 20px; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 162, 39, .20) 0, transparent 55%), linear-gradient(160deg, #6e2032, #2c0c18); box-shadow: 0 16px 48px rgba(62, 16, 28, .25); border: 1px solid rgba(240, 183, 195, .15); }
.feat-cta h2 { font-size: 26px; margin: 0 0 10px; }
.feat-cta p { color: rgba(242, 218, 224, .9); margin: 0 auto 22px; max-width: 540px; }
.feat-cta .btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.feat-cta .btn.ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); color: #fff; }
.feat-footer { position: relative; z-index: 1; clear: both; text-align: center; padding: 32px 28px 48px; background: linear-gradient(180deg, #f5ebe7, #efe0dd); border-top: 1px solid rgba(166, 38, 57, .12); font-size: 13px; color: #5f4a51; }
.feat-footer a { color: var(--accent-d); font-weight: 600; }
.feat-footer nav { margin: 10px 0; }

/* —— Blog —— */
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.post-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform var(--motion-fast) var(--motion-ease-out), border-color var(--motion-fast) var(--motion-ease-out); }
.post-card:hover { transform: translateY(-4px); border-color: rgba(166, 38, 57, .35); }
.post-card .cat { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: var(--accent-d); margin-bottom: 8px; }
.post-card h3 { font-size: 17px; font-weight: 800; margin: 0 0 8px; line-height: 1.3; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--accent-d); }
.post-card p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0 0 14px; flex: 1; }
.post-card .meta { font-size: 12.5px; color: var(--muted-2); }
.post-head { max-width: 760px; margin: 0 auto; padding: 40px 28px 8px; }
.post-head .cat { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: var(--accent-d); margin-bottom: 10px; }
.post-head h1 { font-size: clamp(26px, 3.6vw, 36px); font-weight: 800; letter-spacing: -.5px; line-height: 1.18; margin: 0 0 12px; }
.post-head .meta { font-size: 13.5px; color: var(--muted); }
.post-body { max-width: 760px; margin: 0 auto; padding: 18px 28px 40px; }
.post-body p { font-size: 16px; color: var(--text); line-height: 1.75; margin: 0 0 18px; }
.post-body h2 { font-size: 23px; font-weight: 800; letter-spacing: -.3px; margin: 34px 0 12px; }
.post-body h3 { font-size: 18px; font-weight: 800; margin: 26px 0 10px; }
.post-body ul, .post-body ol { font-size: 16px; line-height: 1.7; color: var(--text); margin: 0 0 18px; padding-left: 24px; }
.post-body li { margin-bottom: 8px; }
.post-body a { color: var(--accent-d); font-weight: 600; }
.post-body strong { color: var(--ink); }
.post-body blockquote { margin: 0 0 18px; padding: 14px 18px; border-left: 3px solid var(--accent); background: var(--accent-soft); border-radius: 0 10px 10px 0; font-size: 15px; color: var(--ink-3); }
.post-cta { background: var(--surface); border: 1px solid rgba(166,38,57,.3); border-radius: var(--radius); padding: 20px 22px; margin: 28px 0; box-shadow: var(--shadow); }
.post-cta b { display: block; font-size: 16px; margin-bottom: 6px; color: var(--ink); }
.post-cta p { font-size: 14px !important; color: var(--muted) !important; margin: 0 0 14px !important; }
@media (max-width: 860px) { .post-list { grid-template-columns: 1fr; } }

/* —— Reveal —— */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity var(--motion-reveal) var(--motion-ease-out), transform var(--motion-reveal) var(--motion-ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) { .feat-grid.g4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) {
  .feat-hero-inner { grid-template-columns: 1fr; }
  .feat-shot { order: -1; max-width: 560px; margin: 0 auto; }
  .feat-grid, .feat-grid.g2 { grid-template-columns: 1fr; }
  .price-row { grid-template-columns: 1fr; }
}
/* —— Nav mobile —— */
.m-nav-toggle {
  display: none; margin-left: auto; width: 42px; height: 42px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--surface); cursor: pointer; flex-shrink: 0;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0;
}
.m-nav-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform var(--motion-fast), opacity var(--motion-fast); }
.m-nav.is-open .m-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.m-nav.is-open .m-nav-toggle span:nth-child(2) { opacity: 0; }
.m-nav.is-open .m-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 900px) {
  .m-nav { flex-wrap: wrap; padding: 12px 18px; }
  .m-nav-toggle { display: inline-flex; }
  .m-nav-links, .m-nav-cta { display: none; width: 100%; margin-left: 0; }
  .m-nav.is-open .m-nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding-top: 8px; border-top: 1px solid var(--line); order: 3; }
  .m-nav.is-open .m-nav-links a { padding: 10px 12px; border-radius: 8px; }
  .m-nav.is-open .m-nav-links a:hover { background: var(--accent-soft); }
  .m-nav.is-open .m-nav-cta { display: flex; flex-direction: column; order: 4; padding-top: 8px; }
  .m-nav.is-open .m-nav-cta .btn { justify-content: center; width: 100%; }
}

/* —— Bandeau chiffres —— */
.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1080px; margin: -28px auto 0; padding: 0 28px; position: relative; z-index: 2; }
.stat-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow); text-align: center; }
.stat-card .num { font-size: 28px; font-weight: 800; letter-spacing: -.5px; color: var(--accent-d); line-height: 1.1; }
.stat-card .lbl { font-size: 12.5px; color: var(--muted); margin-top: 4px; line-height: 1.35; }
@media (max-width: 860px) { .stats-bar { grid-template-columns: repeat(2, 1fr); margin-top: 0; padding-top: 24px; } }
@media (max-width: 480px) { .stats-bar { grid-template-columns: 1fr; } }

/* —— Hub fonctionnalités —— */
.feat-hub { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feat-hub-item { display: flex; align-items: flex-start; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow); transition: transform var(--motion-fast) var(--motion-ease-out), border-color var(--motion-fast); }
.feat-hub-item:hover { transform: translateY(-3px); border-color: rgba(166, 38, 57, .35); }
.feat-hub-item .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--ink); color: #e0aab5; display: grid; place-items: center; flex: 0 0 auto; }
.feat-hub-item .ic svg { width: 19px; height: 19px; }
.feat-hub-item h3 { font-size: 15px; font-weight: 800; margin: 0 0 4px; }
.feat-hub-item p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.45; }
.feat-hub-item a.link { font-size: 12.5px; font-weight: 700; color: var(--accent-d); margin-top: 6px; display: inline-block; }
@media (max-width: 760px) { .feat-hub { grid-template-columns: 1fr; } }

/* —— Nuage mots-clés SEO —— */
.kw-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.kw-cloud a { font-size: 12.5px; font-weight: 600; color: var(--muted); background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 6px 13px; transition: color var(--motion-fast), border-color var(--motion-fast), background var(--motion-fast); }
.kw-cloud a:hover { color: var(--accent-d); border-color: rgba(166, 38, 57, .35); background: var(--accent-soft); }

/* —— Pricing v2 —— */
.pricing-wrap { background: linear-gradient(180deg, #faf4f0, #f5e8e6); max-width: none; padding: 54px 28px; }
.pricing-inner { max-width: 1080px; margin: 0 auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.price-card-v2 { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 26px 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; position: relative; transition: transform var(--motion-fast) var(--motion-ease-out), box-shadow var(--motion-normal); }
.price-card-v2:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(126, 29, 44, .12); }
.price-card-v2.highlight { border: 2px solid var(--accent); box-shadow: 0 0 0 4px var(--accent-soft), var(--shadow); }
.price-card-v2 .ribbon { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; background: linear-gradient(135deg, var(--gold), #a88620); color: #fff; border-radius: 20px; padding: 5px 14px; white-space: nowrap; }
.price-card-v2 .icon-head { width: 48px; height: 48px; border-radius: 14px; background: var(--ink); color: #e0aab5; display: grid; place-items: center; margin-bottom: 14px; }
.price-card-v2 .icon-head svg { width: 22px; height: 22px; }
.price-card-v2 .icon-head.gold { background: linear-gradient(135deg, #6e2032, var(--accent)); color: #fff; }
.price-card-v2 .tier { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; color: var(--accent-d); }
.price-card-v2 .amt { font-size: 36px; font-weight: 800; letter-spacing: -1.2px; margin: 6px 0 2px; line-height: 1; }
.price-card-v2 .amt small { font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price-card-v2 .tagline { font-size: 13px; color: var(--muted); margin: 0 0 16px; line-height: 1.45; min-height: 2.9em; }
.price-card-v2 ul { list-style: none; margin: 0 0 20px; padding: 0; font-size: 13px; flex: 1; }
.price-card-v2 li { padding: 8px 0 8px 22px; border-top: 1px solid var(--line-soft); position: relative; line-height: 1.4; }
.price-card-v2 li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; font-size: 12px; }
.price-card-v2 li.dim { color: var(--muted); }
.price-card-v2 li.dim::before { content: "—"; color: var(--muted-2); }
.price-card-v2 .btn { width: 100%; justify-content: center; margin-top: auto; }
.price-card-v2 .save { display: inline-block; font-size: 11px; font-weight: 800; color: var(--ok); background: #e7f8f1; border-radius: 20px; padding: 3px 10px; margin-bottom: 8px; }
.pricing-note-box { background: var(--surface); border: 1px solid rgba(166, 38, 57, .25); border-radius: var(--radius); padding: 18px 22px; margin-top: 22px; font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.pricing-note-box strong { color: var(--ink); }
.pricing-note-box a { color: var(--accent-d); font-weight: 600; }
@media (max-width: 1000px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pricing-grid { grid-template-columns: 1fr; } .price-card-v2 .tagline { min-height: auto; } }

/* —— Tableau comparatif —— */
.compare-wrap { overflow-x: auto; margin-top: 28px; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.compare-table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--surface); min-width: 640px; }
.compare-table th, .compare-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
.compare-table th { background: var(--ink); color: #fff; font-size: 11.5px; text-transform: uppercase; letter-spacing: .5px; }
.compare-table th:first-child { border-radius: var(--radius) 0 0 0; }
.compare-table th:last-child { border-radius: 0 var(--radius) 0 0; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td:first-child { font-weight: 600; color: var(--ink); }
.compare-table .yes { color: var(--ok); font-weight: 800; }
.compare-table .no { color: var(--muted-2); }
.compare-table .price-col { font-weight: 800; color: var(--accent-d); }

/* —— Section visuelle split —— */
.visual-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.visual-split.reverse { direction: rtl; }
.visual-split.reverse > * { direction: ltr; }
.visual-panel { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-tile); background: linear-gradient(170deg, #241419, #16060c); padding: 20px; color: #fff; }
.visual-panel .vp-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; color: #b89aa3; margin-bottom: 12px; }
@media (max-width: 860px) { .visual-split, .visual-split.reverse { grid-template-columns: 1fr; direction: ltr; } }

@media (max-width: 720px) { .m-nav-links:not(.m-nav.is-open .m-nav-links) { display: none; } }
@media (max-width: 560px) { .feat-grid.g4 { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .feat-card:hover { transform: none; }
}
