.home-page {
  --ol-navy: #07194b;
  --ol-navy-2: #111d64;
  --ol-copy: #536080;
  --ol-line: #e6e7f0;
  --ol-soft: #f8f8fb;
  --ol-orange: #ff6b09;
  --ol-coral: #ff3f5f;
  --ol-purple: #7727df;
  --ol-green: #15965d;
  --ol-shadow: 0 12px 36px rgba(28, 26, 78, 0.09);
  --ol-soft-shadow: 0 7px 22px rgba(28, 26, 78, 0.07);
  color: var(--ol-navy);
  background: #fff;
}

.ol-main h1,
.ol-main h2,
.ol-main h3,
.ol-main p {
  margin-top: 0;
}

.ol-main h1,
.ol-main h2,
.ol-main h3 {
  color: var(--ol-navy);
}

.ol-main h2 {
  font-size: clamp(1.25rem, 2.15vw, 1.75rem);
  line-height: 1.16;
}

.ol-main p {
  color: var(--ol-copy);
}

.ol-hero {
  position: relative;
  padding: 2rem 0 0;
  overflow: hidden;
  background: #fff;
}

/* Same soft pink wash as .hero::before on other pages — under the headline */
.ol-hero::before {
  content: "";
  position: absolute;
  inset: -20% 40% auto -10%;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 59, 92, 0.12), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.ol-hero > .container {
  position: relative;
  z-index: 1;
}

.ol-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  gap: 1rem;
  align-items: center;
}

.ol-hero-copy {
  padding: 1.5rem 0 0.9rem 0.45rem;
}

.ol-hero-copy h1 {
  max-width: 680px;
  margin-bottom: 1rem;
  font-size: clamp(2.15rem, 3.8vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  word-spacing: 0.06em;
  overflow-wrap: normal;
}

.ol-hero-copy h1 span {
  color: var(--ol-coral);
}

.ol-hero-copy h1 .ol-headline-line {
  color: inherit;
}

@media (min-width: 1100px) {
  .ol-headline-line {
    display: block;
    white-space: nowrap;
  }
}

.ol-hero-copy p {
  max-width: 570px;
  margin-bottom: 1.25rem;
  font-size: 0.97rem;
  line-height: 1.65;
}

.ol-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.ol-button {
  display: inline-flex;
  min-height: 42px;
  padding: 0.68rem 1.25rem;
  align-items: center;
  justify-content: center;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.ol-button:hover {
  transform: translateY(-1px);
}

.ol-button-primary {
  color: #fff;
  background: linear-gradient(100deg, var(--ol-orange), var(--ol-coral));
  box-shadow: 0 8px 18px rgba(255, 68, 83, 0.22);
}

.ol-button-secondary {
  color: var(--ol-navy);
  border-color: #303d74;
  background: #fff;
}

.ol-network {
  position: relative;
  width: 100%;
  max-width: 570px;
  min-height: 405px;
  margin-inline: auto;
}

.ol-network-rings {
  position: absolute;
  width: 370px;
  height: 370px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 31%, rgba(255, 174, 195, 0.25) 32% 48%, rgba(184, 118, 255, 0.12) 49% 62%, transparent 63%);
  box-shadow: 0 0 55px rgba(255, 71, 127, 0.1);
}

.ol-network-rings::before,
.ol-network-rings::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(255, 74, 122, 0.35);
  border-radius: 50%;
}

.ol-network-rings::before {
  inset: 9%;
}

.ol-network-rings::after {
  inset: 24%;
  border-color: rgba(255, 255, 255, 0.9);
}

