/* ══════════════════════════════════════════════
   Pages Audit et Conformité (accueil + 3 offres)
   Utilisé par: audit-conformite.html, audit-organisationnel.html,
                audit-conformite-nis-dora.html, swift.html
════════════════════════════════════════════════ */

.page-hero {
  padding: 126px 60px 56px;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-mid) 100%);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Ensure Transfo expertise hero aligns like other expertise heroes */
.transfo-pillar-page .hero-transfo.transfo-hero-left {
  min-height: 100svh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 124px 60px 62px;
}

.transfo-pillar-page .hero-transfo.transfo-hero-left .transfo-hero-left-wrap {
  width: min(1140px, 100%);
  margin: 0;
}

@media (max-width: 1024px) {
  .transfo-pillar-page .hero-transfo.transfo-hero-left {
    padding: 118px 32px 58px;
  }
}

@media (max-width: 768px) {
  .transfo-pillar-page .hero-transfo.transfo-hero-left {
    padding: 102px 20px 66px;
  }
}

/* SWIFT offer: modernized look (scoped to swift page only) */
.swift-modern-page .hero-swift-modern {
  text-align: left;
  padding: 124px 60px 62px;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.swift-modern-page .hero-swift-modern::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 20%, rgba(241,136,71,0.28), rgba(241,136,71,0) 42%),
    radial-gradient(circle at 12% 78%, rgba(164,101,214,0.25), rgba(164,101,214,0) 44%);
}

.swift-modern-page .hero-swift-modern .page-hero-art .geo {
  opacity: 0.58;
}

.swift-modern-page .swift-hero-grid {
  position: relative;
  z-index: 2;
  width: min(1140px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: center;
}

.swift-modern-page .swift-hero-grid.swift-hero-grid-no-panel {
  grid-template-columns: minmax(0, 1fr);
  width: min(980px, 100%);
}

.swift-modern-page .swift-hero-copy .section-eyebrow {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.72);
}

.swift-modern-page .swift-hero-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 5vw, 3.45rem);
  color: #fff;
}

.swift-modern-page .swift-hero-copy h1 span {
  color: #f18847;
  text-shadow: 0 0 22px rgba(241,136,71,0.26);
}

.swift-modern-page .swift-hero-copy .hero-lead {
  margin: 0 0 22px;
  max-width: 680px;
  color: rgba(255,255,255,0.92);
  font-size: 1rem;
}

.swift-modern-page .swift-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.swift-modern-page .swift-hero-actions .btn-ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.48);
  background: rgba(255,255,255,0.08);
}

.swift-modern-page .swift-hero-actions .btn-ghost:hover {
  color: #fff;
  border-color: rgba(241,136,71,0.92);
  background: rgba(241,136,71,0.2);
}

.swift-modern-page .swift-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swift-modern-page .swift-hero-pills span {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 7px 11px;
}

.swift-modern-page .swift-hero-panel {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.26);
  background:
    linear-gradient(155deg, rgba(62,30,88,0.92) 0%, rgba(43,20,70,0.9) 65%, rgba(31,16,52,0.9) 100%);
  box-shadow: 0 24px 42px rgba(13,9,25,0.36), 0 0 34px rgba(241,136,71,0.14);
  overflow: hidden;
}

.swift-modern-page .swift-hero-panel-head {
  padding: 16px 18px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

.swift-modern-page .swift-hero-panel-head strong {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  color: #fff;
}

.swift-modern-page .swift-hero-panel-head span {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(241,136,71,0.95);
}

.swift-modern-page .swift-hero-panel-list {
  display: flex;
  flex-direction: column;
}

.swift-modern-page .swift-hero-panel-item {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.swift-modern-page .swift-hero-panel-item p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.56;
  color: rgba(255,255,255,0.84);
}

.swift-modern-page .swift-hero-panel-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 5px;
}

.swift-modern-page .swift-hero-panel-item .dot-high {
  background: #f18847;
  box-shadow: 0 0 0 6px rgba(241,136,71,0.16);
}

.swift-modern-page .swift-hero-panel-item .dot-mid {
  background: #a465d6;
  box-shadow: 0 0 0 6px rgba(164,101,214,0.2);
}

.swift-modern-page .swift-hero-panel-foot {
  padding: 12px 18px 14px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.66);
  background: linear-gradient(90deg, rgba(241,136,71,0.2) 0%, rgba(164,101,214,0.14) 100%);
}

.swift-modern-page .offer-shell-main.offer-shell-main-lite .offer-shell-section {
  border-color: rgba(83,35,105,0.14);
  background:
    radial-gradient(circle at 100% 0, rgba(241,136,71,0.14) 0%, rgba(241,136,71,0) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, #ffffff 100%);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.swift-modern-page .offer-shell-main.offer-shell-main-lite .offer-shell-section:hover {
  transform: translateY(-2px);
  border-color: rgba(241,136,71,0.44);
  box-shadow: 0 18px 30px rgba(20,14,35,0.08);
}

.swift-modern-page .offer-shell-main.offer-shell-main-lite .offer-shell-deliverable,
.swift-modern-page .offer-shell-main.offer-shell-main-lite .offer-diff-item,
.swift-modern-page .offer-shell-main.offer-shell-main-lite .offer-retex-link,
.swift-modern-page .offer-shell-main.offer-shell-main-lite .offer-related-card {
  border-color: rgba(83,35,105,0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(249,247,253,0.95) 100%);
}

/* ── HERO IDENTITY PER EXPERTISE ───────────────────────────── */
/* 1) Audit & Conformité: regulatory + structured */
.audit-pillar-page:not(.swift-modern-page) .hero-audit-pillar {
  background:
    linear-gradient(150deg, #2a1237 0%, #4a2058 58%, #5a296e 100%);
}

.audit-pillar-page:not(.swift-modern-page) .hero-audit-pillar::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 84% 20%, rgba(241,136,71,0.28), rgba(241,136,71,0) 42%),
    radial-gradient(circle at 12% 76%, rgba(215,188,255,0.2), rgba(215,188,255,0) 44%);
  background-size: 70px 70px, 70px 70px, auto, auto;
}

.audit-pillar-page:not(.swift-modern-page) .audit-pillar-hero-copy h1 span {
  color: #f7b34f;
  text-shadow: 0 0 24px rgba(247,179,79,0.28);
}

/* 2) Cyber Défense: ops + threat driven */
.cyber-pillar-page.swift-modern-page .hero-swift-modern {
  background:
    radial-gradient(circle at 80% 18%, rgba(255,120,80,0.26) 0%, rgba(255,120,80,0) 36%),
    radial-gradient(circle at 16% 78%, rgba(127,90,181,0.28) 0%, rgba(127,90,181,0) 42%),
    linear-gradient(145deg, #1f1030 0%, #34164a 52%, #28133b 100%);
}

.cyber-pillar-page.swift-modern-page .hero-swift-modern::after {
  background:
    linear-gradient(120deg, rgba(241,136,71,0.08) 0%, rgba(241,136,71,0) 30%),
    radial-gradient(circle at 88% 14%, rgba(241,136,71,0.3), rgba(241,136,71,0) 44%),
    radial-gradient(circle at 10% 82%, rgba(181,113,212,0.24), rgba(181,113,212,0) 46%);
}

.cyber-pillar-page.swift-modern-page .swift-hero-copy h1 span {
  color: #ff9d6d;
  text-shadow: 0 0 26px rgba(255,157,109,0.35);
}

.cyber-pillar-page.swift-modern-page .swift-hero-pills span {
  border-color: rgba(255,157,109,0.44);
  background: rgba(255,157,109,0.12);
  color: #fff;
}

/* 3) Transfo Cyber: trajectory + delivery energy */
.transfo-pillar-page .transfo-hero-left {
  background:
    radial-gradient(circle at 82% 16%, rgba(241,136,71,0.3) 0%, rgba(241,136,71,0) 36%),
    radial-gradient(circle at 14% 82%, rgba(181,113,212,0.26) 0%, rgba(181,113,212,0) 44%),
    linear-gradient(132deg, #2a1238 0%, #51256a 54%, #3d1c55 100%);
}

.transfo-pillar-page .transfo-hero-left::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 100%),
    linear-gradient(45deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 100%);
  background-size: 160px 160px, 120px 120px;
}

