/* ═══════════════════════════════════════
   AUXIL — Styles site public (index.html)
═══════════════════════════════════════ */

/* ── NAV ── */
.pub-nav { position: fixed; top: 36px; left: 0; right: 0; z-index: 300; height: 90px; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--bo); display: flex; align-items: center; justify-content: space-between; padding: 0 5%; overflow: visible; }
.pub-nav-burger { display: none; }
.pub-nav-logo { cursor: pointer; }
.pub-nav-logo img { height: 160px; width: auto; object-fit: contain; margin: -38px 0; }
.pub-nav-links { display: flex; gap: 4px; list-style: none; }
.pub-nav-links a { text-decoration: none; cursor: pointer; font-size: .875rem; font-weight: 600; color: var(--mu); padding: 8px 16px; border-radius: 50px; transition: all .2s; }
.pub-nav-links a:hover, .pub-nav-links a.act { color: var(--bm); background: #EEF4FF; }
.nav-cta { background: linear-gradient(135deg, var(--bm), var(--v)) !important; color: #fff !important; }

.page { display: none; min-height: 100vh; padding-top: 126px; }
.page.active { display: block; }

/* ── HERO ── */
.hero { background: linear-gradient(155deg, #070e1c 0%, #0d1d3a 45%, #140c38 100%); padding: 100px 5% 90px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -150px; right: -100px; width: 600px; height: 600px; background: radial-gradient(ellipse, rgba(106,76,255,.25), transparent 65%); border-radius: 50%; pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -80px; left: -60px; width: 400px; height: 400px; background: radial-gradient(ellipse, rgba(47,164,255,.15), transparent 65%); border-radius: 50%; pointer-events: none; }
.hero-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(106,76,255,.15); border: 1px solid rgba(106,76,255,.3); color: #c4b8ff; font-size: .72rem; font-weight: 700; padding: 6px 14px; border-radius: 50px; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 22px; }
.hero-badge span { width: 7px; height: 7px; background: var(--v); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.4; transform:scale(1.5); } }
.hero h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 800; line-height: 1.1; color: #fff; margin-bottom: 20px; letter-spacing: -.5px; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, var(--bl), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,.55); margin-bottom: 36px; max-width: 460px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-hp { background: linear-gradient(135deg, var(--bm), var(--v)); color: #fff; border: none; padding: 14px 28px; border-radius: 50px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; font-weight: 700; cursor: pointer; box-shadow: 0 8px 24px rgba(106,76,255,.3); transition: all .25s; }
.btn-hp:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(106,76,255,.4); }
.btn-hs { background: rgba(255,255,255,.07); color: #fff; border: 1.5px solid rgba(255,255,255,.2); padding: 14px 28px; border-radius: 50px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; font-weight: 600; cursor: pointer; transition: all .25s; }
.btn-hs:hover { background: rgba(255,255,255,.12); }
.hero-cards { position: relative; height: 480px; }
.hc { position: absolute; background: #151d3b; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 24px; color: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.4); width: 210px; }
.hc-main { bottom: 10px; right: 0;   transform: rotate(2deg);  z-index: 3; }
.hc-f1   { top: 0;       right: 40px; transform: rotate(-4deg); z-index: 1; }
.hc-f2   { top: 120px;   left: 0;    transform: rotate(3deg);  z-index: 2; }
.hc-ico { width: 44px; height: 44px; background: linear-gradient(135deg, #5B6EF5, #7C4DFF); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 14px; }
.hc h4 { font-size: .95rem; font-weight: 800; margin-bottom: 8px; color: #fff; line-height: 1.3; }
.hc p { font-size: .78rem; color: rgba(255,255,255,.65); line-height: 1.6; }
.hc-stat { font-size: 2rem; font-weight: 800; color: var(--bl); }

/* ── STATS ── */
.stats { background: #fff; border-bottom: 1px solid var(--bo); }
.stats-in { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat-c { padding: 26px 20px; text-align: center; border-right: 1px solid var(--bo); }
.stat-c:last-child { border-right: none; }
.stat-n { font-size: 1.9rem; font-weight: 800; background: linear-gradient(135deg, var(--bm), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-l { font-size: .78rem; color: var(--mu); margin-top: 3px; font-weight: 500; }

/* ── SECTIONS ── */
.sec { max-width: 1160px; margin: 0 auto; padding: 80px 5%; }
.sec-tag { font-size: .7rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; background: linear-gradient(135deg, var(--bm), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; display: inline-block; }
.sec h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.2; margin-bottom: 44px; letter-spacing: -.3px; }
.sec h2 span { color: var(--mu); font-weight: 400; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.svc-c { background: #fff; border: 1.5px solid var(--bo); border-radius: var(--r); padding: 26px; transition: all .3s; }
.svc-c:hover { border-color: var(--bl); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(30,95,191,.08); }
.svc-ico { width: 48px; height: 48px; background: linear-gradient(135deg, #EEF4FF, #EDE8FF); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 14px; }
.svc-c h3 { font-size: .95rem; font-weight: 700; margin-bottom: 7px; }
.svc-c p { font-size: .83rem; color: var(--mu); line-height: 1.65; }
.steps-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step { background: #fff; border: 1.5px solid var(--bo); border-radius: var(--r); padding: 28px; }
.step-n { width: 38px; height: 38px; background: linear-gradient(135deg, var(--bm), var(--v)); color: #fff; font-size: .82rem; font-weight: 800; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: .95rem; font-weight: 700; margin-bottom: 7px; }
.step p { font-size: .83rem; color: var(--mu); line-height: 1.65; }

/* ── PRICING ── */
.pricing-wrap { background: linear-gradient(155deg, #070e1c, #0d1d3a 50%, #140c38); padding: 80px 5%; position: relative; overflow: hidden; }
.pricing-wrap::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(ellipse, rgba(106,76,255,.2), transparent 65%); border-radius: 50%; pointer-events: none; }
.ph { text-align: center; max-width: 600px; margin: 0 auto 56px; position: relative; z-index: 1; }
.ph h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 14px; }
.ph h1 em { font-style: italic; background: linear-gradient(90deg, var(--bl), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ph p { color: rgba(255,255,255,.45); font-size: .95rem; }
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1000px; margin: 0 auto; position: relative; z-index: 1; }
.plan { background: rgba(255,255,255,.05); border: 1.5px solid rgba(255,255,255,.1); border-radius: var(--rl); padding: 32px 26px; position: relative; transition: all .3s; }
.plan:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.plan.feat { background: #fff; border-color: transparent; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.pop { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--bm), var(--v)); color: #fff; font-size: .7rem; font-weight: 800; padding: 5px 14px; border-radius: 50px; white-space: nowrap; letter-spacing: .5px; text-transform: uppercase; }
.plan-em { font-size: 1.8rem; margin-bottom: 12px; }
.plan-nm { font-size: .7rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 5px; }
.plan.feat .plan-nm { color: var(--mu); }
.plan-pr { display: flex; align-items: baseline; gap: 2px; margin-bottom: 3px; }
.plan-big { font-size: 3rem; font-weight: 800; color: #fff; line-height: 1; }
.plan.feat .plan-big { background: linear-gradient(135deg, var(--bm), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.plan-eur { font-size: 1.1rem; color: rgba(255,255,255,.45); font-weight: 600; }
.plan.feat .plan-eur { color: var(--mu); }
.plan-dur { font-size: .8rem; color: rgba(255,255,255,.35); margin-bottom: 8px; }
.plan.feat .plan-dur { color: var(--mu); }
.plan-desc { font-size: .82rem; color: rgba(255,255,255,.4); margin-bottom: 24px; line-height: 1.55; }
.plan.feat .plan-desc { color: var(--mu); }
.plan-feats { list-style: none; margin-bottom: 26px; }
.plan-feats li { font-size: .85rem; color: rgba(255,255,255,.7); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; gap: 9px; }
.plan.feat .plan-feats li { color: var(--bd); border-bottom-color: var(--bo); }
.plan-feats li::before { content: '✓'; width: 20px; height: 20px; flex-shrink: 0; background: linear-gradient(135deg, var(--bm), var(--v)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .62rem; font-weight: 800; }
.btn-plan { width: 100%; padding: 13px; border-radius: 50px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .88rem; font-weight: 700; cursor: pointer; transition: all .25s; border: none; }
.btn-ghost { background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.15) !important; color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-solid { background: linear-gradient(135deg, var(--bm), var(--v)); color: #fff; box-shadow: 0 6px 20px rgba(106,76,255,.35); }
.btn-solid:hover { opacity: .9; transform: translateY(-1px); }
.pricing-note { text-align: center; color: rgba(255,255,255,.28); font-size: .8rem; line-height: 1.7; margin-top: 40px; position: relative; z-index: 1; }
.pricing-note strong { color: rgba(255,255,255,.5); }

/* Prix réel après crédit d'impôt */
.plan-real-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,215,0,.1);
  border: 1.5px solid rgba(255,215,0,.3);
  border-radius: 10px;
  padding: 10px 14px;
  margin: 8px 0 16px;
  gap: 8px;
}
.plan-real-price-feat {
  background: rgba(106,76,255,.1);
  border-color: rgba(106,76,255,.35);
}
.plan-real-label {
  font-size: .75rem;
  font-weight: 700;
  color: rgba(255,215,0,.9);
  letter-spacing: .2px;
}
.plan-real-price-feat .plan-real-label {
  color: var(--bm);
}
.plan-real-amount {
  font-size: 1.25rem;
  font-weight: 900;
  color: #FFD056;
  white-space: nowrap;
}
.plan-real-price-feat .plan-real-amount {
  color: var(--bm);
}

/* Note devis gratuit sous la grille tarifaire */
.pricing-devis-note {
  text-align: center;
  font-size: .85rem;
  color: rgba(255,255,255,.45);
  margin: 24px auto 0;
  max-width: 1000px;
  padding: 14px 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  position: relative;
  z-index: 1;
}
.pricing-devis-note strong { color: rgba(255,255,255,.75); }

/* Note devis dans zone d'intervention */
.loc-devis-note {
  margin-top: 16px;
  font-size: .82rem;
  color: var(--mu);
  background: var(--off);
  border: 1.5px solid var(--bo);
  border-radius: var(--r);
  padding: 12px 14px;
  line-height: 1.5;
}

/* ── LOCALISATION ── */
.loc-layout { display: grid; grid-template-columns: 400px 1fr; min-height: calc(100vh - 70px); }
.loc-panel { background: #fff; border-right: 1px solid var(--bo); padding: 48px 36px; overflow-y: auto; }
.loc-panel h1 { font-size: 1.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 10px; }
.loc-panel > p { color: var(--mu); font-size: .88rem; line-height: 1.65; margin-bottom: 28px; }
.info-r { display: flex; gap: 12px; align-items: flex-start; background: var(--off); border: 1.5px solid var(--bo); border-radius: var(--r); padding: 14px; margin-bottom: 8px; }
.info-r-ico { width: 40px; height: 40px; flex-shrink: 0; background: linear-gradient(135deg, #EEF4FF, #EDE8FF); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.info-r h4 { font-size: .8rem; font-weight: 700; margin-bottom: 2px; }
.info-r p { font-size: .78rem; color: var(--mu); line-height: 1.5; }
.zone-lbl { font-size: .68rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--mu); margin: 20px 0 8px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { background: #EEF4FF; color: var(--bm); font-size: .76rem; font-weight: 600; padding: 5px 12px; border-radius: 50px; border: 1px solid rgba(30,95,191,.12); }
.loc-btn { margin-top: 24px; }
.loc-btn button { width: 100%; background: linear-gradient(135deg, var(--bm), var(--v)); color: #fff; border: none; padding: 13px; border-radius: 50px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .92rem; font-weight: 700; cursor: pointer; transition: all .25s; }
.map-area { background: #E8EDF5; position: relative; overflow: hidden; }
.map-bg { position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(180,190,210,.3) 50px), repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(180,190,210,.3) 50px), #ECF0F8; }
.st { position: absolute; } .st.h { height: 10px; left:0; right:0; background: rgba(255,255,255,.8); } .st.v { width: 10px; top:0; bottom:0; background: rgba(255,255,255,.8); } .st.mh { height: 16px; background: rgba(255,255,255,.95); } .st.mv { width: 16px; background: rgba(255,255,255,.95); }
.blk { position: absolute; background: rgba(200,210,228,.6); border-radius: 5px; }
.map-pin-w { position: absolute; top: 48%; left: 52%; transform: translate(-50%,-100%); display: flex; flex-direction: column; align-items: center; }
.map-pin { width: 56px; height: 56px; background: linear-gradient(135deg, var(--bm), var(--v)); border-radius: 50% 50% 50% 6px; transform: rotate(45deg); box-shadow: 0 8px 24px rgba(106,76,255,.4); display: flex; align-items: center; justify-content: center; animation: pf 2.5s ease-in-out infinite; }
@keyframes pf { 0%,100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(-8px); } }
.map-pin span { transform: rotate(-45deg); font-size: 1.4rem; }
.map-shad { width: 34px; height: 9px; background: rgba(106,76,255,.2); border-radius: 50%; margin-top: 5px; animation: ss 2.5s ease-in-out infinite; }
@keyframes ss { 0%,100% { transform:scaleX(1); opacity:.3; } 50% { transform:scaleX(.6); opacity:.1; } }
.map-tip { position: absolute; top: calc(48% - 110px); left: calc(52% + 30px); background: #fff; border-radius: 12px; padding: 12px 16px; box-shadow: 0 8px 24px rgba(15,35,68,.1); border: 1.5px solid var(--bo); }
.map-tip h4 { font-size: .9rem; font-weight: 700; margin-bottom: 2px; }
.map-tip p { font-size: .72rem; color: var(--mu); }
.radius { position: absolute; top: 48%; left: 52%; transform: translate(-50%,-50%); width: 280px; height: 280px; border: 1.5px dashed rgba(30,95,191,.2); border-radius: 50%; background: rgba(30,95,191,.03); pointer-events: none; }

/* ── AUTH ── */
.auth-layout { display: flex; min-height: calc(100vh - 70px); }
.auth-left { width: 44%; background: linear-gradient(155deg, #070e1c, #0d1d3a 50%, #140c38); padding: 56px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.auth-left::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(ellipse, rgba(106,76,255,.25), transparent 65%); border-radius: 50%; pointer-events: none; }
.auth-brand { position: relative; z-index: 1; }
.auth-brand img { height: 42px; object-fit: contain; filter: brightness(0) invert(1); margin-bottom: 28px; }
.auth-brand h2 { font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 14px; }
.auth-brand h2 em { font-style: italic; background: linear-gradient(90deg, var(--bl), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.auth-brand p { color: rgba(255,255,255,.45); font-size: .9rem; line-height: 1.7; }
.auth-test { position: relative; z-index: 1; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; padding: 22px; }
.auth-test p { color: rgba(255,255,255,.68); font-size: .85rem; line-height: 1.65; font-style: italic; margin-bottom: 14px; }
.test-aut { display: flex; align-items: center; gap: 10px; }
.test-av { width: 36px; height: 36px; background: linear-gradient(135deg, var(--bm), var(--v)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; color: #fff; }
.test-nm { font-size: .82rem; font-weight: 700; color: #fff; }
.test-rl { font-size: .7rem; color: rgba(255,255,255,.35); }
.auth-right { flex: 1; background: #fff; display: flex; align-items: center; justify-content: center; padding: 56px; }
.auth-form { width: 100%; max-width: 390px; }
.form-title { font-size: 1.65rem; font-weight: 800; margin-bottom: 5px; letter-spacing: -.3px; }
.form-sub { font-size: .83rem; color: var(--mu); margin-bottom: 26px; }
.ftabs { display: flex; gap: 4px; background: var(--off); border-radius: 10px; padding: 4px; margin-bottom: 26px; }
.ftab { flex: 1; padding: 9px; border: none; background: transparent; border-radius: 7px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .2s; color: var(--mu); }
.ftab.act { background: #fff; color: var(--bd); box-shadow: 0 2px 8px rgba(15,35,68,.07); }
.frow { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.fchk { display: flex; align-items: center; gap: 7px; font-size: .8rem; color: var(--mu); cursor: pointer; }
.flink { font-size: .8rem; font-weight: 600; color: var(--bm); cursor: pointer; }
.auth-err { background: #fee2e2; color: #dc2626; font-size: .8rem; padding: 9px 12px; border-radius: 9px; margin-bottom: 12px; display: none; }
.auth-err.show { display: block; }
.btn-sub { width: 100%; padding: 13px; background: linear-gradient(135deg, var(--bm), var(--v)); color: #fff; border: none; border-radius: 50px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .92rem; font-weight: 700; cursor: pointer; transition: all .25s; box-shadow: 0 6px 20px rgba(106,76,255,.22); margin-bottom: 14px; }
.btn-sub:hover { opacity: .9; transform: translateY(-1px); }
.btn-sub:disabled { opacity: .55; cursor: not-allowed; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-cards { display: none; }
  .plans { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
  .loc-layout { grid-template-columns: 1fr; }
  .map-area { height: 340px; }
  .auth-left { display: none; }
  .auth-right { padding: 36px 20px; }
  .stats-in { grid-template-columns: repeat(2,1fr); }
  .steps-row { grid-template-columns: 1fr; }
}

/* ── CRÉDIT D'IMPÔT ── */
.ci-banner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,215,0,.3);
  border-radius: var(--rl);
  padding: 24px 28px;
  max-width: 1000px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}
.ci-icon {
  font-size: 2rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.ci-title {
  font-size: 1rem;
  font-weight: 800;
  color: #FFD056;
  margin-bottom: 6px;
}
.ci-text {
  font-size: .88rem;
  color: rgba(255,255,255,.6);
  line-height: 1.65;
}
.ci-text strong {
  color: #FFD056;
}

/* ── BANDEAU CONTACT ── */
.contact-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 400;
  height: 36px;
  background: linear-gradient(135deg, var(--bd), #1a3060);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: .75rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  padding: 0 5%;
}
.contact-bar a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.contact-bar a:hover { color: var(--bl); }
.contact-sep { opacity: .35; }

/* ══════════════════════════════════
   RESPONSIVE MOBILE
══════════════════════════════════ */
@media (max-width: 768px) {

  /* Contact bar */
  .contact-bar { font-size: .68rem; gap: 6px; padding: 0 3%; flex-wrap: wrap; justify-content: center; }
  .contact-sep { display: none; }

  /* Nav mobile — hamburger */
  .pub-nav { padding: 0 4%; height: 70px; }
  .pub-nav-logo img { height: 80px; margin: -15px 0; }
  .pub-nav-links {
    display: none;
    position: fixed;
    top: 106px;
    left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    padding: 16px 20px 24px;
    gap: 4px;
    box-shadow: 0 8px 32px rgba(15,35,68,.12);
    border-top: 1px solid var(--bo);
    z-index: 299;
  }
  .pub-nav-links.open { display: flex; }
  .pub-nav-links li { list-style: none; }
  .pub-nav-links a {
    display: block;
    font-size: .95rem;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--bd);
  }
  .pub-nav-links a.act { background: var(--off); color: var(--bm); }
  .pub-nav-links a.nav-cta {
    background: linear-gradient(135deg, var(--bm), var(--v));
    color: #fff !important;
    text-align: center;
    margin-top: 8px;
    border-radius: 50px;
  }
  .pub-nav-burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    background: var(--off);
  }
  .pub-nav-burger span {
    display: block;
    width: 22px;
    height: 2.5px;
    background: var(--bd);
    border-radius: 2px;
    transition: all .25s;
  }
  .pub-nav-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .pub-nav-burger.open span:nth-child(2) { opacity: 0; }
  .pub-nav-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  /* Hero */
  .hero { padding: 50px 5% 40px; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-cards { display: none; }
  .hero h1 { font-size: 1.9rem; }
  .hero p { font-size: .9rem; }
  .hero-btns { flex-direction: column; }
  .btn-hp, .btn-hs { width: 100%; text-align: center; }

  /* Stats */
  .stats-in { grid-template-columns: repeat(2,1fr); }

  /* Section */
  .sec { padding: 50px 5%; }
  .sec h2 { font-size: 1.6rem; margin-bottom: 28px; }
  .grid-3 { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; gap: 12px; }

  /* Pricing */
  .pricing-wrap { padding: 50px 5% 0; }
  .plans { grid-template-columns: 1fr; max-width: 100%; gap: 24px; padding-bottom: 50px; }
  .plan { padding: 28px 20px; }
  .ci-banner { flex-direction: column; gap: 10px; padding: 18px; }

  /* Localisation */
  .loc-layout { grid-template-columns: 1fr; }
  .loc-panel { padding: 32px 20px; }
  .map-area { height: 300px; }
  .map-tip { display: none; }

  /* Auth */
  .auth-layout { flex-direction: column; }
  .auth-left { display: none; }
  .auth-right { padding: 32px 20px; min-height: calc(100vh - 116px); }
  .auth-form { max-width: 100%; }
  .f2 { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .contact-bar { height: auto; padding: 6px 3%; font-size: .65rem; }
  .pub-nav { top: 36px; height: 70px; }
  .page { padding-top: 106px; }
  .pub-nav-links { top: 106px; }
}

/* ══ NOTRE HISTOIRE ══ */
.histoire-hero {
  background: linear-gradient(155deg, #070e1c 0%, #0d1d3a 45%, #140c38 100%);
  padding: 80px 5% 70px; position: relative; overflow: hidden;
}
.histoire-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(ellipse, rgba(106,76,255,.2), transparent 65%); border-radius: 50%; pointer-events: none; }
.histoire-hero-inner { max-width: 860px; margin: 0 auto; position: relative; z-index: 1; }
.histoire-hero h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 14px; }
.histoire-hero h1 em { font-style: italic; background: linear-gradient(90deg, var(--bl), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.histoire-intro { font-size: 1.1rem; color: rgba(255,255,255,.55); font-style: italic; }

.story-block { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 48px; }
.story-emoji { font-size: 2.5rem; flex-shrink: 0; width: 60px; height: 60px; background: linear-gradient(135deg, #EEF4FF, #EDE8FF); border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.story-block h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 12px; color: var(--bd); }
.story-block p { font-size: .95rem; color: #444; line-height: 1.8; margin-bottom: 12px; }
.story-block p:last-child { margin-bottom: 0; }
.story-block p strong { color: var(--bd); }
.story-block p em { color: var(--bm); font-style: italic; }

.valeurs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 48px 0; }
.valeur-card { background: #fff; border: 1.5px solid var(--bo); border-radius: var(--r); padding: 24px; text-align: center; }
.valeur-icon { font-size: 2rem; margin-bottom: 10px; }
.valeur-title { font-size: .82rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--bm); margin-bottom: 8px; }
.valeur-card p { font-size: .85rem; color: var(--mu); line-height: 1.6; }

.auxil-latin { background: linear-gradient(135deg, #0F2344, #1a3060); border-radius: var(--rl); padding: 32px 36px; margin: 32px 0; }
.auxil-latin-inner { display: flex; align-items: center; gap: 24px; }
.latin-word { font-size: 2.2rem; font-weight: 800; color: #fff; white-space: nowrap; background: linear-gradient(90deg, var(--bl), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; flex-shrink: 0; }
.latin-def { font-size: .92rem; color: rgba(255,255,255,.6); line-height: 1.7; font-style: italic; }
.latin-def em { color: rgba(255,255,255,.9); }

/* CTA CRÉDIT D'IMPÔT */
.ci-cta-section { background: linear-gradient(135deg, #EEF4FF, #EDE8FF); border-top: 1px solid rgba(30,95,191,.12); border-bottom: 1px solid rgba(30,95,191,.12); padding: 40px 5%; }
.ci-cta-inner { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ci-cta-icon { font-size: 2.5rem; flex-shrink: 0; }
.ci-cta-title { font-size: 1.1rem; font-weight: 800; color: var(--bd); margin-bottom: 6px; }
.ci-cta-text { font-size: .88rem; color: var(--mu); line-height: 1.6; }
.ci-cta-text strong { color: var(--bd); }

/* AUTH — sans logo côté gauche */
.auth-brand img { display: none; }
.auth-brand h2 { font-size: 2.6rem; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 18px; }
.auth-brand h2 em { font-style: italic; background: linear-gradient(90deg, var(--bl), var(--v)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* RESPONSIVE HISTOIRE */
@media (max-width: 768px) {
  .valeurs-grid { grid-template-columns: 1fr; }
  .story-block { flex-direction: column; gap: 12px; }
  .auxil-latin-inner { flex-direction: column; gap: 12px; text-align: center; }
  .latin-word { font-size: 1.8rem; }
  .ci-cta-inner { flex-direction: column; text-align: center; }
}

/* ── ŒEIL MOT DE PASSE ── */
.pwd-wrap { position: relative; }
.pwd-wrap input { width: 100%; padding-right: 42px; }
.pwd-eye {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1rem;
  opacity: .45;
  transition: opacity .2s;
  user-select: none;
  line-height: 1;
}
.pwd-eye:hover { opacity: .85; }

/* ── CARTE SÉCURITÉ mise en avant ── */
.svc-securite {
  border-color: rgba(30,95,191,.25);
  background: linear-gradient(135deg, #fff 80%, #f0f4ff);
  grid-column: span 1;
}
.svc-securite h3 { color: var(--bm); }
.svc-securite strong { color: var(--bm); }
