/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #fff7fc;
  --ink: #221f20;
  --muted: rgba(34, 31, 32, 0.74);
  --accent: #732549;
  --accent-deep: #9c0f50;
  --line: rgba(115, 37, 73, 0.22);
  --soft-line: rgba(34, 31, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 42%, rgba(150, 32, 85, 0.07), transparent 32%),
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.9), transparent 34%),
    var(--bg);
}

.hero {
  position: relative;
  width: 100%;
  min-height: clamp(860px, 100svh, 941px);
  padding: 38px clamp(48px, 4.35vw, 76px) 48px;
  isolation: isolate;
}

.hero-header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  align-items: center;
  grid-gap: clamp(28px, 3vw, 52px);
  gap: clamp(28px, 3vw, 52px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.brand-mark {
  display: block;
  width: 128px;
  height: 128px;
  flex: 0 0 128px;
  object-fit: contain;
}

.brand-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
  line-height: 0.86;
  letter-spacing: 0;
}

.brand-type span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
}

.brand-type span:last-child {
  font-size: 33px;
  font-weight: 500;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(34px, 3.1vw, 52px);
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--accent);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.header-cta {
  min-height: 56px;
  padding: 0 31px;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: var(--bg);
  font-size: 17px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.header-cta:hover,
.button-primary:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #a41455, #67213f);
}

.menu-button {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(540px, 1fr) minmax(520px, 1.05fr);
  grid-column-gap: clamp(24px, 2vw, 48px);
  column-gap: clamp(24px, 2vw, 48px);
  align-items: center;
  min-height: 600px;
  margin-top: 34px;
}

.hero-copy {
  align-self: center;
  max-width: 640px;
  padding-top: 18px;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 640px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 4.4vw, 72px);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.04;
}

h1 span {
  display: block;
}

h1 em {
  color: var(--accent);
  font-style: normal;
}

.hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: clamp(20px, 1.3vw, 22px);
  font-weight: 400;
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.button {
  min-height: 60px;
  padding: 0 27px;
  font-size: 18px;
  font-weight: 600;
}

.button-primary {
  min-width: 240px;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: var(--bg);
}

.button-secondary {
  min-width: 265px;
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}

.button-secondary:hover {
  transform: translateY(-1px);
  background: rgba(115, 37, 73, 0.055);
}

.button-arrow {
  margin-left: 18px;
  font-size: 28px;
  font-weight: 300;
  line-height: 0;
}

.hero-visual {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(620px, 46vw);
  margin-top: 8px;
  margin-right: clamp(72px, 6.4vw, 108px);
}

.hero-visual picture,
.radar-image {
  display: block;
  width: 100%;
  height: auto;
}


.radar-label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.radar-label span {
  width: 68px;
  height: 1px;
  background: rgba(115, 37, 73, 0.42);
}

.radar-label-funding {
  top: 20.8%;
  right: -64px;
}

.radar-label-recruiting {
  top: 47.3%;
  right: -90px;
}

.radar-label-it {
  right: -8px;
  bottom: 21.8%;
}

.signal-chips {
  display: none;
}

.trust-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 8px;
  color: var(--ink);
}

.trust-label {
  flex: 0 0 auto;
  color: rgba(34, 31, 32, 0.58);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-marquee {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

.trust-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: trust-marquee 36s linear infinite;
}

.trust-track:hover {
  animation-play-state: paused;
}

.trust-track .trust-logo {
  flex: 0 0 auto;
  display: inline-block;
  margin: 0 26px;
  width: clamp(110px, 11vw, 150px);
  height: 30px;
  background-color: rgba(34, 31, 32, 0.55);
  -webkit-mask-image: var(--logo);
  mask-image: var(--logo);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}

.trust-track:hover .trust-logo {
  background-color: rgba(34, 31, 32, 0.28);
}

.trust-track .trust-logo:hover {
  background-color: var(--accent);
}

@keyframes trust-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
  }
}

@media (max-width: 1320px) {
  .hero {
    padding-inline: 52px;
  }

  .hero-content {
    grid-template-columns: minmax(500px, 1fr) minmax(460px, 1fr);
    column-gap: 32px;
  }

  h1 {
    font-size: 64px;
  }

  .hero-visual {
    width: min(500px, 40vw);
    margin-right: clamp(70px, 6vw, 100px);
  }

  .radar-label {
    font-size: 16px;
  }
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 26px;
    font-size: 16px;
  }

  .header-cta {
    min-height: 52px;
    padding-inline: 24px;
  }

  .hero-content {
    grid-template-columns: 1fr 0.9fr;
    column-gap: 24px;
  }

  h1 {
    font-size: 56px;
  }

  .hero-lede {
    font-size: 19px;
  }

  .button {
    min-width: auto;
    padding-inline: 22px;
  }

  .hero-visual {
    width: min(440px, 38vw);
    margin-right: clamp(60px, 5vw, 80px);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    padding: 18px 22px 20px;
    display: flex;
    flex-direction: column;
  }

  .hero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .brand {
    gap: 6px;
  }

  .brand-mark {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .brand-type span:first-child {
    font-size: 18px;
  }

  .brand-type span:last-child {
    font-size: 19px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    width: 28px;
    height: 22px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ink);
  }

  .radar-label {
    display: none;
  }

  .hero-content {
    display: flex;
    min-height: auto;
    flex-direction: column;
    margin-top: 44px;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .eyebrow {
    margin: 0 0 16px;
    font-size: 10.5px;
    letter-spacing: 0.14em;
  }

  h1 {
    max-width: 100%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.005em;
  }

  .hero-lede {
    width: 100%;
    margin: 18px auto 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(34, 31, 32, 0.78);
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin: 24px auto 0;
  }

  .button {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    font-size: 14.5px;
  }

  .button-primary .button-arrow {
    display: none;
  }

  .button-arrow {
    margin-left: 10px;
    font-size: 18px;
  }

  .hero-visual {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 28px auto 0;
  }

  .hero-visual picture,
  .hero-visual .radar-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .radar-image {
    opacity: 0.95;
  }

  .signal-chips {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .signal-chips span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border: 1px solid rgba(115, 37, 73, 0.2);
    border-radius: 999px;
    background: rgba(255, 247, 252, 0.92);
    color: var(--accent);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(115, 37, 73, 0.08);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    pointer-events: auto;
  }

  .signal-chips i {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--accent-deep);
  }

  .signal-chip {
    padding: 4px 9px;
    font-size: 10.5px;
  }

  .signal-chip-1 {
    top: -2px;
    right: -28px;
  }

  .signal-chip-2 {
    top: 52%;
    right: -40px;
    transform: translateY(-50%);
  }

  .signal-chip-3 {
    bottom: 4px;
    left: -26px;
  }

  .trust-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
  }

  .trust-label {
    align-self: center;
    color: rgba(34, 31, 32, 0.5);
    font-size: 9.5px;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .trust-track {
    animation-duration: 28s;
  }

  .trust-track .trust-logo {
    margin: 0 14px;
    width: clamp(92px, 22vw, 128px);
    height: 24px;
  }
}

@media (max-width: 380px) {
  .hero {
    padding: 20px 20px 24px;
  }

  h1 {
    font-size: 30px;
  }

  .hero-lede {
    font-size: 14px;
  }

  .hero-visual {
    width: 180px;
    margin-top: 28px;
  }
}

