/* ═══════════════════════════════════════════════════════════
   iColoPrep — Shared Styles
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px; line-height: 1.6;
  color: #0F1B2D; background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

:root {
  --navy:   #042C53;
  --blue:   #0C5FA8;
  --sky:    #378ADD;
  --ice:    #E8F3FC;
  --mint:   #D6F0E8;
  --sage:   #1E8F6A;
  --amber:  #F5A623;
  --light:  #F7FAFD;
  --border: #DDE8F2;
  --text:   #0F1B2D;
  --muted:  #5A6B7E;
  --shadow: 0 2px 20px rgba(4,44,83,.09);
}

/* ── TOPBAR ── */
.topbar { background: var(--navy); padding: 8px 5%; display: flex; justify-content: flex-end; gap: 28px; }
.topbar a { color: rgba(255,255,255,.5); font-size: 12px; display: flex; align-items: center; gap: 5px; transition: color .2s; }
.topbar a:hover { color: #fff; }

/* ── NAVBAR ── */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 68px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-mark { width: 38px; height: 38px; background: var(--navy); border-radius: 9px; display: flex; align-items: center; justify-content: center; }
.nav-logo-text { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 700; color: var(--navy); letter-spacing: -.3px; }
.nav-logo-text em { color: var(--sky); font-style: normal; }
.nav-links { display: flex; gap: 2px; list-style: none; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--muted); padding: 6px 13px; border-radius: 7px; transition: color .18s, background .18s; display: flex; align-items: center; gap: 4px; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); background: var(--ice); }
.nav-links .has-sub { position: relative; }
.nav-links .has-sub > a::after { content: ''; display: inline-block; width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-left: 4px; vertical-align: 2px; }
.nav-links .has-sub:hover .subnav, .nav-links .has-sub:focus-within .subnav { opacity: 1; pointer-events: auto; transform: translateY(0); }
.subnav { position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--shadow); min-width: 210px; padding: 6px; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: all .18s; }
.subnav a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 7px; font-size: 13px; color: var(--text); }
.subnav a:hover { background: var(--ice); color: var(--blue); }
.subnav .sub-icon { width: 28px; height: 28px; border-radius: 7px; background: var(--ice); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.subnav .sub-icon svg { width: 15px; height: 15px; }
.nav-right { display: flex; align-items: center; gap: 8px; }
.nav-lang { background: transparent; border: 1px solid var(--border); color: var(--muted); font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 7px; cursor: pointer; font-family: inherit; transition: border-color .18s, color .18s; }
.nav-lang:hover { border-color: var(--sky); color: var(--sky); }
.nav-cta { background: var(--navy); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 22px; border-radius: 8px; border: none; cursor: pointer; font-family: inherit; transition: background .18s, transform .1s; }
.nav-cta:hover { background: var(--blue); transform: translateY(-1px); }

/* ── PAGE HERO (interior pages) ── */
.page-hero { background: var(--navy); padding: 64px 5% 72px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(55,138,221,.07); }
.page-hero::after { content: ''; position: absolute; bottom: -60px; left: 20%; width: 250px; height: 250px; border-radius: 50%; background: rgba(55,138,221,.05); }
.ph-inner { position: relative; z-index: 1; max-width: 640px; }
.ph-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); color: #9ECDF5; font-size: 12px; font-weight: 500; padding: 5px 14px; border-radius: 20px; margin-bottom: 20px; letter-spacing: .03em; }
.ph-title { font-family: 'Sora', sans-serif; font-size: 38px; font-weight: 800; color: #fff; line-height: 1.12; margin-bottom: 14px; letter-spacing: -.5px; }
.ph-title em { color: var(--sky); font-style: normal; }
.ph-sub { font-size: 15.5px; color: rgba(255,255,255,.68); line-height: 1.7; max-width: 500px; }

/* ── SECTIONS ── */
.section { padding: 80px 5%; }
.section-alt { background: var(--light); }
.section-sm { padding: 52px 5%; }

.eyebrow { font-size: 11.5px; font-weight: 700; color: var(--sky); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ''; display: inline-block; width: 20px; height: 2px; background: var(--sky); border-radius: 1px; }
.sec-title { font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 700; color: var(--navy); line-height: 1.18; margin-bottom: 14px; letter-spacing: -.4px; }
.sec-sub { font-size: 15.5px; color: var(--muted); line-height: 1.72; max-width: 580px; margin-bottom: 48px; }

/* ── ICON CARDS ── */
.icon-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px; transition: border-color .22s, box-shadow .22s, transform .2s; }
.icon-card:hover { border-color: var(--sky); box-shadow: 0 10px 32px rgba(12,95,168,.1); transform: translateY(-4px); }
.ic-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: transform .2s; }
.icon-card:hover .ic-icon { transform: scale(1.08); }
.ic-icon svg { width: 28px; height: 28px; }
.ic-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.ic-desc { font-size: 14px; color: var(--muted); line-height: 1.62; }

