body.index3-page {
  --body-bg:
    radial-gradient(circle at 14% 8%, rgba(56, 189, 248, 0.18), transparent 34rem),
    radial-gradient(circle at 86% 4%, rgba(244, 216, 166, 0.10), transparent 28rem),
    linear-gradient(145deg, #061427 0%, #02050b 48%, #000 100%);
  overflow-x: clip;
}

body.index3-page main {
  overflow-x: clip;
}

[data-theme="light"] body.index3-page {
  --body-bg:
    radial-gradient(circle at 14% 8%, rgba(56, 189, 248, 0.18), transparent 34rem),
    radial-gradient(circle at 86% 4%, rgba(244, 216, 166, 0.18), transparent 28rem),
    linear-gradient(145deg, #f7fbff 0%, #eaf3ff 52%, #ffffff 100%);
}

.index3-aurora-text {
  display: inline-block;
  padding: 0 0.02em 0.2em;
  margin: -0.04em 0 -0.18em;
  line-height: 1.18;
  white-space: nowrap;
  vertical-align: -0.045em;
  overflow: visible;
  background-image: linear-gradient(120deg, #6f4dff 0%, #4258ff 42%, #8f52ff 72%, #3551ff 100%);
  background-size: 220% 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(89, 96, 255, 0.18));
  animation: index3Aurora 9s linear infinite;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .index3-aurora-text {
    background-image: none;
    color: var(--blue);
  }
}

@keyframes index3Aurora {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.index3-page .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.index3-page .site-header .brand {
  gap: 0;
}

.index3-page .site-header .brand-logo {
  width: clamp(4.85rem, 7vw, 6rem);
  height: clamp(4.85rem, 7vw, 6rem);
  flex: 0 0 clamp(4.85rem, 7vw, 6rem);
}

.index3-page .site-header .brand-wordmark {
  display: none;
}

.index3-menu-toggle {
  display: none;
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.32rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(2, 5, 11, 0.3);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  cursor: pointer;
  backdrop-filter: blur(18px);
}

.index3-menu-toggle span {
  display: block;
  width: 1.05rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms ease, opacity 220ms ease;
}

.index3-drawer-shell {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
}

.index3-drawer-shell[hidden] {
  display: none;
}

.index3-drawer-shell.is-open {
  pointer-events: auto;
}

.index3-drawer-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 5, 11, 0.58);
  opacity: 0;
  cursor: pointer;
  transition: opacity 260ms ease;
}

.index3-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 24rem);
  height: 100%;
  display: grid;
  align-content: start;
  gap: 1.4rem;
  padding: 1.15rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(8, 18, 36, 0.97), rgba(4, 10, 20, 0.96)),
    rgba(3, 8, 16, 0.96);
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(.2, .82, .2, 1);
  backdrop-filter: blur(24px);
}

.index3-drawer-shell.is-open .index3-drawer-overlay {
  opacity: 1;
}

.index3-drawer-shell.is-open .index3-drawer {
  transform: translateX(0);
}

.index3-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.index3-drawer-brand {
  gap: 0.75rem;
}

.index3-drawer-brand .brand-logo {
  width: 2.35rem;
  height: 2.35rem;
}

.index3-drawer-brand .brand-wordmark {
  display: inline;
}

.index3-drawer-close {
  padding: 0.4rem 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.index3-drawer-nav,
.index3-drawer-actions {
  display: grid;
  gap: 0.75rem;
}

.index3-drawer-nav a {
  display: block;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 760;
  text-decoration: none;
}

.index3-drawer-nav a.active {
  border-color: rgba(114, 215, 255, 0.34);
  color: var(--cyan);
}

.index3-drawer-actions .theme-toggle,
.index3-drawer-actions .nav-cta {
  width: 100%;
  justify-content: center;
}

.index3-page .hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  column-gap: clamp(2rem, 5vw, 5rem);
  min-height: 90svh;
  padding: clamp(10.7rem, 12vw, 12.25rem) clamp(1rem, 5vw, 5rem) 2.4rem;
  overflow: hidden;
  isolation: isolate;
}

.index3-page .hero::before {
  opacity: 0.26;
  background-size: 72px 72px;
}

