@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("assets/fonts/outfit-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

:root {
  --blue: #1768d6;
  --blue-deep: #123f91;
  --blue-ink: #092b68;
  --blue-soft: #eaf6ff;
  --blue-mist: #f4faff;
  --pink: #f53d91;
  --pink-soft: #ffd6e9;
  --white: #ffffff;
  --ink: #10264d;
  --muted: #66758d;
  --line: rgba(18, 63, 145, 0.12);
  --shadow-sm: 0 14px 40px rgba(20, 63, 131, 0.1);
  --shadow-lg: 0 32px 100px rgba(10, 47, 111, 0.18);
  --heading: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --body: "Manrope", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.2, 0.72, 0.2, 1);
  --shell: min(1240px, calc(100vw - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--white);
  background: var(--blue);
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--heading);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(96px, 10vw, 156px);
}

.reasons {
  content-visibility: auto;
  contain-intrinsic-size: auto 1120px;
}

.results {
  content-visibility: auto;
  contain-intrinsic-size: auto 1180px;
}

.services {
  content-visibility: auto;
  contain-intrinsic-size: auto 1520px;
}

.process {
  content-visibility: auto;
  contain-intrinsic-size: auto 820px;
}

.reviews {
  content-visibility: auto;
  contain-intrinsic-size: auto 920px;
}

.benefits,
.final-cta,
.site-footer {
  content-visibility: auto;
}

.benefits {
  contain-intrinsic-size: auto 180px;
}

.final-cta {
  contain-intrinsic-size: auto 680px;
}

.site-footer {
  contain-intrinsic-size: auto 420px;
}

.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: 1000;
  top: 16px;
  left: 16px;
  padding: 10px 18px;
  color: var(--white);
  background: var(--blue-deep);
  border-radius: 999px;
  transform: translateY(-180%);
  transition: transform 0.25s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 36vw;
  height: 36vw;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.16;
  pointer-events: none;
}

.ambient--one {
  top: -18vw;
  right: -9vw;
  background: var(--blue);
}

.ambient--two {
  top: 62vh;
  left: -26vw;
  background: var(--pink-soft);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: top 0.35s var(--ease);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 10px 12px 10px 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  box-shadow: 0 12px 45px rgba(22, 61, 125, 0.08);
  backdrop-filter: blur(18px) saturate(135%);
  pointer-events: auto;
  transition:
    min-height 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    background 0.35s var(--ease);
}

.site-header.is-scrolled {
  top: 8px;
}

.site-header.is-scrolled .site-header__inner {
  min-height: 64px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 48px rgba(20, 58, 118, 0.14);
}

.brand {
  position: relative;
  display: inline-flex;
  justify-self: start;
  align-items: baseline;
  width: max-content;
  color: var(--blue-deep);
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}

.brand__name--accent {
  margin-left: 5px;
  color: var(--blue);
}

.brand__dot {
  width: 7px;
  height: 7px;
  margin-left: 3px;
  background: var(--pink);
  border-radius: 50%;
  transform: translateY(-14px);
  box-shadow: 0 0 0 5px rgba(245, 61, 145, 0.1);
}

.desktop-nav {
  display: flex;
  gap: 34px;
  align-items: center;
}

.desktop-nav a {
  position: relative;
  color: #40506a;
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--pink);
  border-radius: 99px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 13px 22px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform 0.35s var(--ease),
    color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

.button--header {
  justify-self: end;
  min-height: 50px;
  color: var(--white);
  background: var(--blue-deep);
}

.button--header svg,
.button--ghost svg {
  width: 19px;
  transition: transform 0.3s var(--ease);
}

.button--header:hover svg,
.button--ghost:hover svg {
  transform: translateX(4px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  background: var(--blue-soft);
  border: 0;
  border-radius: 15px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue-deep);
  border-radius: 99px;
  transition: transform 0.3s var(--ease);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  width: var(--shell);
  margin: 8px auto 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 63, 145, 0.08);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  display: block;
  padding: 13px 8px;
  color: var(--ink);
  font-weight: 650;
}

.mobile-menu a:last-child {
  margin-top: 8px;
  color: var(--white);
  text-align: center;
  background: var(--blue);
  border-radius: 14px;
}

/* Hero */
.hero {
  position: relative;
  min-height: 940px;
  padding-top: 150px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 23%, rgba(234, 246, 255, 0.8), transparent 30%),
    linear-gradient(145deg, #fff 8%, #f8fcff 68%, #eef8ff 100%);
}

