:root {
  --navy-950: #041a2d;
  --navy-900: #072947;
  --navy-800: #0a3b61;
  --navy-700: #0a527e;
  --blue-600: #087fae;
  --cyan-500: #16afd0;
  --aqua-400: #69d4c3;
  --mint-200: #c9f1df;
  --gold-500: #f3c758;
  --gold-300: #ffe895;
  --cream: #fbfaf5;
  --sand: #f4efe2;
  --white: #ffffff;
  --ink: #102a43;
  --slate: #52667a;
  --line: #dfe8ec;
  --shadow-sm: 0 10px 30px rgba(4, 41, 71, 0.09);
  --shadow-lg: 0 30px 80px rgba(4, 41, 71, 0.18);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: 1240px;
}

/* Fonctionnalités — palette métier plus lisible, sans changement de structure. */
.landing-v2 #preuve.features-v2-page {
  background:
    radial-gradient(circle at 8% 18%, rgba(23, 110, 209, .08), transparent 25%),
    radial-gradient(circle at 92% 22%, rgba(0, 141, 168, .07), transparent 27%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9fd 54%, #fbfdff 100%);
}

.landing-v2 #preuve [data-features-role="administrator"],
.landing-v2 #preuve [data-features-panel="administrator"] {
  --feature-tab-accent: #176ed1;
  --feature-accent: #176ed1;
  --feature-soft: #eaf3ff;
  --feature-line: #9cc5f2;
}

.landing-v2 #preuve [data-features-role="hr"],
.landing-v2 #preuve [data-features-panel="hr"] {
  --feature-tab-accent: #7058d7;
  --feature-accent: #7058d7;
  --feature-soft: #f0edff;
  --feature-line: #c5baf5;
}

.landing-v2 #preuve [data-features-role="recruitment"],
.landing-v2 #preuve [data-features-panel="recruitment"] {
  --feature-tab-accent: #008da8;
  --feature-accent: #008da8;
  --feature-soft: #e6f7fa;
  --feature-line: #8fd1dc;
}

.landing-v2 #preuve [data-features-role="managers"],
.landing-v2 #preuve [data-features-panel="managers"] {
  --feature-tab-accent: #269846;
  --feature-accent: #269846;
  --feature-soft: #eaf8ee;
  --feature-line: #9ed7ae;
}

.landing-v2 #preuve [data-features-role="employees"],
.landing-v2 #preuve [data-features-panel="employees"] {
  --feature-tab-accent: #a94b9b;
  --feature-accent: #a94b9b;
  --feature-soft: #faedf7;
  --feature-line: #dfafd6;
}

.landing-v2 #preuve .features-v2-anchor-nav button {
  border-color: color-mix(in srgb, var(--feature-tab-accent) 34%, white);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--feature-tab-accent) 9%, white), #fff 72%);
  box-shadow:
    0 8px 22px color-mix(in srgb, var(--feature-tab-accent) 10%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.landing-v2 #preuve .features-v2-anchor-nav button.is-active,
.landing-v2 #preuve .features-v2-anchor-nav button[aria-selected="true"] {
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--feature-tab-accent) 88%, white),
    color-mix(in srgb, var(--feature-tab-accent) 78%, #062c52));
  box-shadow:
    0 15px 32px color-mix(in srgb, var(--feature-tab-accent) 31%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, .24);
}

.landing-v2 #preuve .features-v2-profile,
.landing-v2 #preuve .features-v2-profile:first-child {
  border-color: var(--feature-line);
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--feature-accent) 17%, transparent), transparent 33%),
    linear-gradient(135deg, var(--feature-soft), #fff 50%, color-mix(in srgb, var(--feature-soft) 80%, white));
  box-shadow:
    0 20px 50px color-mix(in srgb, var(--feature-accent) 13%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.landing-v2 #preuve .features-v2-profile-head {
  border-bottom-color: color-mix(in srgb, var(--feature-accent) 25%, white);
}

.landing-v2 #preuve .features-v2-profile-head h2 {
  color: color-mix(in srgb, var(--feature-accent) 42%, #082f52);
}

.landing-v2 #preuve .features-v2-profile-head > .features-v2-portrait {
  border-color: color-mix(in srgb, var(--feature-accent) 18%, white);
  box-shadow:
    0 10px 25px color-mix(in srgb, var(--feature-accent) 23%, transparent),
    0 0 0 4px color-mix(in srgb, var(--feature-accent) 8%, transparent);
}

.landing-v2 #preuve .features-v2-grid article {
  border-color: color-mix(in srgb, var(--feature-accent) 25%, white) !important;
  background: linear-gradient(150deg, #fff 36%, color-mix(in srgb, var(--feature-soft) 74%, white));
  box-shadow:
    0 10px 24px color-mix(in srgb, var(--feature-accent) 9%, transparent) !important;
}

.landing-v2 #preuve .features-v2-grid article > .yl-icon {
  color: var(--feature-accent);
  border: 1px solid color-mix(in srgb, var(--feature-accent) 24%, white);
  background: color-mix(in srgb, var(--feature-soft) 84%, white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
}

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section-shell {
  position: relative;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--gold-300);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy-950);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(3.15rem, 4.35vw, 4.75rem);
  font-weight: 800;
}

h1 span,
h2 span {
  color: var(--blue-600);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 4vw, 4.25rem);
  font-weight: 780;
}

h3 {
  font-size: 1.42rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-800), var(--blue-600));
  box-shadow: 0 12px 26px rgba(8, 127, 174, 0.22);
}

.button-primary:hover {
  box-shadow: 0 16px 34px rgba(8, 127, 174, 0.32);
}

.button-secondary {
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.74);
  border-color: #bad0dc;
}

.button-secondary:hover {
  background: var(--white);
  border-color: var(--blue-600);
}

.button-gold {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  box-shadow: 0 12px 30px rgba(243, 199, 88, 0.22);
}

.button-ghost-light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.button-audio {
  color: #41576a;
  background: #eef7f8;
  border-color: #c7e4e5;
}

.button-disabled {
  color: #72818d;
  background: #e8ecef;
  border-color: #dde3e7;
  box-shadow: none;
  cursor: not-allowed;
}

.button-disabled:hover {
  transform: none;
}

.button-compact {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 0.9rem;
}