.index3-page .hero-haze {
  right: -12rem;
  top: 50%;
  width: min(92vw, 66rem);
  height: min(92vw, 66rem);
  opacity: 0.76;
}

.index3-video-stage {
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;
}

.index3-video-shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(2, 5, 11, 0.18), rgba(2, 5, 11, 0.72)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80") center / cover;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -120px 160px rgba(2, 5, 11, 0.42);
}

.index3-video-shell::before,
.index3-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.index3-video-shell::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(114, 215, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(244, 216, 166, 0.10), transparent 24%),
    linear-gradient(90deg, rgba(2, 5, 11, 0.9) 0%, rgba(2, 5, 11, 0.78) 28%, rgba(2, 5, 11, 0.48) 54%, rgba(2, 5, 11, 0.74) 100%);
}

.index3-video-shell::after {
  background:
    linear-gradient(180deg, rgba(2, 5, 11, 0.2), rgba(2, 5, 11, 0.62)),
    linear-gradient(0deg, rgba(2, 5, 11, 0.74) 0%, transparent 28%);
}

.index3-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  filter: saturate(0.82) contrast(1.04) brightness(0.52);
  transition: opacity 320ms ease, transform 520ms cubic-bezier(.2, .82, .2, 1), filter 320ms ease;
}

.index3-page .hero-copy {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  max-width: 42rem;
  min-width: 0;
  margin-top: 0;
}

.index3-page .hero-copy h1 {
  max-width: 11.2ch;
  font-size: clamp(3rem, 6.8vw, 5.35rem);
  line-height: 1.02;
  letter-spacing: -0.082em;
  padding-bottom: 0.06em;
  text-wrap: balance;
  overflow: visible;
}

.index3-page .hero-copy p:not(.eyebrow) {
  max-width: 40rem;
  margin: 1rem 0 0;
  color: rgba(242, 247, 255, 0.9);
  font-size: clamp(1rem, 1.85vw, 1.22rem);
}

[data-theme="light"] .index3-page .hero-copy p:not(.eyebrow) {
  color: rgba(7, 17, 31, 0.74);
}

.index3-page .hero .hero-cta-row {
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.index3-page .hero .hero-cta-row > * {
  max-width: 100%;
}

.index3-partner-cue {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.5rem;
}

.index3-partner-cue > span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
}

.index3-partner-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.index3-partner-chips span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.9rem;
  padding: 0 0.95rem 0 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(2, 5, 11, 0.14);
  color: var(--ink);
  font-weight: 760;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.index3-partner-chips b {
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(114, 215, 255, 0.18);
  color: var(--cyan);
  font-size: 0.82rem;
}

.index3-page .hero .hero-growth-visual {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  width: min(60vw, 52rem);
  max-width: 100%;
  min-width: 0;
  min-height: 35rem;
  margin-right: 0;
}

.index3-page .growth-dashboard {
  width: min(56vw, 46rem);
  max-width: 100%;
  min-height: 27rem;
  transform: rotateX(4deg) rotateY(-6deg) rotateZ(1deg);
}

.index3-page .chart-waves {
  width: min(64vw, 50rem);
  height: min(64vw, 50rem);
  max-width: 100%;
  max-height: 100%;
}

.index3-page .hero-phone {
  width: clamp(13rem, 24vw, 22rem);
  transform: translate(-50%, -48%);
}

.index3-page .chart-bubble {
  max-width: min(10rem, calc(100vw - 2rem));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index3-page .hero-visual-trigger {
  inset: 6%;
}

body.index3-page > .hero-audit-entry {
  z-index: 260;
}

.index3-page .hero.growth-active .index3-video-shell {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -120px 160px rgba(2, 5, 11, 0.48),
    inset 0 0 180px rgba(56, 189, 248, 0.10);
}

.index3-page .hero.growth-active .index3-hero-video {
  opacity: 0.8;
  filter: saturate(0.9) contrast(1.06) brightness(0.58);
  transform: scale(1.03);
}

.index3-client-marquee {
  position: relative;
  overflow: hidden;
  margin: -0.35rem auto 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(153, 180, 255, 0.12);
  border-bottom: 1px solid rgba(153, 180, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(8, 18, 36, 0.78), rgba(8, 15, 28, 0.56)),
    radial-gradient(circle at center, rgba(66, 93, 255, 0.12), transparent 72%);
  backdrop-filter: blur(16px);
}

.index3-client-marquee::before,
.index3-client-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(3rem, 10vw, 7rem);
  z-index: 1;
  pointer-events: none;
}