.ol-network-wave {
  position: absolute;
  width: 96px;
  height: 72px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.ol-person {
  position: absolute;
  z-index: 4;
  width: 78px;
  height: 78px;
  margin: 0;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(29, 21, 79, 0.12);
}

.ol-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ol-person-1 { top: 4px; left: calc(50% - 39px);  background: #f6c8d0; }
.ol-person-2 { top: 95px; left: 48px;  background: #f8d4c4; }
.ol-person-3 { top: 95px; right: 43px;  background: #f5d0e0; }
.ol-person-4 { bottom: 78px; left: 70px;  background: #f5d0dc; }
.ol-person-5 { bottom: 78px; right: 66px;  background: #f6c8d0; }
.ol-person-6 { bottom: 0; left: calc(50% - 39px); background: #fbd4f0; }

.ol-network-label {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 3;
  padding: 0.42rem 0.66rem;
  border-radius: 8px;
  color: #243067;
  background: #f0edff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 4px 10px rgba(52, 41, 98, 0.06);
  white-space: nowrap;
}

.ol-label-hello,
.ol-label-hola,
.ol-label-bonjour {
  color: #fff;
}

/* 8 labels evenly spaced every 45°, inside the avatar ring (between people and center) */
.ol-label-hola {
  background: #e01f75;
  transform: translate(calc(-50% + 103.5px), calc(-50% + -42.9px));
}
.ol-label-email {
  transform: translate(calc(-50% + 42.9px), calc(-50% + -103.5px));
}
.ol-label-survey {
  transform: translate(calc(-50% + 103.5px), calc(-50% + 42.9px));
}
.ol-label-profile {
  white-space: normal;
  transform: translate(calc(-50% + 42.9px), calc(-50% + 103.5px));
}
.ol-label-bonjour {
  background: var(--ol-green);
  transform: translate(calc(-50% + -42.9px), calc(-50% + 103.5px));
}
.ol-label-store {
  white-space: normal;
  transform: translate(calc(-50% + -103.5px), calc(-50% + 42.9px));
}
.ol-label-text {
  transform: translate(calc(-50% + -103.5px), calc(-50% + -42.9px));
}
.ol-label-hello {
  background: var(--ol-orange);
  transform: translate(calc(-50% + -42.9px), calc(-50% + -103.5px));
}

.ol-trust-strip {
  display: inline-flex;
  margin: 0 0 1.2rem 0.35rem;
  overflow: hidden;
  border: 1px solid var(--ol-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 27, 74, 0.03);
}

.ol-trust-strip span {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.72rem 1rem;
  color: #485476;
  font-size: 0.82rem;
  font-weight: 700;
}

.ol-trust-strip span + span {
  border-left: 1px solid var(--ol-line);
}

.ol-trust-strip b {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #667391;
  border-radius: 50%;
  color: #fff;
  background: #667391;
  font-size: 0.75rem;
  line-height: 1;
}

.ol-trust-strip b svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ol-pillar-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1.1rem;
  padding: 0.9rem 0.4rem;
  overflow: hidden;
  border-radius: 13px;
  color: #fff;
  background: var(--ol-navy);
  box-shadow: 0 10px 26px rgba(5, 22, 69, 0.16);
}

.ol-pillar-strip span {
  position: relative;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.ol-pillar-strip b {
  display: grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1.5px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.65rem;
  line-height: 1;
}

.ol-pillar-strip span + span::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.45);
}

.ol-proof {
  padding: 1rem 0 1.5rem;
  background: linear-gradient(#fff, #fdfcff);
}

.ol-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.ol-quotes blockquote {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.9rem;
  margin: 0;
  padding: 1.35rem 1.35rem 1.2rem;
  border: 1px solid var(--ol-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--ol-soft-shadow);
}

.ol-quote-mark {
  grid-row: 1 / 3;
  font-size: 3rem;
  font-weight: 800;
  line-height: 0.8;
}

.ol-quote-purple { color: #7440ee; }
.ol-quote-orange { color: var(--ol-orange); }

.ol-quotes p {
  margin-bottom: 0.55rem;
  color: var(--ol-navy);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}

.ol-quotes footer {
  color: #68718d;
  font-size: 0.66rem;
  font-weight: 600;
}

.ol-comparison {
  padding: 2rem;
  border: 1px solid var(--ol-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--ol-soft-shadow);
}

.ol-comparison > h2 {
  margin-bottom: 1.6rem;
  font-size: 1.82rem;
  text-align: center;
}

.ol-comparison-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 320px;
  overflow: hidden;
  border: 1px solid #dfe2eb;
  border-radius: 13px;
  background: #f7f7f9;
}

.ol-comparison-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem 2.25rem;
}

.ol-comparison-side h3 {
  width: min(100%, 360px);
  margin: 0 auto 1.15rem;
  font-size: 1.38rem;
}

.ol-comparison-side ul {
  display: grid;
  width: min(100%, 360px);
  gap: 1rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.ol-comparison-side li {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 600;
}

.ol-comparison-side i {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 0.9rem;
  font-style: normal;
}

.ol-comparison-before {
  background: #f7f7f9;
}

.ol-comparison-before i {
  color: #fff;
  background: #9ca3ae;
}

.ol-comparison-after {
  color: #fff;
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 57, 124, 0.7), transparent 42%),
    linear-gradient(120deg, #07164c, #221b81 62%, #7024d8);
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 3rem;
}

.ol-comparison-after h3 {
  color: #fff;
}

.ol-comparison-after i {
  color: var(--ol-navy);
  background: #fff;
}

.ol-comparison-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% + 1.75%);
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid #cfd3e3;
  border-radius: 50%;
  color: #5e6b8f;
  background: #fff;
  box-shadow: 0 5px 15px rgba(23, 25, 75, 0.12);
  font-size: 2rem;
}

.ol-product {
  padding: 1.5rem 0;
}

.ol-audience-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(340px, 1.05fr) minmax(270px, 0.9fr);
  gap: 0.65rem;
  align-items: stretch;
  margin-bottom: 1rem;
}

.ol-section-copy {
  align-self: center;
  padding: 1.5rem 1.5rem 1.5rem 0.75rem;
}

.ol-section-copy h2 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.18;
}

.ol-section-copy p {
  margin-bottom: 1.15rem;
  font-size: 0.88rem;
  line-height: 1.6;
}

.ol-section-copy ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #455173;
  font-size: 0.84rem;
  font-weight: 700;
}