.full-button {
  width: 100%;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--navy-900);
  background: rgba(251, 250, 245, 0.84);
  border-bottom: 1px solid rgba(7, 41, 71, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 28px rgba(4, 41, 71, 0.08);
}

.header-inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand strong {
  font-size: 1.18rem;
}

.brand small {
  margin-top: 5px;
  color: #678094;
  font-size: 0.65rem;
  font-weight: 650;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.main-nav a,
.text-link {
  position: relative;
  font-size: 0.88rem;
  font-weight: 700;
}

.main-nav a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--blue-600);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.is-current::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy-900);
  transition: transform 180ms ease, opacity 180ms ease;
}

/* Hero */
.hero {
  padding: 118px 0 74px;
  background:
    radial-gradient(circle at 72% 36%, rgba(22, 175, 208, 0.13), transparent 28%),
    radial-gradient(circle at 92% 5%, rgba(243, 199, 88, 0.14), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf5 78%, #f2f8f7 100%);
}

.hero-orb {
  position: absolute;
  border: 1px solid rgba(8, 127, 174, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orb-a {
  top: 110px;
  right: -210px;
  width: 610px;
  height: 610px;
}

.hero-orb-b {
  right: -75px;
  bottom: 180px;
  width: 310px;
  height: 310px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(620px, 1.28fr);
  align-items: center;
  gap: 42px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--slate);
  font-size: 1.18rem;
}

.hero-actions,
.pricing-actions,
.demo-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 22px 0 30px;
  padding: 0;
  color: #3d556b;
  font-size: 0.88rem;
  list-style: none;
}

.mobile-product-peek {
  display: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-list span {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: var(--navy-800);
  background: var(--mint-200);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.voice-pill {
  display: grid;
  width: min(100%, 420px);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #d2e2e8;
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  text-align: left;
}

.voice-pill > span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.voice-pill strong {
  font-size: 0.9rem;
}

.voice-pill small {
  color: #718393;
  font-size: 0.72rem;
}

.voice-state {
  color: var(--blue-600);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.voice-icon {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: white;
  background: linear-gradient(135deg, #4b49a8, #148f8b);
  border-radius: 50%;
}

.voice-icon i {
  width: 2px;
  height: 11px;
  background: currentColor;
  border-radius: 2px;
}

.voice-icon i:nth-child(2) { height: 17px; }
.voice-icon i:nth-child(3) { height: 13px; }
.voice-icon i:nth-child(4) { height: 7px; }

.voice-pill.is-playing .voice-icon i {
  animation: sound 700ms ease-in-out infinite alternate;
}

.voice-pill.is-playing .voice-icon i:nth-child(2) { animation-delay: 100ms; }
.voice-pill.is-playing .voice-icon i:nth-child(3) { animation-delay: 200ms; }

@keyframes sound {
  to { transform: scaleY(0.4); }
}

.hero-stage {
  position: relative;
  min-width: 0;
  padding: 46px 66px 46px 0;
}

.product-glow {
  position: absolute;
  top: 4%;
  right: 0;
  bottom: 0;
  left: 6%;
  background: radial-gradient(circle at 50% 48%, rgba(22, 175, 208, 0.32), rgba(105, 212, 195, 0.05) 55%, transparent 70%);
  filter: blur(22px);
}

.product-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--navy-950);
  border: 6px solid #102c43;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}

.window-bar {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  background: #0f2233;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.window-bar > span {
  width: 8px;
  height: 8px;
  background: #456174;
  border-radius: 50%;
}

.window-bar > span:first-child { background: #f0b953; }
.window-bar > span:nth-child(2) { background: #70c9b5; }

.window-bar p {
  margin: 0 0 0 8px;
  color: #b7c7d2;
  font-size: 0.65rem;
}

.hero-carousel {
  position: relative;
  aspect-ratio: 1.64;
  background: #061d35;
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 500ms ease, transform 600ms ease;
  transform: scale(1.015);
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.hero-slide figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(4, 26, 45, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.hero-slide figcaption strong {
  font-size: 0.84rem;
}

.hero-slide figcaption span {
  color: #d0dce4;
  font-size: 0.7rem;
  text-align: right;
}

.carousel-controls {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #0f2233;
}

.carousel-controls > button {
  color: #d7e3e9;
  background: transparent;
  cursor: pointer;
}

.carousel-dots {
  display: flex;
  gap: 7px;
}

.carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #5a7181;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 24px;
  background: var(--gold-500);
  border-radius: 9px;
}

.elia-wrap {
  position: absolute;
  z-index: 4;
  right: -88px;
  bottom: 2px;
  width: 248px;
  pointer-events: none;
}

.elia-wrap::after {
  position: absolute;
  right: 16%;
  bottom: 0;
  left: 15%;
  height: 16px;
  background: rgba(4, 41, 71, 0.2);
  border-radius: 50%;
  content: "";
  filter: blur(10px);
}

.elia-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 18px 20px rgba(4, 41, 71, 0.18));
}

.elia-name {
  position: absolute;
  z-index: 3;
  top: 22%;
  right: 8%;
  display: flex;
  flex-direction: column;
  padding: 7px 10px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.93);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.1;
}

.elia-name small {
  margin-top: 3px;
  color: var(--blue-600);
  font-size: 0.55rem;
}

.demo-note {
  position: relative;
  z-index: 5;
  margin: 13px 0 0;
  color: #708493;
  font-size: 0.7rem;
  text-align: center;
}

.value-ribbon {
  position: relative;
  z-index: 4;
  display: grid;
  margin-top: 58px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d9e7e9;
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

.value-ribbon article {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 26px;
  border-right: 1px solid #dfe8e9;
}

.value-ribbon article:last-child {
  border-right: 0;
}

.value-ribbon strong {
  color: var(--navy-900);
  font-size: 1rem;
}

.value-ribbon span {
  color: #657887;
  font-size: 0.78rem;
}

/* Shared heading */
.section-heading {
  max-width: 880px;
  margin-bottom: 58px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: var(--slate);
  font-size: 1.08rem;
}

.split-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 72px;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  margin: 0 0 10px;
  color: var(--slate);
}

/* Situations */
.situations-section {
  background: var(--white);
}

.situations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.situation-card {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  background: #f7faf9;
  border: 1px solid #dce8e6;
  border-radius: var(--radius-md);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.situation-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-7px);
}

.situation-card-featured {
  background:
    linear-gradient(145deg, rgba(7, 41, 71, 0.97), rgba(10, 82, 126, 0.94)),
    url("yloria-site-proof-office.webp?v=20260924-office1") center / cover;
  border-color: transparent;
}

.situation-card-featured h3,
.situation-card-featured p,
.situation-card-featured a {
  color: var(--white);
}

.situation-card-featured .situation-label,
.situation-card-featured .card-index {
  color: var(--gold-300);
}

.card-index {
  position: absolute;
  top: 24px;
  right: 28px;
  color: #9bb0ba;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.situation-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: auto;
  place-items: center;
  color: var(--navy-900);
  background: var(--gold-300);
  border-radius: 16px;
  font-size: 1.45rem;
  font-weight: 800;
}

.situation-label {
  margin: 40px 0 10px;
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.situation-card h3 {
  margin-bottom: 17px;
  font-size: 1.62rem;
}

.situation-card > p:not(.card-index):not(.situation-label) {
  color: var(--slate);
  font-size: 0.91rem;
}

.situation-card-featured > p:not(.card-index):not(.situation-label) {
  color: #d8e6ec;
}

.situation-card-featured a {
  color: var(--gold-300);
}

.situation-card a {
  margin-top: auto;
  color: var(--blue-600);
  font-size: 0.87rem;
  font-weight: 800;
}

/* Essential */
.essential-section {
  padding: 96px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 20%, rgba(22, 175, 208, 0.18), transparent 25%),
    linear-gradient(145deg, var(--navy-950), #073858);
}

.essential-layout {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 100px;
}

.essential-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.essential-intro h2,
.essential-intro h3 {
  color: var(--white);
}

.essential-intro > p:not(.eyebrow) {
  color: #bcd0dc;
}

.essential-quote {
  position: relative;
  margin-top: 42px;
  padding: 26px 28px 26px 58px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.essential-quote > span {
  position: absolute;
  top: 5px;
  left: 19px;
  color: var(--gold-500);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.essential-quote p {
  margin: 0;
  color: #e5eef2;
  font-family: Georgia, serif;
  font-size: 1.05rem;
}

.essential-steps {
  counter-reset: essential;
}

.essential-steps article {
  display: grid;
  min-height: 135px;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 26px;
  padding: 28px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.essential-steps article:first-child {
  padding-top: 0;
}

.essential-steps article > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--navy-950);
  background: linear-gradient(145deg, var(--gold-500), var(--aqua-400));
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.essential-steps h3 {
  margin: 0 0 7px;
  color: var(--white);
  font-size: 1.65rem;
}

.essential-steps p {
  margin: 0;
  color: #bcd0dc;
  font-size: 0.94rem;
}

/* Product tabs */
.product-section {
  background: linear-gradient(180deg, #f6faf9 0%, #ffffff 100%);
}

.product-tabs {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #d8e5e7;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f1f6f6;
  border-bottom: 1px solid #d8e5e7;
}

.tab-list button {
  display: grid;
  min-height: 104px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: 12px;
  padding: 20px 24px;
  color: #6a7c89;
  background: transparent;
  border-right: 1px solid #d8e5e7;
  cursor: pointer;
  text-align: left;
}

.tab-list button:last-child {
  border-right: 0;
}

.tab-list button > span {
  grid-row: 1 / 3;
  align-self: center;
  color: #9aaab3;
  font-size: 0.72rem;
  font-weight: 900;
}

.tab-list button strong {
  color: var(--navy-900);
  font-size: 0.95rem;
}

.tab-list button small {
  font-size: 0.7rem;
}

.tab-list button.is-active {
  color: var(--white);
  background: var(--navy-900);
}

.tab-list button.is-active strong,
.tab-list button.is-active > span {
  color: var(--gold-300);
}

.tab-panel {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  align-items: center;
  gap: 34px;
  padding: 42px;
}

.tab-panel[hidden] {
  display: none;
}

.panel-tag {
  margin-bottom: 13px;
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-copy h3 {
  margin-bottom: 17px;
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
}

.panel-copy > p:not(.panel-tag) {
  color: var(--slate);
  font-size: 0.94rem;
}

.panel-copy ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.panel-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  color: var(--navy-800);
  font-size: 0.87rem;
  font-weight: 750;
}

.panel-copy li::before {
  width: 8px;
  height: 8px;
  background: var(--aqua-400);
  border-radius: 50%;
  content: "";
}

.screen-frame {
  overflow: hidden;
  background: var(--navy-950);
  border: 8px solid #102d45;
  border-radius: 17px;
  box-shadow: 0 25px 50px rgba(4, 41, 71, 0.22);
}

.screen-frame img {
  width: 100%;
  aspect-ratio: 1.75;
  object-fit: cover;
  object-position: top left;
}

.screen-frame-dark img {
  object-position: center;
}

.diagram-frame {
  background: var(--white);
}

.diagram-frame img {
  object-fit: contain;
  object-position: center;
}

/* Roles */
.roles-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.roles-photo {
  position: absolute;
  inset: 0 0 auto;
  height: 68%;
  opacity: 0.22;
  mask-image: linear-gradient(to bottom, #000 25%, transparent 100%);
}

.roles-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 26, 45, 0.35), rgba(4, 26, 45, 0.05), rgba(4, 26, 45, 0.35));
  content: "";
}

.roles-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.roles-content {
  position: relative;
  z-index: 2;
}

.light-heading h2,
.light-heading p {
  color: var(--white);
}

.light-heading h2 span {
  color: var(--gold-300);
}

.role-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.role-cards article {
  min-height: 250px;
  padding: 26px 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  transition: background 180ms ease, transform 180ms ease;
}

.role-cards article:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-5px);
}

.role-cards span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 52px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.role-cards h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.15rem;
}

.role-cards p {
  margin: 0;
  color: #b9cbd7;
  font-size: 0.83rem;
}

/* Intelligence */
.intelligence-section {
  background: var(--white);
}

.intelligence-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  align-items: center;
  gap: 86px;
}

.intelligence-image {
  position: relative;
}

.intelligence-image img {
  width: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: 28% center;
  border-radius: var(--radius-lg);
}

.image-statement {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  color: var(--white);
  background: rgba(4, 26, 45, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

.image-statement strong {
  color: var(--gold-300);
}

.image-statement span {
  font-size: 0.82rem;
}

.intelligence-copy > p:not(.eyebrow) {
  color: var(--slate);
}

.ai-points {
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.ai-points > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.ai-points span {
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 900;
}

.ai-points p {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
}

.ai-points strong {
  color: var(--navy-900);
}

/* Demo */
.demo-section {
  padding-top: 40px;
  background: var(--white);
}

.demo-card {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: 0.42fr 0.58fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  padding: 58px 58px 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 35%, rgba(22, 175, 208, 0.26), transparent 28%),
    linear-gradient(135deg, var(--navy-950), #0b456d);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.demo-card::before {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.demo-human {
  position: relative;
  height: 480px;
  align-self: end;
}

.demo-human img {
  position: absolute;
  right: -12%;
  bottom: 0;
  width: 128%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.24));
}

.demo-human-callout {
  position: absolute;
  z-index: 3;
  top: 54px;
  left: -26px;
  width: 205px;
  margin: 0;
  padding: 13px 16px;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-300), #fff1ad);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.28;
}

.demo-human-callout::after {
  position: absolute;
  top: 50%;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 18px solid #fff1ad;
  content: "";
  transform: translateY(-50%);
}

.demo-copy {
  position: relative;
  z-index: 2;
  padding-left: 42px;
}

.demo-copy h2 {
  color: var(--white);
}

.demo-copy > p:not(.eyebrow):not(.audio-accessibility) {
  max-width: 650px;
  color: #c4d7e2;
  font-size: 1.04rem;
}

.audio-accessibility {
  margin: 16px 0 0;
  color: #95b0c1;
  font-size: 0.74rem;
}

.demo-paths {
  position: relative;
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 -58px;
  background: rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.demo-paths article {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.demo-paths article:last-child {
  border-right: 0;
}

.demo-paths span {
  color: var(--gold-300);
  font-size: 0.65rem;
  font-weight: 900;
}

.demo-paths h3 {
  margin: 20px 0 6px;
  color: var(--white);
  font-size: 1rem;
}

.demo-paths p {
  margin: 0;
  color: #adc4d1;
  font-size: 0.76rem;
}

/* Trust */
.trust-section {
  background: #f1f7f6;
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 92px;
}

.trust-copy > p:not(.eyebrow) {
  color: var(--slate);
}

.inline-link {
  display: inline-flex;
  margin-top: 14px;
  gap: 8px;
  color: var(--blue-600);
  font-weight: 800;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.trust-cards article {
  min-height: 205px;
  padding: 28px;
  background: var(--white);
  border: 1px solid #dbe8e7;
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

.trust-cards span {
  color: var(--blue-600);
  font-size: 0.68rem;
  font-weight: 900;
}

.trust-cards h3 {
  margin: 34px 0 10px;
  font-size: 1.15rem;
}

.trust-cards p {
  margin: 0;
  color: var(--slate);
  font-size: 0.83rem;
}

/* Origin */
.origin-section {
  background: var(--cream);
}

.origin-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 78px;
}

.origin-visual {
  position: relative;
}

.origin-visual img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.origin-visual > p {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 18px 22px;
  color: var(--white);
  background: rgba(4, 26, 45, 0.8);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.origin-visual strong {
  color: var(--gold-300);
  font-size: 1.1rem;
}

.origin-visual span {
  font-size: 0.82rem;
}

.origin-copy > p:not(.eyebrow) {
  color: var(--slate);
}

.origin-copy .origin-lead {
  color: var(--navy-800) !important;
  font-family: Georgia, serif;
  font-size: 1.28rem;
}

.founder-signature {
  display: flex;
  margin-top: 34px;
  flex-direction: column;
  padding-top: 22px;
  border-top: 1px solid #d8e2e3;
}

.founder-signature span {
  color: var(--navy-900);
  font-family: Georgia, serif;
  font-size: 1.18rem;
  font-style: italic;
}

.founder-signature small {
  color: #718491;
}

/* Pricing */
.pricing-section {
  background: var(--white);
}

.pricing-actions {
  justify-content: center;
  margin-top: 30px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 650px;
  flex-direction: column;
  padding: 34px;
  background: #fbfcfc;
  border: 1px solid #dce5e8;
  border-radius: var(--radius-md);
}

.price-card-featured {
  background: linear-gradient(180deg, #f5fbfa, #ffffff);
  border: 2px solid var(--blue-600);
  box-shadow: var(--shadow-lg);
  transform: translateY(-12px);
}

.popular-label {
  position: absolute;
  top: 0;
  right: 28px;
  margin: 0;
  padding: 8px 12px;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 0 0 10px 10px;
  font-size: 0.64rem;
  font-weight: 850;
}

.price-kicker {
  margin-bottom: 9px;
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 18px;
  font-size: 1.55rem;
}

.price {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--navy-900);
}

.price strong {
  font-size: 2rem;
  line-height: 1.12;
}

.price span {
  color: var(--slate);
  font-size: 0.82rem;
}

.price-card > p:not(.price-kicker):not(.price):not(.popular-label):not(.status-note):not(.setup-note):not(.dedicated-rate) {
  color: var(--slate);
  font-size: 0.88rem;
}

.dedicated-rate {
  margin: -10px 0 18px;
  color: var(--blue-600);
  font-weight: 800;
}

.pricing-tax-note {
  margin: -8px 0 18px;
  color: var(--blue-600) !important;
  font-size: 0.76rem !important;
  font-weight: 750;
}

.pricing-import-note,
.dedicated-promise {
  padding: 11px 13px;
  color: var(--navy-800) !important;
  background: #edf7f5;
  border-radius: 10px;
  font-size: 0.76rem !important;
  font-weight: 700;
}

.dedicated-threshold {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 2px;
  padding: 6px 10px;
  color: var(--navy-900) !important;
  background: var(--gold-300);
  border-radius: 8px;
  font-size: 0.72rem !important;
  font-weight: 850;
}

.setup-note {
  padding: 10px 12px;
  color: var(--navy-800);
  background: #e8f5f2;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 750;
}

.price-card ul {
  margin: 14px 0 30px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  color: #455d70;
  font-size: 0.85rem;
}

.price-card li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  color: var(--navy-900);
  background: var(--mint-200);
  border-radius: 50%;
  content: "✓";
  font-size: 0.6rem;
  font-weight: 900;
}

.price-card .button {
  margin-top: auto;
}

.status-note {
  margin: 10px 0 0;
  color: #7f8d96;
  font-size: 0.68rem;
  text-align: center;
}

.included-block {
  display: grid;
  margin-top: 38px;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 44px;
  padding: 36px 40px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 22px;
}

.included-block h3 {
  margin: 0;
  color: var(--white);
}

.included-block ul {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 20px;
  padding: 0;
  list-style: none;
}

.included-block li {
  position: relative;
  padding-left: 20px;
  color: #d2dfe6;
  font-size: 0.84rem;
}

.included-block li::before {
  position: absolute;
  left: 0;
  color: var(--gold-300);
  content: "✓";
}

/* FAQ */
.faq-section {
  background: #f3f7f6;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 90px;
}

.faq-intro > p:not(.eyebrow) {
  color: var(--slate);
}

.faq-list details {
  border-bottom: 1px solid #cfdedf;
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--navy-900);
  cursor: pointer;
  font-weight: 780;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--navy-900);
  background: var(--white);
  border-radius: 50%;
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--slate);
  font-size: 0.9rem;
}

/* Final */
.final-cta {
  padding: 82px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 26, 45, 0.94), rgba(4, 41, 71, 0.78)),
    url("yloria-site-demo-premium.webp?v=20260924-redesign-v3") center 54% / cover;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.final-actions {
  flex-shrink: 0;
}