.hero::before {
  position: absolute;
  top: 106px;
  right: -130px;
  width: 630px;
  height: 630px;
  background-image: radial-gradient(rgba(23, 104, 214, 0.15) 1px, transparent 1px);
  background-size: 18px 18px;
  border-radius: 50%;
  content: "";
  mask-image: radial-gradient(circle, #000 30%, transparent 72%);
}

.hero__curve {
  position: absolute;
  inset: 270px 0 auto;
  opacity: 0.35;
  pointer-events: none;
}

.hero__curve svg {
  width: 100%;
  height: 420px;
}

.hero__curve path {
  fill: none;
  stroke: url("#none");
  stroke: rgba(23, 104, 214, 0.16);
  stroke-width: 1.5;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

.hero__content {
  max-width: 610px;
  padding-bottom: 88px;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 27px;
  height: 2px;
  background: var(--pink);
  border-radius: 99px;
}

.eyebrow--light {
  color: #aed7ff;
}

.hero h1 {
  max-width: 640px;
  margin-bottom: 26px;
  color: var(--ink);
  font-size: clamp(47px, 5vw, 70px);
  font-weight: 600;
}

.hero h1 > span {
  display: block;
  color: var(--blue);
}

.hero__lead {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button--primary {
  min-height: 60px;
  padding-inline: 25px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 15px 34px rgba(23, 104, 214, 0.27);
}

.button--primary:hover {
  background: var(--blue-deep);
  box-shadow: 0 20px 42px rgba(23, 104, 214, 0.35);
}

.button__shine {
  position: absolute;
  z-index: -1;
  top: -35px;
  left: -70px;
  width: 45px;
  height: 130px;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(2px);
  transform: rotate(20deg);
  transition: left 0.65s var(--ease);
}

.button--primary:hover .button__shine {
  left: calc(100% + 35px);
}

.button--ghost {
  min-height: 60px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(18, 63, 145, 0.16);
}

.button--ghost:hover {
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.hero__signals {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
  color: #43536c;
  font-size: 11px;
}

.hero__signals > div {
  display: flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
}

.hero__signals > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.signal__stars {
  color: var(--pink);
  font-size: 10px;
  letter-spacing: 1px;
}

.signal__mark {
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(23, 104, 214, 0.1);
}

.signal__mark--pink {
  background: var(--pink);
  box-shadow: 0 0 0 4px rgba(245, 61, 145, 0.09);
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 590px;
  min-height: 670px;
  justify-self: end;
  will-change: transform;
}

.hero-visual__halo {
  position: absolute;
  inset: 5% -8% 0 10%;
  background: linear-gradient(145deg, rgba(23, 104, 214, 0.11), rgba(234, 246, 255, 0.5));
  border-radius: 56% 44% 39% 61% / 42% 57% 43% 58%;
  filter: blur(2px);
  transform: rotate(4deg);
}

.hero-visual__frame {
  position: absolute;
  inset: 8px 22px 0 38px;
  overflow: hidden;
  background: #dceeff;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 47% 53% 36% 64% / 31% 45% 55% 69%;
  box-shadow: var(--shadow-lg);
}

.hero-visual__frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, transparent 40%, rgba(9, 43, 104, 0.12));
  content: "";
  pointer-events: none;
}

.hero-visual__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  transform: scale(1.01);
}

.glass {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 52px rgba(16, 60, 127, 0.15);
  backdrop-filter: blur(16px) saturate(130%);
}

.float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  color: #3a4b66;
  border-radius: 16px;
  font-size: 11px;
  line-height: 1.35;
  animation: float 6s ease-in-out infinite;
}

.float-card strong {
  color: var(--ink);
  font-size: 12px;
}

.float-card--top {
  top: 67px;
  left: -20px;
}

.float-card--side {
  top: 47%;
  right: -28px;
  animation-delay: -2s;
}

.float-card--bottom {
  right: 54px;
  bottom: 23px;
  animation-delay: -4s;
}

.float-card__check {
  display: grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 12px;
}

.float-card__check--pink {
  background: var(--pink);
}

.team-badge {
  position: absolute;
  z-index: 4;
  bottom: 42px;
  left: -34px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 306px;
  padding: 13px 15px;
  border-radius: 20px;
  animation: float 7.4s ease-in-out -1.3s infinite;
}

.team-badge__count {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--blue-deep);
  background: rgba(234, 246, 255, 0.96);
  border: 1px solid rgba(23, 104, 214, 0.12);
  border-radius: 16px;
  font-family: var(--heading);
  font-size: 25px;
  font-weight: 750;
  line-height: 1;
}

.team-badge__count i {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 6px;
  height: 6px;
  background: var(--pink);
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(245, 61, 145, 0.24);
}

.team-badge__copy strong,
.team-badge__copy small {
  display: block;
}

.team-badge__copy strong {
  color: var(--ink);
  font-size: 11px;
  line-height: 1.3;
}

.team-badge__copy small {
  margin-top: 4px;
  color: #5b6d87;
  font-size: 8.5px;
  line-height: 1.45;
}

.hero-visual__orbit {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 7px;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(23, 104, 214, 0.24);
  border-radius: 50%;
  animation: orbit 12s linear infinite;
}

.hero-visual__orbit span {
  position: absolute;
  top: 10px;
  right: 3px;
  width: 12px;
  height: 12px;
  background: var(--pink);
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(245, 61, 145, 0.25);
}

.trust-rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 104px;
  padding: 0 34px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 63, 145, 0.08);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -18px 60px rgba(29, 76, 146, 0.06);
  backdrop-filter: blur(14px);
}

.trust-rail p {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #42516a;
  font-size: 13px;
  font-weight: 650;
}

.trust-rail p + p {
  border-left: 1px solid var(--line);
}

.trust-rail__index {
  color: var(--pink);
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
}

/* Shared section headings */
.section-heading {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(55px, 6vw, 82px);
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1.15fr 0.62fr;
  gap: 12vw;
  align-items: end;
}

.section-heading h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 600;
}

.section-heading__copy,
.section-heading > p:not(.eyebrow) {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

/* Reasons mosaic */
.reasons {
  overflow: hidden;
  background: var(--white);
}

.reasons::before {
  position: absolute;
  top: 7%;
  left: -170px;
  width: 390px;
  height: 390px;
  background: var(--blue-soft);
  border-radius: 45% 55% 61% 39%;
  content: "";
  opacity: 0.6;
  transform: rotate(24deg);
}

.mosaic {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 176px;
  gap: 16px;
}

.mosaic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(18, 63, 145, 0.09);
  transition:
    transform 0.45s var(--ease),
    box-shadow 0.45s var(--ease),
    border-color 0.45s ease;
}

.mosaic-card:hover {
  z-index: 3;
  border-color: rgba(23, 104, 214, 0.22);
  box-shadow: var(--shadow-sm);
  transform: translateY(-6px);
}

.mosaic-card h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 600;
}

.mosaic-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.mosaic-card__number {
  position: relative;
  z-index: 2;
  color: var(--blue);
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mosaic-card--hero {
  grid-column: 1 / span 6;
  grid-row: 1 / span 2;
  padding: 38px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 34px 62px 34px 34px;
  box-shadow: 0 25px 60px rgba(23, 104, 214, 0.21);
}

.mosaic-card--hero:hover {
  border-color: transparent;
  box-shadow: 0 32px 80px rgba(23, 104, 214, 0.3);
}

.mosaic-card--hero .mosaic-card__number,
.mosaic-card--hero h3,
.mosaic-card--hero p {
  color: var(--white);
}

.mosaic-card--hero h3 {
  position: relative;
  z-index: 2;
  max-width: 430px;
  font-size: clamp(30px, 3vw, 43px);
}

.mosaic-card--hero p:not(.mosaic-card__kicker) {
  position: relative;
  z-index: 2;
  max-width: 370px;
  color: #dceeff;
  font-size: 14px;
}

.mosaic-card__kicker {
  position: relative;
  z-index: 2;
  margin-bottom: 10px !important;
  color: #b9ddff !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mosaic-card__glint {
  position: absolute;
  top: -35%;
  right: -18%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 65%);
}

