/* ═══════════════════════════════════════════════════════════
   premium-qr-dynamique.css — Page QR code dynamique
   Thème bleu — OS Tech Créations
   ═══════════════════════════════════════════════════════════ */

/* ─── Accent bleu dynamique ─────────────────────────────── */
:root {
  --dyn: #7ea0ff;
  --dyn-deep: #305cff;
  --dyn-glow: rgba(126,160,255,.13);
  --dyn-glow-deep: rgba(48,92,255,.11);
  --dyn-border: rgba(126,160,255,.18);
  --green-live: #4ade80;
  --dyn-static-spotlight:
    radial-gradient(circle, #16a064, #0e7a50, #0b563b, #17352a, #1d2823, #191919, #191919, #191919);
  --dyn-static-fixed:
    radial-gradient(circle at 14% 12%, rgba(45, 198, 125, 0.18) 0%, rgba(22, 160, 100, 0.12) 20%, rgba(14, 122, 80, 0.08) 38%, transparent 58%);
  --dyn-static-wash:
    radial-gradient(circle at 18% 18%, rgba(22, 160, 100, 0.14) 0%, rgba(14, 122, 80, 0.08) 22%, transparent 52%);
  --dyn-dashboard-spotlight:
    radial-gradient(circle, #172cc7, #1425ab, #101c74, #191f48, #1e2139, #191919, #191919, #191919);
  --dyn-dashboard-fixed:
    radial-gradient(circle at 14% 12%, rgba(58, 102, 255, 0.2) 0%, rgba(23, 44, 199, 0.14) 20%, rgba(20, 37, 171, 0.08) 38%, transparent 58%);
  --dyn-dashboard-wash:
    radial-gradient(circle at 18% 18%, rgba(23, 44, 199, 0.14) 0%, rgba(20, 37, 171, 0.08) 22%, transparent 52%);
}
html[data-theme="light"] {
  --dyn: #305cff;
  --dyn-glow: rgba(48,92,255,.07);
  --dyn-glow-deep: rgba(48,92,255,.07);
  --dyn-border: rgba(48,92,255,.16);
  --dyn-static-spotlight:
    radial-gradient(circle, rgba(22, 128, 82, 0.58), rgba(28, 145, 92, 0.4), rgba(56, 150, 104, 0.24), rgba(118, 168, 137, 0.13), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0));
  --dyn-static-fixed:
    radial-gradient(circle at 14% 12%, rgba(67, 180, 119, 0.24) 0%, rgba(56, 150, 104, 0.14) 22%, rgba(88, 155, 116, 0.08) 40%, transparent 60%);
  --dyn-static-wash:
    radial-gradient(circle at 18% 18%, rgba(72, 160, 112, 0.24) 0%, rgba(72, 160, 112, 0.14) 24%, rgba(88, 155, 116, 0.06) 48%, transparent 64%);
  --dyn-dashboard-spotlight:
    radial-gradient(circle, rgba(58, 102, 255, 0.68), rgba(72, 118, 255, 0.48), rgba(94, 138, 255, 0.3), rgba(126, 164, 255, 0.16), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0));
  --dyn-dashboard-fixed:
    radial-gradient(circle at 14% 12%, rgba(104, 150, 255, 0.26) 0%, rgba(104, 150, 255, 0.16) 22%, rgba(104, 150, 255, 0.08) 40%, transparent 60%);
  --dyn-dashboard-wash:
    radial-gradient(circle at 18% 18%, rgba(104, 150, 255, 0.28) 0%, rgba(104, 150, 255, 0.16) 24%, rgba(104, 150, 255, 0.06) 48%, transparent 64%);
}

/* ─── Hero ──────────────────────────────────────────────── */
.dyn-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: 24px;
  align-items: center;
  padding: 44px 0 10px;
}

html[data-theme="light"] .dyn-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -132px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 0%, rgba(125, 160, 255, 0.48), transparent 46%),
    #e6edff;
  pointer-events: none;
}

.dyn-hero .hero-copy { display: grid; gap: 19px; }

.dyn-eyebrow {
  color: var(--dyn) !important;
  border-color: var(--dyn-border) !important;
}
html[data-theme="light"] .dyn-eyebrow {
  color: var(--dyn) !important;
  border-color: var(--dyn-border) !important;
}
.dyn-eyebrow::before {
  background: var(--dyn) !important;
  box-shadow: 0 0 10px var(--dyn) !important;
}

/* Gradient bleu sur les <em> des titres */
.dyn-italic {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(110deg, #f4f4f4 0%, #7ea0ff 52%, #c4d4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
html[data-theme="light"] .dyn-italic {
  background: linear-gradient(110deg, #0a0a0a 0%, #305cff 52%, #1425ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dyn-hero h1 {
  font-size: clamp(3.15rem, 7.4vw, 6rem);
  max-width: 14ch;
}

.dyn-hero-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

/* ─── Stats card (hero droite) ──────────────────────────── */
.dyn-stats-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    var(--dyn-dashboard-fixed),
    var(--dyn-dashboard-wash),
    radial-gradient(circle at 20% 20%, var(--dyn-glow-deep), transparent 52%),
    #191919;
  border: 1px solid var(--dyn-border) !important;
  display: grid;
  gap: 19px;
  padding: 22px 20px;
}
.dyn-stats-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  border: 1px solid rgba(24,24,24,0.84);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.82), rgba(8,8,12,0.86));
  pointer-events: none;
}
.dyn-stats-card > *:not(.spotlight-glow) {
  position: relative;
  z-index: 2;
}
html[data-theme="light"] .dyn-stats-card {
  background:
    var(--dyn-dashboard-fixed),
    var(--dyn-dashboard-wash),
    radial-gradient(circle at 20% 20%, var(--dyn-glow-deep), transparent 52%),
    #ffffff;
  box-shadow: 0 20px 60px rgba(48,92,255,.08);
}
html[data-theme="light"] .dyn-stats-card::before {
  border: 1px solid rgba(20,20,20,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.8), rgba(252,252,255,0.72));
}

.dyn-stats-card .spotlight-glow {
  background: var(--dyn-dashboard-spotlight);
  filter: blur(6px);
  opacity: 0.22;
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    background 0.45s ease;
}
.dyn-stats-card.is-active .spotlight-glow {
  opacity: 0.96;
}
html[data-theme="light"] .dyn-stats-card .spotlight-glow {
  filter: blur(12px);
  opacity: 0.34;
}
html[data-theme="light"] .dyn-stats-card.is-active .spotlight-glow {
  opacity: 0.8;
}

.dyn-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(74,222,128,.24);
  background: rgba(74,222,128,.08);
  font-size: 0.85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--soft);
}

.dyn-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-live);
  box-shadow: 0 0 8px var(--green-live);
  animation: dyn-pulse 2.2s ease-in-out infinite;
  flex: none;
}

@keyframes dyn-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .55; transform: scale(.8); }
}

.dyn-metrics {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  align-items: start;
}

.dyn-metric { display: grid; gap: 4px; }

.dyn-metric-value {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--text);
}

.dyn-metric-label {
  font-size: 1rem;
  color: var(--soft);
}

.dyn-metric-trend {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: 23px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(74,222,128,.12);
  border: 1px solid rgba(74,222,128,.22);
  color: var(--green-live);
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 6px;
}

.dyn-metric-right {
  text-align: right;
  padding-top: 4px;
}
.dyn-metric-right .dyn-metric-value {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--dyn);
}

