.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(182, 219, 245, 0.1);
  background: rgba(5, 13, 22, 0.94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-shell {
  width: var(--shell);
  min-height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  width: clamp(196px, 18vw, 238px);
  height: 74px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.brand picture {
  width: 100%;
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.site-header nav a {
  color: #ccd8e1;
  font-size: 14px;
  font-weight: 760;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 19px;
}

.nav-toggle {
  display: none;
}

.hero-scroll {
  min-height: calc(185vh - var(--header-height));
  padding-top: 1px;
}

.hero {
  position: sticky;
  top: 104px;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
  align-items: center;
  gap: clamp(44px, 5vw, 74px);
  margin-top: 64px;
  padding: 68px 58px;
  overflow: hidden;
  border: 1px solid rgba(57, 143, 197, 0.26);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 9% 8%, rgba(19, 117, 180, 0.32), transparent 38%),
    linear-gradient(118deg, #0a2b47 0%, #071d30 50%, #061522 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51.5%;
  width: 1px;
  opacity: 0.18;
  background: linear-gradient(transparent, #3087bb 42%, transparent);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(54px, 5.2vw, 74px);
  font-weight: 840;
  letter-spacing: -0.064em;
  line-height: 0.98;
}

.hero .lead {
  max-width: 610px;
  margin-top: 29px;
}

.hero-visual {
  position: relative;
  z-index: 3;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(87, 165, 214, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 52% 42%, rgba(34, 126, 187, 0.18), transparent 44%),
    rgba(3, 15, 25, 0.36);
}

.about-hero {
  position: relative;
  top: auto;
  min-height: 590px;
}

.about-visual {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 48px;
  text-align: center;
}

.about-visual::before {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(198, 161, 91, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 151, 245, 0.13), transparent 68%);
  content: "";
}

.about-visual img,
.about-visual p,
.about-visual strong {
  position: relative;
  z-index: 1;
}

.about-visual img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.3));
}

.about-visual .kicker {
  margin: 5px 0 0;
  color: var(--gold);
}

.about-visual strong {
  max-width: 360px;
  font-size: clamp(20px, 2.2vw, 29px);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.about-founder {
  margin-top: 150px;
}

.quick-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.018);
}

.quick-section article {
  min-height: 196px;
  padding: 33px 34px;
}

.quick-section article + article {
  border-left: 1px solid var(--soft-line);
}

.employer-section,
.method-section,
.process-section,
.position-section,
.faq-section {
  padding-top: 150px;
}

.employer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.employer-grid article {
  min-height: 270px;
  padding: 32px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 76px;
  align-items: end;
}

.split-heading > p {
  margin-bottom: 33px;
}

.method-feature {
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid rgba(104, 177, 221, 0.2);
  border-radius: 36px;
  background: rgba(8, 25, 40, 0.78);
}

.method-media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #071521;
}

.method-media > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 48%;
  opacity: 0.82;
}

.method-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  padding: 58px;
  border-top: 1px solid var(--soft-line);
}

.method-intro h3 {
  max-width: 480px;
  margin: 0 0 22px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.05;
}

.method-interactive {
  min-width: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 58px;
}

.process-grid article {
  position: relative;
  min-height: 290px;
  padding: 28px 27px 28px 0;
}

.process-grid article + article {
  padding-left: 28px;
  border-left: 1px solid var(--soft-line);
}

.position-section {
  display: grid;
  grid-template-columns: 1.1fr 0.85fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.position-copy {
  padding: 34px 46px 34px 0;
}

.comparison {
  padding: 36px 34px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(48px, 7vw, 96px);
}

.cta-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 78px;
  margin-top: 150px;
  padding: 64px;
  border: 1px solid rgba(97, 215, 255, 0.22);
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 0%, rgba(21, 151, 245, 0.22), transparent 42%),
    linear-gradient(120deg, #0b2943, #071725);
}

.cta-section h2 {
  margin-bottom: 0;
}

footer {
  margin-top: 88px;
  border-top: 1px solid var(--soft-line);
  background: #040b12;
}

.footer-shell {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
}

.footer-shell > a {
  justify-self: end;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-brand img {
  width: 205px;
  height: auto;
  max-height: 54px;
}
