@font-face {
  font-family: "Outfit";
  src: url("/outfit-variable.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --ink: #09271d;
  --ink-soft: #4f625b;
  --jade: #245943;
  --mint: #35e2aa;
  --mint-soft: #dff9ef;
  --cream: #f7f3ea;
  --paper: #fffefa;
  --line: #d8ded9;
  --terracotta: #c95c3d;
  --shadow: 0 28px 70px rgba(24, 48, 38, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Outfit", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

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

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

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

.brand {
  text-decoration: none;
  font-size: 18px;
  font-weight: 720;
}

.brand img,
.footer-brand img {
  border-radius: 9px;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  font-size: 15px;
  font-weight: 560;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible,
.operator-details a:hover,
.operator-details a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-cta {
  padding: 11px 17px;
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(9, 39, 29, 0.12);
  border-radius: 32px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 74px 64px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--terracotta);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(64px, 7vw, 102px);
  font-weight: 510;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.hero-intro {
  max-width: 600px;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 680;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.nav-cta:focus-visible {
  outline: 3px solid rgba(53, 226, 170, 0.5);
  outline-offset: 3px;
}

.button-primary {
  background: var(--mint);
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(32, 160, 116, 0.15);
}

.button-secondary {
  border-color: var(--line);
  background: white;
}

.pilot-note {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.drop-preview {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  margin: 22px;
  overflow: hidden;
  border-radius: 22px;
  background: #ebecf7;
}

.preview-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  color: #29285e;
  font-size: 13px;
  font-weight: 650;
}

.preview-topline i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #5656c9;
}

.preview-status {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
}

.preview-image {
  position: relative;
  display: grid;
  min-height: 280px;
  place-items: center;
  overflow: hidden;
}

.preview-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, 0.8);
  border-radius: 26px;
  background: #3432a7;
  color: white;
  font-size: 45px;
  font-weight: 620;
  box-shadow: 0 16px 30px rgba(50, 49, 145, 0.2);
}

.shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(85, 83, 190, 0.15);
}

.shape-one {
  width: 240px;
  height: 240px;
  top: -105px;
  right: -70px;
}

.shape-two {
  width: 190px;
  height: 190px;
  bottom: -80px;
  left: -55px;
  background: rgba(255, 255, 255, 0.45);
}

.preview-body {
  position: relative;
  z-index: 1;
  padding: 30px;
  background: white;
}

.preview-body .eyebrow {
  margin-bottom: 10px;
  color: var(--jade);
  font-size: 11px;
}

.preview-body h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.preview-body > p:not(.eyebrow) {
  margin: 10px 0 24px;
  color: var(--ink-soft);
  line-height: 1.45;
}

dl {
  margin: 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--ink-soft);
}

dd {
  margin: 0;
  font-weight: 620;
  text-align: right;
}

.section {
  margin-top: 26px;
  padding: 92px 64px;
  border-radius: 30px;
}

.how {
  background: var(--ink);
  color: white;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 64px;
}

.section-heading h2,
.pilot h2,
.contact-panel h2 {
  margin: 0;
  font-size: clamp(42px, 5.3vw, 72px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.5;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.steps li > span {
  color: var(--mint);
  font-size: 13px;
  font-weight: 740;
  letter-spacing: 0.12em;
}

.steps h3 {
  margin: 72px 0 12px;
  font-size: 24px;
  font-weight: 580;
  letter-spacing: -0.025em;
}

.steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
}

.pilot {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  border: 1px solid rgba(9, 39, 29, 0.12);
  background: var(--paper);
}

.pilot-grid {
  display: grid;
}

.pilot-grid article {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line);
}

.pilot-grid article + article {
  padding-top: 28px;
}

.pilot-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.pilot-grid p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.52;
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-top: 26px;
  padding: 70px 64px;
  border-radius: 30px;
  background: var(--mint);
}

.contact-panel .eyebrow {
  color: var(--jade);
}

.contact-panel p:last-child {
  margin: 16px 0 0;
  font-size: 18px;
}

.button-dark {
  flex: 0 0 auto;
  background: var(--ink);
  color: white;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 54px 0 70px;
  color: var(--ink-soft);
  font-size: 14px;
}

.footer-brand {
  align-items: flex-start;
}

.footer-brand strong {
  color: var(--ink);
  font-size: 16px;
}

.footer-brand p,
.operator-details p {
  margin: 4px 0 0;
}

.operator-details {
  max-width: 520px;
  text-align: right;
}

.operator-details address {
  margin: 6px 0;
  font-style: normal;
}

@media (max-width: 900px) {
  .hero,
  .section-heading,
  .pilot {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 60px 42px 28px;
  }

  .drop-preview {
    min-height: 600px;
  }

  .section-heading {
    gap: 20px;
  }

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

  .steps li {
    min-height: auto;
  }

  .steps h3 {
    margin-top: 36px;
  }

  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .site-header,
  main,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 76px;
  }

  nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    border-radius: 22px;
  }

  .hero-copy,
  .section,
  .contact-panel {
    padding: 44px 24px;
  }

  h1 {
    font-size: clamp(58px, 19vw, 78px);
  }

  .hero-intro {
    font-size: 18px;
  }

  .hero-actions,
  .hero-actions .button,
  .button-dark {
    width: 100%;
  }

  .drop-preview {
    min-height: auto;
    margin: 10px;
  }

  .preview-image {
    min-height: 230px;
  }

  .section {
    border-radius: 22px;
  }

  .steps {
    margin-top: 45px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .operator-details {
    text-align: left;
  }
}

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

  .button {
    transition: none;
  }
}
