@font-face {
  font-family: "Play";
  src: url("fonts/Play-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Play";
  src: url("fonts/Play-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #16201f;
  --muted: #5c6865;
  --paper: #fbfaf6;
  --paper-2: #f3f0e8;
  --line: #ddd6c8;
  --teal: #158d80;
  --teal-dark: #0c5f56;
  --coal: #26302f;
  --sand: #e8dfcf;
  --rose: #d94f70;
  --gold: #c99b42;
  --white: #ffffff;
  --sidebar: 264px;
  --sidebar-collapsed: 84px;
  --max: 1120px;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(22, 32, 31, 0.11);
  --display: "Play", ui-sans-serif, system-ui, sans-serif;
  --body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.62;
}

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

a {
  color: var(--teal-dark);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--teal);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
.brand-name,
.button {
  margin-top: 0;
  font-family: var(--display);
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: 54px;
  max-width: 17ch;
}

h2 {
  margin-bottom: 20px;
  font-size: 36px;
  max-width: 28ch;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

p {
  margin-top: 0;
  text-wrap: pretty;
}

blockquote,
li {
  text-wrap: pretty;
}

.keep-together {
  white-space: nowrap;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  border-radius: 4px;
}

.skip-link:focus {
  transform: none;
}

.site-sidebar {
  position: fixed;
  z-index: 50;
  inset: 0 auto 0 0;
  width: var(--sidebar);
  color: var(--white);
  background: var(--coal);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition: width 180ms ease;
}

.sidebar-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 26px 18px 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  color: var(--white);
  text-decoration: none;
}

.brand:hover {
  color: var(--white);
}

.brand-mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 6px;
  font-family: var(--display);
  font-weight: 700;
}

.brand-name {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.sidebar-toggle,
.mobile-toggle {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.sidebar-toggle {
  position: absolute;
  top: 31px;
  right: -15px;
  width: 30px;
  height: 34px;
  background: var(--coal);
  border-radius: 4px;
}

.sidebar-toggle span {
  font-size: 27px;
  line-height: 1;
  transition: transform 180ms ease;
}

.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 6px;
}

.mobile-toggle-lines,
.mobile-toggle-lines::before,
.mobile-toggle-lines::after {
  width: 20px;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
}

.mobile-toggle-lines::before {
  transform: translateY(-6px);
}

.mobile-toggle-lines::after {
  transform: translateY(4px);
}

.nav-links {
  display: grid;
  gap: 6px;
  margin-top: 56px;
}

.nav-links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 14px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.nav-links a[aria-current="page"] {
  padding-left: 42px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 4px 0 0 var(--teal);
}

.nav-links a[aria-current="page"]::before {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #8ce0d6;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.nav-links a[aria-current="page"]::after {
  position: absolute;
  left: 21px;
  top: calc(50% - 6px);
  width: 5px;
  height: 9px;
  background: #8ce0d6;
  clip-path: polygon(50% 0, 100% 100%, 50% 75%, 0 100%);
  content: "";
}

.nav-links .nav-cta {
  justify-content: center;
  margin-top: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--sand);
}

.nav-links .nav-cta:hover {
  color: var(--white);
  background: var(--teal);
}

.nav-links .nav-cta[aria-current="page"] {
  justify-content: flex-start;
  color: var(--white);
  background: var(--teal-dark);
  border-color: var(--teal);
}

.sidebar-note {
  margin-top: auto;
  padding: 18px 12px 0;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  line-height: 1.5;
}

.site-main,
.site-footer {
  margin-left: var(--sidebar);
  transition: margin-left 180ms ease;
}

body.nav-collapsed .site-sidebar {
  width: var(--sidebar-collapsed);
}

body.nav-collapsed .site-main,
body.nav-collapsed .site-footer {
  margin-left: var(--sidebar-collapsed);
}

body.nav-collapsed .sidebar-inner {
  padding-inline: 12px;
}

body.nav-collapsed .brand {
  justify-content: center;
}

body.nav-collapsed .brand-name,
body.nav-collapsed .nav-text,
body.nav-collapsed .sidebar-note {
  display: none;
}

body.nav-collapsed .sidebar-toggle span {
  transform: rotate(180deg);
}

body.nav-collapsed .nav-links a {
  justify-content: center;
  padding: 10px 4px;
  font-size: 0;
}

body.nav-collapsed .nav-links a::before {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  clip-path: none;
  content: attr(data-short);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  transform: none;
}

body.nav-collapsed .nav-links a[aria-current="page"] {
  box-shadow: inset 0 -3px 0 var(--teal);
}

body.nav-collapsed .nav-links a[aria-current="page"]::after {
  display: none;
}

.wrap {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.section-tight {
  padding: 64px 0;
}

.paper-band {
  background: var(--paper-2);
  border-block: 1px solid var(--line);
}

.dark-band {
  color: var(--white);
  background: var(--coal);
}

.dark-band p,
.dark-band .section-intro {
  color: rgba(255, 255, 255, 0.75);
}

.eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--teal-dark);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.dark-band .eyebrow,
.home-hero .eyebrow {
  color: #8ce0d6;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.65fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-intro,
.lede {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.55;
}

.home-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  isolation: isolate;
  color: var(--white);
  background-color: #0c1b2a;
  background-image: url("ai-map-cosmic-hero.jpg");
  background-position: center;
  background-size: cover;
}

.home-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(12, 27, 42, 0.72);
  content: "";
}

