﻿:root {
  --ink: #121728;
  --muted: #5f6880;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f2f4f8;
}

img {
  display: block;
  width: 100%;
}

.container {
  width: min(1360px, 90vw);
  margin: 0 auto;
}

.scroll-scene {
  position: relative;
  height: 220vh;
}

.scene-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.hero-view,
.salary-view,
.cards-layer {
  position: absolute;
  inset: 0;
}

.hero-view {
  z-index: 2;
  background: #419de9;
  color: #ffffff;
}

.hero-full-image,
.hero-blue-overlay,
.hero-noise {
  position: absolute;
  inset: 0;
}

.hero-full-image {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: calc(100% + 80px);
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  pointer-events: none;
}

.hero-blue-overlay {
  background: linear-gradient(
    180deg,
    rgba(11, 19, 38, 0.02) 0%,
    rgba(11, 19, 38, 0.01) 46%,
    rgba(11, 19, 38, 0.04) 100%
  );
  z-index: 2;
}

.hero-noise {
  pointer-events: none;
  opacity: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.22) 0.85px, transparent 0.85px);
  background-size: 3px 3px;
  z-index: 3;
}

.hero-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding-top: 12px;
  transform: translateY(0);
}

.nav-row {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 3.15rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.logo-mark {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
}

.nav-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.1rem;
  font-weight: 700;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease;
}

.pill:hover {
  transform: translateY(-2px);
}

.pill-light {
  background: #ffffff;
  color: #111628;
  padding: 1rem 1.85rem;
  font-size: 1.08rem;
}

.pill-dark {
  background: #141a28;
  color: #ffffff;
  padding: 1.08rem 2rem;
  font-size: 1.03rem;
}

.hero-inner {
  height: 100%;
  position: relative;
}

.hero-copy {
  position: absolute;
  left: 0;
  top: 19vh;
  max-width: 62ch;
  z-index: 30;
  transform: translateY(0);
}

.hero-copy h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 5.3rem);
  line-height: 0.92;
  letter-spacing: -0.058em;
  max-width: 8.6ch;
}

.hero-copy p {
  margin: 2rem 0 1.2rem;
  max-width: 30ch;
  font-size: clamp(1.16rem, 1.58vw, 1.95rem);
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.95);
}

.salary-view {
  z-index: 8;
  background:
    radial-gradient(circle at 22% 115%, rgba(77, 110, 255, 0.2), transparent 36%),
    linear-gradient(180deg, #eff3f8 0%, #eef2f7 24%, #f5f8fd 72%, #edf3ff 100%);
  opacity: 0;
  transform: scale(0.985);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.5vh;
  pointer-events: none;
}

.salary-view::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 23, 40, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 23, 40, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 12%, rgba(0, 0, 0, 0.8) 82%, transparent 100%);
  pointer-events: none;
}

.salary-shell {
  width: min(1180px, 92vw);
  text-align: center;
  opacity: 0;
  transform: translateY(38px);
}

.salary-shell h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(3.15rem, 6.55vw, 7.1rem);
  line-height: 0.95;
  letter-spacing: -0.052em;
}

.salary-shell p {
  margin: 1.5rem auto 1.9rem;
  max-width: 37ch;
  color: #2f3750;
  font-size: clamp(1.1rem, 1.55vw, 1.9rem);
  line-height: 1.34;
}

.cards-layer {
  z-index: 20;
  pointer-events: none;
}

.salary-card {
  --card-radius: 16px;
  --border-alpha: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 272px;
  height: 410px;
  border-radius: var(--card-radius);
  border: 2px solid rgba(255, 255, 255, var(--border-alpha));
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(20, 28, 49, 0.24);
  opacity: 0;
  transform-origin: center center;
  transform: translate(-50%, -50%) translate(0, 0) scale(1);
  will-change: transform, opacity;
}

.salary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 18, 34, 0.08) 35%, rgba(13, 18, 34, 0.52) 100%);
  pointer-events: none;
  z-index: 2;
}

.salary-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.card-crop {
  position: absolute;
  inset: 0;
  background-image: url("pics/head2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  pointer-events: none;
  filter: saturate(0.9) contrast(0.92) brightness(0.9);
}

.card-crop-center::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 19, 38, 0.2) 0%,
    rgba(11, 19, 38, 0.1) 46%,
    rgba(11, 19, 38, 0.22) 100%
  );
  pointer-events: none;
}

.card-center {
  z-index: 24;
}