.transfo-pillar-page .transfo-hero-left .section-eyebrow,
.transfo-pillar-page .transfo-hero-left h1,
.transfo-pillar-page .transfo-hero-left .hero-lead,
.transfo-pillar-page .transfo-hero-left .audit-pillar-hero-pills {
  position: relative;
  z-index: 2;
}

.transfo-pillar-page .transfo-hero-left .audit-pillar-hero-pills span {
  border-color: rgba(215,188,255,0.5);
  background: rgba(215,188,255,0.14);
}

@media (max-width: 1024px) {
  .swift-modern-page .hero-swift-modern {
    padding: 118px 32px 58px;
    min-height: 100svh;
  }
  .swift-modern-page .swift-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .swift-modern-page .hero-swift-modern {
    padding: 102px 20px 66px;
    min-height: 100svh;
  }
  .swift-modern-page .swift-hero-copy h1 {
    font-size: clamp(1.6rem, 8.2vw, 2.3rem);
  }
  .swift-modern-page .swift-hero-copy .hero-lead {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }
  .swift-modern-page .swift-hero-pills span {
    font-size: 0.62rem;
    padding: 6px 9px;
  }
  .swift-modern-page .swift-hero-panel-head {
    padding: 13px 14px 12px;
  }
  .swift-modern-page .swift-hero-panel-item {
    padding: 11px 14px;
  }
  .swift-modern-page .swift-hero-panel-item p {
    font-size: 0.78rem;
  }
  .swift-modern-page .swift-hero-panel-foot {
    padding: 10px 14px 12px;
    font-size: 0.7rem;
  }
}
.page-hero > * {
  position: relative;
  z-index: 2;
}

.page-hero-animated::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(241,136,71,0.16) 0%, rgba(241,136,71,0) 34%),
    radial-gradient(circle at 82% 14%, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 32%),
    radial-gradient(circle at 70% 74%, rgba(164,101,214,0.24) 0%, rgba(164,101,214,0) 42%);
  animation: heroGlowShift 12s ease-in-out infinite alternate;
}

.page-hero-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.page-hero-art .geo {
  position: absolute;
  display: block;
  opacity: 0.42;
  filter: blur(0.5px);
  will-change: transform, opacity;
}

.page-hero-art .geo-a {
  width: 220px;
  height: 220px;
  top: 12%;
  left: 9%;
  border: 1px solid rgba(255,255,255,0.24);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: heroShapeDriftA 16s ease-in-out infinite;
}

.page-hero-art .geo-b {
  width: 180px;
  height: 180px;
  right: 14%;
  top: 16%;
  background: linear-gradient(135deg, rgba(241,136,71,0.5) 0%, rgba(241,136,71,0.12) 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  filter: blur(2px);
  animation: heroShapeDriftB 18s ease-in-out infinite;
}

.page-hero-art .geo-c {
  width: 280px;
  height: 280px;
  right: -48px;
  bottom: -80px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  transform: rotate(18deg);
  animation: heroShapeDriftC 20s ease-in-out infinite;
}

.page-hero-art .geo-d {
  width: 130px;
  height: 130px;
  left: 44%;
  bottom: 12%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.62) 0%, rgba(255,255,255,0.08) 70%);
  border-radius: 18px;
  filter: blur(6px);
  animation: heroShapePulse 8.5s ease-in-out infinite;
}

.hero-risques .geo-a {
  clip-path: polygon(50% 0%, 92% 26%, 92% 74%, 50% 100%, 8% 74%, 8% 26%);
}
.hero-risques .geo-b {
  right: 8%;
  top: 22%;
  width: 170px;
  height: 150px;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.hero-risques .geo-c {
  right: 18%;
  bottom: -96px;
  width: 320px;
  height: 180px;
  border-radius: 999px;
  transform: rotate(-14deg);
}
.hero-risques .geo-d {
  left: 32%;
  bottom: 18%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(241,136,71,0.9);
  filter: blur(0);
  box-shadow: 26px -18px 0 rgba(241,136,71,0.55), 56px 9px 0 rgba(241,136,71,0.42), 86px -11px 0 rgba(241,136,71,0.32);
}

.hero-cyberdefense .geo-a {
  left: 8%;
  top: 22%;
  width: 300px;
  height: 120px;
  border-radius: 20px;
  clip-path: none;
  border: 1px solid rgba(241,136,71,0.22);
  filter: blur(0.35px);
  background:
    radial-gradient(circle at 8% 58%, rgba(241,136,71,0.9) 0 4px, transparent 5px),
    radial-gradient(circle at 28% 38%, rgba(241,136,71,0.78) 0 4px, transparent 5px),
    radial-gradient(circle at 48% 62%, rgba(241,136,71,0.75) 0 4px, transparent 5px),
    radial-gradient(circle at 69% 42%, rgba(241,136,71,0.72) 0 4px, transparent 5px),
    radial-gradient(circle at 90% 56%, rgba(241,136,71,0.9) 0 4px, transparent 5px),
    linear-gradient(155deg, rgba(241,136,71,0.42) 0 2px, transparent 2px 100%),
    linear-gradient(30deg, rgba(241,136,71,0.36) 0 2px, transparent 2px 100%),
    linear-gradient(120deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.02) 100%);
}
.hero-cyberdefense .geo-b {
  right: 10%;
  top: 14%;
  width: 250px;
  height: 140px;
  clip-path: none;
  border-radius: 90px;
  border: 1px solid rgba(255,255,255,0.26);
  background: linear-gradient(135deg, rgba(126,78,164,0.34) 0%, rgba(241,136,71,0.22) 100%);
  filter: blur(0.6px);
}
.hero-cyberdefense .geo-c {
  right: 28%;
  bottom: -58px;
  width: 250px;
  height: 155px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.2);
  transform: rotate(-8deg);
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.1) 0 2px, rgba(255,255,255,0) 2px 16px),
    linear-gradient(180deg, rgba(83,35,105,0.34) 0%, rgba(83,35,105,0.1) 100%);
}
.hero-cyberdefense .geo-d {
  left: 52%;
  bottom: 18%;
  width: 150px;
  height: 150px;
  border-radius: 24px;
  border: 1px dashed rgba(241,136,71,0.38);
  background:
    radial-gradient(circle at 25% 35%, rgba(241,136,71,0.85) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 30%, rgba(255,255,255,0.62) 0 3px, transparent 4px),
    radial-gradient(circle at 55% 72%, rgba(241,136,71,0.6) 0 3px, transparent 4px),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(83,35,105,0.18));
  transform: rotate(-18deg);
}

.hero-cyberdefense .geo-b::before,
.hero-cyberdefense .geo-b::after,
.hero-cyberdefense .geo-c::before,
.hero-cyberdefense .geo-c::after {
  content: '';
  position: absolute;
  display: block;
}

.hero-cyberdefense .geo-b::before {
  width: 104px;
  height: 80px;
  left: 24px;
  top: -30px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(126,78,164,0.2);
}

.hero-cyberdefense .geo-b::after {
  width: 86px;
  height: 66px;
  right: 34px;
  top: -20px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(241,136,71,0.14);
}

.hero-cyberdefense .geo-c::before {
  left: 18px;
  right: 18px;
  top: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(241,136,71,0.7), rgba(241,136,71,0.12));
}

.hero-cyberdefense .geo-c::after {
  width: 36px;
  height: 36px;
  right: 18px;
  bottom: 16px;
  border-radius: 50%;
  border: 2px solid rgba(241,136,71,0.5);
  box-shadow: inset 0 0 0 8px rgba(241,136,71,0.14);
}

.hero-audit .geo-a {
  left: 7%;
  top: 14%;
  width: 240px;
  height: 240px;
  border-radius: 24px;
  transform: rotate(8deg);
}
.hero-audit .geo-b {
  right: 10%;
  top: 14%;
  width: 210px;
  height: 210px;
  clip-path: polygon(0 0, 100% 0, 100% 28%, 28% 28%, 28% 100%, 0 100%);
  border: 1px solid rgba(241,136,71,0.48);
  background: transparent;
  filter: blur(0.5px);
}
.hero-audit .geo-c {
  right: 18%;
  bottom: -54px;
  width: 300px;
  height: 180px;
  border-radius: 14px;
  transform: rotate(-8deg);
}
.hero-audit .geo-d {
  left: 40%;
  bottom: 16%;
  width: 220px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(241,136,71,0.16), rgba(241,136,71,0.9), rgba(241,136,71,0.18));
  filter: blur(0.2px);
}