/* Bar chart */
.dyn-chart {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  height: 56px;
  align-items: end;
  padding: 0 2px;
}

.dyn-bar {
  height: var(--h, 50%);
  background: var(--line, rgba(255,255,255,.1));
  border-radius: 4px 4px 2px 2px;
  transition: height .4s ease;
}

.dyn-bar-hi {
  background: linear-gradient(180deg, var(--dyn), rgba(126,160,255,.32));
  box-shadow: 0 0 14px rgba(126,160,255,.28);
}

/* Recent scan */
.dyn-recent {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 1rem;
  color: var(--muted);
}

.dyn-recent-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green-live);
  flex: none;
  animation: dyn-pulse 2.2s ease-in-out infinite;
}

.dyn-recent-loc {
  margin-left: auto;
  font-size: 0.85rem;
  color: var(--soft);
}

/* ─── Sections commons ──────────────────────────────────── */
.dyn-bridge-line-text {
  margin: 0;
  text-align: center;
  justify-self: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--text);
}

.dyn-section { padding-top: 0; }

/* Espacement entre sections — plus aéré que le reste du site */
body .dyn-main,
body main:has(.dyn-section) { gap: 96px; }
@media (max-width: 760px) {
  body main:has(.dyn-section) { gap: 56px; }
}

.dyn-section-head { display: grid; gap: 12px; max-width: 700px; margin-bottom: 44px; }
.dyn-section-head h2 { font-size: clamp(2.4rem, 4.6vw, 3.8rem); }

/* ─── Feature cards (3 avantages) ──────────────────────── */
.dyn-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.dyn-feature-card {
  padding: 27px 24px;
  display: grid;
  gap: 15px;
  align-content: start;
  transition: transform var(--transition), border-color var(--transition);
}
.dyn-feature-card:hover { transform: translateY(-5px); }

.dyn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--dyn-glow-deep);
  border: 1px solid var(--dyn-border);
  color: var(--dyn);
  flex: none;
}

.dyn-feature-card h3 {
  font-size: clamp(1.28rem, 2.2vw, 1.65rem);
  line-height: 1.1;
  color: var(--dyn);
}

.dyn-qr-examples-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 18px;
}

.dyn-qr-showcase {
  display: grid;
  gap: 9px;
}

.dyn-qr-showcase h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1;
  color: var(--text);
}

.dyn-qr-showcase:first-child h3 {
  color: var(--green-live);
}

.dyn-qr-showcase:last-child h3 {
  color: var(--dyn);
}

.dyn-qr-example {
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 0 19px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.dyn-qr-frame {
  position: relative;
  width: 132px;
  height: 132px;
  padding: 8px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(0,0,0,0.26);
  overflow: hidden;
  flex: 0 0 auto;
}

.dyn-qr-frame img {
  width: 100%;
  height: 100%;
  display: block;
}

.dyn-qr-scan-line {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 9px;
  height: 2px;
  border-radius: 999px;
  opacity: .86;
  transform: translateY(0);
  animation: dynQrScan 3.2s ease-in-out infinite;
}

.dyn-qr-example--static .dyn-qr-scan-line {
  background: rgba(74,222,128,.95);
  box-shadow: 0 0 16px rgba(74,222,128,.72);
}

.dyn-qr-example--dynamic .dyn-qr-scan-line {
  background: rgba(126,160,255,.95);
  box-shadow: 0 0 16px rgba(126,160,255,.72);
}

.dyn-qr-example-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.dyn-qr-example-copy strong,
.dyn-qr-stats-mini strong {
  color: var(--text);
  line-height: 1.1;
}

.dyn-qr-example-copy span,
.dyn-qr-stats-label {
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.45;
}

.dyn-qr-example-link {
  display: inline-block;
  width: fit-content;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: transform 220ms ease, opacity 220ms ease;
}

.dyn-qr-example-link:hover {
  opacity: .82;
  transform: translateY(-3px);
}

.dyn-qr-stats-mini {
  display: grid;
  gap: 7px;
  min-width: 268px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(126,160,255,.18);
  background: rgba(8, 9, 20, .82);
}

.dyn-qr-dashboard-mini {
  grid-template-columns: minmax(0, 1fr) minmax(74px, auto);
  column-gap: 10px;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.dyn-qr-dashboard-head,
.dyn-qr-dashboard-kpis,
.dyn-qr-stats-bars {
  grid-column: 1;
}

.dyn-qr-dashboard-head,
.dyn-qr-dashboard-kpis,
.dyn-qr-dashboard-rows span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}

.dyn-qr-dashboard-head {
  color: var(--soft);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dyn-qr-dashboard-head em {
  padding: 3px 6px;
  border-radius: 999px;
  border: 1px solid rgba(74,222,128,.22);
  background: rgba(74,222,128,.1);
  color: var(--green-live);
  font-size: 0.82rem;
  font-style: normal;
  letter-spacing: .08em;
}

.dyn-qr-dashboard-kpis strong {
  display: block;
  margin-top: 2px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
}

.dyn-qr-stats-trend {
  width: fit-content;
  padding: 4px 7px;
  border-radius: 999px;
  color: var(--green-live);
  background: rgba(74,222,128,.12);
  border: 1px solid rgba(74,222,128,.2);
  font-size: 0.85rem;
  font-weight: 700;
}

.dyn-qr-stats-bars {
  height: 34px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  align-items: end;
}

.dyn-qr-stats-bars i {
  display: block;
  height: var(--h);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, var(--dyn), rgba(126,160,255,.32));
  box-shadow: 0 0 12px rgba(126,160,255,.2);
  animation: dynQrBars 2.6s ease-in-out infinite;
}

.dyn-qr-stats-bars i:nth-child(2) { animation-delay: .15s; }
.dyn-qr-stats-bars i:nth-child(3) { animation-delay: .3s; }
.dyn-qr-stats-bars i:nth-child(4) { animation-delay: .45s; }
.dyn-qr-stats-bars i:nth-child(5) { animation-delay: .6s; }

.dyn-qr-dashboard-rows {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  gap: 4px;
  align-content: center;
}

.dyn-qr-dashboard-rows span {
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: var(--soft);
  font-size: 0.85rem;
}

.dyn-qr-dashboard-rows b {
  color: var(--soft);
  font-weight: 600;
}

.dyn-qr-dashboard-rows strong {
  color: var(--text);
  font-size: 0.85rem;
}

html[data-theme="light"] .dyn-qr-example {
  background: transparent;
}

html[data-theme="light"] .dyn-qr-stats-mini {
  background: rgba(255,255,255,.82);
}

html[data-theme="light"] .dyn-qr-dashboard-rows span {
  background: rgba(48,92,255,.045);
}

@keyframes dynQrScan {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(112px); }
}

@keyframes dynQrBars {
  0%, 100% { transform: scaleY(.86); opacity: .76; }
  50% { transform: scaleY(1.08); opacity: 1; }
}

.dyn-compare-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    var(--dyn-dashboard-fixed),
    var(--dyn-dashboard-wash),
    radial-gradient(circle at 20% 20%, var(--dyn-glow-deep), transparent 52%),
    #191919;
  border: 1px solid var(--dyn-border) !important;
}

.dyn-compare-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  border: 1px solid rgba(24,24,24,0.84);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.82), rgba(8,8,12,0.86));
  pointer-events: none;
}

.dyn-compare-card > *:not(.spotlight-glow) {
  position: relative;
  z-index: 2;
}