.mosaic-card__signature {
  position: absolute;
  right: -8px;
  bottom: -2px;
  width: 255px;
  opacity: 0.45;
}

.mosaic-card__signature path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 2;
}

.mosaic-card--clock {
  grid-column: 7 / span 3;
  grid-row: 1;
  background: var(--blue-soft);
  border-radius: 34px 34px 12px 34px;
}

.mosaic-card__ring {
  position: absolute;
  top: -28px;
  right: -26px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(23, 104, 214, 0.16);
  border-radius: 50%;
}

.mosaic-card__ring::before,
.mosaic-card__ring::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background: var(--blue);
  border-radius: 2px;
  content: "";
  transform-origin: top;
}

.mosaic-card__ring::after {
  height: 19px;
  transform: rotate(115deg);
}

.mosaic-card--products {
  grid-column: 10 / span 3;
  grid-row: 1;
  background: #fff;
  border-radius: 12px 44px 34px 34px;
}

.mosaic-card__bars {
  position: absolute;
  top: 24px;
  right: 22px;
  display: flex;
  gap: 4px;
  align-items: end;
  height: 31px;
}

.mosaic-card__bars i {
  width: 4px;
  height: 15px;
  background: var(--blue);
  border-radius: 99px;
}

.mosaic-card__bars i:nth-child(2) {
  height: 28px;
  background: var(--pink);
}

.mosaic-card__bars i:nth-child(3) {
  height: 21px;
}

.mosaic-card--trust {
  grid-column: 7 / span 6;
  grid-row: 2;
  flex-direction: row;
  align-items: end;
  padding-right: 40px;
  background: #f9fcff;
  border-radius: 34px 12px 34px 34px;
}

.mosaic-card--trust > div:last-child {
  max-width: 310px;
}

.mosaic-card__seal {
  display: grid;
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue);
  background: var(--white);
  border: 1px solid rgba(23, 104, 214, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px var(--blue-soft);
  font-family: var(--heading);
  font-size: 16px;
  font-weight: 700;
}

.mosaic-card--human {
  grid-column: 1 / span 5;
  grid-row: 3;
  justify-content: end;
  padding-left: 112px;
  background: linear-gradient(110deg, #fff4f9, #fff);
  border-radius: 50px 22px 22px 10px;
}

.mosaic-card__quote {
  position: absolute;
  top: -21px;
  left: 26px;
  color: var(--pink-soft);
  font-family: Georgia, serif;
  font-size: 145px;
  line-height: 1;
}

.mosaic-card--organize {
  grid-column: 6 / span 7;
  grid-row: 3;
  flex-direction: row;
  align-items: center;
  background: var(--blue-deep);
  border: 0;
  border-radius: 16px 58px 30px 30px;
}

.mosaic-card--organize .mosaic-card__number,
.mosaic-card--organize h3 {
  color: var(--white);
}

.mosaic-card--organize p {
  color: #c7defb;
}

.mosaic-card--organize > div:last-child {
  max-width: 360px;
}

.mosaic-card__grid {
  display: grid;
  grid-template-columns: repeat(2, 34px);
  gap: 7px;
  transform: rotate(-7deg);
}

.mosaic-card__grid i {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 10px;
}

.mosaic-card__grid i:nth-child(2) {
  background: var(--pink);
  border-color: var(--pink);
}

/* Before and after */
.results {
  isolation: isolate;
  padding-top: clamp(130px, 12vw, 185px);
  overflow: hidden;
  color: var(--white);
  background: var(--blue-ink);
  border-radius: 110px 0 110px 0;
}

.results::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 87% 22%, rgba(23, 104, 214, 0.55), transparent 28%),
    radial-gradient(circle at 12% 83%, rgba(245, 61, 145, 0.1), transparent 23%);
  content: "";
}

.results__wash {
  position: absolute;
  top: 8%;
  right: -14%;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.results__wash::before,
.results__wash::after {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.results__wash::after {
  inset: 24%;
}

.section-heading--results {
  display: grid;
  grid-template-columns: 1fr 0.45fr;
  gap: 10vw;
  align-items: end;
}

.section-heading--results h2 {
  color: var(--white);
}

.section-heading--results > p {
  color: #a9c7ec !important;
}

.comparison-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.comparison-tabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 20px;
}

.comparison-tab {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 62px;
  padding: 10px 14px;
  color: #8baeda;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 650;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s var(--ease);
}

.comparison-tab span {
  color: #a7c8ef;
  font-size: 10px;
  font-weight: 700;
}

.comparison-tab::after {
  position: absolute;
  top: 50%;
  right: -28px;
  width: 0;
  height: 1px;
  background: var(--pink);
  content: "";
  transition: width 0.35s var(--ease);
}

.comparison-tab:hover {
  color: var(--white);
  transform: translateX(3px);
}

.comparison-tab.is-active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.comparison-tab.is-active span {
  color: var(--pink-soft);
}

.comparison-tab.is-active::after {
  width: 28px;
}

.comparison-panel {
  min-width: 0;
}

.compare-stage {
  --position: 50%;
  position: relative;
  aspect-ratio: 16 / 9.5;
  margin: 0;
  overflow: hidden;
  background: #0d397e;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px 58px 32px 32px;
  box-shadow: 0 42px 100px rgba(1, 15, 44, 0.48);
  cursor: ew-resize;
  touch-action: pan-y;
}

.compare-stage::before {
  position: absolute;
  z-index: 4;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.compare-stage__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}

.compare-stage__after {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  transition: clip-path 0.12s linear;
}

.compare-stage__image {
  transition:
    opacity 0.32s ease,
    filter 0.32s ease;
}

.compare-stage.is-switching .compare-stage__image {
  opacity: 0.58;
  filter: blur(5px);
}

.compare-stage.is-dragging .compare-stage__after {
  transition: none;
}

.compare-stage__label {
  position: absolute;
  z-index: 5;
  top: 20px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(9, 43, 104, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.compare-stage__label--before {
  right: 20px;
}

.compare-stage__label--after {
  left: 20px;
  background: rgba(23, 104, 214, 0.82);
}

.compare-stage__line {
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.35);
  pointer-events: none;
  transform: translateX(-1px);
}

.compare-stage__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--white);
  background: var(--pink);
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 12px 34px rgba(3, 25, 67, 0.35);
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--ease);
}