/* Footer */
.site-footer {
  padding: 70px 0 26px;
  color: #bdd0dc;
  background: #031421;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 60px;
}

.landing-v2 .site-footer {
  display: block;
  width: 100%;
  padding: 56px 0 26px;
}

.landing-v2 .site-footer .footer-grid,
.landing-v2 .site-footer .footer-bottom {
  width: min(calc(100% - 48px), var(--container));
  margin-right: auto;
  margin-left: auto;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.footer-brand strong {
  color: var(--white);
  font-size: 1.2rem;
}

.footer-brand p {
  max-width: 340px;
  margin: 8px 0 0;
  font-size: 0.78rem;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-grid > div > strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 0.88rem;
}

.footer-grid a {
  font-size: 0.78rem;
}

.footer-grid a:hover {
  color: var(--gold-300);
}

.footer-bottom {
  display: flex;
  margin-top: 52px;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  color: #7d96a6;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.7rem;
}

/* Progressive reveal */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .reveal-delay {
  transition-delay: 100ms;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: grid;
    grid-column: 2;
    grid-row: 1;
  }

  .main-nav {
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(88vw, 420px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 30px;
    background: var(--white);
    box-shadow: -20px 30px 60px rgba(4, 41, 71, 0.18);
    transform: translateX(110%);
    transition: transform 240ms ease;
  }

  .main-nav.is-open {
    transform: none;
  }

  .main-nav a {
    display: block;
    padding: 16px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .header-actions {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
    gap: 24px;
  }

  .hero-stage {
    padding-right: 44px;
  }

  .elia-wrap {
    right: -72px;
    width: 218px;
  }

  .role-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .role-cards article:nth-child(n+4) {
    min-height: 210px;
  }
}

@media (max-width: 980px) {
  .section {
    padding: 88px 0;
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: grid;
    grid-column: 2;
    grid-row: 1;
  }

  .main-nav {
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(88vw, 420px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 30px;
    background: var(--white);
    box-shadow: -20px 30px 60px rgba(4, 41, 71, 0.18);
    transform: translateX(110%);
    transition: transform 240ms ease;
  }

  .main-nav.is-open {
    transform: none;
  }

  .main-nav a,
  .main-nav a:nth-child(4) {
    display: block;
    padding: 16px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .header-actions {
    display: none;
  }

  .hero {
    padding-top: 132px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-stage {
    width: min(100%, 830px);
    margin: 0 auto;
    padding-right: 70px;
  }

  .elia-wrap {
    right: -34px;
    width: 230px;
  }

  .situations-grid {
    grid-template-columns: 1fr;
  }

  .situation-card {
    min-height: 350px;
  }

  .essential-layout,
  .intelligence-grid,
  .trust-grid,
  .origin-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .essential-intro {
    position: static;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tab-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .tab-list button:nth-child(2) {
    border-right: 0;
  }

  .tab-list button:nth-child(-n+2) {
    border-bottom: 1px solid #d8e5e7;
  }

  .tab-panel {
    grid-template-columns: 1fr;
  }

  .role-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .demo-card {
    grid-template-columns: 0.4fr 0.6fr;
    padding: 44px 38px 0;
  }

  .demo-paths {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -38px;
  }

  .demo-paths article:nth-child(3) {
    border-right: 0;
  }

  .demo-paths article:nth-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 0;
  }

  .price-card-featured {
    transform: none;
  }

  .included-block {
    grid-template-columns: 1fr;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 1180px) {
  .demo-human-callout {
    top: 66px;
    left: -18px;
    width: 176px;
    font-size: 0.7rem;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand small {
    display: none;
  }

  .main-nav {
    top: 72px;
  }

  .hero {
    padding: 112px 0 54px;
  }

  h1 {
    font-size: clamp(2.4rem, 10.6vw, 2.8rem);
    line-height: 1.01;
    letter-spacing: -0.045em;
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }

  .hero-lead {
    font-size: 1.03rem;
  }

  .hero-actions .button,
  .pricing-actions .button {
    width: 100%;
  }

  .trust-list {
    gap: 10px 14px;
  }

  .mobile-product-peek {
    position: relative;
    display: block;
    height: 178px;
    margin: 18px 0 20px;
    overflow: hidden;
    background: var(--navy-950);
    border: 4px solid #102d45;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
  }

  .mobile-product-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    opacity: 0.92;
  }

  .mobile-product-elia {
    position: absolute;
    right: -12px;
    bottom: -8px;
    width: 112px;
    height: 174px;
    object-fit: contain;
    object-position: bottom right;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
  }

  .mobile-product-peek > span {
    position: absolute;
    right: 72px;
    bottom: 10px;
    left: 10px;
    padding: 7px 9px;
    color: var(--white);
    background: rgba(4, 26, 45, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    font-size: 0.62rem;
    font-weight: 750;
    backdrop-filter: blur(8px);
  }

  .hero-stage {
    display: none;
  }

  .product-window {
    border-width: 4px;
    border-radius: 17px;
  }

  .window-bar p,
  .hero-slide figcaption span {
    display: none;
  }

  .hero-slide figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 8px 10px;
  }

  .hero-slide figcaption strong {
    font-size: 0.65rem;
  }

  .elia-wrap {
    right: -34px;
    bottom: 0;
    width: 158px;
  }

  .elia-name {
    display: none;
  }

  .demo-note {
    margin-left: 0;
    text-align: left;
  }

  .value-ribbon {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-ribbon article:nth-child(2) {
    border-right: 0;
  }

  .value-ribbon article:nth-child(-n+2) {
    border-bottom: 1px solid #dfe8e9;
  }

  .value-ribbon article {
    min-height: 84px;
    padding: 16px;
  }

  .situation-card {
    padding: 28px;
  }

  .essential-steps article {
    grid-template-columns: 50px 1fr;
    gap: 18px;
  }

  .essential-steps article > span {
    width: 48px;
    height: 48px;
  }

  .tab-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .tab-list button,
  .tab-list button:nth-child(2),
  .tab-list button:nth-child(-n+2) {
    min-width: 200px;
    border-right: 1px solid #d8e5e7;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .tab-panel {
    padding: 26px 20px 22px;
  }

  .screen-frame {
    border-width: 4px;
  }

  .roles-photo {
    height: 34%;
  }

  .role-cards {
    grid-template-columns: 1fr;
  }

  .role-cards article,
  .role-cards article:nth-child(n+4) {
    min-height: 190px;
  }

  .role-cards span {
    margin-bottom: 34px;
  }

  .intelligence-image img,
  .origin-visual img {
    min-height: 420px;
  }

  .image-statement {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-card {
    grid-template-columns: 1fr;
    padding: 36px 24px 0;
  }

  .demo-human {
    order: 2;
    height: 360px;
  }

  .demo-human img {
    right: -20%;
    width: 125%;
  }

  .demo-copy {
    order: 1;
    padding-left: 0;
  }

  .demo-actions .button {
    width: 100%;
  }

  .demo-paths {
    order: 3;
    grid-template-columns: 1fr;
    margin: 0 -24px;
  }

  .demo-paths article,
  .demo-paths article:nth-child(3),
  .demo-paths article:nth-child(-n+3) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .trust-cards {
    grid-template-columns: 1fr;
  }

  .origin-visual > p {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .included-block {
    padding: 28px 24px;
  }

  .included-block ul {
    grid-template-columns: 1fr;
  }

  .final-actions,
  .final-actions .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Pourquoi Yloria V4 — stronger narrative and visual hierarchy. */
.landing-v2 #origine.origin-v2-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(42, 180, 199, 0.15), transparent 29%),
    radial-gradient(circle at 9% 78%, rgba(255, 207, 72, 0.13), transparent 24%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 42%, #f4f9fb 100%) !important;
}

.landing-v2 #origine.origin-v2-page::before {
  content: "";
  position: absolute;
  top: 110px;
  right: -130px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(35, 154, 181, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(35, 154, 181, 0.035);
  pointer-events: none;
}

.landing-v2 #origine .origin-v2-hero {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
  align-items: center;
  gap: clamp(30px, 4.5vw, 74px);
}

.landing-v2 #origine .origin-v2-copy {
  max-width: none !important;
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(88, 205, 225, 0.28);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 8%, rgba(44, 193, 211, 0.22), transparent 28%),
    linear-gradient(145deg, #082f52 0%, #073c62 52%, #0a5670 100%);
  box-shadow: 0 30px 72px rgba(8, 47, 82, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.landing-v2 #origine .origin-v2-copy .eyebrow {
  width: fit-content;
  margin-bottom: 22px;
  border-color: rgba(116, 226, 237, 0.55);
  background: rgba(4, 28, 50, 0.38);
  color: #a9f4f5;
}

.landing-v2 #origine .origin-v2-copy h2.section-title {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 3.55vw, 4.25rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.landing-v2 #origine .origin-v2-main-copy {
  gap: 24px;
  margin-top: 28px;
}

.landing-v2 #origine .origin-v2-main-copy p.origin-v3-lead {
  max-width: 700px;
  color: #d9edf3;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

.landing-v2 #origine .origin-v3-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.landing-v2 #origine .origin-v3-pillars article {
  min-width: 0;
  padding: 18px 16px 17px;
  border: 1px solid rgba(155, 230, 236, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.landing-v2 #origine .origin-v3-pillars article > span {
  display: inline-grid;
  width: 31px;
  height: 31px;
  margin-bottom: 13px;
  place-items: center;
  border: 1px solid rgba(255, 214, 91, 0.7);
  border-radius: 50%;
  color: #ffda68;
  font-size: 0.68rem;
  font-weight: 900;
}

.landing-v2 #origine .origin-v3-pillars h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 0.96rem;
}

.landing-v2 #origine .origin-v3-pillars p {
  margin: 0;
  color: #c7e1e9;
  font-size: 0.78rem;
  line-height: 1.5;
}

.landing-v2 #origine .origin-v2-credibility {
  margin-top: 25px !important;
  color: #ffffff !important;
}

.landing-v2 #origine .origin-v2-credibility .yl-icon {
  border-color: rgba(255, 215, 91, 0.68);
  background: rgba(255, 215, 91, 0.12);
  color: #ffda68;
}

.landing-v2 #origine .origin-v2-visual-column {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.landing-v2 #origine .origin-v2-diagram.origin-v2-visual {
  overflow: visible;
  border: 2px solid rgba(18, 117, 153, 0.24);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 34px 76px rgba(8, 47, 82, 0.18), 0 0 0 10px rgba(255, 255, 255, 0.62);
}

.landing-v2 #origine .origin-v2-visual-images {
  overflow: hidden;
  border-radius: 28px 28px 0 0;
}

.landing-v2 #origine .origin-v3-visual-label {
  position: absolute;
  top: -18px;
  left: 28px;
  z-index: 2;
  padding: 10px 16px;
  border: 1px solid rgba(255, 220, 106, 0.72);
  border-radius: 999px;
  background: #082f52;
  box-shadow: 0 12px 26px rgba(8, 47, 82, 0.2);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.landing-v2 #origine .origin-v2-visual figcaption {
  padding: 19px 24px 21px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(90deg, #eef8fa, #fff8e5);
  font-size: 0.92rem;
}

.landing-v2 #origine .origin-v2-problem {
  position: relative;
  z-index: 1;
  gap: 18px;
  margin-top: 54px;
  border: 0 !important;
  box-shadow: none !important;
}

.landing-v2 #origine .origin-v2-problem article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 123, 160, 0.22) !important;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(8, 83, 134, 0.1) !important;
}

