*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color-scheme: light dark;
  --bg: #f6f8f7;
  --bg-soft: #e7efea;
  --surface: #ffffff;
  --surface-soft: #f1f6f3;
  --ink: #18201c;
  --muted: #586560;
  --line: #dce6e0;
  --green: #116649;
  --green-dark: #0d5139;
  --mint: #52dda2;
  --mint-soft: #d9f8e9;
  --white: #ffffff;
  --dark: #08130e;
  --dark-soft: #10231a;
  --ring: rgba(17, 102, 73, 0.28);
  --shadow: 0 26px 80px -40px rgba(9, 37, 25, 0.42), 0 4px 16px -10px rgba(9, 37, 25, 0.2);
  --shadow-strong: 0 38px 100px -48px rgba(0, 0, 0, 0.72);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --page: 1240px;
  --header-height: 76px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0a0f0c;
    --bg-soft: #0f1712;
    --surface: #141c17;
    --surface-soft: #1a251e;
    --ink: #eaf1ed;
    --muted: #9eaba3;
    --line: #28362e;
    --green: #43d596;
    --green-dark: #59e0a5;
    --mint-soft: #123424;
    --ring: rgba(67, 213, 150, 0.3);
    --shadow: 0 28px 80px -40px rgba(0, 0, 0, 0.82);
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.6 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

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

::selection {
  color: #06130c;
  background: var(--mint);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  border-radius: 9px;
  color: var(--white);
  background: var(--green-dark);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

.nav-shell {
  width: min(calc(100% - 48px), var(--page));
  min-height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-weight: 720;
  letter-spacing: -0.015em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 620;
  text-decoration: none;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .nav-cta {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
  transition: border-color 160ms ease, background 160ms ease;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.19);
}

.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  color: var(--white);
  background: #183225;
}

.media-fill,
.hero-shade,
.get-shade,
.closing-shade {
  position: absolute;
  inset: 0;
}

.media-fill {
  z-index: -3;
}

.media-fill img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.hero .media-fill img {
  object-position: 54% center;
  animation: hero-arrive 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 14, 9, 0.9) 0%, rgba(4, 14, 9, 0.69) 40%, rgba(4, 14, 9, 0.12) 74%),
    linear-gradient(180deg, rgba(2, 8, 5, 0.48) 0%, transparent 30%, rgba(2, 8, 5, 0.48) 100%);
}

.hero-route {
  position: absolute;
  z-index: -1;
  right: -4vw;
  bottom: 5vh;
  width: min(54vw, 760px);
  opacity: 0.55;
}

.hero-route svg {
  width: 100%;
  filter: drop-shadow(0 0 12px rgba(82, 221, 162, 0.45));
}

.hero-route path {
  fill: none;
  stroke: rgba(109, 240, 180, 0.9);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 11;
}

.hero-route circle {
  fill: var(--mint);
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 2;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header-height) + 64px);
  padding-bottom: 90px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.72);
}

.eyebrow--mint {
  color: var(--mint);
}

.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(3.6rem, 7.2vw, 7.2rem);
  font-weight: 670;
  letter-spacing: -0.066em;
  line-height: 0.91;
  text-wrap: balance;
}

.hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.55;
}

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

.button {
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.button:active {
  transform: translateY(0);
}

.button--primary {
  color: #06130c;
  background: var(--mint);
  box-shadow: 0 12px 34px -18px rgba(82, 221, 162, 0.9);
}

.button--primary:hover {
  background: #6ae7b2;
}

.button--glass {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.button--glass:hover {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.17);
}

.platform-line {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 9px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
  font-weight: 620;
  letter-spacing: 0.035em;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - var(--page)) / 2));
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue svg {
  width: 16px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  position: relative;
  padding: clamp(90px, 10vw, 150px) 0;
}

.section--intro {
  background:
    radial-gradient(circle at 100% 10%, rgba(17, 102, 73, 0.09), transparent 34%),
    var(--bg);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 52px;
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 80px;
}