.index3-client-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.index3-client-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.index3-client-marquee-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: index3Marquee 34s linear infinite;
}

.index3-client-marquee-set {
  display: flex;
  flex: none;
  gap: clamp(1.6rem, 3vw, 2.4rem);
  padding-left: clamp(1rem, 2vw, 1.8rem);
}

.index3-client-marquee-track a,
.index3-client-marquee-track span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(9.25rem, 13vw, 15rem);
  min-height: 3.15rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(163, 190, 255, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  color: rgba(235, 241, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: clamp(0.12em, 0.3vw, 0.22em);
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease, transform 220ms ease;
}

.index3-client-marquee-track a:hover,
.index3-client-marquee-track a:focus-visible {
  border-color: rgba(114, 215, 255, 0.42);
  background: rgba(114, 215, 255, 0.12);
  color: var(--ink);
  outline: none;
  transform: translateY(-1px);
}

@keyframes index3Marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 3));
  }
}

.index3-jora-scene {
  position: relative;
  min-height: 132svh;
  margin-top: -3.35rem;
  --josh-align-x: clamp(1.8rem, 4.5vw, 4.6rem);
  --rahul-align-x: clamp(-2.2rem, -3.2vw, -1.15rem);
}

.index3-jora-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.1rem, 2vw, 1.9rem);
  padding: 1.6rem 1rem 3.5rem;
  overflow: hidden;
}

.index3-jora-photo {
  position: absolute;
  top: 44%;
  width: clamp(16rem, 26vw, 30rem);
  height: clamp(16rem, 26vw, 30rem);
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  opacity: calc(var(--photo-opacity, 0) * 0.82);
  transform: translate3d(0, calc(-50% + ((1 - var(--photo-opacity, 0)) * 42px)), 0) scale(calc(0.92 + (var(--photo-opacity, 0) * 0.08)));
  transition: opacity 100ms linear, transform 100ms linear;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle, #000 0 48%, rgba(0, 0, 0, 0.72) 62%, transparent 82%);
  mask-image: radial-gradient(circle, #000 0 48%, rgba(0, 0, 0, 0.72) 62%, transparent 82%);
}

.index3-jora-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 0 48%, rgba(2, 5, 11, 0.24) 62%, rgba(2, 5, 11, 0.82) 86%),
    linear-gradient(180deg, rgba(4, 11, 24, 0.10), rgba(4, 11, 24, 0.62)),
    radial-gradient(circle at top, rgba(91, 120, 255, 0.22), transparent 52%);
}

.index3-jora-photo-left {
  left: max(-3rem, calc(50% - clamp(32rem, 42vw, 38rem)));
}

.index3-jora-photo-right {
  right: max(-3rem, calc(50% - clamp(32rem, 42vw, 38rem)));
}

.index3-jora-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(8px) saturate(0.82) contrast(1.02) brightness(0.72);
  transform: scale(1.16);
}

.index3-jora-wordmark {
  position: relative;
  width: min(calc(100vw - 2rem), 52rem);
  height: clamp(7rem, 11vw, 9.8rem);
  display: block;
  color: rgba(242, 247, 255, 0.92);
  font-size: clamp(3.45rem, 11.2vw, 8.8rem);
  font-weight: 860;
  line-height: 0.82;
  letter-spacing: -0.062em;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  transform: translateY(var(--jora-drop, -72px));
}

.index3-jora-jo,
.index3-jora-ra {
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  transition: transform 80ms linear;
  white-space: nowrap;
}

.index3-jora-jo {
  left: 50%;
  transform: translateX(-100%);
}

.index3-jora-ra {
  left: 50%;
}

.index3-jora-scene.is-ready .index3-jora-jo {
  transform: translate3d(calc(-100% - var(--jo-x, 0px) - var(--josh-align-x, 0px)), var(--jo-y, 0px), 0);
}