.card-left,
.card-right {
  z-index: 22;
}

.card-center::before {
  background: transparent;
}

.card-info {
  position: absolute;
  left: 50%;
  top: 50px;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  z-index: 3;
  width: calc(100% - 2rem);
}

.card-info span {
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
  opacity: 0.93;
}

.card-info strong {
  display: block;
  margin: 0.36rem 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 2.6vw, 3.3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.card-info p {
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin: 0;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0.53rem 1.14rem;
  border-radius: 999px;
  background: #ffffff;
  color: #1d253a;
  font-size: 0.95rem;
  font-weight: 700;
}

.card-right .card-info p {
  padding-inline: 1.45rem;
  white-space: nowrap;
}

.card-tx {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  color: #1c2438;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.66rem;
  padding: 0.58rem 0.74rem;
  z-index: 3;
}

.tx-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #4a59e8;
  color: #ffffff;
  display: inline-grid;
  place-items: center;
  font-size: 0.65rem;
}

.tx-icon-image {
  flex-shrink: 0;
  background: #4a59e8 url("pics/icon1.png") center center / cover no-repeat;
  color: transparent;
}

.tx-icon-bookings {
  flex-shrink: 0;
  background: #4a59e8 url("pics/icon2.png") center center / cover no-repeat;
  color: transparent;
}

.tx-icon-campaigns {
  flex-shrink: 0;
  background: #4a59e8 url("pics/icon3.png") center center / cover no-repeat;
  color: transparent;
}

.tx-copy strong {
  display: block;
  font-size: 0.92rem;
}

.tx-copy small {
  display: block;
  color: #6a748d;
  font-size: 0.79rem;
}

.card-tx b {
  font-size: 0.95rem;
}

.case-studies {
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 8rem;
  background:
    radial-gradient(circle at 22% -6%, rgba(77, 110, 255, 0.2), transparent 34%),
    linear-gradient(180deg, #edf3ff 0%, #eef4ff 16%, #f7f9fc 100%);
}

.case-studies::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 23, 40, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 23, 40, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 12%, rgba(0, 0, 0, 0.8) 82%, transparent 100%);
  pointer-events: none;
}

.case-studies-glow {
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.42;
  pointer-events: none;
}

.case-studies-glow-left {
  top: 7rem;
  left: -8rem;
  background: rgba(103, 147, 255, 0.28);
}

.case-studies-glow-right {
  right: -7rem;
  bottom: 3rem;
  background: rgba(20, 31, 54, 0.12);
}

.case-studies-shell {
  position: relative;
  z-index: 1;
}

.case-studies-intro {
  max-width: 44rem;
  margin-bottom: 3.2rem;
}

.case-studies-intro h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #111726;
}

.case-studies-intro p {
  margin: 1.3rem 0 0;
  max-width: 38ch;
  font-size: clamp(1.04rem, 1.45vw, 1.3rem);
  line-height: 1.65;
  color: #596177;
}

.case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.82fr);
  gap: 1.6rem;
  align-items: stretch;
}

.case-feature,
.case-note,
.case-metric-card,
.case-bars {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 28px 70px rgba(17, 25, 44, 0.12);
  backdrop-filter: blur(14px);
}

.case-feature {
  padding: 1.7rem;
  border-radius: 34px;
  background:
    linear-gradient(140deg, rgba(17, 23, 38, 0.98) 0%, rgba(26, 34, 56, 0.94) 100%);
  color: #ffffff;
}

.case-feature::before,
.case-metric-card::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 147, 255, 0.3), transparent 70%);
  transform: translate(-30%, 42%);
  pointer-events: none;
}

.case-feature-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.case-feature-label {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-feature-header strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 700;
}

.case-feature-body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 280px;
  gap: 1.4rem;
}

.case-copy {
  position: relative;
  z-index: 1;
}