/* ============================================
   Hero entrance animations
   ============================================ */

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-soften {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-accent {
  from {
    color: var(--ink);
  }
  to {
    color: var(--accent);
  }
}

@keyframes hero-pop {
  from {
    opacity: 0;
    transform: translate3d(0, 6px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.hero-header,
.eyebrow,
h1,
.hero-lede,
.hero-actions,
.signal-chip,
.radar-label,
.trust-row {
  opacity: 0;
  animation: hero-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.hero-header {
  animation-delay: 0.05s;
}

.eyebrow {
  animation-delay: 0.18s;
}

h1 {
  animation-delay: 0.28s;
  animation-duration: 1s;
}

h1 em {
  animation: hero-accent 0.9s 1.05s cubic-bezier(0.22, 0.65, 0.3, 1) both;
}

.hero-lede {
  animation-delay: 0.45s;
}

.hero-actions {
  animation-delay: 0.6s;
}

.hero-visual picture,
.hero-visual .radar-image {
  animation: hero-soften 1.2s 0.55s cubic-bezier(0.22, 0.65, 0.3, 1) both;
  will-change: opacity;
}

.radar-label {
  animation-name: hero-pop;
  animation-duration: 0.7s;
}

.radar-label-funding {
  animation-delay: 1s;
}

.radar-label-recruiting {
  animation-delay: 1.15s;
}

.radar-label-it {
  animation-delay: 1.3s;
}

.signal-chip {
  animation-name: hero-pop;
  animation-duration: 0.7s;
}

.signal-chip-1 {
  animation-delay: 1s;
}

.signal-chip-2 {
  animation-delay: 1.15s;
}

.signal-chip-3 {
  animation-delay: 1.3s;
}

.trust-row {
  animation-delay: 0.95s;
}

@media (prefers-reduced-motion: reduce) {
  .hero-header,
  .eyebrow,
  h1,
  .hero-lede,
  .hero-actions,
  .signal-chip,
  .radar-label,
  .trust-row,
  .hero-visual picture,
  .hero-visual .radar-image,
  h1 em {
    animation: none;
    opacity: 1;
    transform: none;
  }

  h1 em {
    color: var(--accent);
  }
}

/* ============================================
   Section 2 — Infrastructure qui connecte tout
   ============================================ */

.section-2 {
  --s2-pink-top: #fff7fc;
  --s2-bordeaux: #4a1a35;
  --s2-bg-deep: #110510;
  --s2-text: #fff7fc;
  --s2-text-soft: rgba(255, 247, 252, 0.74);
  --s2-text-faint: rgba(255, 247, 252, 0.5);
  --s2-accent: #ff5fa0;
  --s2-accent-warm: #e94883;
  --s2-accent-deep: #732549;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(80px, 8vw, 130px) clamp(48px, 5vw, 76px) clamp(72px, 7vw, 104px);
  color: var(--s2-text);
  /* Photo bg fills the whole section + soft top fade for fluid transition
     out of section 1 (light pink). */
  background:
    url("/section2-assets/bg-violet.webp") center / cover no-repeat,
    var(--s2-bg-deep);
}

.section-2-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(540px, 1.35fr) minmax(460px, 0.85fr);
  grid-gap: clamp(40px, 4vw, 72px);
  gap: clamp(40px, 4vw, 72px);
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  min-height: clamp(560px, 50vw, 700px);
}

.section-2-copy {
  max-width: 720px;
  padding-block: clamp(20px, 3vw, 48px);
}

.section-2-eyebrow {
  margin: 0 0 32px;
  color: var(--s2-accent);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-2-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.3vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--s2-text);
}

.section-2-title span {
  display: block;
}

.section-2-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--s2-accent), var(--s2-accent-warm));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-2-rule {
  display: block;
  width: 56px;
  height: 2px;
  margin: 36px 0 26px;
  background: linear-gradient(90deg, var(--s2-accent), var(--s2-accent-deep));
  border-radius: 2px;
}

.section-2-lede {
  margin: 0;
  max-width: 440px;
  color: var(--s2-text-soft);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.6;
}

/* Hub visual */

.section-2-hub {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
}

.section-2-hub .hub-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-2-hub .hub-image img {
  display: block;
  width: 85%;
  height: 85%;
  object-fit: contain;
  pointer-events: none;
  filter: brightness(1.6) contrast(1.1) drop-shadow(0 0 24px rgba(233, 72, 131, 0.35));
}


.hub-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: auto;
  padding: 8px;
}

/* Final desktop positions (locked from drag). Top label above icon, bottom
   label below icon — keeps the icon as close as possible to the branch tip. */
.hub-node--intent    { top: 0%;     left: 49.94%; flex-direction: column-reverse; }
.hub-node--targeting { top: 57.52%; left: 7.05%;  }
.hub-node--sequences { top: 61.29%; left: 93.04%; }
.hub-node--scoring   { top: 100%;   left: 50.33%; }