.index3-jora-scene.is-ready .index3-jora-ra {
  transform: translate3d(calc(var(--ra-x, 0px) + var(--rahul-align-x, 0px)), var(--ra-y, 0px), 0);
}

.index3-jora-suffix {
  position: absolute;
  top: 0;
  left: calc(100% - 0.04em);
  display: inline-block;
  line-height: inherit;
  opacity: var(--suffix-opacity, 0);
  filter: blur(calc((1 - var(--suffix-opacity, 0)) * 8px));
  transition: opacity 120ms linear, filter 120ms linear;
  pointer-events: none;
}

.index3-jora-sh {
  transform: translate3d(calc(var(--suffix-slide, 0px) * -1), 0, 0);
}

.index3-jora-hul {
  transform: translate3d(var(--suffix-slide, 0px), 0, 0);
}

.index3-jora-definition {
  position: relative;
  width: min(calc(100vw - 2rem), 34rem);
  margin: -0.35rem auto 0;
  color: rgba(232, 239, 255, 0.62);
  font-size: clamp(0.74rem, 1.15vw, 0.88rem);
  font-style: italic;
  font-weight: 560;
  letter-spacing: 0.14em;
  line-height: 1.7;
  text-align: center;
  text-transform: none;
  transform: translateY(calc((var(--jora-drop, -72px) * 0.72) + var(--definition-y, 0px)));
  opacity: var(--definition-opacity, 1);
  z-index: 2;
}

.index3-jora-caption {
  position: relative;
  width: min(100%, 40rem);
  margin-top: clamp(0.1rem, 0.8vw, 0.45rem);
  padding-inline: 1rem;
  text-align: center;
  z-index: 2;
  transform: translateY(calc(var(--jora-drop, -72px) * 0.58));
}

.index3-jora-caption p:last-child {
  margin: 0.6rem auto 0;
  color: var(--muted);
}

.index3-people {
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
}

.index3-brand-meaning {
  padding-top: clamp(1rem, 4vw, 2rem);
}

.index3-brand-meaning-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  max-width: 1120px;
  margin: 0 auto;
}

.index3-brand-meaning-head,
.index3-brand-meaning-copy {
  min-width: 0;
}

.index3-brand-meaning-head h2 {
  max-width: 12ch;
}