html[data-theme="light"] .dyn-compare-card {
  background:
    var(--dyn-dashboard-fixed),
    var(--dyn-dashboard-wash),
    radial-gradient(circle at 20% 20%, var(--dyn-glow-deep), transparent 52%),
    #ffffff;
}

html[data-theme="light"] .dyn-compare-card::before {
  border: 1px solid rgba(20,20,20,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.8), rgba(252,252,255,0.72));
}

.dyn-compare-card--static {
  background:
    var(--dyn-static-fixed),
    var(--dyn-static-wash),
    radial-gradient(circle at 20% 20%, rgba(14, 122, 80, 0.11), transparent 52%),
    #191919;
  border-color: rgba(74, 222, 128, 0.18) !important;
}

html[data-theme="light"] .dyn-compare-card--static {
  background:
    var(--dyn-static-fixed),
    var(--dyn-static-wash),
    radial-gradient(circle at 20% 20%, rgba(14, 122, 80, 0.07), transparent 52%),
    #ffffff;
  border-color: rgba(14, 122, 80, 0.16) !important;
}

.dyn-compare-card--static .spotlight-glow {
  background: var(--dyn-static-spotlight);
  filter: blur(6px);
  opacity: 0.22;
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    background 0.45s ease;
}

.dyn-compare-card--dynamic .spotlight-glow {
  background: var(--dyn-dashboard-spotlight);
  filter: blur(6px);
  opacity: 0.22;
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    background 0.45s ease;
}

.dyn-compare-card--static.is-active .spotlight-glow,
.dyn-compare-card--dynamic.is-active .spotlight-glow {
  opacity: 0.96;
}

html[data-theme="light"] .dyn-compare-card--static .spotlight-glow,
html[data-theme="light"] .dyn-compare-card--dynamic .spotlight-glow {
  filter: blur(12px);
  opacity: 0.34;
}

html[data-theme="light"] .dyn-compare-card--static.is-active .spotlight-glow,
html[data-theme="light"] .dyn-compare-card--dynamic.is-active .spotlight-glow {
  opacity: 0.8;
}

/* ─── Processus (ancienne grille — inutilisée) ───────────── */
.dyn-process-row { display: none; }
.dyn-connector   { display: none; }

/* ─── Processus pleine largeur ───────────────────────────── */
.dyn-steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Carte étape ─────────────────────────────────────────── */
.dyn-pi {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  transition:
    background 340ms ease,
    border-color 340ms ease,
    transform 380ms cubic-bezier(.2,.8,.2,1),
    box-shadow 380ms ease;
}

.dyn-pi:hover {
  background: rgba(126,160,255,.05);
  border-color: rgba(126,160,255,.22);
  transform: translateX(4px);
  box-shadow: -4px 0 0 rgba(126,160,255,.4), 0 16px 48px rgba(0,0,0,.2);
}

/* ── Côté gauche : numéro avec glow ─────────────────────── */
.dyn-pi-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 31px 27px;
  border-right: 1px solid rgba(255,255,255,.07);
  overflow: hidden;
}

/* Glow derrière le numéro */
.dyn-pi-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(126,160,255,.14) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 340ms ease;
}

.dyn-pi:hover .dyn-pi-left::before { opacity: 1; }

.dyn-pi-num {
  position: relative;
  z-index: 1;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--dyn);
  opacity: .28;
  transition: opacity 340ms ease, transform 380ms cubic-bezier(.2,.8,.2,1);
  user-select: none;
}

.dyn-pi:hover .dyn-pi-num {
  opacity: .7;
  transform: scale(1.06);
}

/* ── Côté droit : contenu ───────────────────────────────── */
.dyn-pi-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  padding: 31px 37px;
}

.dyn-pi-text {
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
  min-width: 0;
}

.dyn-pi-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.025em;
  color: #f0eee9;
  margin: 0;
}

.dyn-pi-body p {
  font-size: 1rem;
  line-height: 1.76;
  color: rgba(240,238,233,.52);
  margin: 0;
  max-width: 68ch;
}

/* ── Bouton CTA dans une étape ──────────────────────────── */
.dyn-pi-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid rgba(126,160,255,.3);
  background: rgba(126,160,255,.08);
  color: var(--dyn);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  width: fit-content;
  transition:
    background 260ms ease,
    border-color 260ms ease,
    color 260ms ease,
    transform 280ms cubic-bezier(.2,.8,.2,1),
    box-shadow 280ms ease;
}

.dyn-pi-cta:hover {
  background: rgba(126,160,255,.16);
  border-color: rgba(126,160,255,.55);
  color: #c4d0ff;
  transform: translateX(3px);
  box-shadow: 0 4px 18px rgba(126,160,255,.18);
}

.dyn-pi-cta svg {
  transition: transform 260ms cubic-bezier(.2,.8,.2,1);
}

.dyn-pi-cta:hover svg { transform: translateX(3px); }

html[data-theme="light"] .dyn-pi-cta {
  border-color: rgba(48,92,255,.22);
  background: rgba(48,92,255,.06);
  color: var(--dyn);
}

html[data-theme="light"] .dyn-pi-cta:hover {
  background: rgba(48,92,255,.12);
  border-color: rgba(48,92,255,.4);
  color: #1425ab;
  box-shadow: 0 4px 14px rgba(48,92,255,.12);
}

/* ── Flèche entre les étapes ─────────────────────────────── */
.dyn-pi-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  color: rgba(126,160,255,.35);
  transition: color 300ms ease, transform 300ms ease;
}

.dyn-steps-list:hover .dyn-pi-arrow {
  color: rgba(126,160,255,.55);
}

.dyn-pi-arrow svg {
  display: block;
  animation: dyn-pi-pulse 2.2s ease-in-out infinite;
}

@keyframes dyn-pi-pulse {
  0%, 100% { transform: translateY(0); opacity: .7; }
  50%       { transform: translateY(4px); opacity: 1; }
}

/* ── Light mode ─────────────────────────────────────────── */
html[data-theme="light"] .dyn-pi {
  background: #ffffff;
  border-color: rgba(20,20,20,.09);
  box-shadow: 0 2px 16px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.04);
}

html[data-theme="light"] .dyn-pi:hover {
  background: #ffffff;
  border-color: rgba(48,92,255,.2);
  box-shadow: -4px 0 0 rgba(48,92,255,.35), 0 8px 32px rgba(48,92,255,.09);
}

html[data-theme="light"] .dyn-pi-left {
  border-right-color: rgba(20,20,20,.08);
}

html[data-theme="light"] .dyn-pi-left::before {
  background: radial-gradient(circle at 50% 50%, rgba(48,92,255,.09) 0%, transparent 70%);
}

html[data-theme="light"] .dyn-pi-num {
  color: var(--dyn);
  opacity: .22;
}

html[data-theme="light"] .dyn-pi:hover .dyn-pi-num { opacity: .55; }

html[data-theme="light"] .dyn-pi-body h3 { color: #141210; }

html[data-theme="light"] .dyn-pi-body p { color: rgba(20,18,16,.6); }

html[data-theme="light"] .dyn-pi-arrow { color: rgba(48,92,255,.28); }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 760px) {
  .dyn-pi {
    grid-template-columns: 100px 1fr;
  }
  .dyn-pi-left { padding: 24px 17px; }
  .dyn-pi-num  { font-size: 3.8rem; }
  .dyn-pi-body { padding: 24px 20px; gap: 14px; flex-direction: column; align-items: flex-start; }
  .dyn-pi-body h3 { font-size: 1.25rem; }
  .dyn-pi-body p  { font-size: .88rem; }
}