.hub-icon {
  display: block;
  width: clamp(78px, 9.5vw, 112px);
  height: clamp(78px, 9.5vw, 112px);
  flex: 0 0 auto;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hub-label {
  min-width: 0;
  max-width: 170px;
  margin-top: 4px;
  pointer-events: none;
}

.hub-label-title {
  margin: 0 0 2px;
  color: var(--s2-text);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

.hub-label-index {
  color: var(--s2-accent);
  font-weight: 600;
  margin-right: 2px;
}

.hub-label-desc {
  margin: 0;
  color: var(--s2-text-faint);
  font-size: clamp(11.5px, 0.85vw, 13px);
  line-height: 1.35;
}

@media (max-width: 1080px) {
  .hub-label {
    max-width: 150px;
  }
  .hub-label-desc {
    font-size: 12px;
  }
}

/* ============================================
   Section 2 — Mobile
   ============================================ */

@media (max-width: 900px) {
  .section-2 {
    padding: 40px 24px 72px;
  }

  .section-2-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
  }

  .section-2-copy {
    order: 1;
    max-width: 100%;
    text-align: center;
  }

  .section-2-hub {
    order: 2;
  }

  .section-2-eyebrow {
    margin: 0 0 18px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .section-2-title {
    font-size: clamp(38px, 10vw, 50px);
    line-height: 1.06;
  }

  .section-2-rule {
    width: 48px;
    margin: 26px auto 20px;
  }

  .section-2-lede {
    margin: 0 auto;
    max-width: 32ch;
    font-size: 17px;
    line-height: 1.5;
  }

  .section-2-hub {
    max-width: min(92vw, 400px);
    margin-top: 24px;
  }

  .hub-icon {
    width: 56px;
    height: 56px;
  }

  .hub-label-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
  }

  .hub-label-desc {
    display: none;
  }

  .hub-label-index {
    display: none;
  }

  .hub-label {
    max-width: 90px;
  }

  /* Mobile positions: dialed in via the #drag helper on a 390px viewport. */
  .hub-node--intent    { top: 4.57%;  left: 50.01%; flex-direction: column-reverse; }
  .hub-node--targeting { top: 55.11%; left: 8.8%;   flex-direction: column; }
  .hub-node--sequences { top: 57.59%; left: 91.34%; flex-direction: column; }
  .hub-node--scoring   { top: 95.23%; left: 50.15%; flex-direction: column; }
}

@media (max-width: 420px) {
  .section-2 {
    padding: 28px 20px 56px;
  }

  .section-2-title {
    font-size: 32px;
  }

  .hub-icon {
    width: 54px;
    height: 54px;
  }
}

/* ============================================
   Section 2 entrance animations
   ============================================ */

@keyframes hub-node-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.section-2-eyebrow,
.section-2-title,
.section-2-rule,
.section-2-lede {
  opacity: 0;
  animation: hero-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.hub-node {
  opacity: 0;
  animation: hub-node-in 0.45s 0.3s ease-out forwards;
  will-change: opacity;
}

.section-2-eyebrow {
  animation-delay: 0.05s;
}

.section-2-title {
  animation-delay: 0.15s;
}

.section-2-rule {
  animation-delay: 0.3s;
}

.section-2-lede {
  animation-delay: 0.4s;
}

/* hub image: no entrance animation, it just renders */

@media (prefers-reduced-motion: reduce) {
  .section-2-eyebrow,
  .section-2-title,
  .section-2-rule,
  .section-2-lede,
  .hub-node,
  .section-2-hub .hub-image img,
  .section-2::before,
  .section-2::after {
    animation: none;
    opacity: 1;
  }

  .hub-node {
    transform: translate(-50%, -50%);
  }
}

/* ============================================
   Section 3 — Stack de prospection
   ============================================ */

.section-3 {
  --s3-bg: #fff7fc;
  --s3-ink: #221f20;
  --s3-muted: rgba(34, 31, 32, 0.68);
  --s3-accent: #732549;
  --s3-accent-deep: #9c0f50;
  --s3-pink-soft: #fbeaf2;
  --s3-pink-strong: #f7dce8;
  --s3-line: rgba(115, 37, 73, 0.16);
  --s3-line-soft: rgba(115, 37, 73, 0.1);
  --s3-shadow: 0 14px 40px -22px rgba(115, 37, 73, 0.32),
    0 4px 14px -8px rgba(115, 37, 73, 0.18);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(90px, 8vw, 120px) clamp(48px, 5vw, 76px) clamp(80px, 7vw, 110px);
  color: var(--s3-ink);
  background:
    radial-gradient(
      ellipse at 78% 50%,
      rgba(247, 220, 232, 0.55),
      rgba(255, 247, 252, 0) 55%
    ),
    radial-gradient(
      ellipse at 22% 25%,
      rgba(255, 255, 255, 0.7),
      rgba(255, 247, 252, 0) 50%
    ),
    var(--s3-bg);
}

/* Pattern intentionally omitted — the funnel asset already provides ambient
   sparkles, and dot/grid backgrounds were rendering as a visible checker. */

.s3-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(180px, 0.6fr) minmax(560px, 1.6fr);
  grid-template-rows: 1fr auto;
  grid-gap: clamp(24px, 3vw, 56px);
  gap: clamp(24px, 3vw, 56px);
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.s3-copy { grid-column: 1 / 2; grid-row: 1 / 2; }
.s3-tools-wrap { grid-column: 2 / 3; grid-row: 1 / 3; align-self: center; }
.s3-funnel { grid-column: 3 / 4; grid-row: 1 / 3; }
.s3-note { grid-column: 1 / 2; grid-row: 2 / 3; align-self: start; }

/* Copy column */

.s3-copy {
  max-width: 520px;
  padding-block: clamp(16px, 2vw, 32px);
}

.s3-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(50px, 4.6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.012em;
  color: var(--s3-ink);
}

.s3-title span {
  display: block;
}

.s3-title em {
  font-style: normal;
  color: var(--s3-accent);
}

.s3-rule {
  display: block;
  width: 54px;
  height: 2px;
  margin: 28px 0 22px;
  background: var(--s3-accent);
  border-radius: 2px;
}

.s3-lede {
  margin: 0;
  max-width: 380px;
  color: var(--s3-muted);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.45;
}

.s3-note {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  padding: 14px 22px 14px 16px;
  min-height: 84px;
  max-width: 340px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  border: 1px solid var(--s3-line);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: var(--s3-shadow);
}

.s3-note-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--s3-accent);
}

.s3-note-spark {
  width: 100%;
  height: 100%;
}

.s3-note p {
  margin: 0;
  color: var(--s3-ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
}

/* Tools column */

.s3-tools-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.s3-tools-eyebrow {
  margin: 0 0 4px;
  padding: 0 4px;
  color: var(--s3-accent);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.s3-tools {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* Mobile-only carousel scroll indicator. Hidden on desktop where tools are
   a vertical stack. Position rules and visibility flip happen in the
   mobile media block below. */
.s3-tools-indicator {
  display: none;
}

.s3-tool {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 8px 8px;
  height: 62px;
  border-radius: 18px;
  border: 1px solid var(--s3-line-soft);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px -18px rgba(115, 37, 73, 0.28);
  color: var(--s3-ink);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

/* Subtle line from each tool card toward the funnel (desktop only).
   Hidden under 900px where the layout becomes a horizontal carousel. */
.s3-tool::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: clamp(70px, 7vw, 110px);
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(115, 37, 73, 0.32),
    rgba(115, 37, 73, 0)
  );
  pointer-events: none;
}

.s3-tool--link {
  cursor: pointer;
}

.s3-tool--link:hover,
.s3-tool--link:focus-visible {
  transform: translateY(-2px);
  border-color: var(--s3-line);
  box-shadow: 0 14px 30px -16px rgba(115, 37, 73, 0.4);
  outline: none;
}

.s3-tool--link:focus-visible {
  outline: 2px solid var(--s3-accent);
  outline-offset: 3px;
}

.s3-tool-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
}

.s3-tool-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s3-tool-name {
  color: var(--s3-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.005em;
  white-space: nowrap;
}

/* Funnel column */

.s3-funnel {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 820px;
}

.s3-funnel-stage {
  position: relative;
  width: 100%;
  display: block;
  /* Reserve space below the funnel image for the absolutely-positioned RDV
     badge and step 4, which both overflow the frame's content box. */
  padding-bottom: clamp(60px, 7vw, 90px);
}

/* Frame holds the funnel image + absolutely-positioned step labels. The
   image is left-anchored at 65% width on desktop so labels can sit to its
   right inside the same frame width. */
.s3-funnel-frame {
  position: relative;
  width: 100%;
}

.s3-funnel-image {
  display: block;
  width: 65%;
}

.s3-funnel-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(115, 37, 73, 0.18));
  pointer-events: none;
  -webkit-user-drag: none;
}

.s3-steps {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.s3-step {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--s3-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px -18px rgba(115, 37, 73, 0.4);
  pointer-events: auto;
  white-space: nowrap;
  transform: translateY(-50%);
}

.s3-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: 700;
  color: var(--s3-accent-deep);
  background: rgba(255, 247, 252, 0.95);
  border: 1px solid rgba(156, 15, 80, 0.28);
  border-radius: 8px;
  /* hexagon-ish soft tile via clip-path */
  -webkit-clip-path: polygon(
    25% 6%,
    75% 6%,
    98% 50%,
    75% 94%,
    25% 94%,
    2% 50%
  );
          clip-path: polygon(
    25% 6%,
    75% 6%,
    98% 50%,
    75% 94%,
    25% 94%,
    2% 50%
  );
}

.s3-step-label {
  color: var(--s3-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

/* Desktop step positions (drag-mode calibrated). Frame height = funnel image
   height. Labels sit to the right of the 65%-wide funnel image. Step 4 sits
   below the funnel image, aligned with the RDV badge. */
.s3-step-1 { top: 41.24%; left: 65.84%; }
.s3-step-2 { top: 63.98%; left: 61.14%; }
.s3-step-3 { top: 83.59%; left: 56.16%; }
.s3-step-4 { top: 116.28%; left: 46.43%; }

.s3-step-label {
  max-width: 220px;
  white-space: nowrap;
}

/* RDV badge — soft halo + rounded white card with calendar. Positioned
   absolutely inside .s3-funnel-frame (same coordinate system as the steps,
   so it's draggable via the #drag dev panel). Anchored at its center via
   translate(-50%, -50%); top/left are relative to the frame and refer to
   the badge's visual center. */
.s3-rdv-badge {
  position: absolute;
  top: 115.34%;
  left: 32.13%;
  transform: translate(-50%, -50%);
  width: clamp(72px, 7vw, 96px);
  aspect-ratio: 1 / 1;
  pointer-events: none;
}

.s3-rdv-halo {
  position: absolute;
  inset: -36% -36%;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(247, 200, 222, 0.55),
    rgba(247, 220, 232, 0) 65%
  );
  pointer-events: none;
}

.s3-rdv-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--s3-line);
  box-shadow:
    0 14px 30px -16px rgba(115, 37, 73, 0.4),
    0 4px 10px -6px rgba(115, 37, 73, 0.18);
  color: var(--s3-accent);
}