.landing-v2 #origine .origin-v2-problem article::after {
  position: absolute;
  top: 12px;
  right: 18px;
  color: rgba(8, 83, 134, 0.1);
  font-size: 3.25rem;
  font-weight: 950;
  line-height: 1;
}

.landing-v2 #origine .origin-v2-problem article:nth-child(1)::after { content: "01"; }
.landing-v2 #origine .origin-v2-problem article:nth-child(2)::after { content: "02"; }
.landing-v2 #origine .origin-v2-problem article:nth-child(3)::after { content: "03"; }

.landing-v2 #origine .origin-v2-problem article:nth-child(1) { border-top: 4px solid #167da4 !important; }
.landing-v2 #origine .origin-v2-problem article:nth-child(2) { border-top: 4px solid #27afae !important; }
.landing-v2 #origine .origin-v2-problem article:nth-child(3) { border-top: 4px solid #e6ad2e !important; }

@media (max-width: 1180px) {
  .landing-v2 #origine .origin-v2-hero {
    grid-template-columns: 1fr;
  }

  .landing-v2 #origine .origin-v2-copy,
  .landing-v2 #origine .origin-v2-visual-column {
    width: min(900px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .landing-v2 #origine .origin-v2-copy {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .landing-v2 #origine .origin-v2-copy h2.section-title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .landing-v2 #origine .origin-v3-pillars {
    grid-template-columns: 1fr;
  }

  .landing-v2 #origine .origin-v3-pillars article {
    padding: 16px;
  }

  .landing-v2 #origine .origin-v3-visual-label {
    top: -14px;
    left: 14px;
    max-width: calc(100% - 28px);
    font-size: 0.7rem;
  }

  .landing-v2 #origine .origin-v2-diagram.origin-v2-visual {
    border-radius: 22px;
    box-shadow: 0 22px 52px rgba(8, 47, 82, 0.16), 0 0 0 5px rgba(255, 255, 255, 0.62);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Integration bridge: preserve the certified Site journeys while applying V3. */