@media (max-width: 480px) {
  .dyn-pi { grid-template-columns: 1fr; }
  .dyn-pi-left {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 19px 20px 12px;
    justify-content: flex-start;
  }
  html[data-theme="light"] .dyn-pi-left { border-bottom-color: rgba(20,20,20,.08); }
  .dyn-pi-num  { font-size: 2.8rem; }
  .dyn-pi-body { padding: 14px 20px 20px; }
}

/* ─── Bento use cases ───────────────────────────────────── */
.dyn-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 17px;
}

.dyn-bento-card {
  padding: 24px 22px;
  display: grid;
  gap: 12px;
  align-content: start;
  transition: transform var(--transition), border-color var(--transition);
}
.dyn-bento-card:hover { transform: translateY(-4px); }

.dyn-bento-card h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.1; }

.dyn-bento-lg {
  grid-row: span 2;
  background:
    radial-gradient(circle at 28% 72%, var(--dyn-glow-deep), transparent 56%),
    rgba(255,255,255,.04);
  border: 1px solid var(--dyn-border) !important;
}
html[data-theme="light"] .dyn-bento-lg {
  background:
    radial-gradient(circle at 28% 72%, var(--dyn-glow-deep), transparent 56%),
    rgba(255,255,255,.88);
}

.dyn-bento-wide { grid-column: span 2; }

.dyn-bento-link {
  font-size: 1rem;
  color: var(--dyn);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  margin-top: 6px;
  transition: opacity var(--transition);
}
.dyn-bento-link:hover { opacity: .7; }

/* ─── Analytics mockup ──────────────────────────────────── */
.dyn-mockup {
  border: 1px solid var(--dyn-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--dyn-glow-deep);
}
html[data-theme="light"] .dyn-mockup {
  background: rgba(48,92,255,.03);
  border-color: rgba(48,92,255,.14);
  box-shadow: 0 20px 60px rgba(48,92,255,.06);
}

.dam-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.02);
}
html[data-theme="light"] .dam-header { background: rgba(255,255,255,.6); }

.dam-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.dam-period {
  font-size: 1rem;
  color: var(--soft);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.dam-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.dam-kpi {
  padding: 19px 24px;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 5px;
}
.dam-kpi:last-child { border-right: none; }

.dam-kpi-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.035em;
  color: var(--text);
}

.dam-kpi-label { font-size: 1rem; color: var(--soft); }

.dam-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}
.dam-badge-up {
  background: rgba(74,222,128,.12);
  border: 1px solid rgba(74,222,128,.2);
  color: var(--green-live);
}
.dam-badge-blue {
  background: var(--dyn-glow);
  border: 1px solid var(--dyn-border);
  color: var(--dyn);
}

.dam-chart-area { padding: 19px 24px 15px; }

.dam-chart-bars {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 4px;
  height: 72px;
  align-items: end;
  margin-bottom: 10px;
}

.dam-bar {
  height: var(--h, 38%);
  background: var(--surface-strong);
  border-radius: 3px 3px 2px 2px;
}

.dam-bar-hi {
  background: linear-gradient(180deg, var(--dyn), rgba(126,160,255,.32));
}

.dam-chart-legend {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--soft);
}

.dam-rows {
  border-top: 1px solid var(--line);
}

.dam-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 17px;
  padding: 10px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
  color: var(--muted);
}
.dam-row:last-child { border-bottom: none; }

.dam-row-label { color: var(--text); font-size: 1rem; }

.dam-row-bar-wrap {
  width: 100px;
  height: 4px;
  border-radius: 999px;
  background: var(--surface-strong);
  overflow: hidden;
}
.dam-row-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dyn), rgba(126,160,255,.5));
  width: var(--w, 50%);
}

.dam-row-count { font-size: 1rem; color: var(--soft); min-width: 40px; text-align: right; }

/* ─── CTA ───────────────────────────────────────────────── */
.dyn-cta-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  padding: 51px 37px;
  display: grid;
  gap: 17px;
  justify-items: center;
  background:
    var(--dyn-dashboard-fixed),
    var(--dyn-dashboard-wash),
    radial-gradient(circle at 20% 20%, var(--dyn-glow-deep), transparent 52%),
    #191919;
  border: 1px solid var(--dyn-border) !important;
}

.dyn-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  border: 1px solid rgba(24,24,24,0.84);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.82), rgba(8,8,12,0.86));
  pointer-events: none;
}

.dyn-cta-panel > * {
  position: relative;
  z-index: 2;
}

html[data-theme="light"] .dyn-cta-panel {
  background:
    var(--dyn-dashboard-fixed),
    var(--dyn-dashboard-wash),
    radial-gradient(circle at 20% 20%, var(--dyn-glow-deep), transparent 52%),
    #ffffff;
}

html[data-theme="light"] .dyn-cta-panel::before {
  border: 1px solid rgba(20,20,20,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.8), rgba(252,252,255,0.72));
}

.dyn-cta-panel h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  max-width: 16ch;
  line-height: .96;
}

.dyn-cta-panel p { max-width: 54ch; }

.dyn-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

.btn-dyn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #1425ab;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity var(--transition), transform var(--transition);
  box-shadow: 0 10px 34px rgba(48,92,255,.38);
}
.btn-dyn:hover { opacity: .88; transform: translateY(-2px); }

/* ─── FAQ ───────────────────────────────────────────────── */
.dyn-faq-head { display: grid; gap: 12px; max-width: 680px; margin-bottom: 40px; }
.dyn-faq-head h2 { font-size: clamp(3rem, 5.5vw, 5rem); }
.dyn-faq-head p {
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* ─── Photo band ────────────────────────────────────────── */
.dyn-faq-list {
  display: grid;
  gap: 10px;
}
.dyn-faq-item {
  overflow: hidden;
}
.dyn-faq-item[open] {
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
html[data-theme="light"] .dyn-faq-item[open] {
  box-shadow: 0 24px 60px rgba(48,92,255,.08);
}
.dyn-faq-question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  padding: 17px 22px;
  cursor: pointer;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
}
.dyn-faq-question::-webkit-details-marker {
  display: none;
}
.dyn-faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--dyn);
}
.dyn-faq-icon::before,
.dyn-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .24s ease, opacity .24s ease;
}
.dyn-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.dyn-faq-item[open] .dyn-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(.6);
}
.dyn-faq-answer {
  padding: 0 22px 19px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.74;
}
.dyn-faq-answer p {
  margin: 0;
}

.dyn-photo-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 17px;
  margin-top: 4px;
}

.dyn-photo-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 360px;
}

.dyn-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.dyn-photo-card:hover img { transform: scale(1.04); }

.dyn-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.18) 52%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px;
  gap: 5px;
}

.dyn-photo-kicker {
  font-size: 0.85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dyn);
  font-weight: 600;
}

.dyn-photo-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.1;
  color: #f5f5f5;
}

.dyn-photo-credit { display: none; }

/* ─── Light mode — espacement sections ──────────────────── */

/* Première section qui sort de la zone sombre du hero */
html[data-theme="light"] .dyn-hero + .section-shell.dyn-section {
  padding-top: 80px;
}