.compare-stage:hover .compare-stage__handle,
.compare-stage.is-dragging .compare-stage__handle {
  transform: translate(-50%, -50%) scale(1.08);
}

.compare-stage__handle svg {
  width: 29px;
}

.compare-stage__handle path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.compare-stage__range {
  position: absolute;
  z-index: 7;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.compare-stage__range::-webkit-slider-thumb {
  width: 54px;
  height: 54px;
  appearance: none;
}

.compare-stage__range::-moz-range-thumb {
  width: 54px;
  height: 54px;
  border: 0;
}

.compare-stage__cursor {
  position: absolute;
  z-index: 9;
  top: var(--cursor-y, 75%);
  left: var(--cursor-x, 76%);
  padding: 7px 10px;
  color: var(--blue-deep);
  background: var(--white);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(14px, 14px);
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .compare-stage:hover .compare-stage__cursor {
    opacity: 1;
  }
}

.comparison-caption {
  display: grid;
  grid-template-columns: 0.45fr 1.2fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 8px 0;
}

.comparison-caption p {
  margin: 0;
  color: #9ab8df;
  font-size: 12px;
}

.comparison-caption p:first-child {
  display: flex;
  gap: 13px;
  align-items: center;
}

.comparison-caption p:first-child span {
  color: var(--pink-soft);
  font-size: 10px;
}

.comparison-caption p:first-child strong {
  color: var(--white);
  font-family: var(--heading);
  font-size: 19px;
}

.comparison-caption__hint {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #aac8ec;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-caption__hint i {
  width: 7px;
  height: 7px;
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(245, 61, 145, 0.12);
}

.results__statement {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  color: #8fb3e2;
  text-align: center;
}

.results__statement p,
.results__statement strong {
  margin: 0;
  font-size: 13px;
}

.results__statement strong {
  color: var(--white);
}

.results__statement-line {
  width: 45px;
  height: 1px;
  background: var(--pink);
}

/* Services */
.services {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.services::after {
  position: absolute;
  right: -220px;
  bottom: 10%;
  width: 480px;
  height: 480px;
  background: var(--blue-soft);
  border-radius: 45% 55% 37% 63%;
  content: "";
  opacity: 0.6;
}

.section-heading--services {
  grid-template-columns: 1.1fr 0.48fr;
}

.services-deck {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(190px, auto);
  gap: 18px;
}

.service-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  padding: 30px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(18, 63, 145, 0.1);
  transition:
    transform 0.45s var(--ease),
    box-shadow 0.45s var(--ease),
    border-color 0.45s ease;
}

.service-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(23, 104, 214, 0.045));
  content: "";
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  border-color: rgba(23, 104, 214, 0.2);
  box-shadow: 0 28px 70px rgba(15, 61, 126, 0.13);
  transform: translateY(-7px);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.service-card__pill {
  padding: 7px 10px;
  color: #061d4d;
  background: var(--pink);
  border-radius: 999px;
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-card__pill--outline {
  color: var(--blue);
  background: transparent;
  border: 1px solid rgba(23, 104, 214, 0.18);
}

.service-card__eyebrow {
  margin-bottom: 11px !important;
  color: var(--blue) !important;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-card h3 {
  max-width: 380px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(27px, 2.9vw, 40px);
  font-weight: 600;
}

.service-card p {
  max-width: 420px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.service-card__link {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  width: max-content;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 750;
}

.service-card__link::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--pink);
  content: "";
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}

.service-card__link:hover::after {
  transform: scaleX(1);
}

.service-card__link span {
  color: var(--pink);
}

.service-card--primary {
  grid-column: 1 / span 7;
  grid-row: 1 / span 2;
  min-height: 610px;
  padding: 42px;
  color: var(--white);
  background: var(--blue);
  border: 0;
  border-radius: 52px 22px 52px 52px;
  box-shadow: 0 28px 80px rgba(23, 104, 214, 0.2);
}

.service-card--primary::before {
  background: radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.14), transparent 30%);
  opacity: 1;
}

.service-card--primary .service-card__top,
.service-card--primary .service-card__eyebrow,
.service-card--primary h3,
.service-card--primary .service-card__link {
  color: var(--white) !important;
}

.service-card--primary h3 {
  margin-bottom: 22px;
  font-size: clamp(44px, 5vw, 66px);
}

.service-card--primary p:not(.service-card__eyebrow) {
  max-width: 420px;
  color: #d9eaff;
  font-size: 15px;
}

.service-card--primary .service-card__link span {
  color: var(--pink-soft);
}

.service-card__art {
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: 20px;
  width: 48%;
  opacity: 0.38;
}

.service-card__art path,
.service-card__art circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 2;
}

.service-card--office {
  grid-column: 8 / span 5;
  grid-row: 1;
  min-height: 295px;
  background: var(--blue-soft);
  border-radius: 20px 54px 20px 20px;
}

.service-card--office h3 {
  font-size: 31px;
}

.service-card--organizing {
  grid-column: 8 / span 5;
  grid-row: 2 / span 2;
  min-height: 475px;
  background: var(--blue-deep);
  border: 0;
  border-radius: 20px 20px 60px 20px;
}

.service-card--organizing .service-card__top,
.service-card--organizing .service-card__eyebrow,
.service-card--organizing h3,
.service-card--organizing .service-card__link {
  color: var(--white) !important;
}

.service-card--organizing p:not(.service-card__eyebrow) {
  color: #c6dcf8;
}

.service-card__tiles {
  position: absolute;
  right: 26px;
  bottom: 65px;
  display: flex;
  gap: 6px;
  opacity: 0.36;
  transform: rotate(-8deg);
}