.marketing-page.landing-v2 {
  display: block;
  min-width: 0;
  color: var(--ink);
  background: var(--cream);
}

.landing-site {
  display: block;
  width: 100%;
  max-width: none;
  gap: 0;
  padding: 0;
}

.legacy-v2-section {
  display: none !important;
}

.landing-v2 #accueil.hero {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.landing-v2 #accueil .v2-hero.hero-grid {
  display: grid;
  width: min(calc(100% - 48px), var(--container));
  max-width: var(--container);
  min-height: 0;
  grid-template-columns: minmax(560px, 0.95fr) minmax(600px, 1.05fr);
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  padding: 0;
}

.landing-v2 #accueil .hero-copy {
  width: auto;
  max-width: none;
  padding: 0;
}

.landing-v2 #accueil .hero-copy h1 {
  max-width: 100%;
  margin-bottom: 1cm;
  color: var(--navy-950);
  font-size: clamp(2.75rem, 3.55vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.landing-v2 #accueil .hero-copy h1 > span {
  display: block;
  text-wrap: balance;
}

.landing-v2 #accueil .hero-copy h1 > br {
  display: none;
}

.landing-v2 #accueil .hero-copy h1 span:last-child {
  width: min(100%, 640px);
  margin-top: 0.48em;
  color: var(--blue-600);
  font-size: 0.72em;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