.index3-brand-meaning-lead {
  margin: 1rem 0 0;
  color: rgba(237, 243, 255, 0.84);
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.index3-brand-meaning-copy {
  display: grid;
  gap: 1rem;
}

.index3-brand-meaning-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.index3-people .section-head {
  max-width: 54rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.index3-people-grid,
.index3-proof-grid {
  display: grid;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
}

.index3-people-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1060px;
}

.index3-person-card,
.index3-proof-card a {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.index3-person-card {
  display: grid;
  justify-items: center;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  text-align: center;
}

.index3-person-mark {
  color: var(--warm);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 860;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.index3-person-card h3 {
  margin: 0.9rem 0 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.index3-person-role {
  margin: 0.85rem 0 0;
  color: var(--cyan);
  font-size: 0.9rem;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.index3-person-card p:last-child {
  max-width: 34ch;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1rem;
}

.index3-results-proof .proof-copy h2 {
  max-width: 10ch;
}

.index3-results-proof .benefit-list article p {
  color: var(--muted);
}

.index3-results-proof .section-actions {
  grid-column: 1 / -1;
}

.index3-results-proof .kpi-orbit {
  isolation: isolate;
}

.kpi-contact-cta {
  position: absolute;
  left: 50%;
  bottom: clamp(0.95rem, 2.8vw, 2.4rem);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 3.15rem;
  min-width: min(100%, 17.5rem);
  padding: 0 1.35rem;
  border: 1px solid rgba(114, 215, 255, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 18% 10%, rgba(114, 215, 255, 0.28), transparent 42%),
    radial-gradient(circle at 86% 22%, rgba(244, 216, 166, 0.18), transparent 48%),
    rgba(2, 5, 11, 0.62);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 860;
  text-decoration: none;
  text-align: center;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 42px rgba(56, 189, 248, 0.13);
  transform: translateX(-50%);
  backdrop-filter: blur(20px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.kpi-contact-cta span {
  color: var(--cyan);
  transition: transform 220ms ease;
}

.kpi-contact-cta:hover,
.kpi-contact-cta:focus-visible {
  border-color: rgba(114, 215, 255, 0.62);
  background:
    linear-gradient(135deg, rgba(54, 84, 255, 0.38), rgba(114, 215, 255, 0.15)),
    rgba(2, 5, 11, 0.72);
  box-shadow:
    0 28px 82px rgba(54, 84, 255, 0.28),
    0 0 0 1px rgba(114, 215, 255, 0.14) inset,
    0 0 58px rgba(56, 189, 248, 0.18);
  outline: none;
  transform: translateX(-50%) translateY(-2px);
}

.kpi-contact-cta:hover span,
.kpi-contact-cta:focus-visible span {
  transform: translateX(0.16rem);
}

.index3-testimonials .section-head,
.index3-services .section-head,
.index3-proof .section-head {
  max-width: 52rem;
}

.index3-page .quote-grid {
  gap: 1rem;
}

.index3-page .quote-card {
  min-height: 100%;
}

.index3-page .quote-card strong {
  font-size: 0.95rem;
}

.index3-services .section-actions {
  position: relative;
  z-index: 2;
}

.index3-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.index3-proof-card a {
  display: grid;
  align-content: start;
  gap: 0.95rem;
  min-height: 33rem;
  padding: 1.3rem;
  color: inherit;
  text-decoration: none;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.index3-proof-card a:hover,
.index3-proof-card a:focus-visible {
  border-color: rgba(114, 215, 255, 0.34);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.42), 0 0 80px rgba(56, 189, 248, 0.10);
  outline: none;
  transform: translateY(-0.35rem);
}

.index3-proof-media {
  position: absolute;
  inset: -10%;
  z-index: -2;
  background:
    linear-gradient(145deg, rgba(2, 5, 11, 0.08), rgba(2, 5, 11, 0.82)),
    var(--index3-proof-media) center / cover;
  filter: blur(16px) saturate(1.18);
  opacity: 0.42;
  transform: scale(1.05);
}

.index3-proof-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 0%, rgba(114, 215, 255, 0.15), transparent 36%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.02), rgba(2, 5, 11, 0.30));
  pointer-events: none;
}

.index3-proof-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.index3-proof-tag,
.index3-proof-state {
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.index3-proof-tag {
  color: var(--warm);
}

.index3-proof-state {
  color: rgba(114, 215, 255, 0.9);
}

.index3-proof-card h3 {
  margin: clamp(4.5rem, 10vw, 7rem) 0 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.index3-proof-card p {
  margin: 0;
  color: var(--muted);
}

.index3-proof-kpis {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.index3-proof-kpis div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.index3-proof-kpis dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.index3-proof-kpis dd {
  margin: 0;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 820;
  letter-spacing: -0.05em;
}

.index3-proof-link {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--cyan);
  font-weight: 820;
}

.index3-proof-card a:hover .index3-proof-link span,
.index3-proof-card a:focus-visible .index3-proof-link span {
  transform: translateX(0.22rem);
}

.index3-close-panel {
  margin-top: 0;
}

[data-theme="light"] .index3-page .site-header {
  border-bottom-color: rgba(7, 17, 31, 0.08);
}

[data-theme="light"] .index3-menu-toggle {
  border-color: rgba(7, 17, 31, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  color: rgba(7, 17, 31, 0.86);
}

[data-theme="light"] .index3-drawer-overlay {
  background: rgba(228, 236, 246, 0.48);
}

[data-theme="light"] .index3-drawer {
  border-left-color: rgba(7, 17, 31, 0.08);
  background:
    linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(242, 247, 255, 0.96)),
    rgba(255, 255, 255, 0.96);
  box-shadow: -24px 0 80px rgba(15, 23, 42, 0.12);
}

[data-theme="light"] .index3-drawer-close {
  color: rgba(7, 17, 31, 0.6);
}

[data-theme="light"] .index3-drawer-nav a {
  border-color: rgba(7, 17, 31, 0.08);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(7, 17, 31, 0.86);
}

[data-theme="light"] .index3-video-shell::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 119, 182, 0.16), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(138, 90, 20, 0.08), transparent 24%),
    linear-gradient(90deg, rgba(248, 252, 255, 0.88) 0%, rgba(248, 252, 255, 0.72) 28%, rgba(248, 252, 255, 0.34) 54%, rgba(248, 252, 255, 0.72) 100%);
}

[data-theme="light"] .index3-video-shell::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(248, 252, 255, 0.34)),
    linear-gradient(0deg, rgba(248, 252, 255, 0.62) 0%, transparent 30%);
}

[data-theme="light"] .index3-hero-video {
  opacity: 0.42;
  filter: saturate(0.82) contrast(1.02) brightness(0.9);
}

[data-theme="light"] .index3-partner-chips span,
[data-theme="light"] .index3-proof-kpis div {
  border-color: rgba(7, 17, 31, 0.10);
  background: rgba(255, 255, 255, 0.68);
}

[data-theme="light"] .index3-jora-definition {
  color: rgba(7, 17, 31, 0.54);
}

[data-theme="light"] .index3-aurora-text {
  background-image: linear-gradient(120deg, #005f99 0%, #2253d8 42%, #7b2fcf 72%, #004f91 100%);
  filter: drop-shadow(0 0 16px rgba(37, 99, 235, 0.14));
}

[data-theme="light"] .index3-page .hero.growth-active .index3-hero-video {
  opacity: 0.48;
  filter: saturate(0.86) contrast(1.02) brightness(0.94);
}

[data-theme="light"] .index3-client-marquee {
  border-top-color: rgba(7, 17, 31, 0.08);
  border-bottom-color: rgba(7, 17, 31, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(241, 247, 255, 0.62)),
    radial-gradient(circle at center, rgba(0, 119, 182, 0.08), transparent 72%);
}

[data-theme="light"] .index3-jora-wordmark {
  color: rgba(7, 17, 31, 0.86);
  text-shadow: 0 18px 46px rgba(255, 255, 255, 0.46);
}

[data-theme="light"] .index3-jora-photo::after {
  background:
    radial-gradient(circle at center, transparent 0 48%, rgba(248, 252, 255, 0.20) 62%, rgba(248, 252, 255, 0.76) 86%),
    linear-gradient(180deg, rgba(248, 252, 255, 0.04), rgba(248, 252, 255, 0.42)),
    radial-gradient(circle at top, rgba(0, 119, 182, 0.12), transparent 52%);
}

[data-theme="light"] .index3-jora-photo img {
  filter: blur(10px) saturate(0.92) contrast(0.98) brightness(1.02);
}

[data-theme="light"] .index3-jora-photo,
[data-theme="light"] .index3-person-card,
[data-theme="light"] .index3-proof-card a {
  border-color: rgba(7, 17, 31, 0.10);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.56)),
    rgba(255, 255, 255, 0.62);
}