.hero-copy {
  max-width: 800px;
  padding: 84px 0 96px;
}

.home-hero h1 {
  max-width: 15ch;
  font-size: 58px;
}

.home-hero .lede {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
}

.page-hero {
  padding: 94px 0 86px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.page-hero .lede {
  max-width: 760px;
  margin-bottom: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  color: var(--white);
  background: var(--teal);
}

.button-primary:hover {
  color: var(--white);
  background: var(--teal-dark);
}

.button-light {
  color: var(--ink);
  background: var(--white);
  border-color: var(--sand);
}

.button-light:hover {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--display);
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.stage {
  min-width: 0;
  padding: 34px 32px 36px;
  color: inherit;
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.stage:last-child {
  border-right: 0;
}

.stage:hover {
  color: inherit;
  background: var(--white);
}

.stage-number,
.offer-number {
  display: block;
  margin-bottom: 24px;
  color: var(--rose);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
}

.stage:nth-child(2) .stage-number,
.offer:nth-child(2) .offer-number {
  color: var(--gold);
}

.stage:nth-child(3) .stage-number,
.offer:nth-child(3) .offer-number {
  color: var(--teal);
}

.stage p {
  margin-bottom: 0;
  color: var(--muted);
}

.quick-grid,
.offer-grid,
.testimonial-grid,
.process-grid {
  display: grid;
  gap: 20px;
}

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

.proof-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.68fr) repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.proof-profile {
  align-self: start;
  padding-right: 12px;
}

.proof-profile img {
  width: 100%;
  height: 280px;
  margin-bottom: 22px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: var(--radius);
}

.proof-profile p {
  color: var(--muted);
  font-size: 16px;
}

.quick-item {
  padding-top: 22px;
  border-top: 4px solid var(--teal);
}

.quick-item:nth-child(2) {
  border-color: var(--rose);
}

.quick-item:nth-child(3) {
  border-color: var(--gold);
}

.quick-item:nth-child(4) {
  border-color: var(--ink);
}

.quick-item h3 {
  font-size: 21px;
}

.quick-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 64px;
  align-items: center;
}

.readiness-list,
.check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.readiness-list li,
.check-list li {
  position: relative;
  padding-left: 28px;
  text-wrap: balance;
}

.topic-list li {
  text-wrap: balance;
}

.readiness-list li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 11px;
  height: 3px;
  background: var(--teal);
  content: "";
}

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

.offer {
  display: flex;
  flex-direction: column;
  padding: 30px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.offer p {
  color: var(--muted);
  text-wrap: pretty;
}

.offer .text-link {
  margin-top: auto;
  padding-top: 24px;
}

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

.testimonial {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--teal);
  border-radius: var(--radius);
}

.testimonial:nth-child(2) {
  border-top-color: var(--rose);
}

.testimonial blockquote {
  flex: 1;
  margin: 0 0 26px;
  font-size: 20px;
  line-height: 1.55;
}

.testimonial figcaption {
  display: grid;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.testimonial strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 17px;
}

.cta-band .split {
  align-items: end;
}

.cta-band h2 {
  margin-bottom: 12px;
}

.cta-band p {
  max-width: 700px;
  margin-bottom: 0;
}