/* ── GRIDS ── */
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

/* ── METRIC CARDS ── */
.metric-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 30px 22px; text-align: center; position: relative; overflow: hidden; }
.metric-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--sky), var(--sage)); }
.metric-n { font-family: 'Sora', sans-serif; font-size: 40px; font-weight: 800; color: var(--navy); letter-spacing: -1.5px; line-height: 1; margin-bottom: 8px; }
.metric-n .hi { color: var(--sky); }
.metric-l { font-size: 13.5px; color: var(--muted); line-height: 1.45; }

/* ── TESTIMONIAL CARD ── */
.testi-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; transition: box-shadow .22s; }
.testi-card:hover { box-shadow: 0 12px 36px rgba(4,44,83,.1); }
.testi-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.testi-stars svg { width: 16px; height: 16px; fill: var(--amber); }
.testi-quote { font-size: 14.5px; color: var(--text); line-height: 1.72; flex: 1; margin-bottom: 22px; font-style: italic; position: relative; padding-left: 20px; }
.testi-quote::before { content: '"'; font-family: Georgia, serif; font-size: 52px; color: var(--sky); position: absolute; left: -6px; top: -14px; line-height: 1; font-style: normal; opacity: .5; }
.testi-foot { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--border); padding-top: 18px; }
.testi-av { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Sora', sans-serif; }
.testi-name { font-size: 14px; font-weight: 700; color: var(--navy); }
.testi-role { font-size: 12px; color: var(--muted); margin-top: 1px; line-height: 1.3; }

/* ── CTA BAND ── */
.cta-band { background: var(--navy); padding: 72px 5%; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(55,138,221,.07); }
.cta-band::after { content: ''; position: absolute; bottom: -60px; left: 10%; width: 200px; height: 200px; border-radius: 50%; background: rgba(55,138,221,.05); }
.cta-body { position: relative; z-index: 1; }
.cta-title { font-family: 'Sora', sans-serif; font-size: 30px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 12px; letter-spacing: -.3px; }
.cta-desc { font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.68; max-width: 440px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; flex-shrink: 0; position: relative; z-index: 1; }
.btn-cta { background: var(--sky); color: #fff; font-size: 14px; font-weight: 700; padding: 15px 32px; border-radius: 9px; border: none; cursor: pointer; font-family: inherit; white-space: nowrap; transition: background .18s, transform .12s; box-shadow: 0 4px 16px rgba(55,138,221,.4); }
.btn-cta:hover { background: #2576C5; transform: translateY(-2px); }
.cta-phone { color: rgba(255,255,255,.48); font-size: 13px; display: flex; align-items: center; gap: 6px; }

/* ── PARTNER CHIPS ── */
.partners-wrap { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.partner-chip { background: var(--light); border: 1px solid var(--border); border-radius: 7px; padding: 8px 16px; font-size: 12.5px; color: var(--muted); font-weight: 500; transition: border-color .18s, color .18s, background .18s; }
.partner-chip:hover { border-color: var(--sky); color: var(--blue); background: var(--ice); }

/* ── FAQ ── */
.faq-wrap { max-width: 740px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; margin-bottom: 8px; overflow: hidden; }
.faq-q { padding: 20px 22px; font-size: 15px; font-weight: 600; color: var(--navy); display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background .18s; gap: 16px; }
.faq-q:hover { background: var(--light); }
.faq-q.open { background: var(--ice); }
.faq-arrow { width: 22px; height: 22px; border-radius: 50%; background: var(--ice); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s, transform .25s; }
.faq-q.open .faq-arrow { background: var(--sky); transform: rotate(180deg); }
.faq-arrow svg { width: 12px; height: 12px; stroke: var(--blue); transition: stroke .2s; }
.faq-q.open .faq-arrow svg { stroke: #fff; }
.faq-a { padding: 0 22px; font-size: 14.5px; color: var(--muted); line-height: 1.72; max-height: 0; overflow: hidden; transition: max-height .32s ease, padding .3s; }
.faq-a.open { max-height: 300px; padding: 0 22px 20px; }

/* ── CONTACT FORM ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; }
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.ci-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 20px; display: flex; gap: 14px; align-items: flex-start; }
.ci-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--ice); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon svg { width: 20px; height: 20px; }
.ci-label { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.ci-value { font-size: 14px; font-weight: 600; color: var(--navy); }
.contact-form { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.cf-title { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 22px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 12.5px; font-weight: 600; color: var(--muted); margin-bottom: 6px; letter-spacing: .03em; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 9px; font-size: 14px; background: var(--light); color: var(--text); font-family: inherit; transition: border-color .18s, background .18s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--sky); background: #fff; }
.form-row textarea { height: 100px; resize: none; }
.form-row.half { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit { background: var(--navy); color: #fff; font-size: 14px; font-weight: 700; padding: 13px 0; border-radius: 9px; border: none; cursor: pointer; width: 100%; font-family: inherit; transition: background .18s, transform .1s; margin-top: 4px; }
.form-submit:hover { background: var(--blue); transform: translateY(-1px); }

/* ── FOOTER ── */
.footer { background: #021A35; padding: 52px 5% 24px; }
.footer-grid { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.ft-logo-row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ft-logo-mark { width: 34px; height: 34px; background: var(--sky); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.ft-logo-mark svg { width: 18px; height: 18px; }
.ft-logo-name { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: #fff; }
.ft-logo-name em { color: var(--sky); font-style: normal; }
.ft-tagline { font-size: 13px; color: rgba(255,255,255,.36); line-height: 1.65; max-width: 220px; margin-bottom: 18px; }
.ft-contact a { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.46); margin-bottom: 8px; transition: color .18s; }
.ft-contact a:hover { color: var(--sky); }
.ft-col h4 { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.32); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.ft-col a { display: block; font-size: 13px; color: rgba(255,255,255,.48); margin-bottom: 9px; transition: color .18s; }
.ft-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; }
.ft-copy { font-size: 12px; color: rgba(255,255,255,.26); }
.ft-badge { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.26); }

/* ── SCROLL FADE ── */
.fade-up { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .g3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .topbar { display: none; }
  .nav-links { display: none; }
  .sec-title { font-size: 26px; }
  .ph-title { font-size: 28px; }
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; }
  .cta-actions { align-items: stretch; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .section { padding: 56px 5%; }
}

/* ═══════════════════════════════════════════════════════════
   AJOUTS — refonte (navigation mobile, accessibilité,
   formulaire fonctionnel, sélecteur de langue, hero autonome)
   ═══════════════════════════════════════════════════════════ */

/* ── ACCESSIBILITÉ : focus clavier visible ── */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, .faq-q:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 2px;
  border-radius: 6px;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--navy); color: #fff; padding: 10px 18px;
  border-radius: 8px; font-size: 13px; font-weight: 600;
  transition: top .2s;
}
.skip-link:focus { top: 12px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── SÉLECTEUR DE LANGUE ── */
.nav-lang { min-width: 62px; }
.nav-lang .lang-current { color: var(--sky); }

/* ── NAVIGATION MOBILE (hamburger) ── */
.nav-burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; border: 1px solid var(--border);
  border-radius: 9px; background: #fff; cursor: pointer; padding: 0 10px;
}
.nav-burger span {
  display: block; height: 2px; width: 100%; background: var(--navy);
  border-radius: 2px; transition: transform .25s, opacity .2s;
}
.nav-burger[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0 0 0 auto; width: min(340px, 86vw);
  background: #fff; z-index: 300; transform: translateX(100%);
  transition: transform .28s ease; box-shadow: -8px 0 40px rgba(4,44,83,.18);
  display: flex; flex-direction: column; padding: 22px 20px; overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mobile-close {
  width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 9px;
  background: #fff; cursor: pointer; font-size: 22px; color: var(--navy); line-height: 1;
}
.mobile-menu a.mm-link {
  display: block; padding: 13px 12px; font-size: 15px; font-weight: 600;
  color: var(--navy); border-radius: 9px; border-bottom: 1px solid var(--border);
}
.mobile-menu a.mm-link:hover, .mobile-menu a.mm-link.active { background: var(--ice); color: var(--blue); }
.mobile-menu a.mm-sub { padding: 10px 12px 10px 26px; font-size: 13.5px; font-weight: 500; color: var(--muted); display: block; border-radius: 8px; }
.mobile-menu a.mm-sub:hover { background: var(--light); color: var(--blue); }
.mobile-menu .mm-actions { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.mobile-menu .mm-actions .nav-cta, .mobile-menu .mm-actions .nav-lang { width: 100%; text-align: center; padding: 13px; }
.menu-overlay {
  position: fixed; inset: 0; background: rgba(4,20,40,.42); z-index: 290;
  opacity: 0; pointer-events: none; transition: opacity .28s;
}
.menu-overlay.open { opacity: 1; pointer-events: auto; }

/* ── HERO AUTONOME (remplace l'image WordPress externe) ── */
.hero-right { background: linear-gradient(150deg, #0A3E6E 0%, #042C53 55%, #021E3C 100%); }
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 40px 40px; mask-image: radial-gradient(circle at 60% 40%, #000 0%, transparent 78%);
}
.hero-glow-a { position: absolute; width: 420px; height: 420px; border-radius: 50%; top: -80px; right: -60px; background: radial-gradient(circle, rgba(55,138,221,.45), transparent 65%); }
.hero-glow-b { position: absolute; width: 300px; height: 300px; border-radius: 50%; bottom: -40px; left: -30px; background: radial-gradient(circle, rgba(30,143,106,.30), transparent 68%); }
/* Téléphone stylisé illustrant une préparation envoyée */
.hero-phone {
  position: absolute; top: 50%; left: 50%; transform: translate(-52%, -50%) rotate(-4deg);
  width: 216px; background: #fff; border-radius: 26px; padding: 12px;
  box-shadow: 0 24px 60px rgba(2,20,40,.5); border: 1px solid rgba(255,255,255,.4);
}
.hero-phone-notch { width: 64px; height: 5px; background: #DDE8F2; border-radius: 3px; margin: 2px auto 12px; }
.hp-app-head { display: flex; align-items: center; gap: 8px; padding: 0 6px 12px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.hp-badge { width: 30px; height: 30px; border-radius: 8px; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.hp-app-title { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: var(--navy); }
.hp-app-title em { color: var(--sky); font-style: normal; }
.hp-app-sub { font-size: 10px; color: var(--muted); }
.hp-msg { background: var(--ice); border-radius: 12px; padding: 10px 12px; margin: 0 6px 8px; }
.hp-msg-lbl { font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--sky); margin-bottom: 3px; }
.hp-msg-txt { font-size: 11px; color: var(--navy); line-height: 1.45; }
.hp-check { display: flex; align-items: center; gap: 6px; margin: 10px 6px 4px; font-size: 10.5px; font-weight: 600; color: var(--sage); }
.hero-phone-float {
  position: absolute; top: 24%; right: 22px; background: #fff; border-radius: 12px;
  padding: 10px 13px; box-shadow: 0 12px 30px rgba(2,20,40,.35); display: flex;
  align-items: center; gap: 9px; transform: rotate(3deg);
}
.hpf-dot { width: 30px; height: 30px; border-radius: 8px; background: #EAF3DE; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hpf-t { font-size: 10.5px; font-weight: 700; color: var(--navy); }
.hpf-s { font-size: 9.5px; color: var(--muted); }

/* ── FORMULAIRE : validation & confirmation ── */
.form-row input.invalid, .form-row select.invalid, .form-row textarea.invalid { border-color: #C0392B; background: #FEF4F3; }
.field-error { display: none; font-size: 11.5px; color: #C0392B; margin-top: 5px; font-weight: 600; }
.field-error.show { display: block; }
.form-success {
  display: none; text-align: center; padding: 40px 24px;
}
.form-success.show { display: block; }
.form-success .fs-ring {
  width: 62px; height: 62px; border-radius: 50%; background: var(--mint);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.form-success h3 { font-family: 'Sora', sans-serif; font-size: 20px; color: var(--navy); margin-bottom: 8px; }
.form-success p { font-size: 14px; color: var(--muted); line-height: 1.6; max-width: 340px; margin: 0 auto; }
.form-note { font-size: 11.5px; color: var(--muted); margin-top: 14px; text-align: center; line-height: 1.5; }
.req { color: #C0392B; }

/* ── Petit hero autonome sur mobile ── */
@media (max-width: 1024px) {
  .hero-phone { position: relative; top: auto; left: auto; transform: rotate(-3deg); margin: 30px auto; }
}
@media (max-width: 900px) {
  .nav-links, .nav-right .nav-cta, .nav-right .nav-lang { display: none; }
  .nav-burger { display: flex; }
  .topbar { display: flex; }
}
@media (max-width: 768px) {
  .topbar { display: none; }
}


/* ═══════════════════════════════════════════════════════════
   POLISH — version améliorée 2026
   ═══════════════════════════════════════════════════════════ */
body { background: linear-gradient(180deg,#fff 0%,#F7FAFD 100%); }
.navbar { box-shadow: 0 10px 34px rgba(4,44,83,.04); }
.nav-logo-mark, .ft-logo-mark { box-shadow: 0 8px 22px rgba(55,138,221,.22); }
.nav-cta, .btn-cta, .form-submit { box-shadow: 0 10px 24px rgba(4,44,83,.14); }
.icon-card, .metric-card, .testi-card, .ci-card, .contact-form, .faq-item { border-color: rgba(221,232,242,.92); }
.icon-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(4,44,83,.11); }
.icon-card { transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease; }
.sec-title { letter-spacing: -.7px; }
.sec-sub { font-size: 16px; }
.page-hero { background: radial-gradient(circle at 88% 18%,rgba(55,138,221,.18),transparent 32%),linear-gradient(135deg,#021A35 0%,#042C53 58%,#064B83 100%); }
.cta-band { background: radial-gradient(circle at 88% 16%,rgba(55,138,221,.22),transparent 32%),linear-gradient(135deg,#021A35 0%,#042C53 72%); }
.partner-chip { background:#fff; }
@media (max-width: 768px) {
  .navbar { height: 64px; padding: 0 4%; }
  .nav-logo-text { font-size: 16px; }
  .nav-cta { display:none; }
  .section-sm { padding: 42px 5%; }
  .contact-form { padding: 22px; }
  .form-row.half { grid-template-columns: 1fr; }
}


/* ── BRAND LOGOS ── */
.site-logo{display:block;height:auto;max-width:100%}
.site-logo-color{width:215px}
.site-logo-white{width:215px}
.mobile-head-logo{width:180px}
.nav-logo{display:inline-flex;align-items:center}
.footer .ft-logo-row{margin-bottom:16px}
.footer .site-logo-white{filter:none}
.footer .ft-contact a,.footer .ft-col a,.footer .ft-col h4,.footer .ft-copy,.footer .ft-badge,.footer .ft-tagline{opacity:1}
.footer .ft-contact a{color:rgba(255,255,255,.72)}
.footer .ft-col a{color:rgba(255,255,255,.78)}
.footer .ft-col h4{color:rgba(255,255,255,.62)}
.footer .ft-copy,.footer .ft-badge{color:rgba(255,255,255,.62)}
.footer .ft-tagline{color:rgba(255,255,255,.68)}
.footer .ft-contact a:hover,.footer .ft-col a:hover{color:#fff}
@media (max-width:768px){
  .site-logo-color{width:170px}
  .site-logo-white{width:180px}
}


/* ── OPTIMISATIONS 2026 : performance, accessibilité et mobile ── */
.ci-value a { color: var(--navy); text-decoration: none; }
.ci-value a:hover { color: var(--blue); text-decoration: underline; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 900px) {
  .nav-burger { flex-shrink: 0; }
  .mobile-menu { overscroll-behavior: contain; }
}

/* Formulaire de démo — anti-spam, statut et aide */
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{display:none;margin:12px 0 0;padding:11px 13px;border-radius:9px;font-size:13px;line-height:1.5}
.form-status.show{display:block}
.form-status.error{background:#FDECEC;color:#9B1C1C;border:1px solid #F4B9B9}
.form-status.sending{background:#E8F3FC;color:#0C5FA8;border:1px solid #B5D4F4}
.field-help{font-size:12px;color:#66788A;line-height:1.45;margin-top:6px}
.form-ref{font-size:12px;color:#66788A;margin-top:10px}
.form-submit[disabled]{opacity:.65;cursor:wait}