.s3-rdv-icon {
  display: block;
  width: 58%;
  height: 58%;
  color: inherit;
}

/* Drag mode (URL hash #drag): a fixed dev panel + a hint that steps move. */
.s3-step--dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  box-shadow: 0 18px 36px -14px rgba(115, 37, 73, 0.45);
}

.s3-drag-panel {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 999;
  background: rgba(255, 247, 252, 0.92);
  border: 1px solid rgba(115, 37, 73, 0.2);
  border-radius: 14px;
  padding: 14px 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: #221f20;
  box-shadow: 0 14px 32px -10px rgba(115, 37, 73, 0.25);
  min-width: 240px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  /* Pass touches THROUGH the panel to the draggable elements underneath; the
     copy button re-enables pointer events on itself. */
  pointer-events: none;
}

.s3-drag-panel button {
  pointer-events: auto;
}

@media (max-width: 900px) {
  .s3-drag-panel {
    bottom: 8px;
    right: 8px;
    left: 8px;
    padding: 8px 10px;
    min-width: 0;
    font-size: 10.5px;
  }

  .s3-drag-panel header {
    margin: 0 0 4px;
    padding-bottom: 4px;
  }

  .s3-drag-panel header span {
    display: none;
  }

  .s3-drag-panel table {
    margin: 0 0 6px;
  }

  .s3-drag-panel th,
  .s3-drag-panel td {
    padding: 1px 4px;
  }

  .s3-drag-panel button {
    padding: 6px 10px;
  }
}

.s3-drag-panel header {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(115, 37, 73, 0.15);
}

.s3-drag-panel header strong {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #732549;
  text-transform: uppercase;
}

.s3-drag-panel header span {
  font-size: 10.5px;
  color: rgba(34, 31, 32, 0.6);
}

.s3-drag-panel table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px;
}

.s3-drag-panel th,
.s3-drag-panel td {
  text-align: left;
  padding: 3px 6px;
  font-weight: 500;
}

