:root {
  color-scheme: dark;
  --bg: #0d0e10;
  --panel: #151619;
  --text: #f8f7f3;
  --muted: #b5b3ad;
  --quiet: #7d7a73;
  --line: rgb(255 255 255 / 10%);
  --line-strong: rgb(255 255 255 / 22%);
  --accent: #f7f3e9;
  --green: #74e0b4;
  --shadow: 0 28px 90px rgb(0 0 0 / 40%);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  margin: 0;
}

a {
  color: inherit;
}

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

.skip {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: -5rem;
  z-index: 4;
}

.skip:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgb(13 14 16 / 88%);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 4.5rem;
  padding: 0 12vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  gap: 0.65rem;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: #101113;
  display: inline-flex;
  font-size: 0.9rem;
  height: 2.1rem;
  justify-content: center;
  width: 2.1rem;
}

nav {
  display: flex;
  gap: 1.9rem;
  justify-content: center;
}

nav a,
.header-action,
.primary,
.secondary,
.offer-grid a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 850;
  min-height: 2.85rem;
  padding: 0 1.25rem;
  text-decoration: none;
}

nav a {
  color: var(--muted);
  padding: 0;
}

nav a:hover {
  color: var(--text);
}

.header-action,
.secondary,
.offer-grid a {
  border: 1px solid var(--line-strong);
}

.hero {
  display: grid;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-scrim,
.hero-copy {
  grid-area: 1 / 1;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-scrim {
  background:
    linear-gradient(180deg, rgb(13 14 16 / 22%) 0%, rgb(13 14 16 / 66%) 58%, var(--bg) 100%),
    linear-gradient(90deg, rgb(13 14 16 / 72%), rgb(13 14 16 / 28%), rgb(13 14 16 / 72%));
}

.hero-copy {
  align-self: center;
  justify-self: center;
  max-width: 980px;
  padding: 7rem 1.25rem 5.5rem;
  position: relative;
  text-align: center;
}

.eyebrow,
.section-label,
.badge {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: 5.75rem;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 1.25rem;
}

h2 {
  font-size: 3.7rem;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 1.25rem;
  max-width: 13ch;
}

h3 {
  font-size: 1.45rem;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 0.7rem;
}

p {
  color: var(--muted);
  line-height: 1.62;
}

.hero-copy p {
  color: var(--accent);
  font-size: 1.12rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 47rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 2rem;
}

.primary {
  background: var(--accent);
  color: #101113;
}

.problem,
.ways,
.offers,
.readiness {
  margin: 0 auto;
  max-width: 1240px;
  padding: 5.5rem 1.25rem;
}

.problem {
  padding-top: 3rem;
}

.problem-grid {
  display: grid;
  gap: 3rem 5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4rem;
}

.problem-grid article p {
  max-width: 34rem;
}

.steps,
.offer-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.steps article,
.offer-grid article,
.readiness {
  background: linear-gradient(180deg, rgb(255 255 255 / 6%), transparent), var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.steps article,
.offer-grid article {
  min-height: 19rem;
  padding: 1.3rem;
}

.steps span {
  color: var(--quiet);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 4rem;
}

.section-heading {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.55fr);
}

.section-heading p:last-child {
  align-self: end;
}

.badge {
  color: var(--green);
}

.offer-grid a {
  margin-top: 1rem;
}

.readiness {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1fr);
  margin-bottom: 5rem;
  padding: 1.5rem;
}

.readiness ul {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.readiness li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(10rem, 0.36fr) minmax(0, 1fr);
  min-height: 3.2rem;
}

.readiness li:last-child {
  border-bottom: 0;
}

.readiness strong {
  color: var(--text);
}

.readiness span {
  color: var(--muted);
}

@media (max-width: 1080px) {
  .site-header {
    padding: 1rem 1.25rem;
  }

  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    position: static;
  }

  nav {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 5rem;
  }

  h1 {
    font-size: 3.4rem;
  }

  .problem-grid,
  .steps,
  .offer-grid,
  .section-heading,
  .readiness {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-image {
    min-height: 37rem;
    object-position: 54% center;
  }

  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .actions,
  .primary,
  .secondary,
  .header-action {
    width: 100%;
  }

  .readiness li {
    align-items: start;
    gap: 0.25rem;
    grid-template-columns: 1fr;
    padding: 0.75rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
