.landing-nav {
  position: absolute;
  inset: 0 0 auto;
  width: min(100%, 1240px);
  color: #fff;
}

.landing-logo {
  display: block;
  width: 188px;
  height: auto;
  object-fit: contain;
}

.landing-logo-white {
  filter: brightness(0) invert(1);
}

.landing-nav .landing-links {
  color: rgba(255,255,255,.76);
}

.landing-nav .landing-links a {
  transition: color .2s ease;
}

.landing-nav .landing-links a:hover {
  color: #fff;
}

.landing-nav > .btn {
  color: #171717;
  background: #fff;
  box-shadow: none;
}

.landing .hero {
  width: 100%;
  max-width: none;
  min-height: 760px;
  height: min(880px, 100vh);
  margin: 0;
  padding: 145px max(28px, calc((100vw - 1184px) / 2)) 92px;
  grid-template-columns: minmax(0, .93fr) minmax(390px, .77fr);
  align-items: center;
  gap: clamp(50px, 8vw, 135px);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background: #202020;
}

.landing .hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: url("/assets/images/hero-smart-jobs.jpg");
  background-size: cover;
  background-position: center 34%;
  transform: scale(1.015);
}

.landing .hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,.93) 0%, rgba(20,20,20,.78) 38%, rgba(35,35,35,.35) 66%, rgba(12,12,12,.62) 100%),
    linear-gradient(0deg, rgba(10,10,10,.72) 0%, transparent 36%, rgba(10,10,10,.42) 100%),
    radial-gradient(circle at 68% 50%, rgba(255,255,255,.08), transparent 38%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.83);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.landing .hero h1 {
  margin: 24px 0 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(50px, 5.3vw, 78px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.065em;
}

.landing .hero h1 em {
  color: #ff7b74;
  font-style: normal;
}

.landing .hero-copy > p {
  max-width: 555px;
  color: rgba(255,255,255,.75);
  font-size: 15px;
  line-height: 1.7;
}

.hero-btn-light {
  color: #1d1d1d;
  background: #fff;
}

.hero-btn-light:hover {
  background: #f5f5f5;
}

.hero-btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}

.hero-btn-outline:hover {
  border-color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.1);
}

.landing .hero .trust-row {
  color: #fff;
}

.landing .hero .trust-row small {
  color: rgba(255,255,255,.58);
}

.hero-capabilities {
  min-width: 0;
  position: relative;
  z-index: 2;
  align-self: center;
}

.capability-label {
  display: block;
  margin-bottom: 13px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.capability-window {
  height: 330px;
  overflow: hidden;
  mask-image: linear-gradient(transparent, #000 17%, #000 83%, transparent);
  -webkit-mask-image: linear-gradient(transparent, #000 17%, #000 83%, transparent);
}

.capability-track {
  display: grid;
  transition: transform .7s cubic-bezier(.22,.8,.22,1);
}

.capability-track button {
  height: 58px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 0;
  color: rgba(255,255,255,.3);
  background: transparent;
  text-align: left;
  font-size: clamp(15px, 1.55vw, 23px);
  font-weight: 700;
  letter-spacing: -.025em;
  transition: color .45s ease, transform .45s ease, opacity .45s ease;
}

.capability-track button span {
  width: 25px;
  color: rgba(255,255,255,.25);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.capability-track button.active {
  color: #fff;
  transform: translateX(15px) scale(1.04);
}

.capability-track button.active span {
  color: #ff7b74;
}

.capability-progress {
  width: calc(100% - 48px);
  height: 2px;
  margin-top: 6px;
  overflow: hidden;
  background: rgba(255,255,255,.16);
}

.capability-progress span {
  display: block;
  height: 100%;
  background: #ff7b74;
  transition: width .7s ease;
}

.hero-capabilities > small {
  display: block;
  margin-top: 9px;
  color: rgba(255,255,255,.5);
  font-size: 8px;
  letter-spacing: .12em;
}

.hero-proof {
  position: absolute;
  z-index: 2;
  left: max(28px, calc((100vw - 1184px) / 2));
  right: max(28px, calc((100vw - 1184px) / 2));
  bottom: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  color: rgba(255,255,255,.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-proof i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ff7b74;
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 23px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.15);
}

@media (max-width: 900px) {
  .landing .hero {
    height: auto;
    min-height: 900px;
    padding-top: 125px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 30px;
    text-align: left;
  }

  .landing .hero::before {
    background-position: 64% center;
  }

  .landing .hero::after {
    background: linear-gradient(90deg, rgba(10,10,10,.92), rgba(20,20,20,.65)), linear-gradient(0deg, rgba(10,10,10,.8), transparent 55%);
  }

  .landing .hero-copy > p {
    margin: 0;
  }

  .landing .hero-actions,
  .landing .trust-row {
    justify-content: flex-start;
  }

  .hero-capabilities {
    max-width: 620px;
  }

  .capability-window {
    height: 220px;
  }
}

@media (max-width: 600px) {
  .landing-logo {
    width: 145px;
  }

  .landing .hero {
    min-height: 850px;
    padding: 115px 17px 85px;
  }

  .landing .hero h1 {
    font-size: 46px;
    letter-spacing: -.055em;
  }

  .landing .hero-copy > p {
    font-size: 13px;
  }

  .landing .hero-actions {
    display: grid;
  }

  .hero-capabilities {
    margin-top: 12px;
  }

  .capability-track button {
    font-size: 15px;
  }

  .hero-proof {
    left: 17px;
    right: 65px;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .hero-scroll {
    right: 15px;
  }
}

/* METHOD SECTION — overrides pages.css, loaded after */

.landing .method-section {
  padding-top: 110px;
  padding-bottom: 90px;
}

.landing .method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.landing .method-card {
  position: relative;
  min-height: 230px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E5E5;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .03);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.landing .method-card:hover {
  transform: translateY(-3px);
  border-color: #DADADA;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .07);
}

.landing .method-number {
  display: block;
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}

.landing .method-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  margin: 0 !important;
  display: grid;
  place-items: center;
  border-radius: 50% !important;
}

.landing .method-icon i,
.landing .method-icon svg {
  width: 20px;
  height: 20px;
}

.landing .method-card h3 {
  margin: 18px 0 10px;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.landing .method-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
}

.landing .method-arrow {
  display: none;
}

.landing .method-card.violet .method-icon { background: #F0F0F0; color: #111; }
.landing .method-card.cyan .method-icon { background: #E6FAF9; color: #2BB5AD; }
.landing .method-card.amber .method-icon { background: #FFF6E0; color: #C78A22; }
.landing .method-card.pink .method-icon { background: #FDE8F4; color: #B43C7E; }

@media (max-width: 900px) {
  .landing .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .landing .method-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .landing .method-grid {
    grid-template-columns: 1fr;
  }

  .landing .method-card {
    min-height: 200px;
  }

  .landing .method-number {
    font-size: 40px;
  }

  .landing .method-card h3 {
    font-size: 16px;
  }
}