.s3-drag-panel th {
  color: rgba(34, 31, 32, 0.55);
  font-weight: 600;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.s3-drag-panel td {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.s3-drag-panel button {
  width: 100%;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: #732549;
  color: #fff7fc;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.s3-drag-panel button:hover {
  background: #9c0f50;
}

/* ============================================
   Section 3 — Mobile
   ============================================ */

@media (max-width: 1180px) {
  .s3-inner {
    grid-template-columns: minmax(320px, 1fr) minmax(170px, auto) minmax(440px, 1.4fr);
    gap: clamp(20px, 2.4vw, 40px);
  }

  .s3-title {
    font-size: clamp(46px, 4.6vw, 62px);
  }

  .s3-tool {
    height: 58px;
    padding: 8px 14px 8px 8px;
  }

  .s3-tool-name {
    font-size: 14px;
  }

  .s3-step-label {
    font-size: 14px;
  }

  .s3-step {
    padding: 8px 14px 8px 10px;
  }

  .s3-step-num {
    width: 28px;
    height: 28px;
    font-size: 13.5px;
  }
}

@media (max-width: 900px) {
  .section-3 {
    padding: clamp(60px, 9vw, 88px) 22px clamp(72px, 10vw, 100px);
  }

  .section-3::before {
    background-size: 22px 22px;
  }

  .s3-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
    max-width: 540px;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .s3-copy,
  .s3-tools-wrap,
  .s3-funnel,
  .s3-note {
    grid-column: auto;
    grid-row: auto;
  }

  .s3-copy {
    order: 1;
    max-width: 100%;
    padding-block: 0;
  }

  .s3-title {
    font-size: clamp(34px, 8.4vw, 42px);
    line-height: 1.12;
  }

  .s3-rule {
    width: 44px;
    margin: 22px 0 18px;
  }

  .s3-lede {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.4;
  }

  .s3-note {
    order: 4;
    align-self: center;
    max-width: 88%;
    width: 100%;
    margin-top: 12px;
    padding: 16px 20px 16px 16px;
  }

  .s3-note p {
    font-size: 15.5px;
  }

  /* Mobile: full-width 3×2 grid of tool cards (no scroll, no clipping). */
  .s3-tools-wrap {
    order: 2;
    max-width: none;
    width: 100%;
    gap: 14px;
  }

  .s3-tools-eyebrow {
    text-align: left;
    padding: 0;
    margin: 0 0 2px;
  }

  .s3-tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    gap: 10px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .s3-tool {
    flex-direction: column;
    gap: 6px;
    width: auto;
    min-width: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 10px 8px;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .s3-tool::after {
    display: none;
  }

  .s3-tools-indicator {
    display: none;
  }

  .s3-tool-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .s3-tool-name {
    font-size: 12.5px;
    text-align: center;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  /* Funnel becomes the centerpiece, labels inside each layer */
  .s3-funnel {
    order: 3;
    max-width: 460px;
    /* The mobile funnel asset has ~30% empty space above the first layer.
       Pull it up to close the visible gap with the stack technique grid. */
    margin: -72px auto 0;
  }

  .s3-funnel-frame {
    width: 100%;
  }

  .s3-funnel-image {
    width: 100%;
  }

  .s3-rdv-badge {
    top: 112.65%;
    left: 49.37%;
    width: clamp(72px, 18vw, 90px);
  }

  .s3-step {
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 22px -16px rgba(115, 37, 73, 0.35);
    padding: 7px 14px 7px 8px;
    animation: s3-step-rise-mobile 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  }

  @keyframes s3-step-rise-mobile {
    from { opacity: 0; transform: translate(-50%, calc(-50% + 14px)); }
    to   { opacity: 1; transform: translate(-50%, -50%); }
  }

  .s3-step-label {
    font-size: 13.5px;
    white-space: normal;
    max-width: 140px;
    line-height: 1.18;
  }

  .s3-step-num {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  /* Mobile asset (cropped 1100×1060) layer peaks → % of frame height:
     L1≈40%, L2≈56%, L3≈72%, L4≈89%. */
  .s3-step-1 { top: 40%; left: 50%; }
  .s3-step-2 { top: 56%; left: 50%; }
  .s3-step-3 { top: 72%; left: 50%; }
  .s3-step-4 { top: 89%; left: 50%; }

}

@media (max-width: 420px) {
  .s3-title {
    font-size: 32px;
  }

  .s3-tools {
    gap: 8px;
  }

  .s3-tool {
    padding: 8px 6px;
    border-radius: 14px;
  }

  .s3-tool-icon {
    width: 34px;
    height: 34px;
  }

  .s3-tool-name {
    font-size: 11.5px;
  }

  .s3-step-label {
    font-size: 12.5px;
    max-width: 120px;
  }
}

/* ============================================
   Section 3 entrance animations
   ============================================ */

@keyframes s3-step-rise {
  from { opacity: 0; transform: translate(0, calc(-50% + 14px)); }
  to   { opacity: 1; transform: translateY(-50%); }
}

@keyframes s3-rdv-rise {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 10px)); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}

.s3-title,
.s3-rule,
.s3-lede,
.s3-note,
.s3-tools-eyebrow,
.s3-tool,
.s3-funnel-image {
  opacity: 0;
  animation: hero-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.s3-step {
  opacity: 0;
  animation: s3-step-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.s3-rdv-badge {
  opacity: 0;
  animation: s3-rdv-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.s3-title { animation-delay: 0.08s; }
.s3-rule { animation-delay: 0.22s; }
.s3-lede { animation-delay: 0.3s; }
.s3-tools-eyebrow { animation-delay: 0.22s; }
.s3-note { animation-delay: 0.5s; }

.s3-tool:nth-child(1) { animation-delay: 0.28s; }
.s3-tool:nth-child(2) { animation-delay: 0.34s; }
.s3-tool:nth-child(3) { animation-delay: 0.4s; }
.s3-tool:nth-child(4) { animation-delay: 0.46s; }
.s3-tool:nth-child(5) { animation-delay: 0.52s; }
.s3-tool:nth-child(6) { animation-delay: 0.58s; }

.s3-funnel-image {
  animation-name: hero-soften;
  animation-duration: 1.1s;
  animation-delay: 0.35s;
}

.s3-step:nth-child(1) { animation-delay: 0.55s; }
.s3-step:nth-child(2) { animation-delay: 0.65s; }
.s3-step:nth-child(3) { animation-delay: 0.75s; }
.s3-step:nth-child(4) { animation-delay: 0.85s; }

.s3-rdv-badge { animation-delay: 0.95s; }

@media (prefers-reduced-motion: reduce) {
  .s3-title,
  .s3-rule,
  .s3-lede,
  .s3-note,
  .s3-tools-eyebrow,
  .s3-tool,
  .s3-funnel-image,
  .s3-step,
  .s3-rdv-badge {
    animation: none;
    opacity: 1;
  }
}

/* ============================================================
   Section 4 — Cas clients (dark business intelligence)
   ============================================================ */

.section-4 {
  --s4-ink: #fff7fc;
  --s4-muted: rgba(255, 247, 252, 0.72);
  --s4-muted-soft: rgba(255, 247, 252, 0.55);
  --s4-accent: #d85b85;
  --s4-accent-bright: #e76b95;
  --s4-bordeaux: #732549;
  --s4-line: rgba(255, 247, 252, 0.14);
  --s4-line-soft: rgba(255, 247, 252, 0.08);
  --s4-card-bg: rgba(15, 8, 18, 0.55);
  --s4-card-bg-hover: rgba(20, 10, 24, 0.65);
  --s4-card-shadow:
    0 30px 80px -50px rgba(0, 0, 0, 0.85),
    0 1px 0 rgba(255, 247, 252, 0.04) inset;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: clamp(820px, 80vh, 920px);
  padding: clamp(40px, 3.8vw, 60px) clamp(28px, 4.6vw, 76px)
    clamp(56px, 5.4vw, 80px);
  color: var(--s4-ink);
  background:
    url("/section2-assets/bg-violet.webp") center / cover no-repeat,
    #110510;
}

.section-4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.55), transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(115, 37, 73, 0.28), transparent 60%),
    radial-gradient(ellipse at 12% 75%, rgba(216, 91, 133, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(11, 4, 12, 0.55), rgba(11, 4, 12, 0.78));
  pointer-events: none;
}


.s4-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(20px, 1.8vw, 28px);
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  min-height: inherit;
}

/* Brand mark top-right */

.s4-brand {
  position: absolute;
  z-index: 3;
  top: clamp(22px, 2.4vw, 36px);
  right: clamp(28px, 4.6vw, 76px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff7fc;
  opacity: 0;
  animation: s4-brand-in 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) 0.05s forwards;
  transition: opacity 200ms ease;
}

.s4-brand:hover { opacity: 1; }

@keyframes s4-brand-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 0.94; transform: translateY(0); }
}

.s4-brand-mark {
  display: block;
  width: 104px;
  height: 104px;
  object-fit: contain;
  filter: brightness(0) invert(1)
    drop-shadow(0 0 18px rgba(255, 247, 252, 0.35));
  animation: s4-brand-pulse 4.2s ease-in-out 1s infinite;
}

@keyframes s4-brand-pulse {
  0%, 100% {
    transform: scale(1);
    filter: brightness(0) invert(1)
      drop-shadow(0 0 18px rgba(255, 247, 252, 0.3));
  }
  50% {
    transform: scale(1.05);
    filter: brightness(0) invert(1)
      drop-shadow(0 0 28px rgba(255, 247, 252, 0.55));
  }
}

.s4-brand-type {
  display: flex;
  flex-direction: column;
  line-height: 0.92;
  letter-spacing: 0;
  color: #fff7fc;
}

.s4-brand-type span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
}

.s4-brand-type span:last-child {
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .s4-brand { gap: 12px; top: 22px; right: 28px; }
  .s4-brand-mark { width: 76px; height: 76px; }
  .s4-brand-type span:first-child,
  .s4-brand-type span:last-child { font-size: 22px; }
}

@media (max-width: 540px) {
  .s4-brand { gap: 8px; top: 16px; right: 20px; }
  .s4-brand-mark { width: 52px; height: 52px; }
  .s4-brand-type span:first-child,
  .s4-brand-type span:last-child { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .s4-brand {
    animation: none !important;
    opacity: 0.92 !important;
    transform: none !important;
  }
  .s4-brand-mark { animation: none !important; transform: none !important; }
}

/* Editorial header */

.s4-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: end;
  grid-column-gap: clamp(28px, 3vw, 56px);
  column-gap: clamp(28px, 3vw, 56px);
  grid-row-gap: clamp(8px, 0.8vw, 14px);
  row-gap: clamp(8px, 0.8vw, 14px);
}

.s4-eyebrow {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(28px, 2.8vw, 38px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--s4-accent-bright);
  line-height: 1;
}

.s4-title {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.012em;
  color: var(--s4-ink);
}

.s4-title span { display: block; }

.s4-title em {
  font-style: normal;
  color: var(--s4-accent-bright);
}

.s4-lede {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: end;
  justify-self: end;
  margin: 0 0 6px;
  max-width: 360px;
  color: var(--s4-muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.5;
  text-align: right;
}

/* Cards grid */

.s4-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(16px, 1.4vw, 22px);
  gap: clamp(16px, 1.4vw, 22px);
}

.s4-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(16px, 1.4vw, 22px) clamp(18px, 1.6vw, 24px);
  border: 1px solid var(--s4-line);
  border-radius: 22px;
  background: var(--s4-card-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--s4-card-shadow);
  isolation: isolate;
  overflow: hidden;
  transition: transform 320ms ease, border-color 320ms ease,
    background 320ms ease;
}

.s4-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    ellipse at 18% 110%,
    rgba(115, 37, 73, 0.22),
    transparent 55%
  );
  opacity: 0.8;
  pointer-events: none;
}

.s4-card:hover {
  border-color: rgba(255, 247, 252, 0.2);
  background: var(--s4-card-bg-hover);
  transform: translateY(-2px);
}

/* Card header */

.s4-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: baseline;
  grid-column-gap: 12px;
  column-gap: 12px;
  grid-row-gap: 6px;
  row-gap: 6px;
  margin-bottom: clamp(8px, 1vw, 14px);
}