.service-card__tiles i {
  width: 48px;
  height: 65px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}

.service-card__tiles i:nth-child(2) {
  height: 45px;
  margin-top: 20px;
  background: var(--pink);
  border-color: var(--pink);
}

.service-card--custom {
  grid-column: 1 / span 4;
  grid-row: 3;
  min-height: 300px;
  background: #fff;
  border-radius: 58px 20px 20px 20px;
}

.service-card--custom h3,
.service-card--future h3 {
  font-size: 30px;
}

.service-card--future {
  grid-column: 5 / span 3;
  grid-row: 3;
  min-height: 300px;
  background: #fff7fb;
  border-color: rgba(245, 61, 145, 0.1);
  border-radius: 20px 20px 48px 20px;
}

/* Process */
.process {
  overflow: hidden;
  background: var(--blue-mist);
}

.process::before {
  position: absolute;
  top: -180px;
  left: 50%;
  width: 760px;
  height: 320px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.section-heading--center {
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center > p:last-child {
  margin-top: 20px;
}

.process-map {
  position: relative;
  min-height: 480px;
}

.process-map__path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 470px;
  overflow: visible;
}

.process-map__path path {
  fill: none;
  stroke: var(--blue);
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  stroke-linecap: round;
  stroke-width: 2;
  transition: stroke-dashoffset 2s var(--ease);
}

.process-map.is-visible .process-map__path path {
  stroke-dashoffset: 0;
}

.process-list {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-step {
  position: absolute;
  display: flex;
  gap: 17px;
  width: 235px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease);
}

.process-map.is-visible .process-step {
  opacity: 1;
  transform: translateY(0);
}

.process-map.is-visible .process-step--two {
  transition-delay: 0.35s;
}

.process-map.is-visible .process-step--three {
  transition-delay: 0.7s;
}

.process-map.is-visible .process-step--four {
  transition-delay: 1.05s;
}

.process-step::before {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--white);
  border: 4px solid var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(245, 61, 145, 0.1);
  content: "";
}

.process-step--one {
  top: 212px;
  left: 2%;
}

.process-step--one::before {
  top: -29px;
  left: 3px;
}

.process-step--two {
  top: 40px;
  left: 27%;
}

.process-step--two::before {
  top: 67px;
  bottom: auto;
  left: 12px;
}

.process-step--three {
  top: 285px;
  left: 57%;
}

.process-step--three::before {
  top: -33px;
  left: 8px;
}

.process-step--four {
  top: 40px;
  right: -1%;
}

.process-step--four::before {
  top: 70px;
  bottom: auto;
  left: 2px;
}

.process-step__number {
  flex: 0 0 auto;
  color: var(--blue);
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 750;
}

.process-step h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 600;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

/* Reviews */
.reviews {
  overflow: hidden;
  background: var(--white);
}

.reviews::before {
  position: absolute;
  top: 8%;
  right: -10%;
  width: 62%;
  height: 82%;
  background: linear-gradient(145deg, var(--blue-soft), #f8fcff);
  border-radius: 44% 56% 33% 67% / 48% 38% 62% 52%;
  content: "";
  transform: rotate(-4deg);
}

.reviews__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.75fr 1.15fr;
  gap: 10vw;
  align-items: center;
  min-height: 650px;
}

.reviews-score h2 {
  margin-bottom: 48px;
  color: var(--ink);
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 600;
}

.reviews-score__number {
  display: flex;
  gap: 23px;
  align-items: center;
}

.reviews-score__number > strong {
  color: var(--blue);
  font-family: var(--heading);
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 1;
}

.reviews-score__number div > span {
  color: var(--pink);
  font-size: 13px;
  letter-spacing: 2px;
}

.reviews-score__number p {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.reviews-stack {
  position: relative;
  min-height: 570px;
}

.review-card {
  position: absolute;
  width: min(430px, 78%);
  min-height: 260px;
  padding: 27px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 25px;
  box-shadow: 0 26px 70px rgba(17, 58, 121, 0.14);
  backdrop-filter: blur(15px);
  transition:
    transform 0.45s var(--ease),
    box-shadow 0.45s var(--ease);
}

.review-card:hover {
  z-index: 5;
  box-shadow: 0 35px 85px rgba(17, 58, 121, 0.2);
}

.review-card--one {
  z-index: 3;
  top: 0;
  left: 3%;
  transform: rotate(-2deg);
}

.review-card--one:hover {
  transform: rotate(0) translateY(-6px);
}

.review-card--two {
  z-index: 2;
  top: 138px;
  right: 0;
  transform: rotate(2.6deg);
}

.review-card--two:hover {
  transform: rotate(0) translateY(-6px);
}

.review-card--three {
  z-index: 1;
  bottom: 0;
  left: 7%;
  transform: rotate(-1deg);
}

.review-card--three:hover {
  transform: rotate(0) translateY(-6px);
}

.review-card__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 19px;
}

.review-card__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue-deep);
  background: var(--pink-soft);
  border-radius: 50%;
  font-family: var(--heading);
  font-weight: 700;
}

.review-card__avatar--blue {
  color: var(--white);
  background: var(--blue);
}

.review-card__avatar--navy {
  color: var(--white);
  background: var(--blue-deep);
}

.review-card__head strong,
.review-card__head span {
  display: block;
}

.review-card__head strong {
  color: var(--ink);
  font-size: 12px;
}

.review-card__head div > span {
  color: #5f6f86;
  font-size: 9px;
}

.review-card__source {
  color: var(--blue) !important;
  font-family: Arial, sans-serif;
  font-size: 19px !important;
  font-weight: 700;
}

.review-card__stars {
  color: #985a00;
  font-size: 11px;
  letter-spacing: 1px;
}

.review-card blockquote {
  margin: 10px 0 15px;
  color: #34445d;
  font-size: 14px;
  line-height: 1.75;
}

.review-card__meta {
  display: block;
  color: #64738a;
  font-size: 9px;
}

/* Benefits */
.benefits {
  position: relative;
  z-index: 3;
  padding-block: 28px;
  background: var(--white);
}

.benefits__rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 126px;
  background: var(--white);
  border: 1px solid rgba(18, 63, 145, 0.09);
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
}