/* Toutes les sections en mode clair : même air qu'en dark */
html[data-theme="light"] .dyn-section {
  padding-top: 0;
  padding-bottom: 0;
}

html[data-theme="light"] .dyn-process-section {
  padding-bottom: 84px;
}

/* ─── Light mode — global ───────────────────────────────── */
html[data-theme="light"] .dyn-section-head h2,
html[data-theme="light"] .dyn-process-row h3,
html[data-theme="light"] .dyn-feature-card h3,
html[data-theme="light"] .dyn-bento-card h3 {
  color: #161616;
}

/* Feature cards */
html[data-theme="light"] .dyn-feature-card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.84));
  border-color: rgba(17,17,17,.1);
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
html[data-theme="light"] .dyn-feature-card:hover {
  border-color: rgba(48,92,255,.18);
  box-shadow: 0 12px 36px rgba(48,92,255,.08);
}

/* Icon accent */
html[data-theme="light"] .dyn-icon {
  background: rgba(48,92,255,.07);
  border-color: rgba(48,92,255,.16);
}

/* Process steps — remplacés par .dyn-pi (voir plus bas) */
html[data-theme="light"] .dyn-connector::before {
  border-color: rgba(17,17,17,.14);
}

/* Bento cards */
html[data-theme="light"] .dyn-bento-card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.84));
  border-color: rgba(17,17,17,.1) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
}
html[data-theme="light"] .dyn-bento-card:hover {
  border-color: rgba(48,92,255,.18) !important;
}

/* Recent scan row */
html[data-theme="light"] .dyn-recent {
  background: rgba(255,255,255,.82);
  border-color: rgba(17,17,17,.1);
}

/* Chart bars */
html[data-theme="light"] .dyn-bar {
  background: rgba(17,17,17,.08);
}

/* Analytics mockup rows */
html[data-theme="light"] .dam-kpis,
html[data-theme="light"] .dam-row,
html[data-theme="light"] .dam-rows {
  border-color: rgba(17,17,17,.08);
}
html[data-theme="light"] .dam-kpi { border-color: rgba(17,17,17,.08); }
html[data-theme="light"] .dam-period {
  background: rgba(255,255,255,.72);
  border-color: rgba(17,17,17,.1);
}
html[data-theme="light"] .dam-bar {
  background: rgba(17,17,17,.08);
}
html[data-theme="light"] .dam-chart-area { background: rgba(255,255,255,.4); }

/* ═══════════════════════════════════════════════════════════
   Section Tarifs — design premium sombre
═══════════════════════════════════════════════════════════ */

.dyn-pricing {
  position: relative;
  isolation: isolate;
  padding: 96px 0 85px;
}

.dyn-pricing::before {
  content: none;
}

.dyn-pricing-inner {
  display: grid;
  gap: 48px;
}

/* ─── En-tête ─────────────────────────────────────── */
.dyn-pricing-head {
  display: grid;
  gap: 14px;
  text-align: left;
  max-width: 720px;
}

.dyn-pricing-eyebrow {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin: 0;
  padding: 0 12px;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(126,160,255,.22);
  background: rgba(126,160,255,.07);
  color: var(--dyn);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dyn-pricing-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dyn);
  box-shadow: 0 0 8px var(--dyn);
  flex: none;
}

.dyn-pricing-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.03em;
  color: #f0eee9;
}

.dyn-pricing-head p {
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(240,238,233,.58);
  max-width: 62ch;
  margin: 0;
}

/* ─── Grille de cartes ────────────────────────────── */
.dyn-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: start;
}

/* ─── Carte de base ───────────────────────────────── */
.dyn-price-card {
  position: relative;
  display: grid;
  gap: 0;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.02) 100%);
  overflow: hidden;
  transition:
    transform 400ms cubic-bezier(.16,1,.3,1),
    box-shadow 400ms cubic-bezier(.16,1,.3,1),
    border-color 400ms ease;
}

.dyn-price-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 24px 56px rgba(0,0,0,.38), 0 4px 12px rgba(0,0,0,.22);
}

/* ─── Carte Pro (mise en avant) ───────────────────── */
.dyn-price-card--pro {
  border-color: rgba(126,160,255,.3);
  background: linear-gradient(180deg, rgba(126,160,255,.1) 0%, rgba(126,160,255,.04) 60%, rgba(255,255,255,.02) 100%);
  box-shadow: 0 0 0 1px rgba(126,160,255,.18), 0 8px 32px rgba(126,160,255,.12);
}

.dyn-price-card--pro:hover {
  border-color: rgba(126,160,255,.48);
  box-shadow:
    0 0 0 1px rgba(126,160,255,.28),
    0 24px 56px rgba(126,160,255,.18),
    0 4px 12px rgba(0,0,0,.22);
}

/* Glow de fond Pro */
.dyn-price-card--pro::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(ellipse at 50% 0%, rgba(126,160,255,.2) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* Badge Recommandé */
.dyn-price-badge {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 4px 10px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #6b8cff, #4a6ef5);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(126,160,255,.4);
}

/* ─── Corps de la carte ───────────────────────────── */
.dyn-price-body {
  position: relative;
  z-index: 1;
  padding: 27px 24px 0;
  display: grid;
  gap: 4px;
}

.dyn-price-tier {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(240,238,233,.42);
}

.dyn-price-card--pro .dyn-price-tier {
  color: rgba(126,160,255,.9);
}

.dyn-price-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: #f0eee9;
  line-height: 1.1;
  letter-spacing: -.01em;
}

.dyn-price-desc {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(240,238,233,.52);
}

/* ─── Prix ────────────────────────────────────────── */
.dyn-price-amount {
  position: relative;
  z-index: 1;
  padding: 24px 24px 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.dyn-price-currency {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(240,238,233,.65);
  align-self: flex-start;
  padding-top: 10px;
}

.dyn-price-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  color: #f0eee9;
}

.dyn-price-card--pro .dyn-price-value {
  background: linear-gradient(135deg, #c4d0ff, #6b8cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dyn-price-period {
  font-size: 1rem;
  color: rgba(240,238,233,.42);
  padding-bottom: 4px;
}

/* Séparateur */
.dyn-price-divider {
  position: relative;
  z-index: 1;
  margin: 20px 24px;
  height: 1px;
  background: rgba(255,255,255,.07);
}

.dyn-price-card--pro .dyn-price-divider {
  background: rgba(126,160,255,.2);
}

/* ─── Liste de fonctionnalités ────────────────────── */
.dyn-price-features {
  position: relative;
  z-index: 1;
  padding: 0 24px;
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0;
}

.dyn-price-feature {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 1rem;
  color: rgba(240,238,233,.7);
  line-height: 1.45;
}

.dyn-price-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  background: rgba(255,255,255,.06);
  color: rgba(240,238,233,.45);
}

.dyn-price-card--pro .dyn-price-check {
  background: rgba(126,160,255,.15);
  color: #6b8cff;
}

.dyn-price-feature strong {
  color: rgba(240,238,233,.92);
  font-weight: 600;
}

/* ─── CTA de la carte ─────────────────────────────── */
.dyn-price-cta-wrap {
  position: relative;
  z-index: 1;
  padding: 24px 24px 27px;
}

.dyn-price-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition:
    transform 320ms cubic-bezier(.2,.8,.2,1),
    box-shadow 320ms ease,
    background 320ms ease,
    border-color 320ms ease;
}

.dyn-price-cta:hover { transform: translateY(-2px); }