.s4-wordmark {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(26px, 2.3vw, 36px);
  line-height: 1;
  letter-spacing: 0.005em;
  background: linear-gradient(
    180deg,
    rgba(255, 247, 252, 1) 0%,
    rgba(255, 247, 252, 0.78) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.s4-card-sector {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--s4-muted-soft);
  justify-self: end;
  text-align: right;
}

.s4-card-rule {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--s4-accent-bright) 0%,
    var(--s4-accent) 36%,
    rgba(255, 247, 252, 0) 100%
  );
  opacity: 0.65;
}

/* Card body */

.s4-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(100px, 0.7fr);
  align-items: center;
  grid-gap: clamp(12px, 1.4vw, 18px);
  gap: clamp(12px, 1.4vw, 18px);
  flex: 1 1;
  margin-bottom: clamp(12px, 1.3vw, 18px);
}

.s4-card-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(19px, 1.5vw, 26px);
  line-height: 1.16;
  letter-spacing: -0.005em;
  color: var(--s4-ink);
  max-width: 24ch;
}

.s4-card-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 170px;
  height: clamp(70px, 6.4vw, 92px);
  margin-left: auto;
  filter: drop-shadow(0 8px 22px rgba(216, 91, 133, 0.22));
}

.s4-vis {
  width: 100%;
  height: 100%;
  display: block;
}

/* Metrics */

.s4-card-metrics {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: clamp(8px, 1vw, 14px);
  gap: clamp(8px, 1vw, 14px);
  margin: 0;
  padding: clamp(10px, 1.1vw, 14px) 0 0;
  border-top: 1px solid var(--s4-line-soft);
}

.s4-metric {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-right: clamp(6px, 0.8vw, 12px);
}

.s4-metric-value {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(20px, 1.75vw, 28px);
  line-height: 1;
  letter-spacing: -0.012em;
  color: var(--s4-accent-bright);
  white-space: nowrap;
}

.s4-metric-label {
  font-size: clamp(11px, 0.84vw, 13px);
  line-height: 1.3;
  color: var(--s4-muted);
  letter-spacing: 0.005em;
}

.s4-metric-divider {
  position: absolute;
  top: 8%;
  right: 0;
  width: 1px;
  height: 84%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 247, 252, 0.16),
    transparent
  );
}

/* ---------- Responsive ---------- */

@media (max-width: 1120px) {
  .s4-copy {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .s4-eyebrow,
  .s4-title,
  .s4-lede {
    grid-column: 1 / -1;
  }

  .s4-lede {
    grid-row: auto;
  }

  .s4-lede {
    justify-self: start;
    text-align: left;
    margin-top: 4px;
    max-width: 460px;
  }
}

@media (max-width: 900px) {
  .section-4 {
    min-height: clamp(820px, 88vh, 1080px);
  }

  .s4-card-body {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 0.65fr);
    gap: 12px;
  }

  .s4-card-visual {
    max-width: 130px;
    height: 80px;
  }

  .s4-card-sector { font-size: 10px; }
}

/* 2x2 maintained on small tablets / large phones */
@media (max-width: 700px) {
  .s4-grid { gap: 12px; }

  .s4-card {
    padding: 16px 16px 14px;
    border-radius: 18px;
  }

  .s4-wordmark { font-size: clamp(20px, 5.4vw, 26px); }

  .s4-card-sector { display: none; }

  .s4-card-body {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    margin-bottom: 12px;
  }

  .s4-card-title {
    font-size: clamp(15px, 3.6vw, 17px);
    line-height: 1.2;
    max-width: 100%;
  }

  .s4-card-visual {
    max-width: 120px;
    height: 56px;
    margin: 0;
  }

  .s4-card-metrics { gap: 6px; padding-top: 10px; }

  .s4-metric { padding-right: 4px; gap: 2px; }

  .s4-metric-value { font-size: clamp(15px, 3.8vw, 18px); }

  .s4-metric-label { font-size: 10px; line-height: 1.2; }

  .s4-metric-divider { display: none; }
}

@media (max-width: 480px) {
  .section-4 {
    padding: clamp(56px, 12vw, 80px) clamp(20px, 5vw, 28px)
      clamp(64px, 12vw, 84px);
    min-height: auto;
  }

  .s4-inner { gap: 26px; min-height: auto; }

  .s4-eyebrow {
    font-size: clamp(22px, 6.6vw, 28px);
    letter-spacing: 0.14em;
  }

  .s4-title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.05;
  }

  .s4-lede { margin-top: 12px; font-size: 14.5px; }

  .s4-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .s4-card { padding: 18px 18px 16px; border-radius: 18px; }

  .s4-card-head {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 6px;
    margin-bottom: 12px;
  }

  .s4-wordmark {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .s4-card-rule { grid-row: 2 / 3; }

  .s4-card-body {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }

  .s4-card-title {
    font-size: clamp(17px, 4.4vw, 20px);
    max-width: 100%;
  }

  .s4-card-visual {
    margin: 0;
    max-width: 96px;
    height: 60px;
  }

  .s4-card-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-top: 12px;
  }

  .s4-metric-value { font-size: clamp(17px, 4.8vw, 22px); }

  .s4-metric-label { font-size: 10.5px; line-height: 1.25; }

  .s4-metric { padding-right: 4px; }

  .s4-metric-divider {
    display: block;
    top: 14%;
    height: 72%;
  }
}

@media (max-width: 360px) {
  .s4-card-metrics { gap: 6px; }
  .s4-metric-value { font-size: 16px; }
  .s4-metric-label { font-size: 10px; }
}

/* ---------- Entry animations ---------- */

@keyframes s4-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.s4-eyebrow,
.s4-title,
.s4-lede,
.s4-card {
  opacity: 0;
  animation: s4-rise 0.8s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
}

.s4-eyebrow { animation-delay: 0.08s; }
.s4-title { animation-delay: 0.22s; }
.s4-lede { animation-delay: 0.32s; }

.s4-card:nth-child(1) { animation-delay: 0.42s; }
.s4-card:nth-child(2) { animation-delay: 0.5s; }
.s4-card:nth-child(3) { animation-delay: 0.58s; }
.s4-card:nth-child(4) { animation-delay: 0.66s; }

@media (prefers-reduced-motion: reduce) {
  .s4-eyebrow,
  .s4-title,
  .s4-lede,
  .s4-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ============================================================
   Section 5 — Clara, votre contact (light & humain)
   ============================================================ */

.section-5 {
  --s5-bg: #fff7fc;
  --s5-bg-card: #ffffff;
  --s5-ink: #221f20;
  --s5-ink-soft: rgba(34, 31, 32, 0.72);
  --s5-ink-mute: rgba(34, 31, 32, 0.6);
  --s5-bordeaux: #732549;
  --s5-bordeaux-deep: #5a1c3a;
  --s5-line: rgba(115, 37, 73, 0.14);
  --s5-line-soft: rgba(115, 37, 73, 0.1);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(72px, 7vw, 96px) clamp(28px, 5vw, 96px);
  background:
    radial-gradient(circle at 12% 8%, rgba(115, 37, 73, 0.05), transparent 38%),
    radial-gradient(circle at 90% 90%, rgba(115, 37, 73, 0.04), transparent 42%),
    var(--s5-bg);
  color: var(--s5-ink);
}

.s5-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  grid-template-areas:
    "intro portrait"
    "actions portrait";
  align-items: center;
  grid-column-gap: clamp(48px, 6vw, 96px);
  column-gap: clamp(48px, 6vw, 96px);
  grid-row-gap: clamp(28px, 3vw, 44px);
  row-gap: clamp(28px, 3vw, 44px);
  min-height: clamp(520px, 60vh, 680px);
}