.benefit {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 22px 15px;
}

.benefit + .benefit {
  border-left: 1px solid var(--line);
}

.benefit svg {
  width: 34px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.benefit span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.benefit strong {
  display: block;
  color: var(--ink);
  font-size: 11px;
}

/* CTA */
.final-cta {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  margin-top: 100px;
  padding: 140px 0 120px;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background: var(--blue);
  border-radius: 100px 100px 0 0;
}

.final-cta::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.11), transparent 28%),
    linear-gradient(145deg, var(--blue) 0%, var(--blue-deep) 90%);
  content: "";
}

.final-cta__orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.final-cta__orb--one {
  top: -180px;
  left: -130px;
  width: 460px;
  height: 460px;
}

.final-cta__orb--two {
  right: -80px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-color: rgba(245, 61, 145, 0.24);
}

.final-cta__sweep {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 8%;
  left: 0;
  opacity: 0.25;
}

.final-cta__sweep svg {
  width: 100%;
  height: 300px;
}

.final-cta__sweep path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 2;
}

.final-cta__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(45px, 5.4vw, 76px);
  font-weight: 600;
}

.final-cta__content > p:not(.eyebrow, .final-cta__micro) {
  margin-bottom: 35px;
  color: #cbe2ff;
  font-size: 15px;
}

.button--cta {
  min-width: 290px;
  min-height: 70px;
  padding-inline: 29px;
  color: var(--blue-deep);
  background: var(--white);
  box-shadow: 0 24px 54px rgba(3, 27, 76, 0.28);
  font-size: 15px;
}

.button--cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--pink-soft);
  border-radius: inherit;
  content: "";
  clip-path: circle(0% at 88% 50%);
  transition: clip-path 0.55s var(--ease);
}

.button--cta:hover::before {
  clip-path: circle(120% at 88% 50%);
}

.button--cta svg {
  width: 23px;
}

.button--cta i {
  margin-left: auto;
  color: var(--pink);
  font-style: normal;
}

.final-cta__micro {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 20px 0 0;
  color: #a9cdf6;
  font-size: 10px;
}

.final-cta__micro span {
  width: 7px;
  height: 7px;
  background: var(--pink);
  border-radius: 50%;
}

