/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  padding: 0 42px;
  color: rgba(34, 31, 32, 0.85);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

@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 {
    padding: 0 18px;
    font-size: 13.5px;
    font-weight: 700;
  }
}

@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;
  }

  /* Same direction logic on mobile: top label above icon, bottom label below */
  .hub-node--intent    { top: 12.6%; left: 50%;   flex-direction: column-reverse; }
  .hub-node--targeting { top: 50%;   left: 12.6%; flex-direction: column; }
  .hub-node--sequences { top: 50%;   left: 87.4%; flex-direction: column; }
  .hub-node--scoring   { top: 87.4%; left: 50%;   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.96);
  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);
}

.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;
  }

  /* Eyebrow + horizontal scroll carousel */
  .s3-tools-wrap {
    order: 2;
    max-width: none;
    gap: 12px;
  }

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

  .s3-tools {
    flex-direction: row;
    gap: 14px;
    max-width: none;
    margin: 0 -22px;
    padding: 6px 22px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .s3-tools::-webkit-scrollbar {
    display: none;
  }

  .s3-tool {
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8px;
    width: 100px;
    height: 100px;
    padding: 12px 8px 10px;
    border-radius: 18px;
    scroll-snap-align: start;
    justify-content: center;
    align-items: center;
  }

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

  .s3-tools-indicator {
    display: block;
    position: relative;
    height: 2px;
    width: 64px;
    margin: 4px auto 0;
    border-radius: 999px;
    background: rgba(115, 37, 73, 0.12);
    overflow: hidden;
    transition: opacity 200ms ease;
  }

  .s3-tools-indicator-thumb {
    position: absolute;
    inset: 0 auto 0 0;
    width: 30%;
    border-radius: 999px;
    background: var(--s3-accent);
    transition: transform 120ms ease, width 200ms ease;
  }

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

  .s3-tool-name {
    font-size: 13px;
    text-align: center;
    line-height: 1.15;
  }

  /* Funnel becomes the centerpiece, labels inside each layer */
  .s3-funnel {
    order: 3;
    max-width: 460px;
    margin: 0 auto;
  }

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

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

  .s3-rdv-badge {
    top: 102%;
    left: 50%;
    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-tool {
    width: 92px;
    height: 96px;
  }

  .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-bg: #0f0d10;
  --s4-bg-deep: #121014;
  --s4-warm-black: #221f20;
  --s4-ink: #fff7fc;
  --s4-muted: rgba(255, 247, 252, 0.7);
  --s4-muted-soft: rgba(255, 247, 252, 0.55);
  --s4-accent: #c24772;
  --s4-accent-bright: #d85b85;
  --s4-bordeaux: #732549;
  --s4-line: rgba(255, 247, 252, 0.12);
  --s4-line-soft: rgba(255, 247, 252, 0.06);
  --s4-card-bg: rgba(255, 247, 252, 0.035);
  --s4-card-bg-hover: rgba(255, 247, 252, 0.055);
  --s4-card-shadow:
    0 30px 80px -50px rgba(0, 0, 0, 0.9),
    0 1px 0 rgba(255, 247, 252, 0.04) inset;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(92px, 8vw, 116px) clamp(28px, 4.6vw, 76px)
    clamp(92px, 8vw, 116px);
  color: var(--s4-ink);
  background:
    radial-gradient(
      ellipse at 78% 14%,
      rgba(115, 37, 73, 0.22),
      rgba(15, 13, 16, 0) 55%
    ),
    radial-gradient(
      ellipse at 6% 92%,
      rgba(115, 37, 73, 0.18),
      rgba(15, 13, 16, 0) 50%
    ),
    linear-gradient(180deg, var(--s4-bg-deep) 0%, var(--s4-bg) 100%);
}

.section-4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 247, 252, 0.018) 0 1px, transparent 1.2px),
    radial-gradient(circle at 80% 70%, rgba(255, 247, 252, 0.014) 0 1px, transparent 1.2px);
  background-size: 220px 220px, 280px 280px;
  pointer-events: none;
  opacity: 0.5;
}

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

.s4-bg-network {
  top: -14%;
  right: -10%;
  width: clamp(380px, 52%, 760px);
  aspect-ratio: 1;
  background: url("/section4-assets/network-overlay.webp") top right / contain
    no-repeat;
  opacity: 0.32;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 35%,
    rgba(0, 0, 0, 0.35) 70%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 35%,
    rgba(0, 0, 0, 0.35) 70%,
    transparent 100%
  );
}

.s4-bg-glow {
  bottom: -14%;
  left: -10%;
  width: clamp(360px, 44%, 720px);
  aspect-ratio: 1;
  background: url("/section4-assets/section-4-bottom-left-glow.png") center/contain
    no-repeat;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.s4-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 2fr);
  grid-gap: clamp(36px, 4vw, 72px);
  gap: clamp(36px, 4vw, 72px);
  align-items: start;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

/* Editorial column */

.s4-copy {
  padding-top: clamp(4px, 1vw, 12px);
  max-width: 460px;
}

.s4-eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--s4-accent-bright);
}

.s4-rule {
  display: block;
  width: 48px;
  height: 2px;
  margin: 20px 0 28px;
  background: linear-gradient(90deg, var(--s4-accent-bright), var(--s4-accent));
  border-radius: 2px;
}

.s4-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 1.04;
  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 {
  margin: 26px 0 0;
  max-width: 380px;
  color: var(--s4-muted);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.5;
}

/* Cards grid */

.s4-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: clamp(20px, 1.7vw, 26px);
  gap: clamp(20px, 1.7vw, 26px);
}

.s4-card--wide {
  grid-column: 1 / -1;
}