@media (min-width: 1181px) {
  .landing-v2 #accueil .hero-copy h1 {
    width: min(calc(100vw - 200px), 1240px);
    max-width: none;
    font-size: clamp(2.25rem, 2.65vw, 2.4rem);
  }

  .landing-v2 #accueil .hero-copy h1 > span:first-child {
    white-space: nowrap;
    text-wrap: nowrap;
    letter-spacing: -0.035em;
  }

  .landing-v2 #accueil .hero-copy h1 > span:last-child {
    width: min(100%, 570px);
    max-width: 570px;
    font-size: clamp(1.45rem, 1.55vw, 1.75rem);
  }

}

.landing-v2 #accueil .v2-kicker {
  margin: 0 0 18px;
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-v2 #accueil .v2-hero-points {
  display: none;
}

.landing-v2 #accueil .v2-hero-actions {
  display: grid;
  width: 100%;
  min-height: 54px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: stretch;
  gap: 12px;
  order: 4;
  margin: 0;
  transform: none;
}

.landing-v2 #accueil .v2-hero-actions .button {
  width: auto;
  min-width: 0;
}

.landing-v2 #accueil .v2-quick-benefits {
  position: relative;
  z-index: 1;
  align-self: stretch;
  order: 5;
  margin: 22px 0 26px;
}