.dyn-price-cta--outline {
  border: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: rgba(240,238,233,.78);
}

.dyn-price-cta--outline:hover {
  border-color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.06);
  color: #f0eee9;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

.dyn-price-cta--pro {
  border: 1px solid rgba(126,160,255,.4);
  background: linear-gradient(135deg, rgba(126,160,255,.22), rgba(74,110,245,.14));
  color: #c4d0ff;
  box-shadow: 0 4px 16px rgba(126,160,255,.14);
}

.dyn-price-cta--pro:hover {
  border-color: rgba(126,160,255,.6);
  background: linear-gradient(135deg, rgba(126,160,255,.32), rgba(74,110,245,.22));
  color: #dde5ff;
  box-shadow: 0 8px 28px rgba(126,160,255,.26);
}

/* ─── Note sous les cartes ────────────────────────── */
.dyn-pricing-notes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px 24px;
  margin-top: -16px;
}

.dyn-pricing-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  color: rgba(240,238,233,.42);
}

.dyn-pricing-note svg {
  color: var(--dyn);
  opacity: .7;
  flex-shrink: 0;
}

/* ─── CTA global ──────────────────────────────────── */
.dyn-pricing-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: -8px;
}

.dyn-pricing-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 27px;
  border-radius: 999px;
  background: #f0eee9;
  color: #0a0a0b;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 8px 28px rgba(0,0,0,.28);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms ease, background 320ms ease;
}

.dyn-pricing-btn-primary:hover {
  transform: translateY(-3px);
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(0,0,0,.32);
}

.dyn-pricing-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: transparent;
  color: rgba(240,238,233,.7);
  font-size: 1rem;
  font-weight: 600;
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), border-color 320ms ease, color 320ms ease, background 320ms ease;
}

.dyn-pricing-btn-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
  color: #f0eee9;
}

/* ─── Responsive ──────────────────────────────────── */
@media (max-width: 960px) {
  .dyn-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .dyn-price-card--pro { order: -1; }
}

@media (max-width: 600px) {
  .dyn-pricing { padding: 61px 0 68px; }
  .dyn-price-body,
  .dyn-price-amount,
  .dyn-price-features,
  .dyn-price-cta-wrap { padding-left: 22px; padding-right: 22px; }
  .dyn-price-divider { margin-left: 22px; margin-right: 22px; }
}

/* ═══════════════════════════════════════════════════════════
   Modal QR Request — overlay premium
═══════════════════════════════════════════════════════════ */

/* ── Overlay ──────────────────────────────────────── */
.qr-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  pointer-events: none;
  transition:
    background 0.36s ease,
    backdrop-filter 0.36s ease;
}

.qr-modal-overlay.is-open {
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: auto;
}

/* ── Boîte de dialogue ────────────────────────────── */
.qr-modal {
  position: relative;
  width: 100%;
  max-width: 580px;
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,.022) 100%),
    #0c0c0f;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 26px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 40px 90px rgba(0,0,0,.65),
    0 8px 20px rgba(0,0,0,.35);
  transform: translateY(28px) scale(0.97);
  opacity: 0;
  transition:
    transform 0.44s cubic-bezier(.16,1,.3,1),
    opacity 0.32s ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.1) transparent;
}

.qr-modal-overlay.is-open .qr-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Scrollbar webkit */
.qr-modal::-webkit-scrollbar { width: 4px; }
.qr-modal::-webkit-scrollbar-track { background: transparent; }
.qr-modal::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 2px; }

/* ── En-tête modal ────────────────────────────────── */
.qr-modal-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 24px 24px 0;
  background: linear-gradient(180deg, #0c0c0f 70%, transparent 100%);
}

.qr-modal-head-copy { display: grid; gap: 7px; flex: 1; min-width: 0; }

.qr-modal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 0 10px;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(126,160,255,.22);
  background: rgba(126,160,255,.07);
  color: var(--dyn);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.qr-modal-eyebrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dyn);
  box-shadow: 0 0 6px var(--dyn);
  flex: none;
}

.qr-modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #f0eee9;
  margin: 0;
}

.qr-modal-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(240,238,233,.46);
  margin: 0;
  max-width: 48ch;
}

/* ── Bouton fermer ────────────────────────────────── */
.qr-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: rgba(240,238,233,.55);
  cursor: pointer;
  flex-shrink: 0;
  transition:
    background 260ms ease,
    border-color 260ms ease,
    color 260ms ease,
    transform 260ms cubic-bezier(.2,.8,.2,1);
}

.qr-modal-close:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
  color: #f0eee9;
  transform: rotate(90deg);
}

/* ── Corps du formulaire ──────────────────────────── */
.qr-modal-body { padding: 17px 24px 0; }

/* Grilles 2 colonnes */
.qr-modal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* ── Séparateur de section ────────────────────────── */
.qr-modal-section {
  padding-top: 20px;
  margin-top: 8px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.qr-modal-section-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.qr-modal-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(126,160,255,.12);
  border: 1px solid rgba(126,160,255,.2);
  color: var(--dyn);
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
}

.qr-modal-section-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(240,238,233,.36);
}

/* ── Champs réutilisés (même vars que dyn-field) ──── */
.qr-modal .dyn-field { display: grid; gap: 5px; }
.qr-modal .dyn-field-label { font-size: 0.85rem; font-weight: 600; color: rgba(240,238,233,.55); letter-spacing: .03em; }
.qr-modal .dyn-field-optional { font-size: 0.85rem; font-weight: 400; color: rgba(240,238,233,.26); margin-left: 4px; }
.qr-modal .dyn-input,
.qr-modal .dyn-select,
.qr-modal .dyn-textarea {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 11px;
  color: #f0eee9;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}
.qr-modal .dyn-input,
.qr-modal .dyn-select { height: 46px; padding: 0 13px; width: 100%; }
.qr-modal .dyn-textarea { padding: 11px 13px; width: 100%; resize: vertical; min-height: 90px; line-height: 1.6; }
.qr-modal .dyn-input::placeholder,
.qr-modal .dyn-textarea::placeholder { color: rgba(240,238,233,.2); }
.qr-modal .dyn-input:focus,
.qr-modal .dyn-select:focus,
.qr-modal .dyn-textarea:focus {
  border-color: rgba(126,160,255,.5);
  background: rgba(126,160,255,.06);
  box-shadow: 0 0 0 3px rgba(126,160,255,.1);
}
.qr-modal .dyn-select-wrap { position: relative; }
.qr-modal .dyn-select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px; height: 7px;
  border-right: 1.5px solid rgba(240,238,233,.36);
  border-bottom: 1.5px solid rgba(240,238,233,.36);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.qr-modal .dyn-select option { background: #111; color: #f0eee9; }

/* ── Offres (4 cartes radio) ──────────────────────── */
.qr-modal-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.qr-modal .dyn-offer-input { position: absolute; opacity: 0; pointer-events: none; }

.qr-modal .dyn-offer-label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 11px;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.03);
  cursor: pointer;
  transition: border-color 220ms ease, background 220ms ease, transform 260ms cubic-bezier(.2,.8,.2,1), box-shadow 240ms ease;
  user-select: none;
}

.qr-modal .dyn-offer-label:hover {
  border-color: rgba(255,255,255,.17);
  background: rgba(255,255,255,.06);
  transform: translateY(-2px);
}