.cta-action {
  justify-self: end;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.process-step {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.process-step span {
  color: var(--teal-dark);
  font-family: var(--display);
  font-weight: 700;
}

.process-step p {
  color: var(--muted);
}

.topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 36px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.topic-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.portrait {
  position: sticky;
  top: 32px;
}

.portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  border-radius: var(--radius);
}

.portrait-caption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.prose {
  max-width: 760px;
}

.prose h2 {
  margin-top: 54px;
  font-size: 31px;
}

.prose h2:first-child {
  margin-top: 0;
}

.credential-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  background: var(--line);
  border: 1px solid var(--line);
}

.credential-strip div {
  padding: 24px;
  background: var(--paper);
}

.credential-strip strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--display);
}

.credential-strip span {
  color: var(--muted);
  font-size: 15px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 54px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #bfc7c3;
  border-radius: 5px;
  font-family: var(--body);
}

input,
select {
  min-height: 50px;
  padding: 10px 12px;
}

textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-aside {
  padding: 30px;
  color: var(--white);
  background: var(--coal);
  border-radius: var(--radius);
}

.contact-aside h2 {
  font-size: 29px;
}

.contact-aside p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-aside a {
  color: #8ce0d6;
}

.faq-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

details {
  padding: 22px 24px;
  background: var(--paper);
}

summary {
  cursor: pointer;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
}

details p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #1c2524;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
}

.footer-inner p {
  max-width: 520px;
  margin: 8px 0 0;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.footer-links a {
  color: var(--white);
  font-size: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1040px) {
  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }

  .split {
    gap: 42px;
  }
}

@media (max-width: 820px) {
  body {
    padding-top: 72px;
    font-size: 17px;
  }

  .site-sidebar {
    inset: 0 0 auto;
    width: 100%;
    height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: none;
  }

  .sidebar-inner {
    min-height: 72px;
    padding: 12px 20px;
  }

  .brand {
    width: fit-content;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .sidebar-toggle,
  .sidebar-note {
    display: none;
  }

  .mobile-toggle {
    position: absolute;
    top: 14px;
    right: 18px;
    display: grid;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    gap: 4px;
    margin: 0;
    padding: 14px 18px 20px;
    background: var(--coal);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a,
  body.nav-collapsed .nav-links a {
    justify-content: flex-start;
    padding: 10px 14px;
    font-size: 16px;
  }

  body.nav-collapsed .nav-links a::before {
    content: none;
  }

  body.nav-collapsed .nav-links a[aria-current="page"],
  .nav-links a[aria-current="page"] {
    padding-left: 42px;
    box-shadow: inset 4px 0 0 var(--teal);
  }

  body.nav-collapsed .nav-links a[aria-current="page"]::before {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #8ce0d6;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
  }

  body.nav-collapsed .nav-links a[aria-current="page"]::after {
    display: block;
  }

  .site-main,
  .site-footer,
  body.nav-collapsed .site-main,
  body.nav-collapsed .site-footer {
    margin-left: 0;
  }

  .home-hero {
    min-height: 590px;
  }

  .home-hero h1 {
    font-size: 42px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .section-heading,
  .split,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 14px;
  }

  .stage-grid,
  .offer-grid,
  .testimonial-grid,
  .process-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-profile {
    max-width: 520px;
    padding-right: 0;
  }

  .proof-profile img {
    height: min(76vw, 420px);
  }

  .stage {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stage:last-child {
    border-bottom: 0;
  }

  .portrait {
    position: static;
    max-width: 520px;
  }

  .credential-strip {
    grid-template-columns: 1fr;
  }

  .cta-action {
    justify-self: start;
  }

  .footer-inner {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(calc(100% - 36px), var(--max));
  }

  .section {
    padding: 64px 0;
  }

  .section-tight {
    padding: 50px 0;
  }

  .home-hero {
    min-height: 570px;
    background-position: 56% center;
  }

  .hero-copy {
    padding: 64px 0 74px;
  }

  .home-hero h1,
  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 29px;
  }

  .lede,
  .section-intro {
    font-size: 18px;
  }

  .page-hero {
    padding: 64px 0 58px;
  }

  .quick-grid,
  .topic-list,
  .field-row {
    grid-template-columns: 1fr;
  }

  .offer,
  .testimonial,
  .contact-form,
  .contact-aside {
    padding: 24px;
  }

  .button {
    width: 100%;
  }
}

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

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