.landing-v2 #accueil .v2-product-capture.hero-stage {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 46px 66px 46px 0;
  transform: none;
}

@media (min-width: 1181px) {
  .landing-v2 #accueil .v2-product-capture.hero-stage {
    transform: translateY(calc(84px + 1cm));
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .landing-v2 #accueil .v2-product-capture.hero-stage {
    transform: translateY(1cm);
  }
}

@media (min-width: 981px) {
  .landing-v2 #accueil .value-ribbon {
    margin-top: calc(58px + 1cm);
  }
}

.landing-v2 #accueil .v2-product-tablet {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: var(--shadow-lg);
}

.landing-v2 #accueil .v2-product-capture > figcaption {
  position: relative;
  z-index: 5;
  margin: 13px 0 0;
  color: #708493;
  font-size: 0.7rem;
  text-align: center;
}

.landing-v2 #accueil .v2-product-capture .elia-wrap {
  right: -68px;
  bottom: 18px;
  width: 238px;
}

.landing-v2 #accueil .v2-product-capture .elia-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.landing-v2 .v3-voice-control {
  display: inline-flex;
  width: auto;
  min-height: 48px;
  grid-template-columns: none;
  justify-content: flex-start;
  padding: 12px 18px;
  color: var(--navy-900);
  font-size: 0.9rem;
  font-weight: 800;
}