[data-theme="light"] .index3-client-marquee-track a,
[data-theme="light"] .index3-client-marquee-track span {
  border-color: rgba(7, 17, 31, 0.10);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(7, 17, 31, 0.64);
}

[data-theme="light"] .index3-client-marquee-track a:hover,
[data-theme="light"] .index3-client-marquee-track a:focus-visible {
  border-color: rgba(0, 119, 182, 0.26);
  background: rgba(0, 119, 182, 0.08);
  color: rgba(7, 17, 31, 0.92);
}

[data-theme="light"] .index3-proof-media {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.78)),
    var(--index3-proof-media) center / cover;
  opacity: 0.28;
  filter: blur(16px) saturate(1.02);
}

[data-theme="light"] .index3-proof-card a::after {
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 119, 182, 0.11), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.68));
}

[data-theme="light"] .index3-brand-meaning-lead {
  color: rgba(7, 17, 31, 0.8);
}

[data-theme="light"] .kpi-contact-cta {
  border-color: rgba(0, 119, 182, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 18% 10%, rgba(0, 119, 182, 0.13), transparent 42%),
    radial-gradient(circle at 86% 22%, rgba(244, 216, 166, 0.22), transparent 48%);
  color: rgba(7, 17, 31, 0.9);
  box-shadow:
    0 24px 62px rgba(16, 40, 76, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.74) inset,
    0 0 34px rgba(0, 119, 182, 0.08);
}