.section-heading h2,
.workflow h2,
.get-copy h2,
.closing h2 {
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.section-heading > p,
.section-heading--split > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.wide-visual {
  position: relative;
  min-height: 360px;
  aspect-ratio: 16 / 7.7;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface-soft);
  box-shadow: var(--shadow);
}

.wide-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(4, 14, 9, 0.68));
  pointer-events: none;
}

.wide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wide-visual:hover img {
  transform: scale(1.015);
}

.wide-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--white);
  font-weight: 650;
}

.visual-index {
  color: var(--mint);
  font: 700 0.76rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid var(--line);
}

.capability {
  min-width: 0;
  padding: 38px 32px 0 0;
}

.capability + .capability {
  padding-left: 32px;
  border-left: 1px solid var(--line);
}

.line-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 30px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability h3,
.format-list h3,
.steps h3,
.image-card h3,
.form-heading h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.capability p,
.format-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.68;
}

.workflow {
  overflow: hidden;
  overflow: clip;
  color: #edf5f0;
  background:
    radial-gradient(circle at 0 100%, rgba(82, 221, 162, 0.14), transparent 38%),
    var(--dark);
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  align-items: start;
  gap: clamp(60px, 8vw, 120px);
}

.workflow h2 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4.7vw, 4.75rem);
}

.division-note {
  max-width: 660px;
  margin: 30px 0 0;
  padding-left: 20px;
  border-left: 2px solid var(--mint);
  color: rgba(237, 245, 240, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.steps {
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.steps li > span {
  padding-top: 3px;
  color: var(--mint);
  font: 700 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.13em;
}

.steps p {
  max-width: 580px;
  margin: 7px 0 0;
  color: rgba(237, 245, 240, 0.62);
  font-size: 0.93rem;
  line-height: 1.62;
}

.steps kbd {
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font: 650 0.8em/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.14);
}

.workflow-visual {
  position: relative;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-strong);
}

.workflow-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(2, 10, 6, 0.88));
}

.workflow-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workflow-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 27px;
  left: 28px;
}

.workflow-visual figcaption strong,
.workflow-visual figcaption span {
  display: block;
}

.workflow-visual figcaption strong {
  font-size: 1.03rem;
}

.workflow-visual figcaption span {
  max-width: 390px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
}

.exports {
  background: var(--bg-soft);
}

.format-list {
  border-top: 1px solid var(--line);
}

.format-list article {
  display: grid;
  grid-template-columns: 160px minmax(190px, 0.55fr) minmax(280px, 1fr);
  align-items: baseline;
  gap: 36px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.format-name {
  color: var(--green);
  font: 750 0.78rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
}

.format-list p {
  margin: 0;
}

.quality-note {
  max-width: 850px;
  margin-top: 42px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: var(--muted);
}

.quality-note svg {
  width: 28px;
  height: 28px;
  flex: none;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.4;
  stroke-linejoin: round;
}

.quality-note p {
  margin: 0;
}

.quality-note strong {
  color: var(--ink);
}

.assurance {
  background: var(--bg);
}

.assurance-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.image-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  isolation: isolate;
  color: var(--white);
  background: var(--dark-soft);
  box-shadow: var(--shadow);
}

.image-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.image-card--wide img {
  object-position: 63% center;
}

.image-card:not(.image-card--wide) img {
  object-position: 48% center;
}

.image-card:hover img {
  transform: scale(1.02);
}

.image-card__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 14, 9, 0.08) 18%, rgba(4, 14, 9, 0.91) 100%);
}

.image-card__body {
  position: absolute;
  right: 32px;
  bottom: 32px;
  left: 32px;
}