.ol-section-copy li::before {
  content: "✓";
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-right: 0.65rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ol-green);
  font-size: 0.68rem;
}

.ol-ui-card {
  position: relative;
  z-index: 1;
  padding: 1.45rem 1.5rem;
  border: 1px solid #e4e2ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--ol-shadow);
}

.ol-ui-card h3 {
  margin-bottom: 1.05rem;
  font-size: 1rem;
}

.ol-builder {
  border-radius: 16px;
}

.ol-builder label {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.52rem;
  color: #33405f;
  font-size: 0.72rem;
  font-weight: 700;
}

.ol-builder label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.65rem;
  border: 1px solid #dcdfea;
  border-radius: 6px;
  color: #222e50;
  font-size: 0.74rem;
  font-weight: 600;
}

.ol-builder label b {
  color: #7f87a1;
}

.ol-builder > strong {
  display: block;
  margin: 0.9rem 0 0.55rem;
  font-size: 0.82rem;
}

.ol-mini-avatars {
  display: flex;
  align-items: center;
}

.ol-mini-avatars img,
.ol-mini-avatars span {
  width: 30px;
  height: 30px;
  margin-right: -4px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.ol-mini-avatars span {
  display: grid;
  place-items: center;
  color: #55617f;
  background: #edf0f8;
  margin-left: 8px;
  font-size: 0.62rem;
  font-weight: 800;
}

.ol-ready {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}

.ol-ready-channels,
.ol-ready-languages {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem 0;
  border-bottom: 1px solid #e5e7ef;
  color: #263353;
  font-size: 0.82rem;
  font-weight: 700;
}

.ol-ready-channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ol-ready-channels span,
.ol-ready-languages {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.ol-line-icon {
  width: 22px;
  height: 22px;
  color: var(--ol-navy);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ol-ready > p {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  margin: auto 0 0;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #087c4c;
  background: #e5f4ed;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.ol-ready > p i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ol-green);
  font-size: 0.62rem;
  font-style: normal;
}

.ol-frontline {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  /* Scale card height with viewport so the photo crop stays consistent at all widths */
  min-height: min(345px, 25vw);
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--ol-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--ol-soft-shadow);
}

.ol-frontline-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  background: #fff;
}

.ol-frontline-copy h2 {
  max-width: 320px;
  margin-bottom: 0.7rem;
  font-size: 1.93rem;
  line-height: 1.15;
}

.ol-frontline-copy p {
  max-width: 320px;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.ol-frontline-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.ol-frontline-image > img {
  /* Absolute so the photo's aspect ratio can't inflate the card height */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 125%;
  object-fit: cover;
  /* Anchor to the top so hats/headroom never get cropped; excess crops at the bottom */
  object-position: center top;
  /* Quick-and-dirty vertical de-stretch: render 25% taller, squeeze to 80% */
  transform: scaleY(0.8);
  transform-origin: center top;
}

.ol-frontline-tags {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.ol-frontline-tags span {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.7rem 1.05rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(13, 25, 65, 0.14);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.ol-frontline-tags svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ol-tag-orange { color: var(--ol-orange); }
.ol-tag-purple { color: #7140e9; }
.ol-tag-green { color: var(--ol-green); }

.ol-outcomes {
  padding: 1.75rem 0 2.75rem;
  text-align: center;
}

.ol-outcomes > h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.ol-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1.75rem;
}

.ol-outcome-grid article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  padding: 0.4rem 1.5rem;
  align-items: center;
  text-align: left;
}

.ol-outcome-grid article + article {
  border-left: 1px solid #dfe2eb;
}

.ol-outcome-icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
}

.ol-outcome-icon svg {
  width: 58px;
  height: 58px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ol-outcome-icon .ol-filled-icon {
  fill: currentColor;
  stroke: none;
}

.ol-icon-orange { color: var(--ol-orange); }
.ol-icon-purple { color: #7344ef; }
.ol-icon-green { color: var(--ol-green); }
.ol-icon-blue { color: #193bce; }

.ol-outcome-grid h3 {
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.ol-outcome-grid p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
}

.ol-outcomes > a {
  color: #563de1;
  font-size: 1rem;
  font-weight: 800;
}

.ol-final {
  padding: 0 0 1.15rem;
}

.ol-final-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(280px, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  min-height: 140px;
  overflow: hidden;
  padding: 1.6rem 7rem 1.6rem 2rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(110deg, #ff6507 0%, #ed176f 48%, #6d23d9 100%);
}

.ol-final-card::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.18);
  -webkit-mask: url("../assets/wave.svg") center / contain no-repeat;
  mask: url("../assets/wave.svg") center / contain no-repeat;
}

.ol-final-card > img {
  width: 68px;
  filter: brightness(0) invert(1);
  opacity: 0.18;
}

.ol-final-card > div,
.ol-final-card .ol-actions {
  position: relative;
  z-index: 1;
}

.ol-final-card h2 {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 1.25rem;
}

.ol-final-card p {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.69rem;
}

.ol-button-light {
  position: relative;
  z-index: 2;
  color: var(--ol-navy);
  background: #fff;
}

.ol-button-outline-light {
  position: relative;
  z-index: 2;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 900px) {
  .ol-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  }

  .ol-audience-layout {
    grid-template-columns: minmax(190px, 0.7fr) minmax(270px, 1.15fr) minmax(190px, 0.75fr);
  }
}

@media (max-width: 760px) {
  .ol-hero {
    padding-top: 1.25rem;
  }

  .ol-hero-grid {
    grid-template-columns: 1fr;
  }

  .ol-hero-copy {
    padding: 0.5rem 0 0;
  }

  .ol-hero-copy h1 {
    max-width: 590px;
    font-size: clamp(2rem, 8.8vw, 2.6rem);
  }

  .ol-hero-copy p {
    font-size: 0.93rem;
  }

  .ol-network {
    min-height: 335px;
    margin-top: 0.5rem;
  }

  .ol-trust-strip {
    display: flex;
    width: 100%;
    margin-left: 0;
  }

  .ol-trust-strip span {
    flex: 1;
    justify-content: center;
    padding-inline: 0.55rem;
    text-align: center;
  }

  .ol-quotes {
    grid-template-columns: 1fr;
  }

  .ol-audience-layout {
    grid-template-columns: 1fr 1fr;
  }

  .ol-section-copy {
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .ol-frontline {
    grid-template-columns: 1fr;
  }

  .ol-frontline-copy {
    padding: 1.35rem;
  }

  .ol-frontline-copy h2,
  .ol-frontline-copy p {
    max-width: none;
  }

  .ol-frontline-image {
    min-height: 220px;
    margin-left: 0;
  }

  .ol-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.25rem;
  }

  .ol-outcome-grid article:nth-child(3) {
    border-left: 0;
  }

  .ol-final-card {
    grid-template-columns: 1fr;
    padding: 1.75rem;
    text-align: center;
  }

  .ol-final-card > img,
  .ol-final-card::after {
    display: none;
  }

  .ol-final-card p {
    margin-inline: auto;
  }

  .ol-final-card .ol-actions {
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .ol-main h2 {
    font-size: 1.3rem;
  }

  .ol-hero-copy h1 {
    font-size: 2rem;
    line-height: 1.12;
  }

  .ol-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ol-button {
    width: 100%;
  }

  .ol-network {
    min-height: 310px;
  }

  .ol-network-rings {
    width: 270px;
    height: 270px;
  }

  .ol-person {
    width: 60px;
    height: 60px;
  }

  .ol-person-1 { top: 6px; left: calc(50% - 30px); }
  .ol-person-2 { top: 75px; left: 16px; }
  .ol-person-3 { top: 75px; right: 12px; }
  .ol-person-4 { bottom: 64px; left: 28px; }
  .ol-person-5 { right: 24px; bottom: 64px; }
  .ol-person-6 { bottom: 4px; left: calc(50% - 30px); }

  .ol-label-hola {
    transform: translate(calc(-50% + 72.1px), calc(-50% + -29.8px));
  }
  .ol-label-email {
    transform: translate(calc(-50% + 29.8px), calc(-50% + -72.1px));
  }
  .ol-label-survey {
    transform: translate(calc(-50% + 72.1px), calc(-50% + 29.8px));
  }
  .ol-label-profile {
    transform: translate(calc(-50% + 29.8px), calc(-50% + 72.1px));
  }
  .ol-label-bonjour {
    transform: translate(calc(-50% + -29.8px), calc(-50% + 72.1px));
  }
  .ol-label-store {
    transform: translate(calc(-50% + -72.1px), calc(-50% + 29.8px));
  }
  .ol-label-text {
    transform: translate(calc(-50% + -72.1px), calc(-50% + -29.8px));
  }
  .ol-label-hello {
    transform: translate(calc(-50% + -29.8px), calc(-50% + -72.1px));
  }

  .ol-trust-strip {
    display: grid;
  }

  .ol-trust-strip span {
    justify-content: flex-start;
  }

  .ol-trust-strip span + span {
    border-top: 1px solid var(--ol-line);
    border-left: 0;
  }

  .ol-pillar-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .ol-pillar-strip span:nth-child(3)::before {
    display: none;
  }

  .ol-pillar-strip span:nth-child(n + 3) {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .ol-quotes blockquote {
    grid-template-columns: 38px 1fr;
    padding: 1.1rem;
  }

  .ol-comparison {
    padding: 1rem;
  }

  .ol-comparison-grid {
    grid-template-columns: 1fr;
  }

  .ol-comparison-arrow {
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ol-comparison-side {
    padding: 1.2rem 1.3rem;
  }

  .ol-comparison-after {
    clip-path: none;
  }

  .ol-audience-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .ol-builder,
  .ol-ready {
    border: 1px solid #e4e2ef;
    border-radius: 14px;
  }

  .ol-frontline-tags {
    right: 0.75rem;
    left: 0.75rem;
    flex-wrap: wrap;
  }

  .ol-frontline-tags span {
    width: auto;
  }

  .ol-outcome-grid {
    grid-template-columns: 1fr;
  }

  .ol-outcome-grid article {
    padding: 0.8rem 0;
  }

  .ol-outcome-grid article + article {
    border-top: 1px solid #dfe2eb;
    border-left: 0;
  }

  .ol-final-card {
    padding: 1.5rem 1.15rem;
  }
}
