/*
 * AW48 Design System — V2
 * Agence web professionnelle · SaaS 2026 · Accompagnement Web 48
 *
 * Police : configurer "Inter" dans Astra Pro > Apparence > Polices Google.
 * Décommenter la ligne @import ci-dessous uniquement si Inter n'est pas chargé par Astra.
 * Attention : Google Fonts = requête externe (vérifier conformité RGPD/CNIL).
 */

/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800&display=swap'); */

:root {
  /* Couleurs */
  --aw48-color-text: #0d1117;
  --aw48-color-text-muted: #4b5563;
  --aw48-color-text-soft: #6b7280;
  --aw48-color-bg: #fafafa;
  --aw48-color-bg-soft: #f5f7fc;
  --aw48-color-bg-accent: #eef0ff;
  --aw48-color-border: #e2e8f0;
  --aw48-color-brand: #6366f1;
  --aw48-color-brand-dark: #4338ca;
  --aw48-color-premium: #d7a447;
  --aw48-color-action: #6366f1;
  --aw48-color-action-hover: #4338ca;

  /* Géométrie */
  --aw48-radius-sm: 6px;
  --aw48-radius: 10px;
  --aw48-radius-lg: 16px;
  --aw48-radius-pill: 999px;

  /* Ombres */
  --aw48-shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.05), 0 1px 2px rgba(16, 24, 40, 0.04);
  --aw48-shadow-md: 0 4px 16px rgba(16, 24, 40, 0.08), 0 1px 3px rgba(16, 24, 40, 0.05);
  --aw48-shadow-lg: 0 20px 60px rgba(16, 24, 40, 0.12), 0 4px 16px rgba(16, 24, 40, 0.07);

  /* Layout */
  --aw48-container: 1160px;
  --aw48-container-wide: 1280px;
  --aw48-text-width: 760px;

  /* Espacement */
  --aw48-space-1: 8px;
  --aw48-space-2: 12px;
  --aw48-space-3: 16px;
  --aw48-space-4: 24px;
  --aw48-space-5: 32px;
  --aw48-space-6: 48px;
  --aw48-space-7: 64px;
  --aw48-space-8: 88px;
  --aw48-space-9: 112px;

  /* V2 — Typo & Motion */
  --aw48-font: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --aw48-transition: 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  --aw48-transition-slow: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body:not(.wp-admin) {
  background-color: var(--aw48-color-bg);
  font-family: var(--aw48-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aw48-section {
  background: var(--aw48-color-bg);
  color: var(--aw48-color-text);
  padding: var(--aw48-space-8) var(--aw48-space-3);
}

.aw48-section--soft {
  background: linear-gradient(180deg, #f8faff 0%, #f0f4fb 100%);
}

.aw48-section--accent {
  background: linear-gradient(135deg, #eef0ff 0%, #e6eaff 100%);
}

.aw48-container {
  margin: 0 auto;
  max-width: var(--aw48-container);
  width: 100%;
}

.aw48-container--wide {
  max-width: var(--aw48-container-wide);
}

.aw48-text-wrap {
  max-width: var(--aw48-text-width);
}

.aw48-text-center {
  text-align: center;
}

.aw48-text-center .aw48-text-wrap {
  margin-left: auto;
  margin-right: auto;
}

.aw48-eyebrow {
  align-items: center;
  color: var(--aw48-color-brand-dark);
  display: inline-flex;
  flex-wrap: nowrap;
  font-size: 11.5px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.07em;
  line-height: 1.25;
  margin-bottom: 20px;
  max-width: 100%;
  text-transform: uppercase;
}

.aw48-eyebrow::before {
  background: var(--aw48-color-premium);
  border-radius: 999px;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 6px;
  width: 6px;
}

.aw48-kicker {
  color: var(--aw48-color-text-soft);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.aw48-title {
  color: var(--aw48-color-text);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.aw48-title--hero {
  font-size: 58px;
  max-width: 980px;
}

.aw48-lead {
  color: var(--aw48-color-text-muted);
  font-size: 19px;
  hyphens: none;
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: 760px;
  overflow-wrap: normal;
  word-break: normal;
}

.aw48-copy {
  color: var(--aw48-color-text-muted);
  font-size: 17px;
  line-height: 1.65;
}

.aw48-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.aw48-btn,
.aw48-btn:visited,
.wp-block-button.aw48-btn .wp-block-button__link,
.wp-block-button.aw48-btn .wp-element-button {
  align-items: center;
  border-radius: var(--aw48-radius);
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 14px 20px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.aw48-btn:hover,
.aw48-btn:focus-visible,
.wp-block-button.aw48-btn .wp-block-button__link:hover,
.wp-block-button.aw48-btn .wp-block-button__link:focus-visible,
.wp-block-button.aw48-btn .wp-element-button:hover,
.wp-block-button.aw48-btn .wp-element-button:focus-visible {
  transform: translateY(-1px);
}

.aw48-btn--primary,
.aw48-btn--primary:visited,
.wp-block-button.aw48-btn--primary .wp-block-button__link,
.wp-block-button.aw48-btn--primary .wp-element-button {
  background: var(--aw48-color-action);
  border: 1px solid var(--aw48-color-action);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

/* Shimmer — reflet lumineux au hover */
.wp-block-button.aw48-btn--primary .wp-block-button__link::after,
.wp-block-button.aw48-btn--primary .wp-element-button::after,
a.aw48-btn--primary::after {
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.22) 50%, transparent 60%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%) skewX(-12deg);
  width: 60%;
}

.wp-block-button.aw48-btn--primary .wp-block-button__link:hover::after,
.wp-block-button.aw48-btn--primary .wp-element-button:hover::after,
a.aw48-btn--primary:hover::after {
  animation: aw48-shimmer 0.55s ease-out forwards;
}

.aw48-btn--primary:hover,
.aw48-btn--primary:focus-visible,
.wp-block-button.aw48-btn--primary .wp-block-button__link:hover,
.wp-block-button.aw48-btn--primary .wp-block-button__link:focus-visible,
.wp-block-button.aw48-btn--primary .wp-element-button:hover,
.wp-block-button.aw48-btn--primary .wp-element-button:focus-visible {
  background: var(--aw48-color-action-hover);
  border-color: var(--aw48-color-action-hover);
  color: #ffffff;
}

.aw48-btn--secondary,
.aw48-btn--secondary:visited,
.wp-block-button.aw48-btn--secondary .wp-block-button__link,
.wp-block-button.aw48-btn--secondary .wp-element-button {
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  color: var(--aw48-color-text);
}

.aw48-btn--secondary:hover,
.aw48-btn--secondary:focus-visible,
.wp-block-button.aw48-btn--secondary .wp-block-button__link:hover,
.wp-block-button.aw48-btn--secondary .wp-block-button__link:focus-visible,
.wp-block-button.aw48-btn--secondary .wp-element-button:hover,
.wp-block-button.aw48-btn--secondary .wp-element-button:focus-visible {
  background: var(--aw48-color-bg-soft);
  border-color: #cbd5e1;
  color: var(--aw48-color-text);
}

.aw48-link {
  color: var(--aw48-color-brand-dark);
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.aw48-link:hover,
.aw48-link:focus-visible {
  color: var(--aw48-color-action);
  text-decoration: none;
}

.aw48-hero {
  background:
    radial-gradient(ellipse 70% 50% at 5% 10%, rgba(99, 102, 241, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 92% 88%, rgba(99, 102, 241, 0.06) 0%, transparent 50%),
    linear-gradient(175deg, #f8fafc 0%, #eef5f5 55%, #f0f4ff 100%);
  overflow: hidden;
  padding: 96px 16px 76px;
}

.aw48-hero__inner {
  display: grid !important;
  gap: 40px;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr) !important;
  margin: 0 auto;
  max-width: var(--aw48-container-wide);
  width: 100%;
}

.aw48-hero__content,
.aw48-hero__panel {
  min-width: 0;
  width: 100%;
}

.aw48-hero__panel {
  align-self: center;
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  box-shadow: var(--aw48-shadow-md);
  padding: 28px;
}

.aw48-hero__proofs {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.aw48-proof-line {
  align-items: flex-start;
  color: var(--aw48-color-text-muted);
  display: flex;
  font-size: 15px;
  gap: 10px;
  line-height: 1.45;
}

.aw48-proof-line::before {
  background: var(--aw48-color-brand);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 8px;
  margin-top: 7px;
  width: 8px;
}

section.aw48-section:has(.aw48-trust-strip) {
  padding-bottom: clamp(36px, 4vw, 56px);
  padding-top: clamp(30px, 3vw, 44px);
}

.aw48-grid {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 36px;
}

.aw48-grid--2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* Grille 7 items — dernière carte centrée sur la ligne restante */
.aw48-grid > *:last-child:nth-child(3n + 1) {
  grid-column: 1 / span 3;
  max-width: calc((100% - 48px) / 3);
}

@media (max-width: 1023px) {
  .aw48-grid > *:last-child:nth-child(3n + 1) {
    grid-column: unset;
    max-width: none;
  }
  .aw48-grid > *:last-child:nth-child(2n + 1) {
    grid-column: 1 / span 2;
    max-width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .aw48-grid > *:last-child:nth-child(n) {
    grid-column: unset;
    max-width: none;
  }
}

.aw48-card,
.aw48-service-card,
.aw48-sector-card,
.aw48-proof-card,
.aw48-pricing-card {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.05), 0 1px 2px rgba(16, 24, 40, 0.04);
  color: var(--aw48-color-text);
  min-width: 0;
  padding: 26px;
  transition: box-shadow 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.22s ease;
}

.aw48-service-card:hover,
.aw48-sector-card:hover,
.aw48-proof-card:hover,
.aw48-pricing-card:hover {
  border-color: rgba(99, 102, 241, 0.22);
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.10), 0 1px 4px rgba(16, 24, 40, 0.06);
  transform: translateY(-2px);
}

.aw48-card--featured {
  background: linear-gradient(145deg, #f6f7ff 0%, #fdfcff 55%, #f4f6ff 100%);
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.12), 0 1px 3px rgba(99, 102, 241, 0.07);
}

.aw48-card__title {
  color: var(--aw48-color-text);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0;
}

.aw48-card__text {
  color: var(--aw48-color-text-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 14px 0 0;
}

.aw48-card__meta {
  background: rgba(99, 102, 241, 0.08);
  border-radius: 5px;
  color: var(--aw48-color-brand-dark);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  padding: 3px 9px;
  text-transform: uppercase;
}

.aw48-card__footer {
  margin-top: 20px;
}

/* Lien "En savoir plus" en bas de carte — SaaS 2026 */
.aw48-card__link {
  margin-top: auto;
  padding-top: 16px;
}

.aw48-card__link a {
  align-items: center;
  color: var(--aw48-color-brand-dark);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  text-decoration: none;
  transition: color 160ms ease, gap 180ms ease;
}

.aw48-card__link a::after {
  content: "→";
  display: inline-block;
  font-size: 15px;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.aw48-card__link a:hover,
.aw48-card__link a:focus-visible {
  color: var(--aw48-color-action);
  gap: 10px;
  text-decoration: none;
}

.aw48-card__link a:hover::after,
.aw48-card__link a:focus-visible::after {
  transform: translateX(4px);
}

.aw48-service-card,
.aw48-proof-card,
.aw48-sector-card,
.aw48-pricing-card,
.aw48-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.aw48-service-card .aw48-card__footer,
.aw48-proof-card .aw48-card__footer,
.aw48-sector-card .aw48-card__footer,
.aw48-pricing-card .aw48-card__footer,
.aw48-card .aw48-card__footer {
  margin-top: auto;
  padding-top: 18px;
}

.aw48-card__footer .aw48-link,
.aw48-card__footer a.aw48-link,
.aw48-service-card .aw48-card__footer a.aw48-link {
  align-items: center;
  background: var(--aw48-color-bg-soft);
  border: 1px solid var(--aw48-color-border);
  border-radius: 999px;
  color: var(--aw48-color-text) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.2;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: fit-content;
}

.aw48-card__footer .aw48-link::after,
.aw48-card__footer a.aw48-link::after {
  content: "→";
  display: inline-block;
  font-size: 14px;
  transition: transform 160ms ease;
}

.aw48-card__footer .aw48-link:hover,
.aw48-card__footer .aw48-link:focus-visible,
.aw48-card__footer a.aw48-link:hover,
.aw48-card__footer a.aw48-link:focus-visible {
  background: #eef2ff;
  border-color: rgba(99, 102, 241, 0.35);
  color: var(--aw48-color-brand-dark) !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.aw48-card__footer .aw48-link:hover::after,
.aw48-card__footer .aw48-link:focus-visible::after,
.aw48-card__footer a.aw48-link:hover::after,
.aw48-card__footer a.aw48-link:focus-visible::after {
  transform: translateX(3px);
}

.aw48-list {
  color: var(--aw48-color-text-muted);
  display: grid;
  gap: 10px;
  line-height: 1.55;
  margin: 18px 0 0;
  padding: 0;
}

.aw48-list li {
  list-style: none;
  padding-left: 22px;
  position: relative;
}

.aw48-list li::before {
  background: var(--aw48-color-brand);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 7px;
}

.aw48-case-study {
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  display: grid !important;
  gap: 24px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) !important;
  padding: 28px;
}

.aw48-case-study + .aw48-case-study {
  margin-top: 24px;
}

.aw48-case-study__media {
  background: var(--aw48-color-bg-soft);
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  min-height: 260px;
  overflow: hidden;
}

.aw48-media-frame {
  background: var(--aw48-color-bg-soft);
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  margin: 0 0 20px;
  overflow: hidden;
}

.aw48-media-frame--showcase {
  background: linear-gradient(180deg, #fbfdff 0%, #eef4ff 58%, #eef2ff 100%);
  border-color: rgba(99, 102, 241, 0.16);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  padding: 12px;
  position: relative;
}

.aw48-media-frame--showcase::before {
  background: #ff5f57;
  border-radius: 50%;
  box-shadow: 20px 0 0 0 #febc2e, 40px 0 0 0 #28c840;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 11px;
  margin: 2px 0 14px 2px;
  width: 11px;
}

.aw48-media-frame img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.aw48-media-frame--showcase img {
  aspect-ratio: 16 / 9 !important;
  border-radius: calc(var(--aw48-radius) - 6px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.aw48-realisations-featured .aw48-case-study--realisations {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  gap: 28px;
}

.aw48-realisations-featured .aw48-case-study--realisations .aw48-case-study__content {
  align-content: center;
  display: grid;
  gap: 10px;
}

.aw48-realisations-gallery-section .aw48-grid--realisations .aw48-service-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  padding: 22px;
}

.aw48-realisations-gallery-section .aw48-grid--realisations .aw48-card__meta {
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.aw48-media-frame--realisations {
  background:
    linear-gradient(180deg, #fcfdff 0%, #f1f5ff 62%, #eef2ff 100%);
  border-color: rgba(99, 102, 241, 0.18);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  padding: 14px;
}

.aw48-media-frame--realisations::before {
  margin: 2px 0 16px 2px;
}

.aw48-media-frame--realisations::after {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: calc(var(--aw48-radius) - 4px);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
}

.aw48-media-frame--realisations img {
  aspect-ratio: 16 / 9 !important;
  display: block;
  object-fit: cover;
  width: 100%;
}

.aw48-case-study .aw48-media-frame {
  align-self: stretch;
  height: 100%;
  margin: 0;
}

.aw48-case-study .aw48-media-frame a {
  display: block;
}

.aw48-case-study .aw48-media-frame img {
  aspect-ratio: 16 / 9;
  height: auto;
}

.aw48-case-study__meta {
  align-items: center;
  background: linear-gradient(135deg, rgba(99,102,241,0.07), rgba(99,102,241,0.04));
  border: 1px solid rgba(99, 102, 241, 0.22);
  border-radius: 999px;
  color: #6366f1;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: 0.07em;
  margin-bottom: 14px;
  padding: 4px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.aw48-case-study__meta::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 5px;
  width: 5px;
}

.aw48-process {
  align-items: stretch;
  counter-reset: aw48-process;
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 36px;
}

/* Neutralise le layout:constrained de Gutenberg sur tous les grids AW48 */
.aw48-grid > *,
.aw48-grid--2 > *,
.aw48-pricing-grid > *,
.aw48-process > *,
.aw48-trust-strip > *,
.aw48-hero__inner > *,
.aw48-case-study > * {
  margin-inline: 0 !important;
  max-width: none !important;
}

.aw48-process-step {
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  padding: 22px;
}

.aw48-process-step::before {
  align-items: center;
  background: var(--aw48-color-bg-accent);
  border: 1px solid rgba(99, 102, 241, 0.25);
  border-radius: 999px;
  color: var(--aw48-color-brand-dark);
  content: counter(aw48-process);
  counter-increment: aw48-process;
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 16px;
  width: 34px;
}

.aw48-pricing-grid {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 36px;
}

.aw48-price {
  color: var(--aw48-color-text);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 18px 0 8px;
}

.aw48-price-note {
  color: var(--aw48-color-text-soft);
  font-size: 14px;
  line-height: 1.5;
}

.aw48-faq {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.aw48-faq-item {
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  padding: 20px 22px;
}

.aw48-faq-item h3 {
  color: var(--aw48-color-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.aw48-faq-item p {
  color: var(--aw48-color-text-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.aw48-final-cta {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.22), transparent 28%),
    radial-gradient(circle at left center, rgba(212, 169, 79, 0.14), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #111827 48%, #172033 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--aw48-radius);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
  color: #ffffff;
  display: grid;
  gap: 18px;
  justify-items: start;
  overflow: hidden;
  padding: clamp(34px, 5vw, 52px);
  position: relative;
  text-align: left !important;
}

.aw48-final-cta::after {
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18), transparent 68%);
  content: "";
  height: 320px;
  pointer-events: none;
  position: absolute;
  right: -72px;
  bottom: -184px;
  width: 320px;
}

.aw48-final-cta > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  text-align: left !important;
  z-index: 1;
}

.aw48-final-cta .aw48-title,
.aw48-final-cta .aw48-lead,
.aw48-final-cta .aw48-copy {
  color: #ffffff;
}

.aw48-final-cta .aw48-title {
  line-height: 1.04;
  margin: 0;
  max-width: 15ch;
  text-wrap: balance;
}

.aw48-final-cta .aw48-lead,
.aw48-final-cta .aw48-copy {
  margin: 0;
  max-width: 54ch;
  opacity: 0.86;
}

.aw48-final-cta .aw48-actions {
  justify-content: center;
  justify-self: stretch;
  margin-top: 10px;
  width: 100%;
}

.aw48-final-cta div.wp-block-button.aw48-btn {
  align-self: center;
}

.aw48-final-cta .aw48-eyebrow {
  justify-self: start;
  margin-bottom: 4px;
  width: fit-content;
}

.aw48-final-cta .aw48-title,
.aw48-final-cta .aw48-lead,
.aw48-final-cta .aw48-copy,
.aw48-final-cta .aw48-eyebrow {
  text-align: left !important;
}

.aw48-final-cta .wp-block-button__link,
.aw48-final-cta .wp-element-button {
  box-shadow: 0 14px 30px rgba(99, 102, 241, 0.24) !important;
  min-height: 54px;
  padding-inline: 24px;
}

/* Ghost button — fond sombre uniquement (final-cta, hero dark) */
div.wp-block-button.aw48-btn--ghost .wp-block-button__link,
div.wp-block-button.aw48-btn--ghost .wp-element-button {
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.38) !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.88) !important;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

div.wp-block-button.aw48-btn--ghost .wp-block-button__link:hover,
div.wp-block-button.aw48-btn--ghost .wp-element-button:hover {
  background: rgba(255, 255, 255, 0.10) !important;
  border-color: rgba(255, 255, 255, 0.70) !important;
  color: #ffffff !important;
}

.aw48-contact-panel {
  align-self: start;
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  box-shadow: var(--aw48-shadow-sm);
  display: grid;
  gap: 16px;
  padding: 24px;
}

.aw48-form-embed {
  margin-top: 20px;
}

.aw48-contact-row {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.aw48-contact-row strong {
  color: var(--aw48-color-text);
  display: block;
}

.aw48-contact-row span,
.aw48-contact-row a {
  color: var(--aw48-color-text-muted);
}

.aw48-form input,
.aw48-form select,
.aw48-form textarea {
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius-sm);
  color: var(--aw48-color-text);
  font-size: 16px;
  line-height: 1.4;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.aw48-form textarea {
  min-height: 140px;
}

.aw48-form label {
  color: var(--aw48-color-text);
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.aw48-form input:focus,
.aw48-form select:focus,
.aw48-form textarea:focus,
.aw48-btn:focus-visible,
.aw48-link:focus-visible {
  outline: 3px solid rgba(99, 102, 241, 0.25);
  outline-offset: 2px;
}

/* =============================================================
   Animations & Motion
   ============================================================= */

@keyframes aw48-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aw48-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes aw48-shimmer {
  from { transform: translateX(-100%) skewX(-12deg); }
  to   { transform: translateX(250%) skewX(-12deg); }
}

.aw48-animate {
  animation: aw48-fade-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.aw48-animate--fade {
  animation: aw48-fade-in 0.5s ease both;
}

.aw48-animate--d1 { animation-delay: 0.08s; }
.aw48-animate--d2 { animation-delay: 0.18s; }
.aw48-animate--d3 { animation-delay: 0.28s; }
.aw48-animate--d4 { animation-delay: 0.38s; }
.aw48-animate--d5 { animation-delay: 0.48s; }
.aw48-animate--d6 { animation-delay: 0.58s; }

@media (prefers-reduced-motion: reduce) {
  .aw48-animate,
  .aw48-animate--fade {
    animation: none;
  }
}

/* =============================================================
   Hover lift — cartes interactives
   ============================================================= */

.aw48-card,
.aw48-service-card,
.aw48-sector-card,
.aw48-proof-card,
.aw48-pricing-card,
.aw48-process-step {
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.aw48-card:hover,
.aw48-service-card:hover,
.aw48-sector-card:hover,
.aw48-proof-card:hover,
.aw48-pricing-card:hover,
.aw48-process-step:hover {
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.16),
    0 8px 28px rgba(99, 102, 241, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
}

/* =============================================================
   Hero panel — image intégrée dans la carte panel
   ============================================================= */

.aw48-hero__image {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  margin-top: 20px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: 100%;
}

.aw48-hero__image::before {
  background: #ff5f57;
  border-radius: 50%;
  box-shadow: 18px 0 0 #febc2e, 36px 0 0 #28c840;
  content: "";
  display: block;
  height: 9px;
  margin: 1px 0 10px 1px;
  width: 9px;
}

.aw48-hero__image img {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* =============================================================
   Hero — bande de micro-réassurance
   ============================================================= */

.aw48-hero__trust {
  align-items: center;
  color: var(--aw48-color-text-soft);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 6px 14px;
  margin-top: 18px;
}

.aw48-hero__trust span {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.aw48-hero__trust span::before {
  background: var(--aw48-color-brand);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 6px;
  width: 6px;
}

/* =============================================================
   Process — connecteur visuel entre les étapes
   ============================================================= */

.aw48-process {
  position: relative;
}

.aw48-process::after {
  background: linear-gradient(90deg,
    var(--aw48-color-brand) 0%,
    rgba(99, 102, 241, 0.15) 100%);
  content: "";
  height: 1px;
  left: calc(34px / 2 + 22px);
  position: absolute;
  right: calc(34px / 2 + 22px);
  top: 39px;
  z-index: 0;
  pointer-events: none;
}

.aw48-process-step {
  position: relative;
  z-index: 1;
}

/* =============================================================
   Hero panel — accent featured
   ============================================================= */

.aw48-hero__panel.aw48-card--featured {
  border-top: 3px solid var(--aw48-color-brand);
}

/* =============================================================
   Home — ajustements de composition
   ============================================================= */

.aw48-home-hero {
  padding-bottom: 60px;
}

.aw48-home-hero .aw48-hero__inner {
  align-items: center;
  gap: 48px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr) !important;
}

.aw48-home-hero .aw48-hero__content {
  max-width: 780px;
}

.aw48-home-hero .aw48-eyebrow {
  max-width: 34ch;
}

.aw48-home-hero .aw48-title--hero {
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: 0.99;
  max-width: 12.5ch;
}

.aw48-home-hero .aw48-lead {
  max-width: 58ch;
}

.aw48-home-hero .aw48-hero__panel {
  margin-top: 8px;
}

.aw48-home-reassurance {
  padding-top: 28px;
}

.aw48-home-reassurance .aw48-proof-card {
  background: #ffffff;
}

/* =============================================================
   Header Astra — masque titre + slogan si le logo est utilise
   ============================================================= */

.site-header .ast-site-identity .ast-site-title-wrap,
.site-header .ast-site-identity .site-title,
.site-header .ast-site-identity .site-description,
.site-header .site-branding .site-title,
.site-header .site-branding .site-description {
  display: none !important;
}

/* =============================================================
   Logo SaaS 2026
   ============================================================= */

.site-header .custom-logo-link,
.ast-builder-layout-element .custom-logo-link,
.ast-site-identity .custom-logo-link {
  align-items: center;
  display: inline-flex;
  outline: none;
  text-decoration: none !important;
  transition: opacity 220ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
              filter 220ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.site-header .custom-logo-link:hover,
.site-header .custom-logo-link:focus-visible,
.ast-builder-layout-element .custom-logo-link:hover,
.ast-builder-layout-element .custom-logo-link:focus-visible {
  opacity: 0.78;
  transform: translateY(-1px);
}

.site-header .custom-logo-link:focus-visible,
.ast-builder-layout-element .custom-logo-link:focus-visible {
  outline: 3px solid rgba(99, 102, 241, 0.28);
  outline-offset: 4px;
  border-radius: 4px;
  opacity: 1;
}

/* Logo noir — desktop et mobile, fond blanc */
.site-header .custom-logo-link img,
.site-header .custom-logo-link svg,
.ast-builder-layout-element .custom-logo-link img,
.ast-builder-layout-element .custom-logo-link svg,
.ast-site-identity .custom-logo-link img {
  display: block;
  filter: brightness(0);
  height: auto;
  max-height: 38px;
  max-width: 220px;
  object-fit: contain;
  transition: filter 220ms cubic-bezier(0.16, 1, 0.3, 1),
              opacity 220ms cubic-bezier(0.16, 1, 0.3, 1);
  width: auto;
}

/* Hover : l'opacité sur le parent <a> suffit (0.78) —
   le filtre reste noir, pas de teinte parasite */
.site-header .custom-logo-link:hover img,
.site-header .custom-logo-link:focus-visible img,
.ast-builder-layout-element .custom-logo-link:hover img,
.ast-builder-layout-element .custom-logo-link:focus-visible img {
  filter: brightness(0);
}

@media (max-width: 1023px) {
  .site-header .custom-logo-link img,
  .site-header .custom-logo-link svg,
  .ast-builder-layout-element .custom-logo-link img {
    filter: brightness(0) invert(1);
    max-height: 34px;
  }
}

@media (max-width: 767px) {
  .site-header .custom-logo-link img,
  .site-header .custom-logo-link svg,
  .ast-builder-layout-element .custom-logo-link img {
    filter: brightness(0) invert(1);
    max-height: 30px;
    max-width: 180px;
  }
}

@media (max-width: 1023px) {
  .aw48-title--hero {
    font-size: 46px;
  }

  .aw48-card__title {
    font-size: 20px;
  }

  .aw48-hero__inner,
  .aw48-case-study {
    grid-template-columns: 1fr !important;
  }

  .aw48-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .aw48-grid,
  .aw48-pricing-grid,
  .aw48-process {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .aw48-process::after {
    display: none;
  }

  .aw48-home-hero .aw48-title--hero {
    font-size: clamp(42px, 7vw, 58px);
    max-width: 13ch;
  }

  .aw48-home-reassurance {
    padding-top: 20px;
  }

  .aw48-final-cta .aw48-title {
    max-width: 14ch;
  }

  .aw48-final-cta .aw48-lead,
  .aw48-final-cta .aw48-copy {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .aw48-section {
    padding: var(--aw48-space-7) var(--aw48-space-3);
  }

  .aw48-hero {
    padding: 72px 16px 56px;
  }

  .aw48-home-hero {
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .aw48-home-hero .aw48-hero__inner,
  .aw48-home-hero .wp-block-columns.aw48-hero__inner {
    display: grid !important;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .aw48-title,
  .aw48-title--hero {
    font-size: 36px;
    line-height: 1.1;
  }

  .aw48-home-hero .aw48-title--hero {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.03;
    max-width: 12ch;
  }

  .aw48-lead {
    font-size: 17px;
  }

  .aw48-copy {
    font-size: 16px;
  }

  .aw48-card__title {
    font-size: 18px;
  }

  .aw48-list {
    gap: 8px;
  }

  .aw48-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .aw48-btn {
    width: 100% !important;
  }

  .aw48-hero__panel,
  .aw48-card,
  .aw48-service-card,
  .aw48-sector-card,
  .aw48-proof-card,
  .aw48-pricing-card,
  .aw48-process-step,
  .aw48-contact-panel {
    padding: 20px;
  }

  .aw48-trust-strip,
  .aw48-grid,
  .aw48-grid--2,
  .aw48-pricing-grid,
  .aw48-process {
    grid-template-columns: 1fr !important;
  }

  .aw48-final-cta {
    gap: 16px;
    padding: 28px 20px;
  }

  .aw48-realisations-featured .aw48-case-study--realisations,
  .aw48-realisations-gallery-section .aw48-grid--realisations .aw48-service-card {
    gap: 20px;
    padding: 20px;
  }

  .aw48-media-frame--realisations {
    padding: 10px;
  }

  .aw48-media-frame--realisations::after {
    inset: 10px;
  }

  .aw48-final-cta .aw48-title,
  .aw48-final-cta .aw48-lead,
  .aw48-final-cta .aw48-copy {
    max-width: none;
  }

  .aw48-final-cta .aw48-actions {
    align-items: center;
    justify-content: center;
    margin-top: 4px;
  }

  .aw48-final-cta div.wp-block-button.aw48-btn {
    width: min(100%, 420px);
  }

  .aw48-final-cta .wp-block-button__link,
  .aw48-final-cta .wp-element-button {
    width: 100%;
  }

  .aw48-home-reassurance {
    padding-top: 10px;
  }

  .aw48-price {
    font-size: 30px;
  }
}

/* Overrides Astra/V1 — réinitialisation ciblée sur les composants AW48 */

.aw48-title,
.aw48-title--hero,
.aw48-card__title,
.aw48-kicker,
.aw48-price,
.aw48-faq-item h3,
h1.aw48-title,
h2.aw48-title,
h3.aw48-card__title {
  color: #0d1117 !important;
  font-family: var(--aw48-font) !important;
  text-transform: none !important;
  font-style: normal !important;
  hyphens: none !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

/* Eyebrow pill — override Astra sans casser le badge */
.aw48-eyebrow {
  color: var(--aw48-color-brand-dark) !important;
  font-family: var(--aw48-font) !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  hyphens: none !important;
  letter-spacing: 0.05em !important;
}

/* V2 — tracking négatif premium par niveau de titre */
h1.aw48-title,
.aw48-title--hero {
  letter-spacing: -0.03em !important;
}

h2.aw48-title {
  letter-spacing: -0.025em !important;
}

h3.aw48-card__title,
.aw48-card__title {
  letter-spacing: -0.015em !important;
}

.aw48-final-cta .aw48-title {
  color: #ffffff !important;
}

.aw48-final-cta .aw48-eyebrow {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #f8fafc !important;
  display: inline-flex;
  padding: 8px 14px;
}

.aw48-final-cta .aw48-eyebrow::before {
  background: #d4a94f;
}

.aw48-final-cta .aw48-lead,
.aw48-final-cta .aw48-copy {
  color: #e5e7eb !important;
  opacity: 1;
}

/* Compatibilite refonte : si la classe CTA est posee sur la section,
   on garde la section comme wrapper et on remet le cartouche sombre dedans. */
section.aw48-section.aw48-final-cta {
  background: var(--aw48-color-bg);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--aw48-color-text);
  display: block;
  overflow: visible;
  padding: var(--aw48-space-6) var(--aw48-space-3);
}

section.aw48-section.aw48-final-cta::after {
  display: none;
}

section.aw48-section.aw48-final-cta > .aw48-container {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.22), transparent 28%),
    radial-gradient(circle at left center, rgba(212, 169, 79, 0.14), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #111827 48%, #172033 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--aw48-radius);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
  color: #ffffff;
  display: grid;
  gap: 18px;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
  padding: clamp(32px, 4vw, 48px);
  position: relative;
  text-align: left !important;
}

section.aw48-section.aw48-final-cta > .aw48-container::after {
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18), transparent 68%);
  bottom: -184px;
  content: "";
  height: 320px;
  pointer-events: none;
  position: absolute;
  right: -72px;
  width: 320px;
}

section.aw48-section.aw48-final-cta > .aw48-container > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  text-align: left !important;
  z-index: 1;
}

section.aw48-section.aw48-final-cta .aw48-actions {
  justify-content: flex-start;
  justify-self: start;
}

/* Neutralise le div.wp-block-button wrapper — évite l'effet double bouton */
div.wp-block-button.aw48-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: unset !important;
  display: inline-flex !important;
  border-radius: 0 !important;
}

.aw48-btn,
.aw48-btn:visited,
.wp-block-button.aw48-btn .wp-block-button__link,
.wp-block-button.aw48-btn .wp-element-button {
  border-radius: 8px !important;
  text-transform: none !important;
  font-style: normal !important;
  box-shadow: none !important;
  background-image: none !important;
}

.aw48-btn--primary,
.aw48-btn--primary:visited,
.wp-block-button.aw48-btn--primary .wp-block-button__link,
.wp-block-button.aw48-btn--primary .wp-element-button,
.ast-custom-button,
.ast-header-button-1 .ast-custom-button {
  background-color: #6366f1 !important;
  background-image: none !important;
  border-color: #6366f1 !important;
  box-shadow: 0 1px 2px rgba(99, 102, 241, 0.14), 0 4px 16px rgba(99, 102, 241, 0.22) !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}

.aw48-btn--primary:hover,
.wp-block-button.aw48-btn--primary .wp-block-button__link:hover,
.wp-block-button.aw48-btn--primary .wp-element-button:hover,
.ast-custom-button:hover,
.ast-header-button-1 .ast-custom-button:hover {
  background-color: #4338ca !important;
  border-color: #4338ca !important;
  box-shadow: 0 2px 4px rgba(99, 102, 241, 0.18), 0 8px 28px rgba(99, 102, 241, 0.32) !important;
  color: #ffffff !important;
}

.aw48-btn--secondary,
.aw48-btn--secondary:visited,
.wp-block-button.aw48-btn--secondary .wp-block-button__link,
.wp-block-button.aw48-btn--secondary .wp-element-button {
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #d9e2ec !important;
  color: #101828 !important;
}

.aw48-btn--secondary:hover,
.wp-block-button.aw48-btn--secondary .wp-block-button__link:hover,
.wp-block-button.aw48-btn--secondary .wp-element-button:hover {
  background-color: var(--aw48-color-bg-soft) !important;
  border-color: #cbd5e1 !important;
  color: #101828 !important;
}

.aw48-final-cta .wp-block-button.aw48-btn--secondary .wp-block-button__link,
.aw48-final-cta .wp-block-button.aw48-btn--secondary .wp-element-button {
  background: rgba(255, 255, 255, 0.10) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

.aw48-final-cta .wp-block-button.aw48-btn--secondary .wp-block-button__link:hover,
.aw48-final-cta .wp-block-button.aw48-btn--secondary .wp-element-button:hover,
.aw48-final-cta .wp-block-button.aw48-btn--secondary .wp-block-button__link:focus-visible,
.aw48-final-cta .wp-block-button.aw48-btn--secondary .wp-element-button:focus-visible {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
  color: #ffffff !important;
}

/* SureForms — masquer le titre du formulaire (option payante dans la version gratuite) */
.srfm-form-title,
.srfm-form-name,
h3.srfm-form-title,
h2.srfm-form-title {
  display: none !important;
}

/* SureForms — fond transparent pour s'intégrer dans n'importe quelle section */
.srfm-form-container,
.srfm-main-container,
.srfm-form-wrap,
.srfm-form,
div[class*="srfm-"] > form,
.wp-block-srfm-sureforms {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

/* =============================================================
   Footer
   ============================================================= */

.site-primary-footer-wrap {
  background: #101828;
}

.site-below-footer-wrap {
  background: #0b1324;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-primary-footer-wrap .widget,
.site-below-footer-wrap .widget {
  margin: 0;
}

.aw48-footer-col {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.7;
  text-align: left !important;
}

.aw48-footer-col h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
  text-align: left !important;
}

.aw48-footer-col p {
  margin: 0 0 14px;
}

.aw48-footer-col ul {
  display: grid;
  justify-items: start;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left !important;
}

.aw48-footer-col li + li {
  margin-top: 10px;
}

.aw48-footer-col li {
  text-align: left !important;
  width: 100%;
}

.aw48-footer-col a {
  color: #e5e7eb;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.aw48-footer-col a:hover,
.aw48-footer-col a:focus-visible {
  color: #60a5fa;
  text-decoration: none;
}

.aw48-footer-col--brand h3 {
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.aw48-footer-col--brand p {
  max-width: 34ch;
}

.aw48-footer-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.aw48-footer-cta {
  align-items: center;
  background: #6366f1;
  border: 1px solid #6366f1;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(99, 102, 241, 0.18), 0 4px 14px rgba(99, 102, 241, 0.22);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 9px;
  line-height: 1.2;
  min-height: 46px;
  overflow: hidden;
  padding: 11px 18px;
  position: relative;
  text-decoration: none !important;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: 100%;
  justify-content: center;
}

.aw48-footer-cta svg {
  flex: 0 0 auto;
}

.aw48-footer-cta::after {
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.18) 50%, transparent 60%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%) skewX(-12deg);
  width: 60%;
}

.aw48-footer-cta:hover::after,
.aw48-footer-cta:focus-visible::after {
  animation: aw48-shimmer 0.5s ease-out forwards;
}

.aw48-footer-cta:hover,
.aw48-footer-cta:focus-visible {
  background: #4338ca;
  border-color: #4338ca;
  box-shadow: 0 2px 6px rgba(99, 102, 241, 0.22), 0 8px 20px rgba(99, 102, 241, 0.28);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.aw48-footer-cta--secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(229, 231, 235, 0.22);
  box-shadow: none;
  color: #e5e7eb !important;
}

.aw48-footer-cta--secondary:hover,
.aw48-footer-cta--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(96, 165, 250, 0.55);
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.25);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.aw48-footer-legal,
.aw48-footer-legal .menu,
.aw48-footer-legal ul {
  display: grid;
  justify-items: start;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left !important;
}

.aw48-footer-legal li + li {
  margin-top: 10px;
}

.aw48-footer-legal li {
  text-align: left !important;
  width: 100%;
}

.aw48-footer-legal a {
  color: #e5e7eb;
  text-decoration: none;
  transition: color 160ms ease;
}

.aw48-footer-legal a:hover,
.aw48-footer-legal a:focus-visible {
  color: #60a5fa;
  text-decoration: none;
}

.aw48-footer-copy {
  padding: 18px 0;
  text-align: center;
}

.aw48-footer-copy__text {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.aw48-footer-copy__sep {
  color: #60a5fa;
  margin: 0 10px;
}

.aw48-footer-copy a {
  color: #e5e7eb;
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease;
}

.aw48-footer-copy a:hover,
.aw48-footer-copy a:focus-visible {
  color: #60a5fa;
  text-decoration: none;
}

@media (max-width: 921px) {
  .aw48-footer-col {
    margin-bottom: 20px;
  }

  .aw48-footer-col h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .aw48-footer-copy {
    padding: 16px 0;
  }

  .aw48-footer-copy__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .aw48-footer-copy__sep {
    display: none;
  }
}

/* =============================================================
   Réalisations — SaaS 2026 Premium
   ============================================================= */

/* ── Section featured : fond atmosphérique + grille de points ── */

.aw48-realisations-featured {
  background:
    radial-gradient(ellipse 80% 60% at 18% 40%, rgba(99, 102, 241, 0.06) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 82% 18%, rgba(99, 102, 241, 0.06) 0%, transparent 54%),
    linear-gradient(160deg, #f5f9ff 0%, #eef5f5 42%, #f0f4ff 100%);
  overflow: hidden;
  position: relative;
}

.aw48-realisations-featured::before {
  background-image: radial-gradient(rgba(99, 102, 241, 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.aw48-realisations-featured .aw48-container {
  position: relative;
  z-index: 1;
}

/* ── Carte case study featured ── */

.aw48-realisations-featured .aw48-case-study--realisations {
  background: #ffffff;
  border: 1px solid rgba(99, 102, 241, 0.12);
  border-radius: 14px;
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.04),
    0 8px 24px rgba(99, 102, 241, 0.07),
    0 32px 72px rgba(15, 23, 42, 0.09);
  gap: 36px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.aw48-realisations-featured .aw48-case-study--realisations::after {
  background: radial-gradient(circle, rgba(99, 102, 241, 0.07), transparent 68%);
  bottom: -80px;
  content: "";
  height: 260px;
  pointer-events: none;
  position: absolute;
  right: -60px;
  width: 260px;
}

/* Contenu case study — empilement vertical aligné */
.aw48-realisations-featured .aw48-case-study--realisations .aw48-case-study__content {
  align-content: start;
  display: grid;
  gap: 6px;
}

/* ── Image featured : chrome premium + zoom hover ── */

.aw48-realisations-featured .aw48-media-frame--realisations {
  background: linear-gradient(160deg, #f0f6ff 0%, #e8eeff 55%, #edf2ff 100%);
  border-color: rgba(99, 102, 241, 0.18);
  border-radius: 10px;
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.06),
    0 16px 40px rgba(99, 102, 241, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 14px;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.aw48-realisations-featured .aw48-media-frame--realisations:hover {
  box-shadow:
    0 4px 8px rgba(15, 23, 42, 0.08),
    0 24px 56px rgba(99, 102, 241, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-3px) scale(1.008);
}

/* Image featured — top-alignée, jamais étirée sur la hauteur du contenu */
.aw48-realisations-featured .aw48-case-study--realisations .aw48-media-frame {
  align-self: start;
  height: auto;
}

/* Chrome dots — re-déclarés avec spécificité suffisante pour garantir le rendu */
.aw48-realisations-featured .aw48-media-frame--realisations::before {
  background: #ff5f57;
  border-radius: 50%;
  box-shadow: 20px 0 0 0 #febc2e, 40px 0 0 0 #28c840;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 11px;
  margin: 2px 0 14px 2px;
  position: static;
  width: 11px;
}

.aw48-realisations-featured .aw48-media-frame--realisations a {
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

.aw48-realisations-featured .aw48-media-frame--realisations img {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.aw48-realisations-featured .aw48-media-frame--realisations:hover img {
  transform: scale(1.03);
}

/* ── Badge catégorie — pill teal ── */

.aw48-realisations-featured .aw48-case-study__meta {
  align-items: center;
  background: linear-gradient(135deg, #eef9f9 0%, #e2f4f3 100%);
  border: 1px solid rgba(99, 102, 241, 0.24);
  border-radius: 999px;
  color: var(--aw48-color-brand-dark);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: 0.07em;
  margin-bottom: 14px;
  padding: 5px 14px;
  text-transform: uppercase;
}

.aw48-realisations-featured .aw48-case-study__meta::before {
  background: var(--aw48-color-brand);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 6px;
  width: 6px;
}

/* ── Tech tags — badges bleu pill ── */

.aw48-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.aw48-tech-tags span {
  background: rgba(99, 102, 241, 0.05);
  border: 1px solid rgba(99, 102, 241, 0.17);
  border-radius: 6px;
  color: #2557d6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 5px 11px;
  transition: background 180ms ease, border-color 180ms ease;
}

.aw48-tech-tags span:hover {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.3);
}

/* ── Metrics row — chiffres clés ── */

.aw48-case-metrics {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  margin-top: 22px;
  padding-top: 20px;
}

.aw48-metric {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4px;
  min-width: 64px;
  padding-right: 20px;
}

.aw48-metric + .aw48-metric {
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  padding-left: 20px;
  padding-right: 0;
}

.aw48-metric__value {
  color: var(--aw48-color-text);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.aw48-metric__label {
  color: var(--aw48-color-text-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 2px;
}

/* =============================================================
   Galerie projets — cards full-bleed SaaS 2026
   ============================================================= */

.aw48-realisations-gallery-section .aw48-grid--realisations {
  align-items: stretch;
  gap: 20px;
  margin-top: 36px;
}

/* ── Card : full-bleed image + contenu sous-jacent ── */

.aw48-realisations-gallery-section .wp-block-column.aw48-service-card {
  border-color: rgba(15, 23, 42, 0.09);
  border-radius: 12px;
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.05),
    0 8px 24px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  padding: 0;
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.aw48-realisations-gallery-section .wp-block-column.aw48-service-card:hover {
  border-color: rgba(99, 102, 241, 0.2);
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.06),
    0 20px 52px rgba(99, 102, 241, 0.11);
  transform: translateY(-5px);
}

/* ── Image : full-bleed, pas de chrome, zoom hover ── */

.aw48-realisations-gallery-section .aw48-service-card .aw48-media-frame--realisations {
  background: linear-gradient(160deg, #f0f6ff 0%, #eef2ff 100%);
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

/* Supprime le chrome dots et la bordure interne pour la galerie —
   le ::before devient l'overlay, le ::after est masqué */
.aw48-realisations-gallery-section .aw48-service-card .aw48-media-frame--realisations::after {
  display: none;
}

/* Overlay gradient au hover (remplace les chrome dots, spécificité supérieure) */
.aw48-realisations-gallery-section .aw48-service-card .aw48-media-frame--realisations::before {
  background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.12) 100%);
  content: "";
  display: block;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.32s ease;
  z-index: 1;
}

.aw48-realisations-gallery-section .aw48-service-card:hover .aw48-media-frame--realisations::before {
  opacity: 1;
}

.aw48-realisations-gallery-section .aw48-service-card .aw48-media-frame--realisations a {
  display: block;
  overflow: hidden;
}

.aw48-realisations-gallery-section .aw48-service-card .aw48-media-frame--realisations img {
  aspect-ratio: 16 / 9 !important;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.aw48-realisations-gallery-section .aw48-service-card:hover .aw48-media-frame--realisations img {
  transform: scale(1.05);
}

/* ── Contenu interne avec padding latéral ── */

.aw48-realisations-gallery-section .aw48-service-card p.aw48-card__meta {
  color: var(--aw48-color-brand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 18px 18px 0;
  text-transform: uppercase;
}

.aw48-realisations-gallery-section .aw48-service-card h3.aw48-card__title {
  font-size: 18px;
  margin: 10px 0 0;
  padding: 0 18px;
}

.aw48-realisations-gallery-section .aw48-service-card p.aw48-card__text {
  flex: 1;
  font-size: 15px;
  margin: 10px 0 0;
  padding: 0 18px;
}

/* ── Footer : lien flèche collé en bas ── */

.aw48-realisations-gallery-section .aw48-service-card p.aw48-card__footer {
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  margin: auto 0 0;
  padding: 14px 18px;
}

.aw48-realisations-gallery-section .aw48-service-card p.aw48-card__footer .aw48-link {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: var(--aw48-color-brand-dark) !important;
  display: inline-flex !important;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
  min-height: auto !important;
  padding: 0 !important;
  transition: gap 180ms ease, color 180ms ease;
  width: auto !important;
}

.aw48-realisations-gallery-section .aw48-service-card p.aw48-card__footer .aw48-link::after {
  content: "→";
  display: inline-block;
  font-size: 15px;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.aw48-realisations-gallery-section .aw48-service-card p.aw48-card__footer .aw48-link:hover {
  color: var(--aw48-color-action) !important;
  gap: 12px;
  text-decoration: none !important;
  transform: none !important;
}

.aw48-realisations-gallery-section .aw48-service-card p.aw48-card__footer .aw48-link:hover::after {
  transform: translateX(4px);
}

/* =============================================================
   Réalisations — responsive
   ============================================================= */

@media (max-width: 1023px) {
  .aw48-realisations-featured .aw48-case-study--realisations {
    gap: 24px;
    padding: 24px;
  }

  .aw48-case-metrics {
    margin-top: 18px;
    padding-top: 16px;
  }

  .aw48-metric__value {
    font-size: 24px;
  }

  .aw48-realisations-gallery-section .aw48-grid--realisations {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .aw48-realisations-featured .aw48-case-study--realisations {
    gap: 20px;
    padding: 18px;
  }

  .aw48-realisations-featured .aw48-media-frame--realisations {
    padding: 10px;
  }

  .aw48-case-metrics {
    margin-top: 16px;
    padding-top: 14px;
  }

  .aw48-metric {
    min-width: 56px;
    padding-right: 14px;
  }

  .aw48-metric + .aw48-metric {
    padding-left: 14px;
  }

  .aw48-metric__value {
    font-size: 22px;
  }

  .aw48-metric__label {
    font-size: 11px;
  }

  .aw48-tech-tags {
    gap: 6px;
    margin-top: 14px;
  }

  .aw48-tech-tags span {
    font-size: 11px;
    padding: 4px 9px;
  }

  .aw48-realisations-gallery-section .aw48-grid--realisations {
    gap: 14px;
    grid-template-columns: 1fr !important;
  }

  .aw48-realisations-gallery-section .aw48-service-card h3.aw48-card__title {
    font-size: 17px;
  }

  .aw48-realisations-gallery-section .aw48-service-card p.aw48-card__meta {
    padding: 16px 16px 0;
  }

  .aw48-realisations-gallery-section .aw48-service-card h3.aw48-card__title,
  .aw48-realisations-gallery-section .aw48-service-card p.aw48-card__text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .aw48-realisations-gallery-section .aw48-service-card p.aw48-card__footer {
    padding: 12px 16px;
  }
}

/* =============================================================
   Tarifs — badge clé en main
   ============================================================= */

.aw48-price-tag-cle {
  background: rgba(99, 102, 241, 0.07);
  border: 1px solid rgba(99, 102, 241, 0.18);
  border-radius: 6px;
  color: #2563EB !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  margin-top: 12px !important;
  padding: 6px 12px !important;
}

/* =============================================================
   Tarifs V2 — page SaaS conversion
   ============================================================= */

.aw48-tarifs-hero {
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef2ff 62%, #f8fafc 100%);
  padding-bottom: clamp(58px, 7vw, 88px);
  padding-top: clamp(76px, 8vw, 108px);
}

.aw48-tarifs-hero .aw48-hero__inner {
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
}

.aw48-tarifs-hero .aw48-title--hero {
  max-width: 920px;
}

.aw48-tarifs-hero .aw48-hero__panel {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-color: rgba(99, 102, 241, 0.2);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  position: relative;
}

.aw48-tarifs-hero .aw48-hero__panel::before {
  background: linear-gradient(90deg, var(--aw48-color-action), var(--aw48-color-brand), var(--aw48-color-premium));
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}

.aw48-tarifs-hero .aw48-card__text {
  font-size: 16px;
  line-height: 1.62;
}

.aw48-hero-price {
  color: var(--aw48-color-text);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  margin: 22px 0 0;
}

.aw48-tarifs-hero .aw48-price-tag-cle {
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.24);
  color: var(--aw48-color-brand-dark) !important;
  display: inline-flex;
  width: fit-content;
}

.aw48-tarifs-pricing-section .aw48-text-wrap {
  max-width: 860px;
}

.aw48-pricing-grid--tarifs {
  align-items: stretch;
}

.aw48-pricing-grid--tarifs .aw48-pricing-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  padding: clamp(22px, 2.4vw, 30px);
  position: relative;
}

.aw48-pricing-grid--tarifs .aw48-pricing-card::before {
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.82), rgba(99, 102, 241, 0.74));
  content: "";
  height: 3px;
  inset: 0 0 auto;
  opacity: 0.62;
  position: absolute;
}

.aw48-pricing-grid--tarifs .aw48-pricing-card--launch {
  border-color: rgba(99, 102, 241, 0.32);
  box-shadow: 0 24px 54px rgba(99, 102, 241, 0.13);
}

.aw48-pricing-grid--tarifs .aw48-pricing-card--launch::before {
  background: linear-gradient(90deg, var(--aw48-color-action), var(--aw48-color-premium));
  height: 5px;
  opacity: 1;
}

.aw48-pricing-grid--tarifs .aw48-card__meta {
  align-items: center;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.14);
  border-radius: 999px;
  color: var(--aw48-color-brand-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-bottom: 18px;
  padding: 7px 10px;
  text-transform: uppercase;
  width: fit-content;
}

.aw48-pricing-grid--tarifs .aw48-card__title {
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.18;
}

.aw48-pricing-grid--tarifs .aw48-price {
  color: var(--aw48-color-text);
  font-size: clamp(20px, 2vw, 28px);
  margin: 20px 0 10px;
  white-space: nowrap;
}

.aw48-pricing-grid--tarifs .aw48-pricing-card--launch .aw48-price {
  color: var(--aw48-color-action);
}

.aw48-pricing-grid--tarifs .aw48-price-note {
  color: var(--aw48-color-text-muted);
  font-size: 14.5px;
  line-height: 1.55;
  margin-bottom: 0;
}

.aw48-pricing-grid--tarifs .aw48-price-tag-cle {
  align-items: flex-start;
  background: #eef2ff;
  border-color: rgba(99, 102, 241, 0.18);
  color: var(--aw48-color-brand-dark) !important;
  display: flex;
  font-weight: 750 !important;
  line-height: 1.35;
  margin-top: 16px !important;
}

.aw48-tarifs-note {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--aw48-radius);
  color: var(--aw48-color-text-muted);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 880px;
  padding: 16px 18px;
}

.aw48-tarifs-choice-section {
  background: #ffffff;
}

.aw48-tarifs-choice-grid .aw48-proof-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.aw48-tarifs-method-section .aw48-process-step {
  background: rgba(255, 255, 255, 0.86);
}

.aw48-tarifs-faq-section .aw48-faq {
  max-width: 960px;
}

.aw48-tarifs-final-section .aw48-final-cta {
  align-items: start;
}

@media (max-width: 1023px) {
  .aw48-tarifs-hero .aw48-hero__inner {
    grid-template-columns: 1fr !important;
  }

  .aw48-pricing-grid--tarifs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .aw48-tarifs-hero {
    padding-bottom: 52px;
    padding-top: 68px;
  }

  .aw48-tarifs-hero .aw48-title--hero {
    font-size: clamp(34px, 10vw, 42px);
    max-width: none;
  }

  .aw48-tarifs-hero .aw48-lead {
    max-width: none;
  }

  .aw48-hero-price {
    font-size: 34px;
  }

  .aw48-pricing-grid--tarifs {
    grid-template-columns: 1fr !important;
  }

  .aw48-pricing-grid--tarifs .aw48-pricing-card {
    padding: 20px;
  }

  .aw48-pricing-grid--tarifs .aw48-card__meta {
    font-size: 11px;
    line-height: 1.2;
    max-width: 100%;
  }

  .aw48-tarifs-note {
    font-size: 14px;
    padding: 14px 16px;
  }
}

/* =============================================================
   Blog — Articles Conseils numériques
   ============================================================= */

.asaman-saas-article,
.aw48-blog-article {
  color: #374151;
  font-size: 17px;
  line-height: 1.78;
  margin: 0 auto;
  max-width: 780px;
  padding: 0 16px 56px;
}

/* Titres article */
.asaman-saas-article h1,
.aw48-blog-article h1 {
  color: #101828 !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.14 !important;
  margin-bottom: 32px !important;
  margin-top: 0 !important;
}

.asaman-saas-article h2,
.aw48-blog-article h2 {
  color: #101828 !important;
  font-size: clamp(20px, 2.8vw, 26px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-bottom: 14px !important;
  margin-top: 52px !important;
}

.asaman-saas-article h3,
.aw48-blog-article h3 {
  color: #101828 !important;
  font-size: clamp(17px, 2vw, 21px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
  margin-top: 36px !important;
}

/* Paragraphes */
.asaman-saas-article p,
.aw48-blog-article p {
  color: #374151;
  margin-bottom: 20px;
}

/* Listes */
.asaman-saas-article ul,
.asaman-saas-article ol,
.aw48-blog-article ul,
.aw48-blog-article ol {
  color: #374151;
  list-style: none;
  margin-bottom: 24px;
  padding-left: 0;
}

.asaman-saas-article ul li,
.aw48-blog-article ul li {
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

.asaman-saas-article ul li::before,
.aw48-blog-article ul li::before {
  background: var(--aw48-color-brand);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 7px;
}

/* Blockquote */
.asaman-saas-article blockquote,
.aw48-blog-article blockquote {
  border-left: 3px solid var(--aw48-color-brand);
  color: #4b5563;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  margin: 24px 0 0;
  padding: 10px 20px;
}

/* Bloc highlight — encart mis en valeur */
.asaman-saas-article .aw48-highlight,
.aw48-blog-article .aw48-highlight,
.aw48-highlight {
  background: linear-gradient(135deg, #f0f7ff 0%, #eef5f5 100%);
  border: 1px solid #dbeafe;
  border-left: 4px solid var(--aw48-color-brand);
  border-radius: 12px;
  margin: 36px 0;
  padding: 24px 28px;
}

.aw48-highlight p {
  color: #1e3a5f;
  margin-bottom: 14px;
}

.aw48-highlight p:last-child {
  margin-bottom: 0;
}

.aw48-highlight blockquote {
  border-left: 2px solid rgba(99, 102, 241, 0.28);
  color: #2563EB;
  font-style: italic;
  margin: 16px 0 0;
}

/* Strong dans les articles */
.asaman-saas-article strong,
.aw48-blog-article strong {
  color: #101828;
  font-weight: 700;
}

.asaman-saas-article .aw48-final-cta strong,
.aw48-blog-article .aw48-final-cta strong {
  color: var(--aw48-color-premium);
  font-weight: 700;
}

.asaman-saas-article .aw48-final-cta strong,
.aw48-blog-article .aw48-final-cta strong {
  color: var(--aw48-color-premium);
  font-weight: 700;
}

/* HR dans les articles */
.asaman-saas-article hr,
.aw48-blog-article hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 48px 0;
}

/* Signature */
.aw48-signature {
  border-top: 1px solid #e5e7eb;
  color: #6b7280 !important;
  font-size: 14px !important;
  font-style: italic;
  margin-top: 20px !important;
  padding-top: 14px;
}

/* CTA final article — indépendant du CTA page */
.asaman-saas-article .aw48-final-cta,
.aw48-blog-article .aw48-final-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  border: none;
  border-radius: 16px;
  margin-top: 64px;
  padding: 44px 40px;
  text-align: center;
}

.asaman-saas-article .aw48-final-cta::after,
.aw48-blog-article .aw48-final-cta::after {
  display: none;
}

.aw48-final-text {
  color: #e2e8f0 !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 10px !important;
}

.aw48-final-subtext {
  color: rgba(226, 232, 240, 0.72) !important;
  font-size: 14px;
  margin-bottom: 26px !important;
}

.aw48-final-btn {
  background: #2563EB !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  padding: 13px 30px !important;
  text-decoration: none !important;
  transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.aw48-final-btn:hover,
.aw48-final-btn:focus {
  background: #4338ca !important;
  box-shadow: 0 6px 18px rgba(99, 102, 241, 0.35) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Responsive tablette */
@media (max-width: 1023px) {
  .asaman-saas-article,
  .aw48-blog-article {
    font-size: 16px;
    max-width: 100%;
    padding-bottom: 40px;
  }

  .aw48-highlight {
    padding: 20px 22px;
  }
}

/* =============================================================
   Blog archive — grille de cartes Astra SaaS
   ============================================================= */

body.blog .site-content > .ast-container {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}

body.blog .ast-blog-layout-5-grid .site-main .ast-row {
  display: grid !important;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: 0;
  margin-right: 0;
}

body.blog .ast-blog-layout-5-grid .site-main .ast-row::before,
body.blog .ast-blog-layout-5-grid .site-main .ast-row::after {
  display: none;
}

body.blog .ast-article-post {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  display: flex;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  width: auto !important;
}

body.blog .ast-article-post:hover {
  border-color: rgba(99, 102, 241, 0.34);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.10);
  transform: translateY(-3px);
}

body.blog .ast-blog-layout-5-grid .ast-article-post .blog-layout-5 {
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
  padding: 0 !important;
  width: 100%;
}

body.blog .ast-blog-layout-5-grid .ast-blog-featured-section,
body.blog .ast-blog-layout-5-grid .post-content {
  flex: 0 0 auto !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.blog .ast-blog-featured-section {
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  height: 188px !important;
  overflow: hidden;
}

body.blog .ast-blog-featured-section .post-thumb-img-content,
body.blog .ast-blog-featured-section a {
  display: block;
  height: 100%;
  width: 100%;
}

body.blog .ast-blog-featured-section img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100% !important;
}

body.blog .ast-blog-featured-section img[src*="Guitar_harmony_lab_logo"] {
  background: #050505;
  box-sizing: border-box;
  object-fit: contain;
  padding: 24px;
}

body.blog .ast-article-post:hover .ast-blog-featured-section img {
  transform: scale(1.035);
}

body.blog .ast-blog-layout-5-grid .post-content {
  display: flex;
  flex: 1 1 auto !important;
  flex-direction: column;
  padding: 22px 22px 24px !important;
}

/* Titre article */
body.blog .entry-title.ast-blog-single-element,
body.blog .entry-title.ast-blog-single-element a {
  color: #101828 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.26 !important;
  margin-bottom: 12px !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: color 200ms ease;
}

body.blog .entry-title.ast-blog-single-element a:hover {
  color: #2563EB !important;
}

/* Excerpt */
body.blog .ast-excerpt-container {
  flex: 1 1 auto;
}

body.blog .ast-excerpt-container p {
  color: #4b5563 !important;
  display: -webkit-box;
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin-bottom: 16px !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* Lire la suite — bouton stylé */
body.blog .ast-read-more-container.read-more {
  margin-top: auto !important;
}

body.blog .ast-read-more-container.read-more a,
body.blog .read-more a {
  background: transparent !important;
  border: 1.5px solid #6366f1 !important;
  border-radius: 6px !important;
  color: #6366f1 !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 7px 18px !important;
  text-decoration: none !important;
  transition: background 200ms ease, color 200ms ease !important;
}

body.blog .ast-read-more-container.read-more a:hover,
body.blog .read-more a:hover {
  background: #6366f1 !important;
  color: #ffffff !important;
}

@media (max-width: 1023px) {
  body.blog .ast-blog-layout-5-grid .site-main .ast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.blog .site-content > .ast-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.blog .ast-blog-layout-5-grid .site-main .ast-row {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  body.blog .ast-blog-featured-section {
    height: 176px !important;
  }
}


/* Responsive mobile */
@media (max-width: 767px) {
  .asaman-saas-article,
  .aw48-blog-article {
    font-size: 16px;
    padding: 0 12px 32px;
  }

  .asaman-saas-article h1,
  .aw48-blog-article h1 {
    font-size: clamp(24px, 8vw, 34px) !important;
    margin-bottom: 24px !important;
  }

  .asaman-saas-article h2,
  .aw48-blog-article h2 {
    margin-top: 40px !important;
  }

  .asaman-saas-article h3,
  .aw48-blog-article h3 {
    margin-top: 28px !important;
  }

  .aw48-highlight {
    margin: 24px 0;
    padding: 16px 18px;
  }

  .asaman-saas-article hr,
  .aw48-blog-article hr {
    margin: 32px 0;
  }

  .asaman-saas-article .aw48-final-cta,
  .aw48-blog-article .aw48-final-cta {
    border-radius: 12px;
    margin-top: 44px;
    padding: 28px 18px;
  }

  .aw48-final-btn {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* =============================================================
   V2 — Boutons : variantes de taille
   ============================================================= */

.aw48-btn--sm,
.wp-block-button.aw48-btn--sm .wp-block-button__link,
.wp-block-button.aw48-btn--sm .wp-element-button {
  font-size: 14px !important;
  min-height: 40px !important;
  padding: 9px 16px !important;
}

.aw48-btn--lg,
.wp-block-button.aw48-btn--lg .wp-block-button__link,
.wp-block-button.aw48-btn--lg .wp-element-button {
  font-size: 17px !important;
  letter-spacing: -0.01em !important;
  min-height: 56px !important;
  padding: 16px 28px !important;
}

/* =============================================================
   V2 — Section : variantes de séparation
   ============================================================= */

.aw48-section--bordered {
  border-top: 1px solid var(--aw48-color-border);
}

/* Coupe diagonale légère vers le bas — section "tonique" */
.aw48-section--wave {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 0 100%);
  margin-bottom: -28px;
  padding-bottom: calc(var(--aw48-space-8) + 28px);
}

/* =============================================================
   V2 — FAQ accordéon natif <details> / <summary>
   Animation d'ouverture CSS-only, zéro dépendance JS.
   Usage : <div class="aw48-faq-accordion">
             <details>
               <summary>Question ?</summary>
               <div class="aw48-faq-body"><p>Réponse.</p></div>
             </details>
           </div>
   ============================================================= */

.aw48-faq-accordion {
  display: grid;
  gap: 10px;
  margin-top: 36px;
}

.aw48-faq-accordion details {
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  overflow: hidden;
  transition:
    border-color var(--aw48-transition),
    box-shadow var(--aw48-transition);
}

.aw48-faq-accordion details[open] {
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.06), 0 0 0 1px rgba(99, 102, 241, 0.1);
}

.aw48-faq-accordion summary {
  align-items: center;
  color: var(--aw48-color-text);
  cursor: pointer;
  display: flex;
  font-family: var(--aw48-font);
  font-size: 16px;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  letter-spacing: -0.01em;
  line-height: 1.35;
  list-style: none;
  padding: 20px 22px;
  transition: color var(--aw48-transition), background var(--aw48-transition);
  user-select: none;
}

.aw48-faq-accordion summary::-webkit-details-marker {
  display: none;
}

.aw48-faq-accordion summary:hover {
  color: var(--aw48-color-brand-dark);
}

/* Icône +/− */
.aw48-faq-accordion summary::after {
  align-items: center;
  background: var(--aw48-color-bg-soft);
  border: 1px solid var(--aw48-color-border);
  border-radius: 50%;
  color: var(--aw48-color-brand-dark);
  content: '+';
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  line-height: 1;
  transition:
    background var(--aw48-transition),
    border-color var(--aw48-transition),
    transform var(--aw48-transition);
  width: 28px;
}

.aw48-faq-accordion details[open] summary::after {
  background: var(--aw48-color-bg-accent);
  border-color: rgba(99, 102, 241, 0.28);
  content: '−';
}

.aw48-faq-accordion summary:hover::after {
  background: var(--aw48-color-bg-accent);
  border-color: rgba(99, 102, 241, 0.22);
}

/* Corps de la réponse */
.aw48-faq-accordion .aw48-faq-body {
  color: var(--aw48-color-text-muted);
  font-size: 16px;
  line-height: 1.65;
  padding: 0 22px 20px;
}

.aw48-faq-accordion .aw48-faq-body p:last-child {
  margin-bottom: 0;
}

/* Animation d'entrée quand details s'ouvre */
@keyframes aw48-faq-reveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.aw48-faq-accordion details[open] .aw48-faq-body {
  animation: aw48-faq-reveal 0.28s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@media (max-width: 767px) {
  .aw48-faq-accordion summary {
    font-size: 15px;
    padding: 16px 18px;
  }

  .aw48-faq-accordion .aw48-faq-body {
    font-size: 15px;
    padding: 0 18px 16px;
  }
}

/* =============================================================
   V2 — Sticky CTA mobile
   Ajouter <div class="aw48-sticky-cta"> en bas de page
   dans un bloc HTML personnalisé Gutenberg.
   Le JS l'affiche après le scroll du hero.
   ============================================================= */

.aw48-sticky-cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--aw48-color-border);
  bottom: 0;
  box-shadow: 0 -4px 24px rgba(16, 24, 40, 0.09);
  display: none;
  gap: 10px;
  left: 0;
  opacity: 0;
  padding: 12px 16px max(12px, env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 9999;
}

@media (max-width: 767px) {
  .aw48-sticky-cta {
    display: flex;
  }

  .aw48-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .aw48-sticky-cta .aw48-btn {
    flex: 1;
    font-size: 15px !important;
    justify-content: center;
    min-height: 46px !important;
    padding: 12px 10px !important;
    text-align: center;
  }
}

/* =============================================================
   V2 — Trust strip avec icônes SVG (data URI — teal)
   Ajouter la classe modificatrice sur .aw48-trust-item
   ============================================================= */

.aw48-trust-item--check::before,
.aw48-trust-item--shield::before,
.aw48-trust-item--clock::before,
.aw48-trust-item--pin::before,
.aw48-trust-item--star::before {
  background: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px;
  margin-bottom: 6px;
  width: 20px;
}

.aw48-trust-item--check::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236366f1'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.aw48-trust-item--shield::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236366f1'%3E%3Cpath fill-rule='evenodd' d='M2.166 4.999A11.954 11.954 0 0010 1.944 11.954 11.954 0 0017.834 5c.11.65.166 1.32.166 2.001 0 5.225-3.34 9.67-8 11.317C5.34 16.67 2 12.225 2 7c0-.682.057-1.35.166-2.001zm11.541 3.708a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.aw48-trust-item--clock::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236366f1'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.aw48-trust-item--pin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236366f1'%3E%3Cpath fill-rule='evenodd' d='M5.05 4.05a7 7 0 119.9 9.9L10 18.9l-4.95-4.95a7 7 0 010-9.9zM10 11a2 2 0 100-4 2 2 0 000 4z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.aw48-trust-item--star::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23d7a447'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z'/%3E%3C/svg%3E");
}

.aw48-trust-item--check,
.aw48-trust-item--shield,
.aw48-trust-item--clock,
.aw48-trust-item--pin,
.aw48-trust-item--star {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

/* =============================================================
   V2 — Scroll reveal (.aw48-reveal)
   Déclenché par IntersectionObserver dans aw48-motion.js
   Usage : <div class="aw48-reveal aw48-reveal--delay-2">
   ============================================================= */

.aw48-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.aw48-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.aw48-reveal--delay-1 { transition-delay: 0.06s; }
.aw48-reveal--delay-2 { transition-delay: 0.14s; }
.aw48-reveal--delay-3 { transition-delay: 0.22s; }
.aw48-reveal--delay-4 { transition-delay: 0.30s; }
.aw48-reveal--delay-5 { transition-delay: 0.38s; }
.aw48-reveal--delay-6 { transition-delay: 0.46s; }

/* Montée plus marquée pour les grandes cartes */
.aw48-reveal--up-lg {
  transform: translateY(36px);
}

@media (prefers-reduced-motion: reduce) {
  .aw48-reveal,
  .aw48-reveal--up-lg {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =============================================================
   V2 — Section zones géographiques
   ============================================================= */

.aw48-section--zones {
  background:
    radial-gradient(ellipse 60% 50% at 0% 50%, rgba(99, 102, 241, 0.05) 0%, transparent 60%),
    var(--aw48-color-bg-soft);
}

.aw48-zone-grid {
  display: grid !important;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 36px;
}

.aw48-zone-grid > * {
  margin-inline: 0 !important;
  max-width: none !important;
}

.aw48-zone-card {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--aw48-color-border);
  border-radius: var(--aw48-radius);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  text-decoration: none;
  transition:
    border-color var(--aw48-transition),
    box-shadow var(--aw48-transition),
    transform var(--aw48-transition);
}

.aw48-zone-card:hover {
  border-color: rgba(99, 102, 241, 0.38);
  box-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.14),
    0 8px 24px rgba(99, 102, 241, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.aw48-zone-card__name {
  color: var(--aw48-color-text);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0;
}

.aw48-zone-card__desc {
  color: var(--aw48-color-text-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.aw48-zone-card__link {
  align-items: center;
  color: var(--aw48-color-brand-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 5px;
  margin-top: auto;
  padding-top: 14px;
  text-decoration: none;
  transition: gap var(--aw48-transition), color var(--aw48-transition);
}

.aw48-zone-card__link::after {
  content: '→';
  display: inline-block;
  transition: transform var(--aw48-transition);
}

.aw48-zone-card:hover .aw48-zone-card__link {
  color: var(--aw48-color-action);
  gap: 8px;
}

.aw48-zone-card:hover .aw48-zone-card__link::after {
  transform: translateX(4px);
}

@media (max-width: 1023px) {
  .aw48-zone-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .aw48-zone-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =============================================================
   V2 — Badge pricing "Populaire" / "Recommandé"
   ============================================================= */

.aw48-pricing-badge {
  background: linear-gradient(135deg, var(--aw48-color-action) 0%, #1a56db 100%);
  border-radius: var(--aw48-radius-pill);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.28);
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding: 4px 13px;
  text-transform: uppercase;
}

.aw48-pricing-badge--premium {
  background: linear-gradient(135deg, #b7873a 0%, var(--aw48-color-premium) 100%);
  box-shadow: 0 2px 8px rgba(215, 164, 71, 0.28);
}

/* Carte pricing mise en avant */
.aw48-pricing-card--featured {
  border-color: rgba(99, 102, 241, 0.32) !important;
  box-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.18),
    0 24px 54px rgba(99, 102, 241, 0.13) !important;
  transform: scale(1.02);
  transform-origin: center;
}

.aw48-pricing-card--featured::before {
  background: linear-gradient(90deg, var(--aw48-color-action), var(--aw48-color-premium)) !important;
  height: 5px !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .aw48-pricing-card--featured {
    transform: none;
  }
}

/* =============================================================
   V2 — Nuances home hero : fond légèrement renforcé
   ============================================================= */

.aw48-home-hero {
  background:
    radial-gradient(ellipse 80% 65% at 5% 0%,  rgba(99, 102, 241, 0.40) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 95% 95%, rgba(99, 102, 241, 0.28) 0%, transparent 50%),
    radial-gradient(ellipse 38% 28% at 52% 100%, rgba(215, 164, 71, 0.10) 0%, transparent 65%),
    linear-gradient(155deg, #0f0c29 0%, #1a1040 42%, #0d1117 100%);
}

/* =============================================================
   V2 — Indicateur de section active / scroll-spy
   ============================================================= */

.aw48-section-indicator {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 20px;
}

.aw48-section-indicator span {
  background: var(--aw48-color-border);
  border-radius: var(--aw48-radius-pill);
  display: block;
  height: 4px;
  transition: background var(--aw48-transition), width var(--aw48-transition);
  width: 20px;
}

.aw48-section-indicator span.is-active {
  background: var(--aw48-color-brand);
  width: 32px;
}

/* =============================================================
   V2.1 — Correctifs production (mai 2026)
   ============================================================= */

/* ── Sélection de texte — teal discret au lieu du bleu navigateur ── */
::selection {
  background: rgba(99, 102, 241, 0.14);
  color: var(--aw48-color-text);
}
::-moz-selection {
  background: rgba(99, 102, 241, 0.14);
  color: var(--aw48-color-text);
}

/* ── Trust strip — barre SaaS compacte ── */
.aw48-trust-strip {
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.10), transparent 34%);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: var(--aw48-radius);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  display: grid !important;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  overflow: hidden;
  padding: 10px;
}

.aw48-trust-item {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--aw48-color-text);
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  line-height: 1.35;
  min-height: 74px;
  padding: 16px 18px;
  position: relative;
  transition: background var(--aw48-transition), color var(--aw48-transition);
}

.aw48-trust-item + .aw48-trust-item {
  border-left: 1px solid rgba(148, 163, 184, 0.22);
}

.aw48-trust-item::before {
  background:
    radial-gradient(circle at center, #ffffff 0 28%, transparent 30%),
    linear-gradient(135deg, #6366f1, #2563eb);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.10);
  content: "";
  flex: 0 0 auto;
  height: 10px;
  margin-top: 4px;
  width: 10px;
}

.aw48-trust-item:hover {
  background: rgba(99, 102, 241, 0.045);
  color: #0f172a;
}

@media (max-width: 1023px) {
  .aw48-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .aw48-trust-item + .aw48-trust-item {
    border-left: 0;
  }

  .aw48-trust-item {
    border-top: 1px solid rgba(148, 163, 184, 0.20);
  }

  .aw48-trust-item:nth-child(-n + 2) {
    border-top: 0;
  }

  .aw48-trust-item:nth-child(even) {
    border-left: 1px solid rgba(148, 163, 184, 0.20);
  }

  .aw48-trust-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .aw48-trust-strip {
    grid-template-columns: 1fr !important;
    padding: 8px;
  }

  .aw48-trust-item {
    min-height: auto;
    padding: 14px 12px;
  }

  .aw48-trust-item:nth-child(n) {
    border-left: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.20);
    grid-column: auto;
  }

  .aw48-trust-item:first-child {
    border-top: 0;
  }

  .aw48-hero__image {
    margin-top: 18px;
    padding: 10px;
  }

  .aw48-hero__image img {
    aspect-ratio: 4 / 3;
  }
}

/* ── Override Astra : liens bleus dans le contenu → neutre ── */
.site-content a:not([class]):not([href^="tel"]):not([href^="mailto"]),
.entry-content a:not([class]):not([href^="tel"]):not([href^="mailto"]),
.ast-separate-container .entry-content a:not([class]) {
  color: var(--aw48-color-text-muted);
  text-decoration: underline;
  text-decoration-color: rgba(71, 84, 103, 0.32);
  text-underline-offset: 3px;
  transition: color var(--aw48-transition), text-decoration-color var(--aw48-transition);
}

.site-content a:not([class]):not([href^="tel"]):not([href^="mailto"]):hover,
.entry-content a:not([class]):not([href^="tel"]):not([href^="mailto"]):hover {
  color: var(--aw48-color-brand-dark);
  text-decoration-color: rgba(14, 95, 97, 0.55);
}

/* ── Contact panel — email/tel : teal au hover, jamais bleu ── */
.aw48-contact-row a,
.aw48-contact-panel a:not([class*="btn"]):not([class*="wp-block"]) {
  color: var(--aw48-color-text-muted) !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: color var(--aw48-transition) !important;
}

.aw48-contact-row a:hover,
.aw48-contact-panel a:not([class*="btn"]):not([class*="wp-block"]):hover {
  color: var(--aw48-color-brand-dark) !important;
  text-decoration: none !important;
}

/* ── Astra : focus/hover global sur les liens natifs (override bleu) ── */
.ast-separate-container a,
.ast-container a,
.site a {
  --link-color: var(--aw48-color-text-muted);
  --link-hover-color: var(--aw48-color-brand-dark);
}

/* ── Case study : image fills frame, no white gap below ── */

/* Featured : media frame ne se distend plus sur la hauteur du contenu */
.aw48-realisations-featured .aw48-case-study--realisations .aw48-media-frame {
  align-self: start !important;
  height: auto !important;
  overflow: hidden;
}

/* L'image remplit bien le frame sans espace vide en bas */
.aw48-realisations-featured .aw48-media-frame--realisations img,
.aw48-case-study .aw48-media-frame img {
  aspect-ratio: 16 / 9 !important;
  display: block;
  height: auto !important;
  object-fit: cover;
  width: 100%;
}

/* Galerie : idem, évite les blancs sur hauteurs variables */
.aw48-realisations-gallery-section .aw48-service-card .aw48-media-frame--realisations {
  height: auto !important;
  overflow: hidden;
}

/* ── Case study mobile : texte corps réduit, plus lisible ── */
@media (max-width: 767px) {
  .aw48-realisations-featured .aw48-case-study--realisations .aw48-case-study__content p,
  .aw48-realisations-featured .aw48-case-study--realisations .aw48-card__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .aw48-realisations-featured .aw48-case-study--realisations .aw48-case-study__content ul li {
    font-size: 15px;
  }
}

/* ── Logo header : évite le fond blanc parasite sur PNG ── */
.site-header .custom-logo-link img,
.ast-builder-layout-element .custom-logo-link img {
  mix-blend-mode: multiply;
}

/* Sur mobile le logo est blanc (invert) — multiply avec fond sombre = OK */
@media (max-width: 1023px) {
  .site-header .custom-logo-link img,
  .ast-builder-layout-element .custom-logo-link img {
    mix-blend-mode: normal;
  }
}

/* =============================================================
   AW48 Core V0.4.0 — Slider réalisations + Portrait Nicolas
   Mobile-first — 480 / 768 / 1024 / 1280
   ============================================================= */

/* ────────────────────────────────────────────────────────────
   SLIDER — base mobile
   ──────────────────────────────────────────────────────────── */

.aw48-slider-wrap {
  margin-top: 28px;
  position: relative;
  touch-action: pan-y;
}

.aw48-slider {
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.06),
    0 4px 16px rgba(15, 23, 42, 0.07),
    0 16px 48px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.aw48-slider__track {
  touch-action: pan-y;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.aw48-slider__slide {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-width: 100%;
}

.aw48-slider__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.aw48-slider__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.aw48-slider__slide:hover .aw48-slider__media img {
  transform: scale(1.03);
}

.aw48-slider__content {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 18px 24px;
}

.aw48-slider__badge {
  align-items: center;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.07), rgba(99, 102, 241, 0.04));
  border: 1px solid rgba(99, 102, 241, 0.22);
  border-radius: 999px;
  color: #6366f1;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: 0.07em;
  padding: 4px 12px;
  text-transform: uppercase;
  width: fit-content;
}

.aw48-slider__badge::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 5px;
  width: 5px;
}

.aw48-slider__title {
  color: #101828;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}

.aw48-slider__desc {
  color: #4b5563;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
}

.aw48-slider__stats {
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding-top: 12px;
}

.aw48-slider__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.aw48-slider__stat-value {
  color: #101828;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.aw48-slider__stat-label {
  color: #9ca3af;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
}

.aw48-slider__cta {
  align-items: center;
  background: #6366f1;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.28);
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none !important;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  width: fit-content;
}

.aw48-slider__cta:hover,
.aw48-slider__cta:focus-visible {
  background: #4338ca;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4);
  color: #fff !important;
  transform: translateY(-1px);
}

/* ── Navigation ── */

.aw48-slider__nav {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.aw48-slider__arrow {
  align-items: center;
  background: #fff;
  border: 1.5px solid rgba(15, 23, 42, 0.12);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.07);
  color: #101828;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-width: 40px;
  padding: 0;
  transition: all 200ms ease;
  width: 40px;
}

.aw48-slider__arrow:hover,
.aw48-slider__arrow:focus-visible {
  background: rgba(99, 102, 241, 0.05);
  border-color: #6366f1;
  color: #6366f1;
}

.aw48-slider__dots {
  align-items: center;
  display: flex;
  gap: 7px;
}

.aw48-slider__dot {
  background: rgba(15, 23, 42, 0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 8px;
  min-width: 8px;
  padding: 0;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 8px;
}

.aw48-slider__dot.is-active {
  background: #6366f1;
  border-radius: 4px;
  width: 24px;
}

.aw48-slider__counter {
  color: #9ca3af;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: 0.02em;
  min-width: 40px;
  text-align: center;
}

/* ════════════════ 480px — grand mobile ════════════════ */

@media (min-width: 480px) {
  .aw48-slider-wrap  { margin-top: 32px; }
  .aw48-slider       { border-radius: 16px; }

  .aw48-slider__content    { gap: 14px; padding: 24px 22px 28px; }
  .aw48-slider__title      { font-size: 22px; }
  .aw48-slider__stat-value { font-size: 22px; }
}

/* ════════════════ 768px — tablette portrait ════════════════ */

@media (min-width: 768px) {
  .aw48-slider-wrap  { margin-top: 40px; }
  .aw48-slider       { border-radius: 18px; }

  .aw48-slider__content    { gap: 16px; padding: 32px 28px 36px; }
  .aw48-slider__badge      { font-size: 11px; }
  .aw48-slider__title      { font-size: 25px; }
  .aw48-slider__desc       { font-size: 14px; }
  .aw48-slider__stat-value { font-size: 24px; }
  .aw48-slider__stat-label { font-size: 11px; }
  .aw48-slider__stats      { gap: 14px 24px; padding-top: 14px; }

  .aw48-slider__arrow { height: 44px; min-width: 44px; width: 44px; font-size: 18px; }
  .aw48-slider__nav   { gap: 14px; margin-top: 22px; }
}

/* ════════════════ 1024px — desktop ════════════════ */

@media (min-width: 1024px) {
  .aw48-slider-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    max-width: 1100px;
  }

  .aw48-slider { border-radius: 20px; }

  .aw48-slider__slide {
    grid-template-columns: 55% 45%;
    grid-template-rows: 1fr;
    min-height: 420px;
  }

  .aw48-slider__media {
    aspect-ratio: unset;
    border-radius: 0;
    height: 100%;
    min-height: 320px;
  }

  .aw48-slider__content {
    border-left: 1px solid rgba(15, 23, 42, 0.06);
    border-top: none;
    justify-content: center;
    padding: 40px 36px;
  }

  .aw48-slider__title      { font-size: clamp(22px, 2.2vw, 30px); }
  .aw48-slider__desc       { font-size: 14.5px; }
  .aw48-slider__stat-value { font-size: clamp(20px, 1.8vw, 24px); }
  .aw48-slider__nav        { gap: 14px; margin-top: 24px; }
}

/* ════════════════ 1280px — large desktop ════════════════ */

@media (min-width: 1280px) {
  .aw48-slider__slide   { min-height: 460px; }
  .aw48-slider__content { padding: 48px 44px; }
  .aw48-slider__stats   { gap: 16px 28px; }
}

/* ────────────────────────────────────────────────────────────
   PORTRAIT NICOLAS — base mobile
   ──────────────────────────────────────────────────────────── */

.aw48-portrait {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  margin-top: 36px;
  text-align: center;
}

.aw48-portrait__photo {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  /* Ring : or (premium) + indigo + ombre profonde */
  box-shadow:
    0 0 0 4px rgba(215, 164, 71, 0.25),
    0 0 0 8px rgba(99, 102, 241, 0.10),
    0 12px 40px rgba(15, 23, 42, 0.18);
  margin: 0 auto;
  max-width: 210px;
  overflow: hidden;
}

.aw48-portrait__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.aw48-portrait__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.aw48-portrait__role {
  align-items: center;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.18);
  border-radius: 999px;
  color: #4338ca;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  letter-spacing: 0.06em;
  margin: 0 auto;
  padding: 4px 14px;
  text-transform: uppercase;
}

.aw48-portrait__name {
  color: #0d1117;
  font-size: clamp(28px, 6vw, 42px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
}

.aw48-portrait__bio {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.72;
  margin: 0;
  max-width: 60ch;
}

.aw48-portrait__stats {
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  justify-content: center;
  margin-top: 6px;
  padding-top: 20px;
}

.aw48-portrait__stat-value {
  color: #0d1117;
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.aw48-portrait__stat-label {
  color: #9ca3af;
  display: block;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
}

/* ════════════════ 768px — portrait tablette ════════════════ */

@media (min-width: 768px) {
  .aw48-portrait {
    align-items: center;
    gap: 44px;
    grid-template-columns: 240px 1fr;
    margin-top: 48px;
    text-align: left;
  }

  .aw48-portrait__photo {
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    box-shadow:
      0 0 0 4px rgba(215, 164, 71, 0.20),
      0 0 0 8px rgba(99, 102, 241, 0.08),
      0 16px 52px rgba(15, 23, 42, 0.18);
    margin: 0;
    max-width: none;
  }

  .aw48-portrait__role  {
    justify-content: flex-start;
    margin: 0;
  }
  .aw48-portrait__stats { justify-content: flex-start; }
  .aw48-portrait__bio   { font-size: 16px; }
}

/* ════════════════ 1024px — portrait desktop ════════════════ */

@media (min-width: 1024px) {
  .aw48-portrait {
    gap: 64px;
    grid-template-columns: 310px 1fr;
    margin-top: 56px;
  }

  .aw48-portrait__photo {
    border-radius: 24px;
    box-shadow:
      0 0 0 5px rgba(215, 164, 71, 0.22),
      0 0 0 10px rgba(99, 102, 241, 0.09),
      0 24px 72px rgba(15, 23, 42, 0.20);
  }

  .aw48-portrait__name        { font-size: clamp(32px, 3vw, 48px); }
  .aw48-portrait__stat-value  { font-size: 26px; }
  .aw48-portrait__stats       { gap: 32px; }
  .aw48-portrait__bio         { font-size: 16.5px; max-width: 55ch; }
}

/* prefers-reduced-motion — slider & portrait hover */
@media (prefers-reduced-motion: reduce) {
  .aw48-slider__track                               { transition: none !important; }
  .aw48-slider__slide:hover .aw48-slider__media img { transform: none !important; transition: none !important; }
  .aw48-slider__arrow,
  .aw48-slider__dot                                 { transition: none !important; }
  .aw48-sticky-cta__btn                             { transition: none !important; }
}

/* Screen-reader only utility */
.aw48-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =====================================================================
   Sticky mobile CTA bar
   ===================================================================== */
.aw48-sticky-cta {
  display: none;
}

@media (max-width: 767px) {
  .aw48-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    gap: 10px;
    padding: 10px 14px;
    /* Safe area for iPhone X+ notch */
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }

  .aw48-sticky-cta__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    text-align: center;
    transition: background 150ms ease, transform 100ms ease;
    -webkit-tap-highlight-color: transparent;
  }

  .aw48-sticky-cta__btn--call {
    background: #6366f1;
    color: #fff;
  }

  .aw48-sticky-cta__btn--call:active {
    background: #4338ca;
    transform: scale(0.97);
    color: #fff;
  }

  .aw48-sticky-cta__btn--devis {
    background: #f3f4f6;
    color: #101828;
    border: 1px solid #e5e7eb;
  }

  .aw48-sticky-cta__btn--devis:active {
    background: #e5e7eb;
    transform: scale(0.97);
    color: #101828;
  }
}

/* =============================================================
   Dark hero — Home V2
   Fond sombre premium · texte blanc · photo Nicolas
   ============================================================= */

/* Texte — force blanc sur fond sombre (Gutenberg/Astra override) */
.aw48-home-hero .aw48-hero__content,
.aw48-home-hero .aw48-hero__content .wp-block-group,
.aw48-home-hero .aw48-hero__content p,
.aw48-home-hero .aw48-hero__content li {
  color: #f0f4ff !important;
}

.aw48-home-hero h1,
.aw48-home-hero h1.wp-block-heading,
.aw48-home-hero .aw48-title--hero,
.aw48-home-hero .wp-block-heading.aw48-title--hero {
  color: #ffffff !important;
  text-shadow: 0 2px 24px rgba(15, 12, 41, 0.5);
}

.aw48-home-hero p.aw48-lead,
.aw48-home-hero .aw48-lead {
  color: rgba(224, 228, 255, 0.78) !important;
}

.aw48-home-hero .aw48-hero__content > .aw48-eyebrow,
.aw48-home-hero .aw48-eyebrow {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  padding: 6px 14px 6px 10px !important;
  text-transform: none !important;
}

.aw48-home-hero .aw48-eyebrow::before {
  background: #22c55e !important;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.6) !important;
  height: 7px !important;
  width: 7px !important;
}

/* Trust strip */
.aw48-home-hero .aw48-hero__trust,
.aw48-home-hero .aw48-hero__trust span {
  color: rgba(224, 228, 255, 0.50) !important;
}

.aw48-home-hero .aw48-hero__trust span::before {
  background: rgba(255, 255, 255, 0.22) !important;
}

/* Boutons secondaires sur fond sombre */
.aw48-home-hero .wp-block-button.aw48-btn--secondary .wp-block-button__link,
.aw48-home-hero .wp-block-button.aw48-btn--secondary .wp-element-button {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.24) !important;
  color: rgba(240, 244, 255, 0.92) !important;
}

.aw48-home-hero .wp-block-button.aw48-btn--secondary .wp-block-button__link:hover,
.aw48-home-hero .wp-block-button.aw48-btn--secondary .wp-element-button:hover {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(255, 255, 255, 0.40) !important;
  color: #ffffff !important;
}

/* Photo Nicolas dans le hero */
.aw48-hero__photo-wrap {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
}

.aw48-hero__photo {
  max-width: 420px;
  position: relative;
  width: 100%;
}

.aw48-hero__photo img {
  aspect-ratio: 3/4;
  border-radius: 22px;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  box-shadow:
    0 0 0 4px rgba(215, 164, 71, 0.32),
    0 0 0 9px rgba(99, 102, 241, 0.20),
    0 28px 64px rgba(0, 0, 0, 0.55);
}

.aw48-hero__photo-badge {
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.30);
  display: flex;
  flex-direction: column;
  gap: 3px;
  left: 20px;
  padding: 10px 16px;
  position: absolute;
  right: 20px;
}

.aw48-hero__photo-name {
  color: #ffffff;
  font-family: var(--aw48-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.aw48-hero__photo-role {
  color: rgba(224, 228, 255, 0.72);
  font-family: var(--aw48-font);
  font-size: 12px;
}

/* Mobile : photo sous le contenu, format réduit */
@media (max-width: 767px) {
  .aw48-hero__photo-wrap {
    justify-content: center;
    margin-top: 20px;
  }

  .aw48-hero__photo {
    max-width: 210px;
  }

  .aw48-hero__photo img {
    border-radius: 14px;
  }

  .aw48-hero__photo-badge {
    bottom: 10px;
    gap: 2px;
    left: 10px;
    padding: 8px 11px;
    right: 10px;
  }

  .aw48-hero__photo-name {
    font-size: 13px;
  }

  .aw48-hero__photo-role {
    font-size: 10.5px;
    white-space: nowrap;
  }
}

/* Tablette : photo 320px */
@media (min-width: 768px) and (max-width: 1023px) {
  .aw48-hero__photo {
    max-width: 320px;
  }
}

/* =============================================================
   Header SaaS 2026 — Deux comportements selon la page
   HOME   : transparent → dark glass frosté au scroll
   AUTRES : blanc frosted glass → dark glass frosté au scroll
   ============================================================= */

/* ────────────────────────────────────────────────────────────
   COMMUN — transitions fluides
   ──────────────────────────────────────────────────────────── */
#masthead,
.site-header {
  transition: background 0.38s ease,
              backdrop-filter 0.38s ease,
              box-shadow 0.38s ease !important;
}

/* ────────────────────────────────────────────────────────────
   HOME — Hero sombre : header transparent avant scroll
   ──────────────────────────────────────────────────────────── */
body.home #masthead:not(.ast-sticky-active),
body.home .site-header:not(.ast-sticky-active) {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

/* Home sticky : dark glass */
body.home #masthead.ast-sticky-active,
body.home .site-header.ast-sticky-active {
  background: rgba(11, 9, 32, 0.90) !important;
  backdrop-filter: blur(22px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(180%) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06), 0 4px 28px rgba(0,0,0,0.36) !important;
}

/* Logo blanc sur home (fond sombre) */
body.home #masthead .custom-logo-link img,
body.home .site-header .custom-logo-link img {
  filter: brightness(0) invert(1) !important;
  transition: filter 0.3s ease;
}

/* Menu texte blanc sur home */
body.home #masthead .main-header-bar .main-header-menu > li > a,
body.home #masthead .main-navigation > ul > li > a,
body.home .site-header .main-header-bar .main-header-menu > li > a,
body.home .site-header .main-navigation > ul > li > a {
  color: rgba(255, 255, 255, 0.88) !important;
  transition: color 0.25s ease;
}

body.home #masthead .main-header-bar .main-header-menu > li > a:hover,
body.home .site-header .main-header-bar .main-header-menu > li > a:hover {
  color: #ffffff !important;
}

/* Flèches dropdown home */
body.home #masthead .ast-menu-toggle,
body.home .site-header .ast-menu-toggle {
  color: rgba(255, 255, 255, 0.70) !important;
}

/* Bouton header home avant scroll : outline ghost */
body.home #masthead:not(.ast-sticky-active) .ast-custom-button,
body.home #masthead:not(.ast-sticky-active) a.ast-button,
body.home .site-header:not(.ast-sticky-active) .ast-custom-button,
body.home .site-header:not(.ast-sticky-active) a.ast-button {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}

body.home #masthead:not(.ast-sticky-active) .ast-custom-button:hover,
body.home .site-header:not(.ast-sticky-active) .ast-custom-button:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}

/* Mobile hamburger blanc sur home */
@media (max-width: 920px) {
  body.home #masthead .menu-toggle,
  body.home .site-header .menu-toggle {
    color: #ffffff !important;
  }
  body.home #masthead .menu-toggle .menu-toggle-icon,
  body.home #masthead .menu-toggle .menu-toggle-icon::before,
  body.home #masthead .menu-toggle .menu-toggle-icon::after,
  body.home .site-header .menu-toggle .menu-toggle-icon,
  body.home .site-header .menu-toggle .menu-toggle-icon::before,
  body.home .site-header .menu-toggle .menu-toggle-icon::after {
    background: #ffffff !important;
  }
}

/* Gradient léger mobile home pour lisibilité */
@media (max-width: 920px) {
  body.home #masthead:not(.ast-sticky-active),
  body.home .site-header:not(.ast-sticky-active) {
    background: linear-gradient(
      180deg,
      rgba(10, 8, 35, 0.65) 0%,
      rgba(15, 12, 41, 0.0) 100%
    ) !important;
  }
}

/* ────────────────────────────────────────────────────────────
   PAGES INTÉRIEURES — Fond clair : blanc frosted glass
   ──────────────────────────────────────────────────────────── */
body:not(.home) #masthead:not(.ast-sticky-active),
body:not(.home) .site-header:not(.ast-sticky-active) {
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(14px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(150%) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07), 0 2px 12px rgba(0,0,0,0.05) !important;
}

/* Pages intérieures sticky : dark glass */
body:not(.home) #masthead.ast-sticky-active,
body:not(.home) .site-header.ast-sticky-active {
  background: rgba(11, 9, 32, 0.90) !important;
  backdrop-filter: blur(22px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(180%) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06), 0 4px 28px rgba(0,0,0,0.36) !important;
}

/* Logo noir avant scroll sur pages intérieures (fond blanc) */
body:not(.home) #masthead:not(.ast-sticky-active) .custom-logo-link img,
body:not(.home) .site-header:not(.ast-sticky-active) .custom-logo-link img {
  filter: brightness(0) !important;
  transition: filter 0.3s ease;
}

/* Logo blanc quand sticky sur pages intérieures (fond sombre) */
body:not(.home) #masthead.ast-sticky-active .custom-logo-link img,
body:not(.home) .site-header.ast-sticky-active .custom-logo-link img {
  filter: brightness(0) invert(1) !important;
}

/* Menu texte sombre avant scroll pages intérieures */
body:not(.home) #masthead:not(.ast-sticky-active) .main-header-bar .main-header-menu > li > a,
body:not(.home) #masthead:not(.ast-sticky-active) .main-navigation > ul > li > a,
body:not(.home) .site-header:not(.ast-sticky-active) .main-header-bar .main-header-menu > li > a,
body:not(.home) .site-header:not(.ast-sticky-active) .main-navigation > ul > li > a {
  color: #1e1b3a !important;
  transition: color 0.25s ease;
}

body:not(.home) #masthead:not(.ast-sticky-active) .main-header-bar .main-header-menu > li > a:hover,
body:not(.home) .site-header:not(.ast-sticky-active) .main-header-bar .main-header-menu > li > a:hover {
  color: #6366f1 !important;
}

/* Menu texte blanc quand sticky pages intérieures */
body:not(.home) #masthead.ast-sticky-active .main-header-bar .main-header-menu > li > a,
body:not(.home) .site-header.ast-sticky-active .main-header-bar .main-header-menu > li > a {
  color: rgba(255, 255, 255, 0.86) !important;
}

body:not(.home) #masthead.ast-sticky-active .main-header-bar .main-header-menu > li > a:hover,
body:not(.home) .site-header.ast-sticky-active .main-header-bar .main-header-menu > li > a:hover {
  color: #ffffff !important;
}

/* Flèches dropdown pages intérieures avant scroll */
body:not(.home) #masthead:not(.ast-sticky-active) .ast-menu-toggle,
body:not(.home) .site-header:not(.ast-sticky-active) .ast-menu-toggle {
  color: rgba(30, 27, 58, 0.65) !important;
}

/* Flèches dropdown sticky */
body:not(.home) #masthead.ast-sticky-active .ast-menu-toggle,
body:not(.home) .site-header.ast-sticky-active .ast-menu-toggle {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* Mobile hamburger sombre avant scroll pages intérieures */
@media (max-width: 920px) {
  body:not(.home) #masthead:not(.ast-sticky-active) .menu-toggle,
  body:not(.home) .site-header:not(.ast-sticky-active) .menu-toggle {
    color: #1e1b3a !important;
  }
  body:not(.home) #masthead:not(.ast-sticky-active) .menu-toggle .menu-toggle-icon,
  body:not(.home) #masthead:not(.ast-sticky-active) .menu-toggle .menu-toggle-icon::before,
  body:not(.home) #masthead:not(.ast-sticky-active) .menu-toggle .menu-toggle-icon::after,
  body:not(.home) .site-header:not(.ast-sticky-active) .menu-toggle .menu-toggle-icon,
  body:not(.home) .site-header:not(.ast-sticky-active) .menu-toggle .menu-toggle-icon::before,
  body:not(.home) .site-header:not(.ast-sticky-active) .menu-toggle .menu-toggle-icon::after {
    background: #1e1b3a !important;
  }
}

/* Mobile hamburger blanc quand sticky */
@media (max-width: 920px) {
  body:not(.home) #masthead.ast-sticky-active .menu-toggle,
  body:not(.home) .site-header.ast-sticky-active .menu-toggle {
    color: #ffffff !important;
  }
  body:not(.home) #masthead.ast-sticky-active .menu-toggle .menu-toggle-icon,
  body:not(.home) #masthead.ast-sticky-active .menu-toggle .menu-toggle-icon::before,
  body:not(.home) #masthead.ast-sticky-active .menu-toggle .menu-toggle-icon::after,
  body:not(.home) .site-header.ast-sticky-active .menu-toggle .menu-toggle-icon,
  body:not(.home) .site-header.ast-sticky-active .menu-toggle .menu-toggle-icon::before,
  body:not(.home) .site-header.ast-sticky-active .menu-toggle .menu-toggle-icon::after {
    background: #ffffff !important;
  }
}

/* ────────────────────────────────────────────────────────────
   COMMUN — Item actif / ancêtre
   ──────────────────────────────────────────────────────────── */
#masthead .main-header-menu .current-menu-item > a,
#masthead .main-header-menu .current-menu-ancestor > a,
.site-header .main-header-menu .current-menu-item > a,
.site-header .main-header-menu .current-menu-ancestor > a {
  color: #6366f1 !important;
  font-weight: 600 !important;
}

/* ────────────────────────────────────────────────────────────
   COMMUN — Bouton header "Demander un devis" — indigo
   ──────────────────────────────────────────────────────────── */
#masthead .ast-custom-button,
#masthead a.ast-button,
.site-header .ast-custom-button,
.site-header a.ast-button {
  background: #6366f1 !important;
  border-color: #6366f1 !important;
  color: #ffffff !important;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  white-space: nowrap !important;
}

#masthead .ast-custom-button:hover,
.site-header .ast-custom-button:hover {
  background: #4338ca !important;
  border-color: #4338ca !important;
  box-shadow: 0 4px 18px rgba(99, 102, 241, 0.45) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* ────────────────────────────────────────────────────────────
   COMMUN — Dropdown sub-menu premium dark glass
   ──────────────────────────────────────────────────────────── */
#masthead .sub-menu,
.site-header .sub-menu {
  background: rgba(11, 9, 32, 0.96) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.48), 0 0 0 1px rgba(99,102,241,0.10) !important;
  padding: 6px !important;
}

#masthead .sub-menu li a,
.site-header .sub-menu li a {
  border-radius: 7px !important;
  color: rgba(210, 216, 255, 0.88) !important;
  font-size: 14px !important;
  padding: 9px 14px !important;
  transition: background 0.18s ease, color 0.18s ease;
}

#masthead .sub-menu li a:hover,
.site-header .sub-menu li a:hover {
  background: rgba(99, 102, 241, 0.16) !important;
  color: #ffffff !important;
}

/* ────────────────────────────────────────────────────────────
   COMMUN — Canvas mobile off-canvas panel (Astra)
   ──────────────────────────────────────────────────────────── */
.ast-mobile-popup-drawer,
.ast-mobile-popup-inner,
.ast-mobile-header-content,
.ast-above-header-section-below-mobile,
.ast-slide-out-panel,
.ast-overlay-menu-inner {
  background: rgba(11, 9, 32, 0.97) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.ast-mobile-popup-drawer .main-navigation a,
.ast-mobile-popup-inner .main-navigation a,
.ast-slide-out-panel .main-navigation a,
.ast-overlay-menu-inner .main-navigation a {
  color: rgba(210, 216, 255, 0.90) !important;
}

.ast-mobile-popup-drawer .main-navigation a:hover,
.ast-mobile-popup-inner .main-navigation a:hover {
  color: #ffffff !important;
}

/* ────────────────────────────────────────────────────────────
   HOME — Hero : padding-top pour dégager le header fixe
   ──────────────────────────────────────────────────────────── */
body.home .aw48-home-hero {
  padding-top: 120px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home .aw48-home-hero { padding-top: 72px; }
}

@media (max-width: 767px) {
  body.home .aw48-home-hero { padding-top: 36px; }
}

/* ────────────────────────────────────────────────────────────
   Boutons hero — alignement row desktop
   ──────────────────────────────────────────────────────────── */
@media (min-width: 768px) {
  .wp-block-buttons.aw48-actions {
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .wp-block-buttons.aw48-actions > .wp-block-button {
    flex: 0 0 auto !important;
    margin: 0 !important;
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .aw48-home-hero .wp-block-buttons.aw48-actions .wp-block-button.aw48-btn .wp-block-button__link,
  .aw48-home-hero .wp-block-buttons.aw48-actions .wp-block-button.aw48-btn .wp-element-button {
    font-size: 15px;
    padding: 12px 16px;
  }
}

@media (max-width: 767px) {
  .aw48-home-hero .aw48-eyebrow {
    font-size: 11px !important;
    max-width: none !important;
    padding: 5px 12px 5px 9px !important;
  }
}