.final-cta__micro i {
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

/* Footer */
.site-footer {
  position: relative;
  padding: 80px 0 100px;
  color: #b5cce8;
  background: #08265d;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 0.55fr 0.65fr 1.5fr;
  gap: 8vw;
  align-items: start;
}

.brand--footer .brand__name {
  color: var(--white);
}

.brand--footer .brand__name--accent {
  color: #83bfff;
}

.site-footer__top > p {
  color: #9fbbdc;
  font-size: 12px;
  line-height: 1.75;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.site-footer__links > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.site-footer__links span {
  margin-bottom: 6px;
  color: #86a8d0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__links a,
.site-footer__links p {
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: #d9e8f9;
  font-size: 11px;
  transition: color 0.25s ease;
}

.site-footer__links a:hover {
  color: var(--pink-soft);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  padding-top: 24px;
  color: #88a7cc;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 9px;
}

.site-footer__bottom p {
  margin: 0;
}

/* Floating contact */
.contact-dock {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-dock__item {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 0 14px;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(8, 38, 93, 0.22);
  transition:
    width 0.45s var(--ease),
    transform 0.35s var(--ease),
    border-radius 0.35s var(--ease);
}

.contact-dock__item:hover {
  width: 130px;
  border-radius: 18px 18px 8px 18px;
  transform: translateY(-3px);
}

.contact-dock__item svg {
  width: 23px;
  min-width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-dock__item span {
  opacity: 0;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  transition: opacity 0.25s ease 0.08s;
}

.contact-dock__item:hover span {
  opacity: 1;
}

.contact-dock__item--whatsapp {
  background: var(--blue);
}

.contact-dock__item--instagram {
  background: var(--blue-deep);
}

.contact-dock__item--instagram:hover {
  background: var(--pink);
}

.noscript {
  position: fixed;
  z-index: 999;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 13px;
  color: var(--white);
  text-align: center;
  background: var(--blue-deep);
  border-radius: 14px;
  font-size: 12px;
}

/* Reveal system */
.js .reveal,
.js .reveal-lift {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(20px);
  transition:
    opacity 0.75s var(--ease) var(--delay, 0ms),
    filter 0.75s var(--ease) var(--delay, 0ms),
    transform 0.75s var(--ease) var(--delay, 0ms);
}

.js .reveal-lift {
  transform: translateY(30px) scale(0.985);
}

.js .reveal.is-visible,
.js .reveal-lift.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

/* Preserve an immediate LCP while retaining the more expressive reveals below the fold. */
.js .hero h1.reveal {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}

.js .hero .reveal,
.js .hero .reveal-lift {
  filter: none;
}

.js .mosaic-card.reveal-lift.is-visible:hover,
.js .service-card.reveal-lift.is-visible:hover {
  transform: translateY(-7px) scale(1);
}

.js .review-card--one.reveal-lift.is-visible {
  transform: rotate(-2deg);
}

.js .review-card--two.reveal-lift.is-visible {
  transform: rotate(2.6deg);
}

.js .review-card--three.reveal-lift.is-visible {
  transform: rotate(-1deg);
}

.js .review-card--one.reveal-lift.is-visible:hover,
.js .review-card--two.reveal-lift.is-visible:hover,
.js .review-card--three.reveal-lift.is-visible:hover {
  transform: rotate(0) translateY(-6px);
}

@keyframes float {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

/* Tablet */
@media (max-width: 1080px) {
  :root {
    --shell: min(calc(100% - 38px), 980px);
  }

  .desktop-nav {
    gap: 22px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1.08fr);
    gap: 25px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .team-badge {
    left: 0;
  }

  .hero__signals {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero__signals > div + div {
    padding-left: 12px;
  }

  .mosaic-card--human {
    padding-left: 85px;
  }

  .comparison-gallery {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .benefit {
    flex-direction: column;
    text-align: center;
  }

  .reviews__layout {
    gap: 4vw;
  }
}

@media (min-width: 861px) and (max-width: 1080px) {
  .team-badge {
    bottom: 96px;
    width: 286px;
  }

  .float-card--side {
    right: 0;
  }
}

/* Mobile navigation and layout */
@media (max-width: 860px) {
  :root {
    --shell: min(calc(100% - 32px), 720px);
  }

  html {
    scroll-padding-top: 90px;
  }

  .site-header {
    top: 10px;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    min-height: 66px;
    padding: 8px 9px 8px 18px;
    border-radius: 20px;
  }

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

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: auto;
    padding: 132px 0 0;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hero__content {
    max-width: 660px;
    padding-bottom: 25px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(48px, 9vw, 68px);
  }

  .hero__lead {
    max-width: 610px;
  }

  .hero-visual {
    width: min(100%, 600px);
    min-height: 650px;
    margin: 20px auto 0;
    justify-self: center;
  }

  .team-badge {
    left: 12px;
  }

  .trust-rail {
    position: relative;
    width: 100%;
    margin-top: -8px;
  }

  .section-heading--split,
  .section-heading--results {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-heading__copy,
  .section-heading--results > p {
    max-width: 560px;
  }

  .mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .mosaic-card {
    min-height: 220px;
  }

  .mosaic-card--hero {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 370px;
  }

  .mosaic-card--clock,
  .mosaic-card--products,
  .mosaic-card--trust,
  .mosaic-card--human,
  .mosaic-card--organize {
    grid-column: auto;
    grid-row: auto;
  }

  .mosaic-card--trust {
    flex-direction: column;
    align-items: flex-start;
  }

  .mosaic-card--human {
    padding-left: 88px;
  }

  .mosaic-card--organize {
    grid-column: 1 / -1;
  }

  .results {
    border-radius: 70px 0 70px 0;
  }

  .comparison-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .comparison-tabs {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0 0 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .comparison-tabs::-webkit-scrollbar {
    display: none;
  }

  .comparison-tab {
    min-width: max-content;
    min-height: 46px;
    padding-inline: 16px;
    background: rgba(255, 255, 255, 0.05);
  }

  .comparison-tab::after {
    display: none;
  }

  .services-deck {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .service-card,
  .service-card--primary,
  .service-card--office,
  .service-card--organizing,
  .service-card--custom,
  .service-card--future {
    grid-column: auto;
    grid-row: auto;
    min-height: 380px;
  }

  .service-card--primary {
    grid-column: 1 / -1;
    min-height: 530px;
  }

  .service-card--organizing {
    min-height: 460px;
  }

  .process-map {
    min-height: auto;
  }

  .process-map__path {
    display: none;
  }

  .process-list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .process-list::before {
    position: absolute;
    top: 42px;
    bottom: 42px;
    left: 50%;
    width: 1px;
    background: linear-gradient(var(--blue), var(--pink));
    content: "";
  }

  .process-step,
  .process-step--one,
  .process-step--two,
  .process-step--three,
  .process-step--four {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 200px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(18, 63, 145, 0.08);
    border-radius: 28px;
  }

  .process-step::before {
    display: none;
  }

  .reviews::before {
    top: 34%;
    right: -25%;
    width: 100%;
    height: 63%;
  }

  .reviews__layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .reviews-stack {
    min-height: 610px;
  }

  .benefits__rail {
    display: flex;
    min-height: 116px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .benefits__rail::-webkit-scrollbar {
    display: none;
  }

  .benefit {
    min-width: 160px;
    scroll-snap-align: start;
  }

  .final-cta {
    min-height: 620px;
    margin-top: 65px;
    border-radius: 70px 70px 0 0;
  }

  .site-footer__top {
    grid-template-columns: 0.7fr 1fr;
    gap: 50px;
  }

  .site-footer__links {
    grid-column: 1 / -1;
  }

  .contact-dock {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    flex-direction: row;
    gap: 8px;
    padding: 7px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 18px 55px rgba(8, 38, 93, 0.18);
    backdrop-filter: blur(16px);
  }

  .contact-dock__item {
    justify-content: center;
    height: 50px;
    border-radius: 15px;
  }

  .contact-dock__item--whatsapp {
    width: calc(67% - 4px);
  }

  .contact-dock__item--instagram {
    width: calc(33% - 4px);
  }

  .contact-dock__item:hover {
    width: inherit;
    border-radius: 15px;
  }

  .contact-dock__item--whatsapp:hover {
    width: calc(67% - 4px);
  }

  .contact-dock__item--instagram:hover {
    width: calc(33% - 4px);
  }

  .contact-dock__item span {
    opacity: 1;
  }

  body.comparison-in-view .contact-dock {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    left: auto;
    flex-direction: column;
    width: 50px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.comparison-in-view .contact-dock__item,
  body.comparison-in-view .contact-dock__item:hover,
  body.comparison-in-view .contact-dock__item--whatsapp,
  body.comparison-in-view .contact-dock__item--whatsapp:hover,
  body.comparison-in-view .contact-dock__item--instagram,
  body.comparison-in-view .contact-dock__item--instagram:hover {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 16px;
  }

  body.comparison-in-view .contact-dock__item span {
    display: none;
  }

  .site-footer {
    padding-bottom: 125px;
  }
}

/* Small mobile */
@media (max-width: 580px) {
  :root {
    --shell: calc(100% - 26px);
  }

  .section {
    padding-block: 92px;
  }

  .brand {
    font-size: 20px;
  }

  .brand__dot {
    width: 6px;
    height: 6px;
    transform: translateY(-13px);
  }

  .hero {
    padding-top: 116px;
  }

  .hero::before {
    top: 70px;
    right: -250px;
  }

  .eyebrow {
    margin-bottom: 19px;
    font-size: 10px;
  }

  .hero h1 {
    margin-bottom: 21px;
    font-size: clamp(41px, 12vw, 52px);
  }

  .hero__lead {
    margin-bottom: 27px;
    font-size: 15px;
  }

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

  .button--primary,
  .button--ghost {
    width: 100%;
  }

  .hero__signals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
  }

  .hero__signals > div + div {
    padding-left: 0;
    border-left: 0;
  }

  .hero__signals > div:last-child {
    grid-column: 1 / -1;
  }

  .hero-visual {
    min-height: 510px;
    margin-top: 10px;
  }

  .hero-visual__frame {
    inset: 20px 5px 0 10px;
    border-width: 5px;
  }

  .float-card {
    padding: 9px 11px;
    border-radius: 13px;
    font-size: 9px;
  }

  .float-card__check {
    width: 21px;
    height: 21px;
  }

  .float-card--top {
    top: 47px;
    left: -4px;
  }

  .float-card--side {
    top: 47%;
    right: -4px;
  }

  .float-card--bottom {
    right: 20px;
    bottom: 6px;
  }

  .team-badge {
    bottom: 58px;
    left: 0;
    width: min(286px, 82%);
    padding: 10px 11px;
    border-radius: 16px;
  }

  .team-badge__count {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 21px;
  }

  .team-badge__copy strong {
    font-size: 10px;
  }

  .team-badge__copy small {
    margin-top: 2px;
    font-size: 8px;
  }

  .hero-visual__orbit {
    top: 18px;
    right: 0;
    width: 65px;
    height: 65px;
  }

  .trust-rail {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 22px;
    border-radius: 26px 26px 0 0;
  }

  .trust-rail p {
    justify-content: flex-start;
    min-height: 52px;
  }

  .trust-rail p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .mosaic {
    display: block;
  }

  .mosaic-card {
    width: 100%;
    min-height: 215px;
    margin-bottom: 13px;
  }

  .mosaic-card--hero {
    min-height: 390px;
    padding: 29px;
    border-radius: 30px 52px 30px 30px;
  }

  .mosaic-card--clock {
    width: 78%;
    margin-left: auto;
  }

  .mosaic-card--products {
    width: 88%;
  }

  .mosaic-card--trust {
    width: 92%;
    min-height: 250px;
    margin-left: auto;
  }

  .mosaic-card--human {
    width: 84%;
    min-height: 245px;
  }

  .mosaic-card--organize {
    min-height: 275px;
    padding: 27px;
  }

  .results {
    padding-top: 110px;
    border-radius: 48px 0 48px 0;
  }

  .section-heading--results h2 {
    font-size: 40px;
  }

  .compare-stage {
    aspect-ratio: 16 / 11;
    border-radius: 25px 42px 25px 25px;
  }

  .compare-stage__image {
    object-position: center;
  }

  .compare-stage__handle {
    width: 52px;
    height: 52px;
    border-width: 6px;
  }

  .compare-stage__label {
    top: 14px;
    padding: 7px 9px;
    font-size: 8px;
  }

  .compare-stage__label--before {
    right: 14px;
  }

  .compare-stage__label--after {
    left: 14px;
  }

  .comparison-caption {
    grid-template-columns: 1fr auto;
    padding-top: 18px;
  }

  .comparison-caption p:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .comparison-caption__hint {
    font-size: 8px;
  }

  .results__statement {
    flex-wrap: wrap;
    gap: 7px 12px;
    margin-top: 60px;
  }

  .results__statement-line {
    width: 28px;
  }

  .services-deck {
    display: block;
  }

  .service-card,
  .service-card--primary,
  .service-card--office,
  .service-card--organizing,
  .service-card--custom,
  .service-card--future {
    min-height: 390px;
    margin-bottom: 14px;
    padding: 27px;
  }

  .service-card--primary {
    min-height: 520px;
    padding: 31px;
  }

  .service-card--primary h3 {
    font-size: 47px;
  }

  .service-card--office {
    width: 91%;
    margin-left: auto;
  }

  .service-card--organizing {
    width: 96%;
    min-height: 460px;
  }

  .service-card--custom {
    width: 88%;
    margin-left: auto;
  }

  .service-card--future {
    width: 93%;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 24px;
  }

  .process-list::before {
    top: 45px;
    bottom: 45px;
    left: 7px;
  }

  .process-step,
  .process-step--one,
  .process-step--two,
  .process-step--three,
  .process-step--four {
    min-height: 175px;
    padding: 25px;
  }

  .process-step::after {
    position: absolute;
    top: 37px;
    left: -23px;
    width: 13px;
    height: 13px;
    background: var(--white);
    border: 3px solid var(--pink);
    border-radius: 50%;
    content: "";
  }

  .reviews-score h2 {
    margin-bottom: 35px;
    font-size: 40px;
  }

  .reviews-score__number > strong {
    font-size: 60px;
  }

  .reviews-stack {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .review-card {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    width: 92%;
    min-height: 245px;
    padding: 23px;
  }

  .review-card--one {
    align-self: flex-start;
  }

  .review-card--two {
    align-self: flex-end;
    margin-top: -12px;
  }

  .review-card--three {
    align-self: flex-start;
    margin-top: -12px;
    margin-left: 2%;
  }

  .benefits {
    padding-block: 15px;
  }

  .benefits__rail {
    border-radius: 22px;
  }

  .final-cta {
    min-height: 600px;
    padding: 110px 0 105px;
    border-radius: 48px 48px 0 0;
  }

  .final-cta h2 {
    font-size: 45px;
  }

  .final-cta__content > p:not(.eyebrow, .final-cta__micro) {
    max-width: 330px;
  }

  .button--cta {
    width: 100%;
    min-width: 0;
  }

  .site-footer {
    padding-top: 65px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .site-footer__links {
    grid-column: auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
  }

  .site-footer__links > div:last-child {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 10px;
  }

  .contact-dock__item span {
    font-size: 9px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 39px;
  }

  .float-card--side {
    display: none;
  }

  .comparison-caption__hint {
    display: none;
  }

  .site-footer__links {
    grid-template-columns: 1fr;
  }

  .site-footer__links > div:last-child {
    grid-column: auto;
  }
}

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

  .js .reveal,
  .js .reveal-lift {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .process-map__path path {
    stroke-dashoffset: 0;
  }
}

@media print {
  .site-header,
  .contact-dock,
  .menu-toggle,
  .compare-stage__range,
  .compare-stage__line {
    display: none !important;
  }

  .hero {
    padding-top: 40px;
  }

  .section {
    break-inside: avoid;
  }
}