.image-card h3 {
  max-width: 540px;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.image-card p:last-child {
  max-width: 580px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.64;
}

.detail-strip {
  margin-top: 20px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  background: var(--surface);
  font-size: 0.78rem;
  font-weight: 670;
  letter-spacing: 0.025em;
  box-shadow: var(--shadow);
}

.detail-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.detail-strip span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

.get-section {
  position: relative;
  min-height: 900px;
  padding: clamp(90px, 10vw, 150px) 0;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: #17372a;
}

.get-section .media-fill img {
  object-position: center;
}

.get-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 14, 9, 0.92) 0%, rgba(4, 14, 9, 0.75) 43%, rgba(4, 14, 9, 0.4) 100%),
    linear-gradient(180deg, rgba(4, 14, 9, 0.22), rgba(4, 14, 9, 0.68));
}

.get-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 0.66fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.get-copy h2 {
  max-width: 700px;
}

.get-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.04rem;
  line-height: 1.75;
}

.check-list {
  margin: 38px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
  color: rgba(255, 255, 255, 0.79);
  font-size: 0.9rem;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.check-list svg {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: var(--mint);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.registration-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(20px);
}

.form-heading {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.form-heading h3 {
  font-size: 1.25rem;
}

.form-heading p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.form-step {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--mint-soft);
  font: 750 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.registration-form {
  margin-top: 8px;
}

.field {
  margin-top: 18px;
}

.field label,
.token-access label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
}

.field input,
.field select,
.token-row input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  color: var(--ink);
  background-color: var(--surface-soft);
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.field select {
  padding-right: 42px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23758079' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.field input::placeholder,
.token-row input::placeholder {
  color: var(--muted);
  opacity: 0.66;
}

.field input:focus,
.field select:focus,
.token-row input:focus {
  border-color: var(--green);
  background-color: var(--surface);
  box-shadow: 0 0 0 4px var(--ring);
}

.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.button--submit {
  width: 100%;
  margin-top: 23px;
  border: 0;
  color: #ffffff;
  background: var(--green);
}

.button--submit:hover {
  background: var(--green-dark);
  box-shadow: 0 12px 28px -17px var(--green);
}

@media (prefers-color-scheme: dark) {
  .button--submit {
    color: #06130c;
  }
}

.privacy-note {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.48;
}

.token-access {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.token-access summary {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 680;
  cursor: pointer;
}

.token-access[open] summary {
  margin-bottom: 16px;
  color: var(--ink);
}

.token-access form {
  margin: 0;
}

.token-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.token-row input {
  min-width: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.77rem;
}

.token-row button {
  min-width: 76px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  background: var(--green);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
}

.token-row button:hover {
  background: var(--green-dark);
}

.token-access small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.7rem;
}

.closing {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  color: var(--white);
  background: #17372a;
}

.closing .media-fill img {
  object-position: center 48%;
}

.closing-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 14, 9, 0.88) 0%, rgba(4, 14, 9, 0.57) 48%, rgba(4, 14, 9, 0.22) 78%),
    linear-gradient(180deg, rgba(4, 14, 9, 0.1), rgba(4, 14, 9, 0.55));
}

.closing-content {
  padding: 100px 0;
}

.closing h2 {
  max-width: 880px;
  font-size: clamp(2.75rem, 6vw, 6.2rem);
}

.closing .button {
  margin-top: 34px;
}

.site-footer {
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.7);
  background: var(--dark);
}

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

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

.site-footer p {
  margin: 0;
  font-size: 0.76rem;
}

.site-footer a:not(.brand) {
  text-decoration-color: rgba(255, 255, 255, 0.32);
  text-underline-offset: 3px;
}

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