.hero-transfo .geo-a {
  left: 9%;
  top: 17%;
  width: 0;
  height: 0;
  border: 0;
  background: none;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  clip-path: none;
  border-radius: 0;
}
.hero-transfo .geo-b {
  right: 8%;
  top: 13%;
  width: 204px;
  height: 204px;
  border-radius: 50%;
  clip-path: none;
  border: 1px solid rgba(241,136,71,0.34);
  background:
    conic-gradient(from 28deg, rgba(241,136,71,0.88) 0 24%, transparent 24% 49%, rgba(241,136,71,0.74) 49% 73%, transparent 73% 100%),
    radial-gradient(circle at center, transparent 0 44%, rgba(83,35,105,0.9) 45% 58%, transparent 59% 100%),
    radial-gradient(circle at center, rgba(255,255,255,0.11), rgba(255,255,255,0.02));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
  animation-duration: 14s;
}
.hero-transfo .geo-c {
  right: 23%;
  bottom: -44px;
  width: 308px;
  height: 184px;
  border-radius: 16px;
  transform: rotate(6deg);
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02)),
    linear-gradient(90deg, transparent 0 12%, rgba(241,136,71,0.5) 12% 18%, transparent 18% 32%, rgba(241,136,71,0.36) 32% 38%, transparent 38% 52%, rgba(241,136,71,0.28) 52% 58%, transparent 58% 100%),
    linear-gradient(145deg, rgba(241,136,71,0.18), rgba(164,101,214,0.12));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}
.hero-transfo .geo-d {
  left: 46%;
  bottom: 14%;
  width: 212px;
  height: 112px;
  border-radius: 12px;
  background:
    linear-gradient(0deg, rgba(241,136,71,0.84) 0 32%, transparent 32% 100%),
    linear-gradient(90deg, rgba(241,136,71,0.24) 0 18%, transparent 18% 34%, rgba(241,136,71,0.34) 34% 52%, transparent 52% 68%, rgba(241,136,71,0.54) 68% 86%, transparent 86% 100%),
    radial-gradient(circle at 86% 24%, rgba(255,255,255,0.88) 0 7px, rgba(241,136,71,0.74) 8px 14px, transparent 15px),
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(164,101,214,0.12));
  border: 1px solid rgba(241,136,71,0.38);
  filter: blur(0.2px);
}

.transfo-pillar-page {
  --pillar-accent: #f18847;
  --pillar-accent-soft: rgba(241,136,71,0.22);
}

.transfo-pillar-page .transfo-hero-left {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 124px 60px 62px;
}

.transfo-pillar-page .transfo-hero-left-wrap {
  position: relative;
  z-index: 2;
  width: min(1140px, 100%);
  margin: 0;
}

.cyber-pillar-page.swift-modern-page .swift-hero-grid.swift-hero-grid-no-panel,
.risques-pillar-page.swift-modern-page .swift-hero-grid.swift-hero-grid-no-panel {
  width: min(1140px, 100%);
  margin: 0;
}

.transfo-pillar-page .transfo-hero-left h1 {
  color: #fff;
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  margin-bottom: 14px;
}

.transfo-pillar-page .transfo-hero-left h1 span {
  color: #f18847;
  text-shadow: 0 0 22px rgba(241,136,71,0.24);
}

.transfo-pillar-page .transfo-hero-left .hero-lead {
  max-width: 760px;
  margin: 0 0 16px;
  color: rgba(255,255,255,0.92);
}

.transfo-pillar-page .transfo-hero-left .audit-pillar-hero-pills {
  justify-content: flex-start;
}

@keyframes heroGlowShift {
  0% { transform: translate3d(0, 0, 0); opacity: 0.75; }
  50% { transform: translate3d(1.4%, -2.1%, 0); opacity: 0.95; }
  100% { transform: translate3d(-1.2%, 1.1%, 0); opacity: 0.78; }
}

@keyframes heroShapeDriftA {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(10px, -14px, 0) rotate(10deg); }
}

@keyframes heroShapeDriftB {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  33% { transform: translate3d(-14px, 8px, 0) rotate(-8deg); }
  66% { transform: translate3d(8px, -10px, 0) rotate(6deg); }
}

@keyframes heroShapeDriftC {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(16deg); }
  50% { transform: translate3d(-12px, -10px, 0) rotate(8deg); }
}

@keyframes heroShapePulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 0.72; transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero-animated::before,
  .page-hero-art .geo {
    animation: none !important;
  }
}
.page-hero .section-eyebrow { color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 20px; }
.page-hero .hero-lead { font-size: 1.05rem; max-width: 580px; margin: 0 auto 32px; opacity: 0.95; line-height: 1.6; }
.page-hero.page-hero-sm { padding: 118px 60px 46px; }
.page-hero.page-hero-sm h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); }
.hero-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 28px; }
.hero-stat { background: rgba(255,255,255,0.12); padding: 12px 20px; border-radius: 8px; font-size: 0.9rem; font-weight: 500; }
.hero-stat strong { color: var(--accent); margin-right: 6px; }

/* Audit pillar page: SWIFT-like hero + vertical offers nav */
.audit-pillar-page {
  --pillar-accent: #f18847;
  --pillar-accent-soft: rgba(241,136,71,0.2);
}

.cyber-pillar-page {
  --pillar-accent: #f18847;
  --pillar-accent-soft: rgba(241,136,71,0.22);
}

.audit-pillar-page .hero-audit-pillar {
  text-align: left;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 126px 60px 66px;
}

.audit-pillar-page .hero-audit-pillar::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 22%, rgba(241,136,71,0.26), rgba(241,136,71,0) 42%),
    radial-gradient(circle at 12% 76%, rgba(164,101,214,0.22), rgba(164,101,214,0) 44%);
}

.audit-pillar-page .audit-pillar-hero-grid {
  position: relative;
  z-index: 2;
  width: min(1140px, 100%);
  margin: 0 ;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
  align-items: center;
}

.audit-pillar-page .audit-pillar-hero-copy .section-eyebrow {
  color: rgba(255,255,255,0.72);
}

.audit-pillar-page .audit-pillar-hero-copy h1 {
  font-size: clamp(2rem, 5vw, 3.35rem);
  margin-bottom: 14px;
  color: #fff;
}

.audit-pillar-page .audit-pillar-hero-copy h1 span {
  color: var(--pillar-accent);
  text-shadow: 0 0 22px rgba(241,136,71,0.24);
}

.audit-pillar-page .audit-pillar-hero-copy h1 .hero-accent-word {
  color: #f18847 !important;
  text-shadow: 0 0 24px rgba(241,136,71,0.32);
}

/* Expertise heroes: unified larger typography */
.audit-pillar-page .audit-pillar-hero-copy h1,
.cyber-pillar-page.swift-modern-page .swift-hero-copy h1,
.risques-pillar-page.swift-modern-page .swift-hero-copy h1,
.transfo-pillar-page .transfo-hero-left h1 {
  font-size: clamp(2.5rem, 6.1vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
}

.audit-pillar-page .audit-pillar-hero-copy .hero-lead,
.cyber-pillar-page.swift-modern-page .swift-hero-copy .hero-lead,
.risques-pillar-page.swift-modern-page .swift-hero-copy .hero-lead,
.transfo-pillar-page .transfo-hero-left .hero-lead {
  font-size: 1.14rem;
  line-height: 1.65;
  max-width: 760px;
}

.audit-pillar-page .audit-pillar-hero-copy .hero-lead {
  max-width: 680px;
  margin: 0 0 16px;
  color: rgba(255,255,255,0.92);
}

.cyber-pillar-page.swift-modern-page .swift-hero-copy .hero-lead,
.risques-pillar-page.swift-modern-page .swift-hero-copy .hero-lead,
.transfo-pillar-page .transfo-hero-left .hero-lead {
  max-width: 680px;
  margin: 0 0 16px;
  color: rgba(255,255,255,0.92);
}

.audit-pillar-page .audit-pillar-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.audit-pillar-page .audit-pillar-hero-pills span {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 7px 11px;
}

.audit-pillar-page .audit-pillar-hero-panel {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.24);
  background: linear-gradient(155deg, rgba(62,30,88,0.92) 0%, rgba(43,20,70,0.9) 65%, rgba(31,16,52,0.9) 100%);
  box-shadow: 0 24px 42px rgba(13,9,25,0.36), 0 0 32px rgba(241,136,71,0.12);
  overflow: hidden;
}

