@font-face {
  font-family: "Geist";
  src: url("assets/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ltg-primary-blue: #0b2b49;
  --ltg-bg-dark: #061a2d;
  --ltg-accent-light: #f6ae3d;
  --ltg-text-dark: #14263a;
  --ltg-text-muted: #526477;
  --ltg-text-light: #f7f9fb;
  --ltg-bg-light: #edf1f4;
  --ltg-white: #fbfcfd;
  --ltg-border: #c8d1da;
  --max-width: 1240px;
}

body {
  overflow-x: hidden;
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  background: var(--ltg-white);
}

a:focus-visible {
  outline: 3px solid var(--ltg-accent-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 2000;
  padding: .7rem 1rem;
  color: var(--ltg-bg-dark);
  background: var(--ltg-accent-light);
  border-radius: 4px;
  transform: translateY(-180%);
}

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

.ltg-navbar {
  min-height: 70px;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  background: rgb(6 26 45 / 96%);
  border-bottom-color: rgb(255 255 255 / 14%);
}

.brand-logo {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-logo::before {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  background: url("assets/lead-the-genius-logo.png") center / contain no-repeat;
  content: "";
  filter: grayscale(1) brightness(0) invert(1);
}

section {
  padding: clamp(4.75rem, 7vw, 7.5rem) clamp(1.25rem, 4vw, 3rem);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(900px, 100dvh);
  padding-top: clamp(8rem, 12vw, 10rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ltg-bg-dark);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 48%;
  z-index: -2;
  background: url("assets/executive-city.jpg") center / cover no-repeat;
  filter: grayscale(.2) contrast(1.08);
  opacity: .58;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, var(--ltg-bg-dark) 0 48%, rgb(6 26 45 / 88%) 67%, rgb(6 26 45 / 58%));
  pointer-events: none;
}

.container {
  width: min(100%, var(--max-width));
}

.grid-2 {
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  gap: clamp(3rem, 6vw, 6.5rem);
}

.hero .grid-2 {
  align-items: center;
}

.hero .grid-2 > div:first-child {
  max-width: 740px;
}

.hero .grid-2 > div:last-child > div {
  padding: clamp(2rem, 4vw, 3.25rem) !important;
  background: rgb(6 26 45 / 82%) !important;
  border: 1px solid rgb(255 255 255 / 22%) !important;
  border-radius: 6px !important;
}

.eyebrow {
  margin-bottom: 1.1rem;
  color: var(--ltg-primary-blue);
  font-size: .76rem;
  line-height: 1.25;
  letter-spacing: .08em;
}

.bg-dark .eyebrow {
  color: var(--ltg-accent-light);
}

h1,
h2,
h3,
h4 {
  letter-spacing: -.025em;
  text-wrap: balance;
}

h1 {
  max-width: 18ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 4.2vw, 4.35rem);
  line-height: 1.01;
}

h2 {
  font-size: clamp(2.15rem, 3.4vw, 3.45rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.lead-text {
  max-width: 64ch;
  font-size: clamp(1.08rem, 1.35vw, 1.24rem);
  line-height: 1.58;
}

.body-copy {
  max-width: 68ch;
}

.body-copy p {
  text-wrap: pretty;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.35rem;
  border-radius: 6px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.bg-dark .btn-primary {
  color: var(--ltg-bg-dark);
  background: var(--ltg-accent-light);
}

.bg-dark .btn-primary:hover {
  color: var(--ltg-bg-dark);
  background: #ffc15d;
  opacity: 1;
}

.btn-secondary:hover {
  border-color: var(--ltg-accent-light);
  background: transparent;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgb(255 255 255 / 14%);
}

.grid-3 .card {
  min-height: 188px;
  border: 0 !important;
  border-radius: 0;
  padding: clamp(1.65rem, 3vw, 2.4rem);
  background: var(--ltg-bg-dark) !important;
}

.bg-dark .card .body-copy,
.bg-dark .card p {
  color: #d5dfe8 !important;
  opacity: 1 !important;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2.25rem);
}

.bg-white .grid-4 .card {
  padding: 2rem .75rem 0 0;
  background: transparent;
  border: 0;
  border-top: 2px solid var(--ltg-accent-light);
  border-radius: 0;
}

.bg-light .card {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgb(6 26 45 / 8%);
}

.steps-list li {
  padding-left: 2.2rem;
  margin-bottom: 1.35rem;
}

.steps-list li::before {
  color: #b87513;
}

.steps-list li:last-child {
  margin-bottom: 0;
}

#request-access {
  padding-block: clamp(5rem, 8vw, 7.5rem);
}

#request-access .container {
  max-width: 880px !important;
}

#request-access .body-copy,
#request-access .lead-text {
  margin-inline: auto;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero::before {
    inset: 38% 0 0;
  }

  .hero::after {
    background: linear-gradient(180deg, var(--ltg-bg-dark) 0 48%, rgb(6 26 45 / 78%));
  }

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

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

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .ltg-navbar {
    min-height: 62px;
    padding-inline: 1rem;
  }

  .brand-logo {
    gap: 0.5rem;
    font-size: 0.72rem;
  }

  .brand-logo::before {
    width: 30px;
    height: 30px;
  }

  section {
    padding: 4.5rem 1.1rem;
  }

  .hero {
    padding-top: 7.2rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.8vw, 2.35rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(2rem, 9.5vw, 2.8rem);
  }

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

  .btn-group,
  .btn {
    width: 100%;
  }

  .hero .grid-2 > div:first-child {
    display: flex;
    flex-direction: column;
  }

  .hero .grid-2 > div:first-child > .eyebrow {
    order: 1;
  }

  .hero .grid-2 > div:first-child > h1 {
    order: 2;
  }

  .hero .body-copy {
    display: contents;
  }

  .hero .body-copy .lead-text {
    order: 3;
  }

  .hero .btn-group {
    order: 4;
    margin: .4rem 0 2.2rem;
  }

  .hero .body-copy p:not(.lead-text) {
    order: 5;
  }

  .btn-group {
    gap: .75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