.s5-intro {
  grid-area: intro;
  position: relative;
  z-index: 2;
  max-width: 600px;
  align-self: end;
}

.s5-actions {
  grid-area: actions;
  position: relative;
  z-index: 2;
  max-width: 600px;
  align-self: start;
}

.s5-eyebrow {
  margin: 0;
  font-size: 13.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--s5-bordeaux);
  font-weight: 600;
}

.s5-rule {
  display: block;
  width: 48px;
  height: 2px;
  margin: 16px 0 34px;
  background: var(--s5-bordeaux);
  border-radius: 2px;
}

.s5-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(46px, 5.4vw, 74px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--s5-ink);
}

.s5-title-accent {
  color: var(--s5-bordeaux);
  font-style: italic;
  font-weight: 400;
}

.s5-lede {
  margin: clamp(22px, 2.4vw, 30px) 0 0;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.6;
  color: var(--s5-ink);
  max-width: 540px;
}

.s5-skills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: clamp(20px, 2.4vw, 40px);
  gap: clamp(20px, 2.4vw, 40px);
  max-width: 560px;
}

.s5-skill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.s5-skill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
}

.s5-skill-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.s5-skill-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--s5-ink);
  letter-spacing: -0.005em;
}

.s5-skill-sub {
  font-size: 14px;
  line-height: 1.4;
  color: var(--s5-ink-mute);
}

.s5-skill-divider {
  position: absolute;
  top: 8px;
  right: calc(-1 * clamp(10px, 1.2vw, 20px));
  width: 1px;
  height: 78px;
  background: var(--s5-line);
}

.s5-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 1.6vw, 18px);
  margin-top: clamp(36px, 4vw, 52px);
}

.s5-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 22px;
  height: 58px;
  min-width: 220px;
  border-radius: 10px;
  background: linear-gradient(135deg, #80264f 0%, #732549 60%, #5d1d3b 100%);
  color: var(--s5-bg);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  box-shadow:
    0 14px 30px -16px rgba(115, 37, 73, 0.55),
    0 2px 0 rgba(255, 247, 252, 0.08) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.s5-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  height: 58px;
  border-radius: 10px;
  background: transparent;
  color: var(--s5-bordeaux);
  border: 1px solid rgba(115, 37, 73, 0.28);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease,
    transform 0.25s ease;
}

.s5-linkedin:hover {
  background: rgba(115, 37, 73, 0.06);
  border-color: rgba(115, 37, 73, 0.5);
  transform: translateY(-1px);
}

.s5-linkedin-icon {
  display: block;
  color: var(--s5-bordeaux);
}

.s5-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 36px -16px rgba(115, 37, 73, 0.65),
    0 2px 0 rgba(255, 247, 252, 0.12) inset;
}

.s5-cta-mobile { display: none; }
.s5-cta-desktop { display: inline; }

.s5-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.25s ease;
}

.s5-cta:hover .s5-arrow {
  transform: translate(3px, -1px);
}

.s5-portrait {
  grid-area: portrait;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  --s5-medallion: clamp(240px, 24vw, 320px);
}

.s5-portrait-ring {
  position: absolute;
  z-index: 1;
  width: calc(var(--s5-medallion) + 16px);
  height: calc(var(--s5-medallion) + 16px);
  border-radius: 50%;
  border: 1px solid rgba(115, 37, 73, 0.22);
  pointer-events: none;
}

.s5-network {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: calc(var(--s5-medallion) * 1.85);
  max-width: none;
  height: auto;
  opacity: 0.42;
  transform: translate(-58%, -52%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.s5-clara {
  position: relative;
  z-index: 2;
  display: block;
  width: var(--s5-medallion);
  height: var(--s5-medallion);
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, #ffffff 0%, #f8e6ee 78%, #f0d2dd 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 28px 60px -28px rgba(115, 37, 73, 0.42),
    0 8px 18px -10px rgba(115, 37, 73, 0.22);
}

.s5-portrait-caption {
  position: absolute;
  z-index: 3;
  bottom: calc(50% - var(--s5-medallion) / 2 - 30px);
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 14px;
  color: var(--s5-ink-soft);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* ---------- Section 5 — Tablet ---------- */
@media (max-width: 960px) {
  .s5-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "portrait"
      "actions";
    gap: clamp(20px, 4vw, 40px);
    min-height: 0;
  }

  .s5-intro,
  .s5-actions {
    max-width: none;
    padding-bottom: 0;
    align-self: auto;
  }

  .s5-portrait {
    min-height: 0;
    height: auto;
  }

  .s5-portrait {
    --s5-medallion: clamp(220px, 38vw, 280px);
    padding: 16px 0 38px;
  }

  .s5-skills {
    max-width: none;
  }
}

/* ---------- Section 5 — Mobile ---------- */
@media (max-width: 640px) {
  .section-5 {
    padding: clamp(64px, 12vw, 88px) clamp(22px, 6vw, 28px)
      clamp(48px, 10vw, 72px);
  }

  .s5-rule {
    margin: 14px 0 26px;
  }

  .s5-title {
    font-size: clamp(40px, 11vw, 54px);
  }

  .s5-lede {
    font-size: clamp(17px, 4.4vw, 20px);
  }

  .s5-portrait {
    --s5-medallion: clamp(200px, 48vw, 260px);
    margin-top: clamp(8px, 3vw, 18px);
    padding: 12px 0 38px;
  }

  .s5-network {
    opacity: 0.32;
  }

  .s5-skills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: clamp(28px, 8vw, 40px);
  }

  .s5-skill {
    background: var(--s5-bg-card);
    border: 1px solid var(--s5-line);
    border-radius: 20px;
    padding: 18px 12px;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 18px -10px rgba(115, 37, 73, 0.18);
    min-height: 168px;
  }

  .s5-skill-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
  }

  .s5-skill-title {
    font-size: 15.5px;
  }

  .s5-skill-sub {
    font-size: 13px;
    line-height: 1.35;
  }

  .s5-skill-divider {
    display: none;
  }

  .s5-cta-row {
    flex-direction: column;
    align-items: stretch;
    margin-top: clamp(28px, 8vw, 36px);
    gap: 12px;
  }

  .s5-cta {
    display: flex;
    width: 100%;
    height: 64px;
    border-radius: 12px;
    padding: 0 22px;
    font-size: 17px;
    min-width: 0;
  }

  .s5-linkedin {
    width: 100%;
    height: 56px;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
  }

  .s5-cta-mobile { display: inline; }
  .s5-cta-desktop { display: none; }
}

@media (max-width: 380px) {
  .s5-skills {
    grid-template-columns: 1fr;
  }
  .s5-skill {
    flex-direction: row;
    text-align: left;
    align-items: center;
    min-height: 0;
    gap: 14px;
  }
  .s5-skill-icon { margin-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .s5-cta,
  .s5-cta:hover,
  .s5-arrow,
  .s5-cta:hover .s5-arrow {
    transform: none;
    transition: none;
  }
}

/* ============================================================
   Section 6 — Audit offert (dark conversion)
   ============================================================ */

.section-6 {
  --s6-ink: #fff7fc;
  --s6-ink-soft: rgba(255, 247, 252, 0.74);
  --s6-ink-mute: rgba(255, 247, 252, 0.5);
  --s6-bordeaux: #732549;
  --s6-bordeaux-bright: #c24772;
  --s6-pink: #e76b95;
  --s6-line: rgba(255, 247, 252, 0.14);
  --s6-line-soft: rgba(255, 247, 252, 0.08);
  --s6-card-bg: rgba(255, 247, 252, 0.04);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: clamp(560px, 64vh, 680px);
  padding: clamp(48px, 4.8vw, 72px) clamp(22px, 5vw, 96px);
  color: var(--s6-ink);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.45), transparent 60%),
    radial-gradient(ellipse at 85% 100%, rgba(115, 37, 73, 0.34), transparent 60%),
    radial-gradient(ellipse at 12% 75%, rgba(216, 91, 133, 0.14), transparent 55%),
    linear-gradient(180deg, #150510 0%, #0e040d 100%);
}