.audit-pillar-page .audit-pillar-hero-panel-head {
  padding: 16px 18px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

.audit-pillar-page .audit-pillar-hero-panel-head strong {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
}

.audit-pillar-page .audit-pillar-hero-panel-head span {
  color: rgba(241,136,71,0.94);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audit-pillar-page .audit-pillar-hero-panel-item {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.audit-pillar-page .audit-pillar-hero-panel-item p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 0.84rem;
  line-height: 1.56;
}

.audit-pillar-page .audit-pillar-hero-panel-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 5px;
}

.audit-pillar-page .audit-pillar-hero-panel-item .dot-high {
  background: #f18847;
  box-shadow: 0 0 0 6px rgba(241,136,71,0.16);
}

.audit-pillar-page .audit-pillar-hero-panel-item .dot-mid {
  background: #a465d6;
  box-shadow: 0 0 0 6px rgba(164,101,214,0.2);
}

.audit-pillar-page .audit-pillar-hero-panel-foot {
  padding: 12px 18px 14px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.66);
  background: linear-gradient(90deg, rgba(241,136,71,0.2) 0%, rgba(164,101,214,0.14) 100%);
}

.offers-pillar-section .container.offers-pillar-layout {
  max-width: 1120px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pillar-offers-nav {
  position: sticky;
  top: calc(var(--nav-height) + 20px);
  border: 1px solid rgba(83,35,105,0.16);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, #fff 0%, rgba(249,247,253,0.95) 100%);
  box-shadow: 0 14px 28px rgba(20,14,35,0.08);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.pillar-offers-nav.visible {
  opacity: 1;
  transform: translateY(0);
}

.pillar-offers-nav-title {
  font-family: 'Raleway', sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2b1b43;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(83,35,105,0.14);
}

.pillar-offers-nav a {
  display: block;
  text-decoration: none;
  color: #32244a;
  font-size: 0.88rem;
  line-height: 1.4;
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.pillar-offers-nav a + a {
  margin-top: 6px;
}

.pillar-offers-nav a:hover {
  border-color: rgba(241,136,71,0.46);
  background: rgba(241,136,71,0.1);
  transform: translateX(2px);
}

.pillar-offers-nav a.is-active {
  border-color: rgba(241,136,71,0.62);
  background: rgba(241,136,71,0.16);
  color: #21173a;
}

.offers-pillar-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offers-pillar-intro {
  border: 1px solid rgba(83,35,105,0.16);
  border-radius: 16px;
  padding: 22px 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(241,136,71,0.14) 0%, rgba(241,136,71,0) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, #ffffff 100%);
  box-shadow: 0 14px 28px rgba(20,14,35,0.07);
}

.offers-pillar-intro h2 {
  margin-bottom: 10px;
}

.offers-pillar-intro p {
  margin: 0 0 10px;
  color: rgba(31,24,47,0.82);
  line-height: 1.72;
}

.offers-pillar-intro p:last-child {
  margin-bottom: 0;
}

.audit-pillar-page .offers-pillar-main .offer-teaser-grid {
  margin-top: 0;
}

.audit-pillar-page .offers-pillar-main .offer-teaser {
  border-color: rgba(83,35,105,0.18);
}

.audit-pillar-page .offers-pillar-main .offer-teaser:hover {
  border-color: rgba(241,136,71,0.52);
}

@media (max-width: 1024px) {
  .transfo-pillar-page .transfo-hero-left {
    padding: 118px 32px 58px;
    min-height: 100svh;
  }
  .audit-pillar-page .hero-audit-pillar {
    padding: 118px 32px 62px;
    min-height: auto;
  }
  .audit-pillar-page .audit-pillar-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .offers-pillar-section .container.offers-pillar-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pillar-offers-nav {
    position: static;
    top: auto;
  }
}

@media (max-width: 768px) {
  /* Expertise pages: full first screen on mobile */
  .audit-pillar-page .hero-audit-pillar,
  .cyber-pillar-page .hero-swift-modern,
  .hero-risques.offer-hero-layout,
  .hero-transfo {
    min-height: 100svh;
    display: flex;
    align-items: center;
  }

  .audit-pillar-page .hero-audit-pillar {
    padding: 102px 20px 66px;
  }
  .audit-pillar-page .audit-pillar-hero-copy h1,
  .cyber-pillar-page.swift-modern-page .swift-hero-copy h1,
  .risques-pillar-page.swift-modern-page .swift-hero-copy h1,
  .transfo-pillar-page .transfo-hero-left h1 {
    font-size: clamp(2.05rem, 9.4vw, 3.05rem);
    line-height: 1.08;
  }
  .audit-pillar-page .audit-pillar-hero-copy .hero-lead,
  .cyber-pillar-page.swift-modern-page .swift-hero-copy .hero-lead,
  .risques-pillar-page.swift-modern-page .swift-hero-copy .hero-lead,
  .transfo-pillar-page .transfo-hero-left .hero-lead {
    font-size: 1rem;
    margin-bottom: 12px;
    line-height: 1.58;
  }
  .audit-pillar-page .audit-pillar-hero-pills span {
    font-size: 0.62rem;
    padding: 6px 9px;
  }
  .audit-pillar-page .audit-pillar-hero-panel-head {
    padding: 13px 14px 12px;
  }
  .audit-pillar-page .audit-pillar-hero-panel-item {
    padding: 11px 14px;
  }
  .audit-pillar-page .audit-pillar-hero-panel-item p {
    font-size: 0.78rem;
  }
  .audit-pillar-page .audit-pillar-hero-panel-foot {
    padding: 10px 14px 12px;
    font-size: 0.7rem;
  }
  .pillar-offers-nav {
    padding: 10px;
  }
  .pillar-offers-nav-title {
    font-size: 0.72rem;
  }
  .pillar-offers-nav a {
    font-size: 0.82rem;
    padding: 8px 9px;
  }
  .offers-pillar-intro {
    padding: 16px;
  }
}

/* Minimal pillar layout (requested) */
.pillar-minimal-layout {
  max-width: 1320px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.pillar-flynav {
  position: sticky;
  top: calc(var(--nav-height) + 20px);
  padding: 2px 0;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.pillar-flynav.is-shown {
  opacity: 1;
  transform: translateX(0);
}

.pillar-flynav-title {
  font-family: 'Raleway', sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(36,24,56,0.88);
  margin: 0 0 8px;
}

.pillar-flynav-title-accent {
  color: var(--pillar-accent, #f18847);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pillar-flynav-sep {
  margin: 12px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(83,35,105,0.24), rgba(83,35,105,0));
}

.pillar-mobile-heading {
  display: none;
}

.pillar-mobile-links {
  display: contents;
}

.pillar-flynav a {
  display: block;
  text-decoration: none;
  color: #1f1435;
  font-size: 0.98rem;
  line-height: 1.35;
  padding: 9px 0;
  border-left: 2px solid transparent;
  padding-left: 12px;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pillar-flynav a:hover {
  color: var(--pillar-accent, #f18847);
  border-left-color: var(--pillar-accent, #f18847);
  transform: translateX(2px);
}

.pillar-flynav a.is-active {
  color: #21173a;
  border-left-color: var(--pillar-accent, #f18847);
  font-weight: 700;
}

.pillar-minimal-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pillar-content-block {
  border: 1px solid rgba(83,35,105,0.14);
  border-radius: 14px;
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(241,136,71,0.12) 0%, rgba(241,136,71,0) 35%),
    #fff;
  box-shadow: 0 12px 24px rgba(20,14,35,0.05);
}

.pillar-content-block h2 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.pillar-content-block p {
  margin: 0;
  color: rgba(31,24,47,0.84);
  line-height: 1.72;
}

.pillar-content-block h2 + p,
.pillar-content-block p {
  max-width: none !important;
  width: 100%;
}

.vision-hl {
  color: #532369;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(241,136,71,0.22) 0%, rgba(241,136,71,0.1) 100%);
  border-radius: 6px;
  padding: 0 6px;
}

.vision-logo-marquees {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.vision-logo-group {
  border: 1px solid rgba(83,35,105,0.16);
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(251,249,254,0.98) 0%, rgba(246,241,252,0.9) 100%);
  overflow: hidden;
}

.vision-logo-title {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(83,35,105,0.78);
  font-weight: 700;
  margin-bottom: 8px;
}

.vision-logo-marquee {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(83,35,105,0.12);
  max-width: 100%;
}

.vision-logo-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0;
  animation: visionLogoLoop 24s linear infinite;
}

.vision-logo-track-reverse {
  animation-direction: reverse;
  animation-duration: 26s;
}

.vision-logo-track-cloud {
  animation-duration: 26s;
}

.vision-logo-track-cloud .vision-logo-item {
  border-right: 0;
  width: 152px;
  height: 88px;
}

.vision-logo-track-cloud .vision-logo-item img {
  width: 50px;
  height: 50px;
}

.vision-logo-track-reverse .vision-logo-item {
  width: 152px;
  height: 88px;
}

.vision-logo-track-reverse .vision-logo-item img {
  width: 50px;
  height: 50px;
}

.vision-logo-item {
  width: 110px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(83,35,105,0.1);
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}

.vision-logo-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: 0.98;
}

.vision-logo-item.is-fallback {
  background: linear-gradient(180deg, rgba(83,35,105,0.08) 0%, rgba(83,35,105,0.03) 100%);
}

.vision-logo-item.is-fallback::before {
  content: attr(data-name);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(83,35,105,0.24);
  background: rgba(255,255,255,0.94);
  color: #532369;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.vision-logo-item::after {
  content: attr(data-name);
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translate(-50%, 8px);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #532369;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(83,35,105,0.18);
  border-radius: 999px;
  padding: 2px 7px;
  white-space: nowrap;
  pointer-events: none;
}

.vision-logo-item:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes visionLogoLoop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pillar-offers-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pillar-offer-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(83,35,105,0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(249,247,253,0.95) 100%);
  padding: 14px 16px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.pillar-offer-row:hover {
  transform: translateY(-2px);
  border-color: rgba(241,136,71,0.54);
  box-shadow: 0 14px 26px rgba(20,14,35,0.08);
}

.pillar-offer-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(145deg, rgba(241,136,71,0.96), rgba(141,81,197,0.96));
}

.pillar-offer-copy strong {
  display: block;
  color: #2a1b43;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  margin-bottom: 4px;
}

.pillar-offer-copy p {
  margin: 0;
  color: rgba(31,24,47,0.72);
  font-size: 0.86rem;
  line-height: 1.55;
}

.pillar-offer-arrow {
  color: #f18847;
  font-size: 1rem;
  font-weight: 700;
}

.offer-flynav {
  border-right: 1px solid rgba(83,35,105,0.14);
  padding-right: 14px;
}

@media (max-width: 1024px) {
  .pillar-minimal-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pillar-flynav {
    position: static;
    top: auto;
    opacity: 1;
    transform: none;
    border-right: 0;
    border-bottom: 1px solid rgba(83,35,105,0.14);
    padding: 0 0 8px;
  }
  .offer-flynav {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .pillar-minimal-layout {
    padding-top: 76px;
  }
  .pillar-flynav.mobile-overview-nav {
    position: fixed;
    top: calc(var(--nav-height) + 6px);
    left: 10px;
    right: 10px;
    z-index: 65;
    border: 1px solid rgba(83,35,105,0.16);
    border-radius: 14px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(83,35,105,0.16);
    padding: 10px 10px 12px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    box-shadow: 0 12px 22px rgba(20,14,35,0.08);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .pillar-flynav.mobile-overview-nav .pillar-mobile-heading {
    display: inline-flex;
    align-items: center;
    color: #f18847;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: none;
    margin: 0 0 10px 4px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .pillar-flynav.mobile-overview-nav.is-shown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .pillar-flynav.mobile-overview-nav .pillar-flynav-title,
  .pillar-flynav.mobile-overview-nav .pillar-flynav-sep {
    display: none;
  }
  .pillar-flynav.mobile-overview-nav {
    overflow: hidden;
  }
  .pillar-flynav.mobile-overview-nav .pillar-mobile-links {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-bottom: 2px;
  }
  .pillar-flynav.mobile-overview-nav .pillar-mobile-links::-webkit-scrollbar {
    display: none;
  }
  .pillar-flynav.mobile-overview-nav .pillar-mobile-links a {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 9px 14px;
    border-radius: 999px;
    border-left: 0;
    border: 1px solid rgba(83,35,105,0.16);
    background: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    color: #2a1b43;
  }
  .pillar-flynav.mobile-overview-nav .pillar-mobile-links a:last-child {
    margin-right: 0;
  }
  .pillar-flynav.mobile-overview-nav .pillar-mobile-links a:hover {
    transform: none;
    border-color: rgba(241,136,71,0.56);
  }
  .pillar-flynav.mobile-overview-nav .pillar-mobile-links a.is-active {
    color: #fff;
    border-color: var(--pillar-accent, #f18847);
    background: linear-gradient(135deg, var(--pillar-accent, #f18847) 0%, #532369 100%);
  }
  .pillar-flynav.mobile-overview-nav .pillar-mobile-overview-link {
    display: none !important;
  }
  .pillar-flynav.mobile-offer-nav {
    display: none !important;
  }
  .pillar-content-block {
    padding: 16px;
  }
  .pillar-content-block h2 {
    font-size: 0.98rem;
  }
  .pillar-content-block p {
    font-size: 0.86rem;
  }
  .pillar-offer-row {
    grid-template-columns: 36px minmax(0, 1fr) 20px;
    gap: 10px;
    padding: 12px;
  }
  .pillar-offer-num {
    width: 30px;
    height: 30px;
    font-size: 0.6rem;
  }
  .pillar-offer-copy strong {
    font-size: 0.92rem;
  }
  .pillar-offer-copy p {
    font-size: 0.8rem;
  }
  .vision-hl {
    padding: 0 4px;
  }
  .vision-logo-group {
    padding: 8px;
  }
  .vision-logo-item {
    width: 72px;
    height: 42px;
  }
  .vision-logo-item img {
    width: 20px;
    height: 20px;
  }
  .vision-logo-track-cloud .vision-logo-item,
  .vision-logo-track-reverse .vision-logo-item {
    width: 72px;
    height: 42px;
  }
  .vision-logo-track-cloud .vision-logo-item img,
  .vision-logo-track-reverse .vision-logo-item img {
    width: 20px;
    height: 20px;
  }
  .vision-logo-track {
    animation-duration: 16s;
  }
  .vision-logo-track-reverse {
    animation-duration: 16s;
  }
}

.offer-back-expertise {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(83,35,105,0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,245,252,0.94) 100%);
}

.offer-back-expertise a {
  text-decoration: none;
  color: #532369;
  font-weight: 600;
}

.offer-back-expertise a:hover {
  color: #f18847;
}

@media (min-width: 1025px) {
  .audit-pillar-page .page-section .container,
  .cyber-pillar-page .page-section .container {
    max-width: 1320px;
  }
  .audit-pillar-page .offer-shell-layout,
  .cyber-pillar-page .offer-shell-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 36px;
  }
  .audit-pillar-page .offer-shell-main.offer-shell-main-lite,
  .cyber-pillar-page .offer-shell-main.offer-shell-main-lite {
    max-width: none;
  }
}

.page-breadcrumb { padding: 0 60px 12px; max-width: 960px; margin: 0 auto; font-size: 0.85rem; color: var(--text-muted); }
.page-breadcrumb a { color: var(--accent); }
.page-breadcrumb a:hover { text-decoration: underline; }
.page-breadcrumb span { margin: 0 6px; }

.page-section { padding: 72px 60px; }
.page-section.alt { background: var(--off-white); }
.page-section .container { max-width: 960px; margin: 0 auto; }
.page-section h2 { font-size: 1.4rem; margin-bottom: 20px; color: var(--navy); }
.page-section h2 + p { margin-bottom: 24px; line-height: 1.7; color: var(--text); max-width: 72ch; }

.expertise-section {
  position: relative;
}

.expertise-matrix {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.expertise-panel {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255,255,255,0.92);
  padding: 30px 32px;
  box-shadow: 0 16px 34px rgba(20,14,35,0.08);
  overflow: hidden;
}

.expertise-matrix-card {
  min-height: 0;
  border-color: rgba(83,35,105,0.16);
  background:
    radial-gradient(circle at 85% 15%, rgba(241,136,71,0.12) 0%, rgba(241,136,71,0) 42%),
    rgba(255,255,255,0.94);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  padding: 0;
}

.expertise-matrix-card > .expertise-kicker {
  display: none;
}

.expertise-matrix-card.is-hidden-first {
  display: none;
}

.expertise-matrix-card:hover {
  transform: translateY(-1px);
  border-color: rgba(241,136,71,0.48);
  box-shadow: 0 14px 24px rgba(20,14,35,0.1);
}

.expertise-accordion-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.expertise-accordion-head {
  min-width: 0;
}

.expertise-accordion-head .expertise-kicker {
  margin-bottom: 6px;
}

.expertise-accordion-head h2 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.2;
}

.expertise-accordion-icon {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid rgba(83,35,105,0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2d2142;
  flex-shrink: 0;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.expertise-matrix-card.is-open .expertise-accordion-icon {
  transform: rotate(45deg);
  color: #fff;
  border-color: rgba(241,136,71,0.9);
  background: rgba(241,136,71,0.9);
}

.expertise-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 14px 10px;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

.expertise-matrix-card.is-open .expertise-accordion-content {
  opacity: 1;
}

.expertise-panel::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 120px;
  background: radial-gradient(circle at 100% 0%, rgba(241,136,71,0.22) 0%, rgba(241,136,71,0) 68%);
  pointer-events: none;
}

.expertise-panel::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(241,136,71,0.9) 0%, rgba(241,136,71,0.38) 100%);
}

.expertise-kicker {
  font-family: 'Poppins', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(45,33,66,0.62);
  margin-bottom: 10px;
}

.expertise-panel h2 {
  margin-bottom: 12px;
  font-size: 1.08rem;
  line-height: 1.22;
}

.expertise-panel p {
  margin-bottom: 10px;
  line-height: 1.58;
  font-size: 0.84rem;
  max-width: 76ch;
}

.expertise-panel p:last-of-type {
  margin-bottom: 0;
}

.expertise-pills {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.expertise-pills span {
  background: rgba(83,35,105,0.08);
  color: #2d2142;
  border: 1px solid rgba(83,35,105,0.14);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.66rem;
  font-weight: 500;
}

.expertise-condensed-head {
  max-width: 780px;
  margin-bottom: 18px;
}

.expertise-switcher {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.expertise-tab-btn {
  border: 1px solid rgba(83,35,105,0.2);
  background: rgba(255,255,255,0.9);
  color: #2d2142;
  padding: 9px 12px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.expertise-tab-btn:hover {
  border-color: rgba(241,136,71,0.7);
}

.expertise-tab-btn.active {
  background: rgba(241,136,71,0.14);
  border-color: rgba(241,136,71,0.82);
  color: #1f1535;
}

.expertise-tab-panel {
  display: none;
}

.expertise-tab-panel.active {
  display: block;
}

.expertise-condensed {
  padding-bottom: 22px;
}

.expertise-condensed + .page-section {
  padding-top: 12px;
}

.pillar-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 32px; }
.pillar-block { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 28px; }
.pillar-block h3 { font-size: 1rem; color: var(--accent); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.pillar-block p { font-size: 0.92rem; line-height: 1.65; color: var(--text); margin: 0; }

.offer-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.offer-teaser-grid.offer-teaser-grid-4 { grid-template-columns: repeat(2, 1fr); }
.offer-teaser { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 28px 24px; text-align: center; transition: box-shadow 0.25s, border-color 0.25s; text-decoration: none; color: inherit; display: block; }
.offer-teaser:hover { box-shadow: var(--card-shadow-hover); border-color: var(--accent); }
.offer-teaser .teaser-num { font-size: 2rem; font-weight: 900; color: var(--off-white); line-height: 1; margin-bottom: 8px; }
.offer-teaser:hover .teaser-num { color: rgba(241,136,71,0.25); }
.offer-teaser h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 10px; }
.offer-teaser p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; margin-bottom: 16px; }
.offer-teaser .teaser-link { font-size: 0.8rem; font-weight: 500; color: var(--accent); }
.offer-teaser:hover .teaser-link { text-decoration: underline; }

.offers-spotlight {
  position: relative;
  padding-top: 54px;
  padding-bottom: 62px;
  background:
    radial-gradient(circle at 84% 18%, rgba(241,136,71,0.18) 0%, rgba(241,136,71,0) 38%),
    linear-gradient(135deg, #f5f1fa 0%, #ece7f4 100%);
}

.offers-spotlight::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(241,136,71,0.92), rgba(241,136,71,0.28));
}

.offers-spotlight-head {
  margin-bottom: 8px;
}

.offers-spotlight h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 10px;
}

.offers-spotlight h2 + p {
  max-width: 64ch;
  margin-bottom: 24px;
}

.offers-spotlight .offer-teaser-grid {
  margin-top: 22px;
}

.offers-spotlight .offer-teaser {
  border-color: rgba(83,35,105,0.16);
  box-shadow: 0 14px 30px rgba(20,14,35,0.08);
}

.offers-spotlight .offer-teaser:hover {
  box-shadow: 0 22px 36px rgba(20,14,35,0.14);
  border-color: rgba(241,136,71,0.8);
  transform: translateY(-2px);
}

.offers-spotlight .teaser-num {
  color: rgba(83,35,105,0.2);
}

.offers-spotlight .page-cta {
  margin-top: 34px;
}

.offers-spotlight .page-cta .btn-primary {
  padding: 15px 34px;
  box-shadow: 0 12px 26px rgba(241,136,71,0.35);
}

/* Transfo Cyber — Split layout */
.transfo-split-section .container.transfo-split-layout {
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 26px;
  align-items: start;
}

.transfo-split-main .expertise-matrix {
  gap: 12px;
}

.transfo-split-aside {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
}

.transfo-offers-card {
  border: 1px solid rgba(83,35,105,0.14);
  border-radius: 16px;
  padding: 20px 18px 18px;
  background:
    radial-gradient(circle at 92% 6%, rgba(241,136,71,0.2) 0%, rgba(241,136,71,0) 34%),
    linear-gradient(160deg, #f5f0fb 0%, #ece6f6 100%);
  box-shadow: 0 18px 34px rgba(20,14,35,0.12);
}

.transfo-offers-card h2 {
  margin-bottom: 8px;
}

.transfo-offers-card h2 + p {
  margin-bottom: 14px;
}

.transfo-offers-list {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
}

.transfo-offers-list .offer-teaser {
  text-align: left;
  padding: 16px 14px;
  border-color: rgba(83,35,105,0.16);
  box-shadow: none;
}

.transfo-offers-list .offer-teaser h3 {
  font-size: 0.95rem;
}

.transfo-offers-list .offer-teaser p {
  font-size: 0.79rem;
  line-height: 1.48;
}

.transfo-offers-list .teaser-num {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.transfo-offers-card .page-cta {
  margin-top: 18px;
}

.transfo-offers-card .page-cta .btn-primary {
  width: 100%;
  text-align: center;
}

/* Transfo Cyber — Strategic horizontal timeline */
.hero-transfo,
.offer-hero-layout {
  min-height: 100svh;
  padding-top: 114px;
  padding-bottom: 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-transfo .section-eyebrow,
.hero-transfo h1,
.hero-transfo .hero-lead,
.offer-hero-layout .section-eyebrow,
.offer-hero-layout h1,
.offer-hero-layout .hero-lead {
  position: relative;
  z-index: 2;
}

.hero-transfo .hero-lead,
.offer-hero-layout .hero-lead {
  margin-bottom: 18px;
}

.transfo-hero-timeline-wrap {
  max-width: 1240px;
  margin-top: 20px;
  margin-bottom: auto;
  width: 100%;
}

.transfo-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 4px;
}

.transfo-step-wide {
  grid-column: 1 / -1;
}

.transfo-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 10px;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 12px 12px 12px;
  background:
    radial-gradient(circle at 85% 8%, rgba(241,136,71,0.22) 0%, rgba(241,136,71,0) 34%),
    linear-gradient(160deg, rgba(255,255,255,0.17) 0%, rgba(255,255,255,0.08) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 12px 24px rgba(7,6,20,0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.transfo-step:hover {
  transform: translateY(-2px);
  border-color: rgba(241,136,71,0.75);
  box-shadow: 0 18px 30px rgba(7,6,20,0.34);
}

.transfo-step-dot {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(241,136,71,1) 0%, rgba(147,83,203,0.98) 100%);
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 7px rgba(241,136,71,0.16), 0 8px 16px rgba(7,6,20,0.34);
  grid-column: 1;
  grid-row: 1;
}

.transfo-step h3 {
  margin: 0;
  text-align: left;
  font-size: 0.93rem;
  color: #fff;
  grid-column: 2;
  grid-row: 1;
}

.transfo-step p {
  margin: 10px 0 0;
  font-size: 0.78rem;
  line-height: 1.54;
  color: rgba(255,255,255,0.88);
  grid-column: 1 / -1;
  grid-row: 2;
}

.offer-scroll-cta {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.52);
  border-radius: 999px;
  background: linear-gradient(95deg, rgba(241,136,71,0.34) 0%, rgba(255,255,255,0.16) 48%, rgba(241,136,71,0.3) 100%);
  box-shadow: 0 10px 24px rgba(7,6,20,0.3), 0 0 22px rgba(241,136,71,0.26);
  overflow: hidden;
}

.offer-scroll-cta::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-120%);
  animation: offersBtnSheen 4.6s ease-in-out infinite;
  pointer-events: none;
}

.offer-scroll-cta .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: 0;
  color: #fff;
  background: none;
  font-size: 1rem;
  line-height: 1;
  animation: transfoArrowPulse 1.9s ease-in-out infinite;
}

@keyframes transfoArrowPulse {
  0%, 100% { transform: translateY(0); opacity: 0.86; }
  50% { transform: translateY(4px); opacity: 1; }
}

@keyframes offersBtnSheen {
  0%, 100% { transform: translateX(-120%); opacity: 0; }
  35% { opacity: 1; }
  60% { transform: translateX(120%); opacity: 0.9; }
  61% { opacity: 0; }
}

.offer-card {
  background: var(--white);
  border-radius: 12px;
  padding: 44px 40px;
  margin-bottom: 48px;
  border: 1px solid var(--border);
  box-shadow: var(--card-shadow);
}
.offer-card .offer-header { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.offer-card .offer-num { font-size: 2.5rem; font-weight: 900; color: var(--off-white); line-height: 1; margin-bottom: 4px; }
.offer-card h3 { font-size: 1.5rem; color: var(--navy); margin-bottom: 8px; }
.offer-card .offer-pitch { font-size: 1rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
.offer-card h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin: 28px 0 12px; font-weight: 600; }
.offer-card p { margin-bottom: 14px; line-height: 1.65; color: var(--text); font-size: 0.92rem; }
.offer-card .block-box { background: var(--off-white); border-radius: 8px; padding: 20px 24px; margin: 16px 0; border-left: 3px solid var(--accent); }
.offer-card .block-box ul { margin: 0; padding-left: 20px; }
.offer-card .block-box li { margin-bottom: 8px; line-height: 1.5; }
.offer-card .block-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.offer-card .block-tags span { background: var(--off-white); color: var(--navy-mid); padding: 6px 12px; border-radius: 6px; font-size: 0.8rem; font-weight: 500; }
.offer-card .rex-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 16px; }
.offer-card .rex-grid.rex-grid-2 { grid-template-columns: repeat(2, 1fr); }
.offer-card .rex-cell { background: var(--off-white); border-radius: 8px; padding: 18px; font-size: 0.85rem; line-height: 1.55; }
.offer-card .rex-cell strong { display: block; color: var(--navy); margin-bottom: 6px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; }
.offer-card .card-cta { margin-top: 28px; }
.page-section .card-cta .btn-ghost { color: var(--navy); border: 1px solid var(--border); padding: 10px 20px; display: inline-block; }
.page-section .card-cta .btn-ghost:hover { color: var(--accent); border-color: var(--accent); }
.page-cta { text-align: center; margin-top: 48px; }
.page-cta .btn-primary { display: inline-block; }

.faq-accordion { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.faq-accordion details { border-bottom: 1px solid var(--border); }
.faq-accordion details:last-child { border-bottom: none; }
.faq-accordion summary { padding: 18px 24px; font-weight: 600; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after { content: '+'; font-size: 1.2rem; color: var(--accent); }
.faq-accordion details[open] summary::after { content: '−'; }
.faq-accordion .faq-answer { padding: 0 24px 20px; font-size: 0.9rem; line-height: 1.65; color: var(--text); }

/* Offer page skeleton (applied on SWIFT and reusable) */
.offer-shell-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.offer-shell-layout.offer-shell-layout-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 920px;
  margin: 0 auto;
}

.offer-shell-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer-shell-main.offer-shell-main-lite {
  gap: 20px;
}

.offer-shell-main.offer-shell-main-lite .offer-shell-section {
  padding: 26px 24px;
  border-radius: 18px;
  border-color: rgba(83,35,105,0.12);
  box-shadow: 0 14px 26px rgba(20,14,35,0.05);
  background:
    radial-gradient(circle at 100% 0, rgba(241,136,71,0.1) 0%, rgba(241,136,71,0) 36%),
    #fff;
}

.offer-shell-main.offer-shell-main-lite .offer-shell-head {
  margin-bottom: 12px;
}

.offer-shell-main.offer-shell-main-lite .offer-shell-head h3 {
  font-size: 1.1rem;
}

.offer-shell-main.offer-shell-main-lite .offer-shell-section p {
  font-size: 0.92rem;
  line-height: 1.74;
  color: rgba(31,24,47,0.82);
}

.offer-shell-main.offer-shell-main-lite .offer-shell-deliverables {
  gap: 12px;
}

.offer-shell-main.offer-shell-main-lite .offer-shell-deliverable {
  padding: 14px;
  border-radius: 12px;
}

.offer-shell-main.offer-shell-main-lite .offer-shell-method {
  gap: 12px;
}

.offer-shell-main.offer-shell-main-lite .faq-accordion {
  margin-top: 14px;
}

.offer-shell-main.offer-shell-main-lite .offer-shell-profile {
  padding: 16px;
  border-radius: 18px;
  border-color: rgba(83,35,105,0.12);
  box-shadow: 0 14px 26px rgba(20,14,35,0.05);
}

.offer-shell-method-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 8px;
}

.offer-shell-method-timeline::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(241,136,71,0.42), rgba(136,77,194,0.35));
}

.offer-method-step {
  position: relative;
  border: 1px dashed rgba(83,35,105,0.24);
  border-radius: 12px;
  padding: 14px 10px 10px;
  background: rgba(255,255,255,0.9);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.offer-method-step::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(241,136,71,0.95), rgba(141,81,197,0.95));
  box-shadow: 0 0 0 4px rgba(241,136,71,0.18);
}

.offer-method-step:hover {
  transform: translateY(-3px);
  border-color: rgba(241,136,71,0.7);
  box-shadow: 0 12px 20px rgba(20,14,35,0.08);
  background: #fff;
}

.offer-differentiators {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.offer-diff-item {
  border: 1px solid rgba(83,35,105,0.14);
  border-radius: 12px;
  padding: 13px 12px;
  background: var(--off-white);
}

.offer-diff-item strong {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: #2d2142;
}

.offer-diff-item p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.58;
}

.offer-retex-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.offer-retex-link {
  display: block;
  border: 1px solid rgba(83,35,105,0.16);
  border-radius: 12px;
  background: #fff;
  padding: 14px 13px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.offer-retex-link strong {
  display: block;
  color: #2a1b43;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  margin-bottom: 6px;
}

.offer-retex-link span {
  display: block;
  color: rgba(31,24,47,0.66);
  font-size: 0.78rem;
}

.offer-retex-link:hover {
  transform: translateY(-2px);
  border-color: rgba(241,136,71,0.74);
  box-shadow: 0 10px 20px rgba(20,14,35,0.08);
}

.offer-related-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.offer-related-card {
  border: 1px solid rgba(83,35,105,0.14);
  border-radius: 12px;
  background: #fff;
  padding: 13px 12px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.offer-related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(241,136,71,0.76);
  box-shadow: 0 10px 20px rgba(20,14,35,0.08);
}

.offer-related-card strong {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.92rem;
  margin-bottom: 6px;
  color: #291b42;
}

.offer-related-card span {
  display: block;
  font-size: 0.78rem;
  color: rgba(31,24,47,0.66);
}

.faq-accordion-smooth details {
  overflow: hidden;
}

.faq-accordion-smooth .faq-answer {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}

.faq-accordion-smooth details[open] .faq-answer {
  opacity: 1;
  padding-top: 2px;
  padding-bottom: 20px;
}

.offer-shell-profile {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(83,35,105,0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% 10%, rgba(241,136,71,0.14) 0%, rgba(241,136,71,0) 42%),
    #fff;
  padding: 14px;
  box-shadow: 0 10px 22px rgba(20,14,35,0.06);
  overflow: hidden;
}

.offer-shell-profile-photo {
  width: 100%;
  height: 180px;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  object-position: center 20%;
  border: 1px solid rgba(83,35,105,0.16);
}

.offer-shell-profile-content h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #2b1b43;
}

.offer-shell-profile-content p {
  margin: 0 0 12px;
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.offer-shell-aside {
  position: sticky;
  top: calc(var(--nav-height) + 20px);
}

.offer-shell-aside-card {
  border: 1px solid rgba(83,35,105,0.16);
  border-radius: 14px;
  padding: 18px 16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(241,136,71,0.16) 0%, rgba(241,136,71,0) 38%),
    #fff;
  box-shadow: 0 12px 24px rgba(20,14,35,0.08);
}

.offer-shell-aside-card h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.offer-shell-aside-card p {
  margin: 0 0 12px;
  font-size: 0.85rem;
  line-height: 1.62;
  color: var(--text-muted);
}

.offer-shell-section {
  border: 1px solid rgba(83,35,105,0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% 10%, rgba(241,136,71,0.12) 0%, rgba(241,136,71,0) 42%),
    #fff;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(20,14,35,0.06);
}

.offer-shell-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.offer-shell-num {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(145deg, rgba(241,136,71,0.96) 0%, rgba(141,81,197,0.96) 100%);
}

.offer-shell-head h3 {
  margin: 0;
  font-size: 1.02rem;
}

.offer-shell-section p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.68;
}

.offer-shell-deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.offer-shell-deliverable {
  background: var(--off-white);
  border: 1px solid rgba(83,35,105,0.12);
  border-radius: 10px;
  padding: 12px;
}

.offer-shell-deliverable strong {
  display: block;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 4px;
  font-size: 0.86rem;
  color: #2d2142;
}

.offer-shell-deliverable p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.offer-shell-method {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.offer-shell-method > div {
  border: 1px dashed rgba(83,35,105,0.24);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255,255,255,0.8);
}

.offer-shell-method span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
}