[data-theme="light"] .kpi-contact-cta:hover,
[data-theme="light"] .kpi-contact-cta:focus-visible {
  border-color: rgba(0, 119, 182, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(229, 242, 255, 0.8)),
    radial-gradient(circle at 18% 10%, rgba(0, 119, 182, 0.16), transparent 42%);
  color: rgba(7, 17, 31, 0.95);
  box-shadow:
    0 28px 74px rgba(16, 40, 76, 0.2),
    0 0 0 1px rgba(0, 119, 182, 0.08) inset,
    0 0 42px rgba(0, 119, 182, 0.1);
}

@media (max-width: 1120px) {
  .index3-page .site-header > .index3-header-nav,
  .index3-page .site-header > .index3-header-actions {
    display: none;
  }

  .index3-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 1080px) {
  .index3-jora-photo-left {
    left: max(-5rem, calc(50% - clamp(28rem, 40vw, 34rem)));
  }

  .index3-jora-photo-right {
    right: max(-5rem, calc(50% - clamp(28rem, 40vw, 34rem)));
  }
}

@media (max-width: 960px) {
  .index3-jora-scene {
    --josh-align-x: clamp(0.8rem, 2.8vw, 1.8rem);
    --rahul-align-x: clamp(-1.8rem, -2.8vw, -0.8rem);
  }

  .index3-page .site-header > .index3-header-nav,
  .index3-page .site-header > .index3-header-actions {
    display: none;
  }

  .index3-menu-toggle {
    display: inline-flex;
  }

  .index3-page .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: clamp(10.1rem, 15vw, 11.4rem);
    row-gap: 1.85rem;
  }

  .index3-page .hero .hero-growth-visual,
  .index3-page .hero-copy {
    grid-column: 1;
  }

  .index3-page .hero .hero-growth-visual {
    grid-row: 2;
    justify-self: center;
    width: min(100%, 35rem);
    max-width: calc(100vw - 2rem);
    min-height: 26rem;
  }

  .index3-page .hero-copy {
    grid-row: 1;
    max-width: 52rem;
    text-align: center;
  }

  .index3-page .hero-copy h1,
  .index3-page .hero-copy p:not(.eyebrow) {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .index3-partner-chips {
    justify-content: center;
  }

  .index3-page .growth-dashboard {
    width: min(100%, 31rem);
  }

  .index3-page .chart-waves {
    width: min(100%, 32rem);
    height: min(100%, 32rem);
  }

  .index3-page .hero-phone {
    width: clamp(11.5rem, 33vw, 16rem);
  }

  .index3-page .chart-bubble {
    max-width: 8rem;
    font-size: 0.72rem;
  }

  .index3-jora-scene {
    min-height: 118svh;
    margin-top: -2.2rem;
  }

  .index3-jora-sticky {
    padding: 1rem 1rem 3rem;
  }

  .index3-jora-photo {
    top: 38%;
    width: clamp(9rem, 24vw, 14rem);
    height: clamp(9rem, 24vw, 14rem);
  }

  .index3-jora-photo-left {
    left: clamp(-2.5rem, -1vw, -0.5rem);
  }

  .index3-jora-photo-right {
    right: clamp(-2.5rem, -1vw, -0.5rem);
  }

  .index3-jora-wordmark {
    width: min(calc(100vw - 2rem), 31rem);
    height: clamp(4.2rem, 12vw, 6.2rem);
    font-size: clamp(2.45rem, 9.8vw, 5rem);
    letter-spacing: -0.055em;
  }

  .index3-jora-definition {
    width: min(calc(100vw - 2rem), 30rem);
    font-size: clamp(0.7rem, 1.8vw, 0.82rem);
  }

  .index3-brand-meaning-grid {
    grid-template-columns: 1fr;
  }

  .index3-brand-meaning-head h2 {
    max-width: none;
  }

  .index3-people-grid,
  .index3-proof-grid,
  .index3-page .quote-grid {
    grid-template-columns: 1fr;
  }

  .index3-results-proof .proof-copy h2 {
    max-width: none;
  }

  .index3-proof-card a {
    min-height: 29rem;
  }
}