.qr-modal .dyn-offer-input:checked + .dyn-offer-label {
  border-color: rgba(126,160,255,.52);
  background: rgba(126,160,255,.1);
  box-shadow: 0 0 0 1px rgba(126,160,255,.22), 0 4px 16px rgba(126,160,255,.12);
}

.qr-modal .dyn-offer-label--pro {
  border-color: rgba(126,160,255,.22);
  background: rgba(126,160,255,.05);
  position: relative;
}

.qr-modal .dyn-offer-input:checked + .dyn-offer-label--pro {
  border-color: rgba(126,160,255,.6);
  background: rgba(126,160,255,.14);
  box-shadow: 0 0 0 1px rgba(126,160,255,.32), 0 6px 22px rgba(126,160,255,.18);
}

.qr-modal .dyn-offer-tag-pro {
  position: absolute;
  top: -1px; right: 8px;
  padding: 2px 6px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(180deg, #6b8cff, #4a6ef5);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.qr-modal .dyn-offer-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: #f0eee9;
  line-height: 1;
}

.qr-modal .dyn-offer-label--pro .dyn-offer-price {
  background: linear-gradient(135deg, #c4d0ff, #6b8cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.qr-modal .dyn-offer-name { font-size: 0.85rem; font-weight: 700; color: rgba(240,238,233,.55); }
.qr-modal .dyn-offer-period { font-size: 0.82rem; color: rgba(240,238,233,.28); }

.qr-modal .dyn-offer-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.14);
  margin-top: 5px;
  transition: border-color 180ms ease, background 180ms ease;
}

.qr-modal .dyn-offer-input:checked + .dyn-offer-label .dyn-offer-check {
  background: var(--dyn);
  border-color: var(--dyn);
}

.qr-modal .dyn-offer-check svg { opacity: 0; transform: scale(.5); transition: opacity 160ms ease, transform 180ms cubic-bezier(.2,.8,.2,1); }
.qr-modal .dyn-offer-input:checked + .dyn-offer-label .dyn-offer-check svg { opacity: 1; transform: scale(1); }

/* ── Footer modal ─────────────────────────────────── */
.qr-modal-footer {
  position: sticky;
  bottom: 0;
  padding: 17px 24px 24px;
  background: linear-gradient(0deg, #0c0c0f 80%, transparent 100%);
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

/* Bouton submit (réutilise dyn-submit-btn) */
.qr-modal-footer .dyn-submit-btn { min-height: 52px; }

/* États succès / erreur */
.qr-modal-footer .dyn-form-success { animation: dynFadeIn .4s ease; }
.qr-modal-footer .dyn-form-error   { animation: dynFadeIn .3s ease; }

/* ── Responsive mobile ────────────────────────────── */
@media (max-width: 640px) {
  .qr-modal-overlay { padding: 0; align-items: flex-end; }
  .qr-modal {
    max-width: 100%;
    max-height: 92svh;
    border-radius: 22px 22px 0 0;
    transform: translateY(100%);
  }
  .qr-modal-overlay.is-open .qr-modal { transform: translateY(0); }
  .qr-modal-row { grid-template-columns: 1fr; }
  .qr-modal-offer-grid { grid-template-columns: repeat(2, 1fr); }
  .qr-modal-header, .qr-modal-body { padding-left: 20px; padding-right: 20px; }
  .qr-modal-footer { padding-left: 20px; padding-right: 20px; }
}

/* ── Light mode (modal reste sombre) ─────────────── */
html[data-theme="light"] .qr-modal-overlay.is-open { background: rgba(0,0,0,.6); }

/* ── body lock ────────────────────────────────────── */
body.qr-modal-open { overflow: hidden; }

/* ─── Light mode (section reste sombre) ──────────── */
html[data-theme="light"] .dyn-pricing::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(48,92,255,.1) 0%, transparent 55%),
    linear-gradient(180deg, #111118 0%, #0a0a0f 50%, #111118 100%);
  pointer-events: none;
}

/* ─── Responsive ────────────────────────────────────────── */
@media (max-width: 1080px) {
  .dyn-qr-examples-grid { grid-template-columns: 1fr; }
  .dyn-features-grid { grid-template-columns: 1fr 1fr; }
  .dyn-bento { grid-template-columns: 1fr 1fr; }
  .dyn-bento-lg { grid-row: span 1; }
}

@media (max-width: 900px) {
  .dyn-hero { grid-template-columns: 1fr; }
  /* dyn-process-row supprimé — remplacé par dyn-steps-list */
  .dam-kpis { grid-template-columns: 1fr 1fr; }
  .dam-kpi:nth-child(2) { border-right: none; }
  .dam-kpi:last-child { grid-column: span 2; border-top: 1px solid var(--line); }
}


@media (max-width: 760px) {
  .dyn-qr-example {
    align-items: flex-start;
    flex-direction: column;
  }
  .dyn-photo-row { grid-template-columns: 1fr; }
  .dyn-features-grid { grid-template-columns: 1fr; }
  .dyn-bento { grid-template-columns: 1fr; }
  .dyn-bento-wide { grid-column: span 1; }
  .dam-kpis { grid-template-columns: 1fr; }
  .dam-kpi { border-right: none; border-bottom: 1px solid var(--line); }
  .dam-kpi:last-child { border-bottom: none; grid-column: span 1; }
  .dam-chart-bars { grid-template-columns: repeat(7, 1fr); }
  .dam-bar:nth-child(n+8) { display: none; }
  .dam-rows { display: none; }
  .dyn-cta-panel { padding: 34px 20px; }
  .dyn-cta-panel h2 { font-size: clamp(2rem, 8vw, 3rem); }
}

/* ═══════════════════════════════════════════════════════════
   Section Formulaire de mise en place — design premium
═══════════════════════════════════════════════════════════ */

/* ─── Wrapper section ─────────────────────────────── */
.dyn-request {
  position: relative;
  isolation: isolate;
  padding: 78px 0 85px;
}

/* Fond sombre uniquement en light mode */
.dyn-request::before {
  content: none;
}

html[data-theme="light"] .dyn-request::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(48,92,255,.1) 0%, transparent 55%),
    linear-gradient(180deg, #111118 0%, #0a0a0f 50%, #111118 100%);
  pointer-events: none;
}

/* ─── En-tête ─────────────────────────────────────── */
.dyn-request-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.dyn-request-head {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 20px;
}

.dyn-request-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 0 12px;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(126,160,255,.22);
  background: rgba(126,160,255,.07);
  color: var(--dyn);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dyn-request-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dyn);
  box-shadow: 0 0 8px var(--dyn);
  flex: none;
}

.dyn-request-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #f0eee9;
}

.dyn-request-head p {
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(240,238,233,.52);
  max-width: 46ch;
}

/* Garanties */
.dyn-request-guarantees {
  display: grid;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.dyn-request-guarantee {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  color: rgba(240,238,233,.5);
}

.dyn-request-guarantee-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(126,160,255,.1);
  border: 1px solid rgba(126,160,255,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dyn);
  flex-shrink: 0;
}

/* ─── Formulaire ──────────────────────────────────── */
.dyn-form-wrap {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  overflow: hidden;
}

/* Bloc de section dans le formulaire */
.dyn-form-block {
  padding: 24px 27px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.dyn-form-block:last-of-type {
  border-bottom: none;
}

/* Label de bloc */
.dyn-form-block-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
}

.dyn-form-block-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(126,160,255,.12);
  border: 1px solid rgba(126,160,255,.2);
  color: var(--dyn);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: .04em;
  flex-shrink: 0;
}