.offer-shell-method p {
  margin: 0;
  font-size: 0.81rem;
  line-height: 1.54;
}

.offer-shell-cta {
  background: linear-gradient(150deg, rgba(83,35,105,0.96) 0%, rgba(115,58,141,0.96) 100%);
  color: #fff;
}

.offer-shell-cta h3 {
  margin: 0 0 8px;
  color: #fff;
}

.offer-shell-cta p {
  color: rgba(255,255,255,0.76);
  margin-bottom: 12px;
}

.offer-shell-cta .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}

.offer-shell-cta .btn-ghost:hover {
  border-color: rgba(241,136,71,0.9);
  color: var(--accent);
}

@media (max-width: 1024px) {
  .hero-transfo,
  .offer-hero-layout {
    min-height: 100svh;
  }
  .transfo-hero-timeline-wrap {
    margin-top: 16px;
  }
  .transfo-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .transfo-split-section .container.transfo-split-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .transfo-split-aside {
    position: static;
    top: auto;
  }
  .pillar-grid { grid-template-columns: 1fr; }
  .offer-teaser-grid { grid-template-columns: 1fr; }
  .offer-card .rex-grid { grid-template-columns: 1fr; }
  .offer-shell-layout {
    grid-template-columns: 1fr;
  }
  .offer-shell-aside {
    position: static;
    top: auto;
  }
  .offer-shell-deliverables,
  .offer-shell-method {
    grid-template-columns: 1fr;
  }
  .offer-shell-profile {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .offer-shell-profile-photo {
    height: 220px;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .page-hero { padding: 112px 24px 42px; }
  .page-hero.page-hero-sm { padding: 104px 24px 36px; }
  .page-hero-art .geo {
    opacity: 0.28;
    filter: blur(0.3px);
  }
  .page-hero-art .geo-c {
    display: none;
  }
  .page-hero-art .geo-d {
    transform: scale(0.82);
  }
  .page-breadcrumb { padding: 0 24px 12px; }
  .hero-stats { flex-direction: column; }
  .page-section { padding: 48px 24px; }
  .offer-card { padding: 28px 24px; }
  .offer-shell-section {
    padding: 14px;
  }
  .offer-shell-head {
    gap: 8px;
  }
  .offer-shell-num {
    width: 26px;
    height: 26px;
    font-size: 0.62rem;
  }
  .offer-shell-head h3 {
    font-size: 0.94rem;
  }
  .offer-shell-section p {
    font-size: 0.84rem;
  }
  .offer-shell-main.offer-shell-main-lite {
    gap: 14px;
  }
  .offer-shell-main.offer-shell-main-lite .offer-shell-section {
    padding: 18px 16px;
  }
  .offer-shell-main.offer-shell-main-lite .offer-shell-head h3 {
    font-size: 0.96rem;
  }
  .offer-shell-main.offer-shell-main-lite .offer-shell-section p {
    font-size: 0.86rem;
  }
  .offer-shell-method-timeline,
  .offer-differentiators,
  .offer-related-feed {
    grid-template-columns: 1fr;
  }
  .offer-shell-method-timeline::before {
    left: 0;
    right: 0;
  }
  .offer-retex-grid {
    grid-template-columns: 1fr;
  }
  .offer-shell-profile {
    padding: 12px;
  }
  .offer-shell-profile-photo {
    height: 200px;
    max-width: none;
  }
  .offer-shell-profile-content h3 {
    font-size: 0.92rem;
  }
  .offer-shell-profile-content p {
    font-size: 0.82rem;
  }
  .offers-spotlight {
    padding-top: 44px;
    padding-bottom: 46px;
  }
  .offers-spotlight h2 {
    font-size: 1.42rem;
  }
  .offers-spotlight h2 + p {
    margin-bottom: 18px;
  }
  .offers-spotlight .offer-teaser-grid {
    margin-top: 14px;
  }
  .offers-spotlight .page-cta {
    margin-top: 24px;
  }
  .hero-transfo,
  .offer-hero-layout {
    min-height: 100svh;
    padding-top: 102px;
    padding-bottom: 72px;
  }
  .transfo-hero-timeline-wrap {
    margin-top: 12px;
  }
  .transfo-timeline {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 8px;
  }
  .transfo-step {
    padding: 12px 12px;
  }
  .transfo-step-dot {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
  }
  .transfo-step h3 {
    font-size: 0.92rem;
    margin-bottom: 6px;
  }
  .transfo-step p {
    font-size: 0.8rem;
  }
  .offer-scroll-cta {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    font-size: 0.62rem;
    padding: 7px 12px;
  }
  .offer-scroll-cta span:first-child {
    display: inline;
  }
  .transfo-offers-card {
    padding: 16px 14px 14px;
  }
  .transfo-offers-list .offer-teaser {
    padding: 14px 12px;
  }
  .expertise-panel {
    padding: 22px 18px;
    border-radius: 12px;
  }
  .expertise-matrix {
    gap: 10px;
  }
  .expertise-panel p {
    font-size: 0.9rem;
    line-height: 1.68;
  }
  .expertise-pills span {
    font-size: 0.72rem;
    padding: 5px 10px;
  }
  .expertise-switcher {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .expertise-switcher::-webkit-scrollbar { display: none; }
  .expertise-tab-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.72rem;
    padding: 8px 11px;
  }
  .expertise-condensed {
    padding-bottom: 26px;
  }
  .expertise-condensed + .page-section {
    padding-top: 18px;
  }
}