@keyframes hero-arrive {
  from { opacity: 0.72; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1050px) {
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability {
    padding-bottom: 36px;
    border-bottom: 1px solid var(--line);
  }

  .capability:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .workflow-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 60px;
  }

  .get-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(430px, 0.72fr);
    gap: 52px;
  }

  .detail-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 68px;
  }

  .page-shell,
  .nav-shell {
    width: min(calc(100% - 32px), var(--page));
  }

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

  .hero {
    min-height: 700px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 14, 9, 0.88) 0%, rgba(4, 14, 9, 0.58) 72%, rgba(4, 14, 9, 0.25) 100%),
      linear-gradient(180deg, rgba(2, 8, 5, 0.48) 0%, transparent 30%, rgba(2, 8, 5, 0.62) 100%);
  }

  .hero-route {
    right: -14%;
    bottom: 14%;
    width: 72vw;
    opacity: 0.35;
  }

  .scroll-cue {
    display: none;
  }

  .section-heading--split,
  .workflow-grid,
  .get-grid {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    gap: 24px;
  }

  .wide-visual {
    min-height: 330px;
    aspect-ratio: 4 / 3;
  }

  .wide-visual img {
    object-position: 55% center;
  }

  .workflow-grid {
    gap: 64px;
  }

  .workflow-visual {
    position: relative;
    top: auto;
    align-self: auto;
    width: min(100%, 580px);
    aspect-ratio: 4 / 4.2;
  }

  .format-list article {
    grid-template-columns: 94px minmax(160px, 0.55fr) minmax(220px, 1fr);
    gap: 24px;
  }

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

  .image-card {
    min-height: 500px;
  }

  .get-grid {
    gap: 48px;
  }

  .get-copy {
    max-width: 680px;
  }

  .registration-card {
    width: min(100%, 580px);
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}

@media (max-width: 600px) {
  .nav-shell {
    gap: 14px;
  }

  .brand {
    font-size: 0.91rem;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .site-nav .nav-cta {
    padding: 8px 12px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 680px;
    height: 100svh;
  }

  .hero .media-fill img {
    object-position: 60% center;
  }

  .hero-content {
    padding-top: calc(var(--header-height) + 44px);
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 16vw, 4.65rem);
  }

  .hero-lead {
    margin-top: 23px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

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

  .platform-line span[aria-hidden="true"] {
    display: none;
  }

  .platform-line span:not(:first-child) {
    padding-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .section {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .workflow h2,
  .get-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.65rem);
  }

  .wide-visual {
    min-height: 360px;
    aspect-ratio: 4 / 4.6;
    border-radius: var(--radius-lg);
  }

  .wide-visual img {
    object-position: 54% center;
  }

  .wide-visual figcaption {
    right: 20px;
    bottom: 19px;
    left: 20px;
    align-items: flex-end;
  }

  .wide-visual figcaption span:last-child {
    max-width: 190px;
    text-align: right;
  }

  .capability-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .capability,
  .capability + .capability {
    padding: 29px 0;
    border-left: 0;
  }

  .line-icon {
    margin-bottom: 20px;
  }

  .steps {
    margin-top: 42px;
  }

  .steps li {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .workflow-visual {
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-lg);
  }

  .format-list article {
    grid-template-columns: 66px 1fr;
    gap: 9px 16px;
    padding: 24px 0;
  }

  .format-list p {
    grid-column: 2;
  }

  .quality-note {
    align-items: flex-start;
  }

  .image-card {
    min-height: 520px;
    border-radius: var(--radius-lg);
  }

  .image-card__body {
    right: 23px;
    bottom: 24px;
    left: 23px;
  }

  .detail-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .get-section {
    padding: 80px 0;
  }

  .get-section .media-fill img {
    object-position: 57% center;
  }

  .get-shade {
    background: rgba(4, 14, 9, 0.78);
  }

  .registration-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .form-heading {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .form-step {
    width: 38px;
    height: 38px;
  }

  .token-row {
    grid-template-columns: 1fr;
  }

  .token-row button {
    min-height: 44px;
  }

  .closing {
    min-height: 560px;
  }

  .closing .media-fill img {
    object-position: 53% center;
  }

  .closing-shade {
    background: rgba(4, 14, 9, 0.72);
  }

  .closing-content {
    padding: 80px 0;
  }

  .closing h2 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }
}

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

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