.dyn-form-block-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(240,238,233,.38);
}

/* Grille 2 colonnes */
.dyn-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Champ individuel */
.dyn-field {
  display: grid;
  gap: 6px;
}

.dyn-field-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(240,238,233,.58);
  letter-spacing: .04em;
}

.dyn-field-optional {
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(240,238,233,.28);
  margin-left: 4px;
}

/* Inputs et selects */
.dyn-input,
.dyn-select,
.dyn-textarea {
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  color: #f0eee9;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition:
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.dyn-input,
.dyn-select {
  height: 48px;
  padding: 0 14px;
}

.dyn-textarea {
  padding: 12px 14px;
  resize: vertical;
  min-height: 100px;
  line-height: 1.6;
}

.dyn-input::placeholder,
.dyn-textarea::placeholder {
  color: rgba(240,238,233,.22);
}

.dyn-input:focus,
.dyn-select:focus,
.dyn-textarea:focus {
  border-color: rgba(126,160,255,.55);
  background: rgba(126,160,255,.06);
  box-shadow: 0 0 0 3px rgba(126,160,255,.12);
}

/* Select — chevron custom */
.dyn-select-wrap {
  position: relative;
}

.dyn-select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgba(240,238,233,.4);
  border-bottom: 1.5px solid rgba(240,238,233,.4);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.dyn-select option {
  background: #111;
  color: #f0eee9;
}

/* ─── Sélection d'offre ───────────────────────────── */
.dyn-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.dyn-offer-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dyn-offer-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.03);
  cursor: pointer;
  transition:
    border-color 240ms ease,
    background 240ms ease,
    transform 280ms cubic-bezier(.2,.8,.2,1),
    box-shadow 280ms ease;
  user-select: none;
}

.dyn-offer-label:hover {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  transform: translateY(-2px);
}

.dyn-offer-input:checked + .dyn-offer-label {
  border-color: rgba(126,160,255,.55);
  background: rgba(126,160,255,.1);
  box-shadow: 0 0 0 1px rgba(126,160,255,.25), 0 4px 18px rgba(126,160,255,.14);
}

/* Mise en avant de Pro */
.dyn-offer-label--pro {
  border-color: rgba(126,160,255,.24);
  background: rgba(126,160,255,.06);
  position: relative;
}

.dyn-offer-input:checked + .dyn-offer-label--pro {
  border-color: rgba(126,160,255,.65);
  background: rgba(126,160,255,.15);
  box-shadow: 0 0 0 1px rgba(126,160,255,.35), 0 6px 24px rgba(126,160,255,.2);
}

.dyn-offer-tag-pro {
  position: absolute;
  top: -1px;
  right: 10px;
  padding: 2px 7px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(180deg, #6b8cff, #4a6ef5);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dyn-offer-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #f0eee9;
  line-height: 1;
}

.dyn-offer-label--pro .dyn-offer-price {
  background: linear-gradient(135deg, #c4d0ff, #6b8cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dyn-offer-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(240,238,233,.6);
  letter-spacing: .04em;
}

.dyn-offer-period {
  font-size: 0.85rem;
  color: rgba(240,238,233,.32);
}

/* Indicateur de sélection */
.dyn-offer-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.15);
  margin-top: 6px;
  transition: border-color 200ms ease, background 200ms ease;
  flex-shrink: 0;
}

.dyn-offer-input:checked + .dyn-offer-label .dyn-offer-check {
  background: var(--dyn);
  border-color: var(--dyn);
}

.dyn-offer-check svg {
  opacity: 0;
  transform: scale(.6);
  transition: opacity 180ms ease, transform 200ms cubic-bezier(.2,.8,.2,1);
}

.dyn-offer-input:checked + .dyn-offer-label .dyn-offer-check svg {
  opacity: 1;
  transform: scale(1);
}

/* ─── Bouton de soumission ────────────────────────── */
.dyn-form-footer {
  padding: 20px 27px 27px;
  display: grid;
  gap: 12px;
}

.dyn-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  width: 100%;
  border-radius: 999px;
  border: none;
  background: #f0eee9;
  color: #0a0a0b;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0,0,0,.28);
  transition:
    transform 300ms cubic-bezier(.2,.8,.2,1),
    box-shadow 300ms ease,
    background 300ms ease;
}

.dyn-submit-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(0,0,0,.34);
}

.dyn-submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
}

.dyn-submit-btn svg {
  transition: transform 280ms cubic-bezier(.2,.8,.2,1);
}

.dyn-submit-btn:hover svg {
  transform: translateX(4px);
}

.dyn-submit-note {
  text-align: center;
  font-size: 1rem;
  color: rgba(240,238,233,.3);
  line-height: 1.55;
}

.dyn-submit-note span {
  color: rgba(240,238,233,.5);
  font-weight: 600;
}

/* ─── États du formulaire ─────────────────────────── */
@keyframes dynSpin {
  to { transform: rotate(360deg); }
}

.dyn-submit-btn[disabled] {
  opacity: .6;
  cursor: not-allowed;
  transform: none !important;
}

.dyn-form-success {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 14px;
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.25);
  animation: dynFadeIn .4s ease;
}

.dyn-success-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(34,197,94,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dyn-success-title {
  font-weight: 700;
  font-size: 1rem;
  color: #4ade80;
  margin: 0 0 3px;
}

.dyn-success-sub {
  font-size: 1rem;
  color: rgba(240,238,233,.52);
  margin: 0;
  line-height: 1.5;
}

.dyn-form-error {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(239,68,68,.08);
  border: 1px solid rgba(239,68,68,.22);
  font-size: 1rem;
  color: #f87171;
  animation: dynFadeIn .3s ease;
}

@keyframes dynFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── Responsive ──────────────────────────────────── */
@media (max-width: 960px) {
  .dyn-request-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .dyn-request-head {
    position: static;
  }
  .dyn-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .dyn-form-block {
    padding: 19px 17px;
  }
  .dyn-form-footer {
    padding: 17px 17px 22px;
  }
  .dyn-form-row {
    grid-template-columns: 1fr;
  }
  .dyn-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ─── Light mode (inputs) ─────────────────────────── */
html[data-theme="light"] .dyn-request-head h2,
html[data-theme="light"] .dyn-offer-price,
html[data-theme="light"] .dyn-offer-name,
html[data-theme="light"] .dyn-form-block-title,
html[data-theme="light"] .dyn-field-label,
html[data-theme="light"] .dyn-request-guarantee,
html[data-theme="light"] .dyn-submit-note { color: rgba(240,238,233,.7); }
html[data-theme="light"] .dyn-request-head p { color: rgba(240,238,233,.5); }

/* ─── Section statement éditorial ────────────────── */
.dyn-stmt-section {
  width: 100%;
  padding: 120px 20px;
  display: flex;
  justify-content: center;
}
.dyn-stmt-inner {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.dyn-stmt-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0;
}
.dyn-stmt-title em {
  font-style: italic;
  font-weight: 400;
  color: #6b8cff;
}
.dyn-stmt-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.dyn-stmt-pills span {
  padding: 6px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .8rem;
  color: var(--muted);
}
html[data-theme="light"] .dyn-stmt-title { color: #111; }
html[data-theme="light"] .dyn-stmt-title em { color: #3d55d8; }
html[data-theme="light"] .dyn-stmt-pills span { border-color: rgba(20,20,20,.12); }