@media (max-width: 620px) {
  .index3-jora-scene {
    --josh-align-x: 0.15rem;
    --rahul-align-x: -0.15rem;
  }

  .index3-page .hero {
    padding-top: 8.95rem;
    padding-bottom: 2rem;
  }

  .index3-page .site-header {
    padding-inline: 1rem;
  }

  .index3-page .site-header .brand-logo {
    width: clamp(3.75rem, 14vw, 4.2rem);
    height: clamp(3.75rem, 14vw, 4.2rem);
    flex-basis: clamp(3.75rem, 14vw, 4.2rem);
  }

  .index3-drawer {
    width: min(90vw, 22rem);
    padding: 1rem;
  }

  .index3-drawer-nav a {
    font-size: 0.98rem;
  }

  .index3-client-marquee-track {
    animation: none;
    width: auto;
    display: grid;
    gap: 0.75rem;
    padding: 0 1rem;
  }

  .index3-client-marquee-set {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 0.6rem;
  }

  .index3-client-marquee-set[aria-hidden="true"] {
    display: none;
  }

  .index3-client-marquee-track a,
  .index3-client-marquee-track span {
    min-width: 0;
    max-width: 100%;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .index3-page .hero .hero-growth-visual {
    width: min(100%, 22rem);
    min-height: 18.5rem;
  }

  .index3-page .growth-dashboard {
    width: min(calc(100vw - 1.6rem), 20.8rem);
    min-height: 15.6rem;
  }

  .index3-page .chart-waves {
    width: min(calc(100vw - 1.6rem), 24rem);
    height: min(calc(100vw - 1.6rem), 24rem);
  }

  .index3-page .hero-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .index3-page .hero-copy h1 {
    max-width: 9.6ch;
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .index3-page .hero-phone {
    width: clamp(9.5rem, 38vw, 12rem);
  }

  .index3-page .chart-bubble {
    max-width: 6.8rem;
    padding: 0.42rem 0.55rem;
    font-size: 0.64rem;
  }

  .index3-page .hero .hero-cta-row,
  .index3-partner-chips {
    align-items: stretch;
    flex-direction: column;
  }

  .index3-page .hero .hero-cta-row > *,
  .index3-partner-chips span {
    justify-content: center;
    width: 100%;
  }

  .index3-jora-photo {
    top: 34%;
    width: clamp(5.6rem, 22vw, 7rem);
    height: clamp(5.6rem, 22vw, 7rem);
    opacity: calc(var(--photo-opacity, 0) * 0.86);
  }

  .index3-jora-photo-left {
    left: -1rem;
  }

  .index3-jora-photo-right {
    right: -1rem;
  }

  .index3-jora-wordmark {
    width: min(calc(100vw - 2rem), 16.4rem);
    height: clamp(3.35rem, 12.5vw, 4.35rem);
    font-size: clamp(1.85rem, 10.4vw, 2.85rem);
    letter-spacing: -0.045em;
  }

  .index3-jora-definition {
    width: min(calc(100vw - 1.5rem), 19rem);
    margin-top: 0.1rem;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .index3-jora-caption {
    width: min(calc(100vw - 1.5rem), 19rem);
    padding-inline: 0.25rem;
  }

  .index3-brand-meaning-copy p {
    font-size: 0.98rem;
  }

  .index3-proof-top,
  .index3-proof-kpis div {
    align-items: flex-start;
    flex-direction: column;
  }

  .kpi-contact-cta {
    bottom: 0.55rem;
    width: min(calc(100vw - 2rem), 18rem);
    min-width: 0;
    padding-inline: 1rem;
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .index3-hero-video {
    display: none;
  }

  .index3-jora-scene {
    min-height: auto;
  }

  .index3-jora-sticky {
    position: relative;
    height: auto;
    padding: 4rem 1rem 2rem;
  }

  .index3-jora-wordmark {
    position: relative;
    height: auto;
  }

  .index3-jora-definition {
    transform: none;
    opacity: 1;
  }

  .index3-jora-photo {
    display: none;
  }

  .index3-jora-jo,
  .index3-jora-ra {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .index3-jora-suffix {
    position: static;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .index3-client-marquee-track,
  .index3-aurora-text {
    animation: none;
  }
}