.s6-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.s6-orb {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}

.s6-orb-1 {
  top: -10%;
  right: -8%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(216, 91, 133, 0.5) 0%, transparent 70%);
}

.s6-orb-2 {
  bottom: -10%;
  left: -10%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(115, 37, 73, 0.55) 0%, transparent 70%);
}

.s6-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  grid-gap: clamp(40px, 5vw, 80px);
  gap: clamp(40px, 5vw, 80px);
}

.s6-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 540px;
}

.s6-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 8px 16px 8px 14px;
  background: rgba(255, 247, 252, 0.06);
  border: 1px solid var(--s6-line);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--s6-ink);
}

.s6-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--s6-pink);
  box-shadow: 0 0 0 4px rgba(231, 107, 149, 0.18);
  animation: s6-pulse 2.2s ease-in-out infinite;
}

@keyframes s6-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(231, 107, 149, 0.18); }
  50% { box-shadow: 0 0 0 8px rgba(231, 107, 149, 0); }
}

.s6-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: var(--s6-ink);
}

.s6-title em {
  font-style: italic;
  background: linear-gradient(135deg, #e76b95 0%, #d85b85 50%, #c24772 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.s6-badge {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(216, 91, 133, 0.12);
  border: 1px solid rgba(216, 91, 133, 0.32);
  border-radius: 999px;
  font-size: 13.5px;
  letter-spacing: 0.01em;
  color: var(--s6-ink);
  font-weight: 500;
}

.s6-badge strong {
  font-weight: 700;
  color: var(--s6-pink);
  font-size: 16px;
}

.s6-badge-spark {
  color: var(--s6-pink);
  font-size: 16px;
}

.s6-badge-sep {
  color: var(--s6-ink-mute);
  margin: 0 2px;
}

.s6-badge-full {
  background: rgba(255, 247, 252, 0.06);
  border-color: rgba(255, 247, 252, 0.2);
  color: var(--s6-ink-soft);
}

.s6-lede {
  margin: 22px 0 0;
  max-width: 520px;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.55;
  color: var(--s6-ink-soft);
}

.s6-lede strong {
  color: var(--s6-ink);
  font-weight: 600;
}

.s6-chips {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.s6-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 11px;
  background: rgba(255, 247, 252, 0.04);
  border: 1px solid var(--s6-line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--s6-ink-soft);
  font-weight: 500;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
  overflow: hidden;
}

.s6-chip:hover {
  border-color: rgba(231, 107, 149, 0.4);
  background: rgba(216, 91, 133, 0.1);
  color: var(--s6-ink);
}

.s6-chip-num {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  color: var(--s6-pink);
  letter-spacing: 0.02em;
}

.s6-chip-blur {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(231, 107, 149, 0.08),
    transparent 60%
  );
  filter: blur(6px);
  pointer-events: none;
}

.s6-chip-label {
  position: relative;
  z-index: 1;
}

.s6-card {
  width: 100%;
  max-width: 480px;
  margin: 0;
  padding: clamp(22px, 2.2vw, 30px);
  justify-self: end;
  background:
    linear-gradient(
      135deg,
      rgba(255, 247, 252, 0.06) 0%,
      rgba(255, 247, 252, 0.025) 100%
    );
  border: 1px solid var(--s6-line);
  border-radius: 20px;
  box-shadow:
    0 24px 60px -28px rgba(0, 0, 0, 0.85),
    0 1px 0 rgba(255, 247, 252, 0.06) inset;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.s6-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.s6-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.s6-label {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--s6-ink-mute);
  font-weight: 600;
}

.s6-optional {
  color: var(--s6-ink-mute);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 12px;
}

.s6-input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--s6-line);
  border-radius: 12px;
  color: var(--s6-ink);
  font-size: 16px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.s6-input::placeholder {
  color: rgba(255, 247, 252, 0.32);
}

.s6-input:focus {
  border-color: rgba(231, 107, 149, 0.6);
  background: rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 0 3px rgba(231, 107, 149, 0.18);
}

.s6-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 56px;
  margin-top: 8px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #e76b95 0%, #c24772 60%, #732549 100%);
  color: var(--s6-ink);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow:
    0 14px 32px -14px rgba(231, 107, 149, 0.55),
    0 1px 0 rgba(255, 247, 252, 0.18) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.s6-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow:
    0 18px 36px -14px rgba(231, 107, 149, 0.7),
    0 1px 0 rgba(255, 247, 252, 0.22) inset;
}

.s6-submit:active:not(:disabled) {
  transform: translateY(0);
}

.s6-submit:disabled {
  cursor: not-allowed;
  filter: saturate(0.6) brightness(0.85);
}

.s6-submit-arrow {
  font-size: 18px;
  transition: transform 0.25s ease;
}

.s6-submit:hover:not(:disabled) .s6-submit-arrow {
  transform: translateX(3px);
}

.s6-submit-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 247, 252, 0.32);
  border-top-color: var(--s6-ink);
  animation: s6-spin 0.7s linear infinite;
}

@keyframes s6-spin {
  to { transform: rotate(360deg); }
}

.s6-error {
  margin: 4px 0 0;
  padding: 10px 12px;
  background: rgba(231, 107, 149, 0.12);
  border: 1px solid rgba(231, 107, 149, 0.32);
  border-radius: 8px;
  font-size: 13.5px;
  color: var(--s6-ink);
}

.s6-fineprint {
  margin: 6px 0 0;
  font-size: 12.5px;
  color: var(--s6-ink-mute);
  text-align: center;
  line-height: 1.4;
}

.s6-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 8px 0;
}

.s6-success-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e76b95 0%, #732549 100%);
  color: var(--s6-ink);
  font-size: 26px;
  font-weight: 700;
  box-shadow: 0 12px 28px -12px rgba(231, 107, 149, 0.55);
}

.s6-success-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--s6-ink);
  letter-spacing: -0.005em;
}

.s6-success-text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--s6-ink-soft);
  max-width: 440px;
}

/* ---------- Section 6 — Tablet (stack) ---------- */
@media (max-width: 880px) {
  .section-6 {
    min-height: 0;
    padding: clamp(56px, 10vw, 80px) clamp(22px, 6vw, 32px);
  }

  .s6-inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 44px);
  }

  .s6-copy {
    max-width: none;
    align-items: flex-start;
  }

  .s6-card {
    max-width: 560px;
    margin: 0 auto;
    justify-self: stretch;
  }

  .s6-title {
    font-size: clamp(32px, 7vw, 44px);
  }

  .s6-lede {
    font-size: clamp(15px, 4vw, 17px);
  }
}

@media (max-width: 520px) {
  .s6-title {
    font-size: clamp(28px, 8vw, 38px);
  }

  .s6-card {
    padding: 20px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .s6-eyebrow-dot { animation: none; }
  .s6-submit,
  .s6-submit:hover,
  .s6-submit-arrow,
  .s6-submit:hover .s6-submit-arrow {
    transform: none;
    transition: none;
  }
  .s6-submit-spinner { animation: none; }
}