.landing-v2 #accueil .v3-voice-control {
  order: 6;
  border-color: rgba(226, 166, 25, 0.9);
  outline: 2px solid rgba(255, 204, 66, 0.48);
  outline-offset: 3px;
  animation: v3-elia-invitation 3.6s ease-out infinite;
  will-change: box-shadow, outline-color, outline-offset;
}

.landing-v2 #accueil .v3-voice-control:is(:hover, :focus-visible) {
  animation-play-state: paused;
  outline-color: rgba(255, 204, 66, 0.82);
  outline-offset: 5px;
  box-shadow:
    0 14px 34px rgba(15, 70, 107, 0.28),
    0 0 0 7px rgba(255, 204, 66, 0.34),
    0 0 30px rgba(37, 176, 202, 0.38);
}

.landing-v2 #accueil .v3-voice-control:is(.is-speaking, [aria-pressed="true"]) {
  animation: none;
}

@keyframes v3-elia-invitation {
  0%, 48%, 100% {
    outline-color: rgba(255, 204, 66, 0.48);
    outline-offset: 3px;
    box-shadow:
      0 10px 26px rgba(15, 70, 107, 0.2),
      0 0 0 0 rgba(255, 204, 66, 0),
      0 0 16px rgba(37, 176, 202, 0.18);
  }

  9% {
    outline-color: rgba(255, 218, 104, 0.95);
    outline-offset: 5px;
    box-shadow:
      0 14px 34px rgba(15, 70, 107, 0.28),
      0 0 0 7px rgba(255, 204, 66, 0.42),
      0 0 28px rgba(37, 176, 202, 0.4);
  }

  22% {
    outline-color: rgba(102, 225, 236, 0.9);
    outline-offset: 7px;
    box-shadow:
      0 16px 38px rgba(15, 70, 107, 0.3),
      0 0 0 13px rgba(37, 176, 202, 0.28),
      0 0 42px rgba(37, 176, 202, 0.5);
  }

  36% {
    outline-color: rgba(255, 204, 66, 0.4);
    outline-offset: 10px;
    box-shadow:
      0 11px 28px rgba(15, 70, 107, 0.22),
      0 0 0 22px rgba(37, 176, 202, 0),
      0 0 22px rgba(37, 176, 202, 0.2);
  }
}

.landing-v2 .audio-accessibility {
  margin: 8px 0 0;
  color: #708493;
  font-size: 0.72rem;
}

.landing-v2 #accueil .audio-accessibility {
  order: 7;
}

.landing-v2 .landing-site > .landing-page {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 96px max(24px, calc((100% - var(--container)) / 2));
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.landing-v2 .landing-site > .landing-page::before {
  display: none;
}

.landing-v2 .site-footer .footer-grid button {
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  text-align: left;
}

.landing-v2 .site-footer .footer-grid button:hover {
  color: var(--gold-300);
}

@media (max-width: 1180px) {
  .landing-v2 #accueil .v2-hero.hero-grid {
    grid-template-columns: minmax(420px, 0.9fr) minmax(500px, 1.1fr);
    gap: 24px;
  }

  .landing-v2 #accueil .hero-copy h1 {
    font-size: clamp(2.1rem, 4.1vw, 2.65rem);
  }

  .landing-v2 #accueil .hero-copy h1 > span:first-child {
    font-size: 0.82em;
    line-height: 1.05;
  }

  .landing-v2 #accueil .v2-product-capture .elia-wrap {
    right: -54px;
    width: 205px;
  }
}

@media (max-width: 980px) {
  .landing-v2 #accueil.hero {
    padding-top: 108px;
  }

  .landing-v2 #accueil .v2-hero.hero-grid {
    grid-template-columns: 1fr;
  }

  .landing-v2 #accueil .v2-product-capture.hero-stage {
    width: min(100%, 830px);
    margin: 0 auto;
    padding-right: 70px;
  }
}

@media (max-width: 700px) {
  .landing-v2 #accueil.hero {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .landing-v2 #accueil .v2-hero.hero-grid {
    width: min(calc(100% - 30px), var(--container));
  }

  .landing-v2 #accueil .hero-copy h1 {
    order: 1;
    margin-bottom: 22px;
    font-size: clamp(1.85rem, 8.3vw, 2.1rem);
    line-height: 1.02;
  }

  .landing-v2 #accueil .hero-copy h1 > span:first-child {
    font-size: 0.78em;
    line-height: 1.08;
  }

  .landing-v2 #accueil .v2-kicker {
    order: 0;
    margin-bottom: 12px;
  }

  .landing-v2 #accueil .v2-hero-subtitle {
    order: 2;
    margin: 0 0 14px;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .landing-v2 #accueil .mobile-product-peek {
    order: 3;
    height: 142px;
    margin: 0 0 14px;
  }

  .landing-v2 #accueil .mobile-product-elia {
    width: 94px;
    height: 146px;
  }

  .landing-v2 #accueil .v2-hero-actions {
    grid-template-columns: 1fr;
    order: 4;
  }

  .landing-v2 #accueil .v2-hero-actions .button {
    width: 100%;
  }

  .landing-v2 #accueil .v2-quick-benefits {
    order: 5;
    margin: 16px 0 18px;
  }

  .landing-v2 #accueil .v3-voice-control {
    order: 6;
  }

  .landing-v2 #accueil .audio-accessibility {
    order: 7;
  }

  .landing-v2 #accueil .v2-product-capture.hero-stage {
    display: none;
  }

  .landing-v2 .landing-site > .landing-page {
    padding: 72px 15px;
  }

  .demo-human-callout {
    top: 48px;
    left: 0;
    width: 170px;
    font-size: 0.72rem;
  }

  .landing-v2 .site-footer {
    padding: 40px 0 22px;
  }

  .landing-v2 .site-footer .footer-grid,
  .landing-v2 .site-footer .footer-bottom {
    width: min(calc(100% - 30px), var(--container));
  }
}