.s4-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.2vw, 32px);
  border: 1px solid var(--s4-line);
  border-radius: 20px;
  background: var(--s4-card-bg);
  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.18),
    transparent 55%
  );
  opacity: 0.85;
  pointer-events: none;
}

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

.s4-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.s4-card-logo {
  display: inline-flex;
  align-items: center;
  height: 36px;
}

.s4-card-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.s4-card--renault .s4-card-logo img { height: 40px; }
.s4-card--loreal .s4-card-logo img { height: 22px; }
.s4-card--innogyno .s4-card-logo img { height: 22px; }

.s4-card-rule {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--s4-accent-bright);
  border-radius: 2px;
  opacity: 0.9;
}

.s4-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  grid-gap: clamp(16px, 2vw, 32px);
  gap: clamp(16px, 2vw, 32px);
  flex: 1 1;
  margin: clamp(14px, 1.5vw, 22px) 0 clamp(22px, 2vw, 30px);
}

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

.s4-card--compact .s4-card-title {
  font-size: clamp(22px, 1.6vw, 28px);
}

.s4-card-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  min-height: clamp(140px, 14vw, 200px);
}

.s4-card-visual img {
  width: 100%;
  height: auto;
  max-height: clamp(180px, 18vw, 260px);
  object-fit: contain;
  object-position: right center;
  filter: drop-shadow(0 14px 30px rgba(194, 71, 114, 0.22));
}

.s4-card--loreal .s4-card-visual {
  justify-content: center;
}

.s4-card--loreal .s4-card-visual img {
  object-position: center;
  max-height: clamp(170px, 16vw, 230px);
  filter: drop-shadow(0 0 24px rgba(216, 91, 133, 0.35));
}

.s4-card--innogyno .s4-card-visual img {
  filter: drop-shadow(0 10px 28px rgba(216, 91, 133, 0.22));
}

.s4-card--renault .s4-card-visual img {
  max-height: clamp(180px, 16vw, 240px);
}

/* Metrics */

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

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

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

.s4-metric-label {
  font-size: clamp(12.5px, 0.95vw, 15px);
  line-height: 1.35;
  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.14),
    transparent
  );
}

/* Card-specific wide tweaks (Renault) */

.s4-card--wide .s4-card-body {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(20px, 2.4vw, 40px);
  margin-top: clamp(18px, 2vw, 26px);
}

.s4-card--wide .s4-card-title {
  font-size: clamp(28px, 2.4vw, 40px);
  max-width: 18ch;
}

.s4-card--wide .s4-card-metrics {
  padding-top: clamp(20px, 1.8vw, 26px);
}

.s4-card--wide .s4-metric-value {
  font-size: clamp(34px, 3.2vw, 52px);
}

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

@media (max-width: 1180px) {
  .s4-inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 4vw, 44px);
  }

  .s4-copy {
    max-width: 580px;
  }

  .s4-card--wide .s4-card-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .section-4 {
    padding: clamp(72px, 14vw, 96px) clamp(22px, 6vw, 32px)
      clamp(88px, 14vw, 110px);
  }

  .s4-bg-network {
    top: -6%;
    right: -22%;
    width: 110vw;
    opacity: 0.2;
  }

  .s4-bg-glow {
    bottom: -8%;
    left: -28%;
    width: 80vw;
    opacity: 0.4;
  }

  .s4-inner {
    gap: 36px;
  }

  .s4-rule {
    margin: 18px 0 22px;
  }

  .s4-title {
    font-size: clamp(44px, 12vw, 58px);
    line-height: 1.06;
  }

  .s4-lede {
    margin-top: 20px;
    font-size: 17px;
  }

  .s4-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 4px;
  }

  .s4-card,
  .s4-card--wide {
    grid-column: auto;
  }

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

  .s4-card-head {
    gap: 14px;
    margin-bottom: 0;
  }

  .s4-card--renault .s4-card-logo img { height: 34px; }
  .s4-card--loreal .s4-card-logo img { height: 20px; }
  .s4-card--innogyno .s4-card-logo img { height: 20px; }

  .s4-card-body {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 18px 0 22px;
    align-items: start;
  }

  .s4-card--wide .s4-card-body {
    grid-template-columns: 1fr;
  }

  .s4-card-title,
  .s4-card--wide .s4-card-title,
  .s4-card--compact .s4-card-title {
    font-size: clamp(22px, 5.6vw, 28px);
    max-width: 100%;
  }

  .s4-card-visual {
    justify-content: center;
    min-height: 0;
  }

  .s4-card-visual img {
    max-height: clamp(140px, 38vw, 200px);
    object-position: center;
  }

  .s4-card--loreal .s4-card-visual img {
    max-height: clamp(150px, 40vw, 200px);
  }

  .s4-card-metrics {
    gap: 12px;
    padding-top: 18px;
  }

  .s4-metric-value,
  .s4-card--wide .s4-metric-value {
    font-size: clamp(24px, 6.8vw, 32px);
  }

  .s4-metric-label {
    font-size: 12px;
    line-height: 1.3;
  }

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

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

@media (max-width: 380px) {
  .s4-card-metrics {
    gap: 8px;
  }

  .s4-metric-value,
  .s4-card--wide .s4-metric-value {
    font-size: 22px;
  }

  .s4-metric-label {
    font-size: 11.5px;
  }
}

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

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

.s4-eyebrow,
.s4-rule,
.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-rule { animation-delay: 0.16s; }
.s4-title { animation-delay: 0.22s; }
.s4-lede { animation-delay: 0.32s; }

.s4-card--wide { animation-delay: 0.4s; }
.s4-card--compact:nth-of-type(2) { animation-delay: 0.5s; }
.s4-card--compact:nth-of-type(3) { animation-delay: 0.58s; }

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