.case-eyebrow {
  margin: 0 0 0.8rem;
  color: #8ea4ff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-copy h3 {
  margin: 0;
  max-width: 12ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.case-description {
  margin: 1.15rem 0 0;
  max-width: 35ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.03rem;
  line-height: 1.7;
}

.case-points {
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.82rem;
}

.case-points li {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 0.9rem;
  align-items: baseline;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.case-points span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.case-points b {
  font-size: 1rem;
  line-height: 1.45;
}

.case-stat-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.case-stat-ring {
  position: relative;
  min-height: 238px;
  padding: 1.4rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 50%, rgba(120, 160, 255, 0.14), transparent 52%),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  text-align: center;
}

.case-stat-ring::before {
  content: "";
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 14px rgba(255, 255, 255, 0.02),
    inset 0 0 0 28px rgba(103, 147, 255, 0.09);
  position: absolute;
}

.case-stat-ring span,
.case-stat-ring strong {
  position: relative;
  z-index: 1;
}

.case-stat-ring span {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-stat-ring strong {
  font-family: "Sora", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.case-stat-stack {
  display: grid;
  gap: 0.9rem;
}

.case-mini-stat {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.case-mini-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-mini-stat strong {
  display: block;
  margin-top: 0.35rem;
  font-family: "Sora", sans-serif;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.case-side {
  display: grid;
  gap: 1rem;
}

.case-note,
.case-metric-card,
.case-bars {
  padding: 1.3rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.65);
}

.case-note {
  min-height: 300px;
  padding: 0;
}

.case-note-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-note-title {
  display: block;
  margin-bottom: 0.55rem;
  color: #41527a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-note p,
.case-metric-card p {
  margin: 0;
  color: #5c657c;
  line-height: 1.6;
}

.case-metric-card {
  padding-top: 1.45rem;
}

.case-metric-card > span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(85, 115, 255, 0.09);
  color: #3f52b5;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-metric-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.95;
  color: #111726;
  letter-spacing: -0.06em;
}

.case-bars {
  display: grid;
  gap: 1rem;
}

.case-bar-row {
  display: grid;
  gap: 0.5rem;
}

.case-bar-row span {
  color: #33415f;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-bar-track {
  height: 14px;
  border-radius: 999px;
  background: rgba(17, 23, 38, 0.08);
  overflow: hidden;
}

.case-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  animation: caseBarGrow 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.case-bar-fill-low {
  width: 34%;
  background: linear-gradient(90deg, rgba(52, 72, 128, 0.85), rgba(91, 117, 197, 0.68));
}

.case-bar-fill-high {
  width: 86%;
  background: linear-gradient(90deg, #4d6eff, #7da0ff);
}

@keyframes caseBarGrow {
  from {
    transform: scaleX(0);
    transform-origin: left center;
  }

  to {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.process-section {
  position: relative;
  padding: 2rem 0 8rem;
  background:
    radial-gradient(circle at 80% 15%, rgba(77, 110, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #f3f6fb 100%);
}

.process-shell {
  position: relative;
}

.process-intro {
  max-width: 40rem;
  margin-bottom: 2.8rem;
}

.process-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #5e6f96;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-intro h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.35rem, 4.6vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #111726;
}

.process-intro p {
  margin: 1.15rem 0 0;
  max-width: 35ch;
  color: #5d677d;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 1.6rem;
  align-items: stretch;
}

.process-steps,
.process-visual-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 28px 70px rgba(17, 25, 44, 0.1);
  backdrop-filter: blur(14px);
}

.process-steps {
  padding: 1.3rem 1.3rem 1.3rem 1.9rem;
}

.process-steps::before {
  content: "";
  position: absolute;
  left: 2.9rem;
  top: 1.8rem;
  bottom: 1.8rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(77, 110, 255, 0.34), rgba(77, 110, 255, 0.08));
}

.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
}

.process-index {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(180deg, #4d6eff, #7da0ff);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 26px rgba(77, 110, 255, 0.22);
}

.process-step h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
  color: #141b2c;
}

.process-step p {
  margin: 0.38rem 0 0;
  max-width: 34ch;
  color: #5f6880;
  line-height: 1.62;
}

.process-visual-card {
  min-height: 100%;
  background: #dfe7fb;
}

.process-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 16, 29, 0.06) 0%, rgba(10, 16, 29, 0.42) 100%);
  pointer-events: none;
}

.process-visual-overlay {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  color: #111726;
  box-shadow: 0 20px 36px rgba(17, 25, 44, 0.14);
}

.process-visual-overlay span {
  display: block;
  color: #5e6f96;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-visual-overlay strong {
  display: block;
  margin-top: 0.25rem;
  font-family: "Sora", sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.final-cta {
  position: relative;
  padding: 0 0 8rem;
  background: linear-gradient(180deg, #f3f6fb 0%, #eef3fb 100%);
}

.final-cta-shell {
  position: relative;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
  padding: 3.2rem 2rem;
  border-radius: 34px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 50% 0%, rgba(77, 110, 255, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 70px rgba(17, 25, 44, 0.1);
  backdrop-filter: blur(14px);
}

.final-cta-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #5e6f96;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta-card h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #111726;
}

.final-cta-card p {
  margin: 1rem auto 0;
  max-width: 28ch;
  color: #5f6880;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

.final-cta-button {
  margin-top: 1.5rem;
  min-width: 290px;
}

.site-footer {
  padding: 0 0 3rem;
  background: linear-gradient(180deg, #eef3fb 0%, #e9eef7 100%);
}

.site-footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 1rem;
  align-items: start;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(17, 25, 44, 0.08);
}

.site-footer-brand,
.site-footer-note {
  padding: 1.15rem 0;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #111726;
}

.site-footer-logo-mark {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  max-width: 42ch;
  color: #667089;
  line-height: 1.7;
}

.site-footer-note strong {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: #24314d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1240px) {
  .case-feature-body {
    grid-template-columns: 1fr;
  }

  .case-stat-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .case-stat-ring {
    min-height: 200px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-visual-card {
    min-height: 520px;
  }

  .final-cta {
    padding-bottom: 5.8rem;
  }

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

  .logo {
    font-size: 2.75rem;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
  }

  .nav-links a,
  .pill-light {
    font-size: 1rem;
  }
}

@media (max-width: 1020px) {
  .scroll-scene {
    height: auto;
  }

  .scene-pin {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .hero-view,
  .salary-view {
    position: relative;
    inset: auto;
  }

  .hero-view {
    min-height: 100vh;
    padding-bottom: 2rem;
  }

  .hero-nav {
    position: absolute;
    transform: none;
    opacity: 1;
  }

  .nav-row {
    grid-template-columns: auto;
    justify-content: start;
  }

  .nav-links {
    display: none;
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding-top: 22vh;
    margin: 0 auto;
    opacity: 1;
    transform: none;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
    max-width: 31ch;
  }

  .salary-view {
    opacity: 1;
    transform: none;
    padding-top: 4.2rem;
    padding-bottom: 1.2rem;
  }

  .salary-shell {
    opacity: 1;
    transform: none;
  }

  .cards-layer {
    position: relative;
    inset: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
    padding: 1.4rem 0 4rem;
  }

  .case-studies {
    padding-top: 5.4rem;
    padding-bottom: 5.8rem;
  }

  .process-section {
    padding-top: 0.8rem;
    padding-bottom: 5.8rem;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

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

  .salary-card {
    position: relative;
    left: auto;
    top: auto;
    width: min(300px, 86vw);
    height: 420px;
    opacity: 1;
    transform: none;
    border-color: transparent;
    border-radius: 16px;
  }

  .card-crop {
    background-size: cover !important;
    background-position: center center !important;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(94vw, 1360px);
  }

  .logo {
    font-size: 2.25rem;
  }

  .logo-mark {
    width: 34px;
    height: 34px;
  }

  .pill-light,
  .pill-dark {
    padding: 0.92rem 1.46rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.8rem, 9.2vw, 2.9rem);
  }

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

  .case-studies {
    padding: 4.6rem 0 5rem;
  }

  .case-feature,
  .case-note,
  .case-metric-card,
  .case-bars {
    border-radius: 24px;
  }

  .case-feature {
    padding: 1.15rem;
  }

  .process-steps,
  .process-visual-card {
    border-radius: 24px;
  }

  .process-steps {
    padding: 1rem 1rem 1rem 1.15rem;
  }

  .process-steps::before {
    left: 2.2rem;
  }

  .process-step {
    grid-template-columns: 56px 1fr;
    gap: 0.8rem;
  }

  .process-index {
    width: 38px;
    height: 38px;
    font-size: 0.8rem;
  }

  .process-visual-card {
    min-height: 360px;
  }

  .final-cta {
    padding-bottom: 5rem;
  }

  .final-cta-card {
    padding: 2.2rem 1.1rem;
    border-radius: 24px;
  }

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

  .site-footer {
    padding-bottom: 2.4rem;
  }

  .case-feature-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-copy h3 {
    max-width: none;
    font-size: clamp(1.65rem, 8vw, 2.3rem);
  }

  .case-points li {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .case-stat-panel,
  .case-side {
    grid-template-columns: 1fr;
  }

  .case-stat-ring {
    min-height: 180px;
  }

  .salary-shell h2 {
    font-size: clamp(2.15rem, 10.6vw, 3.5rem);
  }

  .salary-shell p {
    font-size: 1rem;
  }
}
