@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./assets/fonts/instrument-sans-latin.woff2") format("woff2");
}

:root {
  --midnight: #07111f;
  --night: #0b1b31;
  --night-soft: #102744;
  --ink: #101828;
  --ink-soft: #344054;
  --muted: #667085;
  --line: #dfe5ed;
  --line-dark: rgba(255, 255, 255, 0.14);
  --paper: #ffffff;
  --cloud: #f4f7fb;
  --cloud-blue: #edf4ff;
  --blue: #3978ff;
  --blue-dark: #235fd6;
  --green: #48d39f;
  --green-dark: #087452;
  --warm: #e9a85f;
  --white: #ffffff;
  --shadow-soft: 0 18px 48px rgba(9, 27, 52, 0.1);
  --shadow-strong: 0 28px 80px rgba(0, 10, 26, 0.28);
  --page: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a,
summary {
  font-family: "Instrument Sans", Arial, sans-serif;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

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

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

.symbol-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 72px;
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(7, 17, 31, 0.78);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 17, 31, 0.95);
  box-shadow: 0 8px 30px rgba(0, 8, 20, 0.22);
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: var(--white);
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
  font: inherit;
  line-height: 1;
  white-space: nowrap;
}

.brand-signal-t {
  position: relative;
  width: 0.57em;
  height: 0.75em;
  display: inline-block;
  flex: 0 0 auto;
  margin-inline: 0.015em;
  color: var(--green);
  transform: translateY(0.055em);
}

.brand-signal-t::before,
.brand-signal-t::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.brand-signal-t::before {
  inset: 0 0 auto;
  height: 0.12em;
  border-radius: 0.06em;
}

.brand-signal-t::after {
  top: 0.09em;
  bottom: 0;
  left: 50%;
  width: 0.12em;
  border-radius: 0 0 0.055em 0.055em;
  transform: translateX(-50%);
}

.brand--mono .brand-signal-t {
  color: currentColor;
}

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

.main-nav a {
  color: #c6d3e5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 160ms ease;
}

.main-nav a:hover {
  color: var(--white);
}

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

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 30px rgba(57, 120, 255, 0.26);
}

.button-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 15px 36px rgba(57, 120, 255, 0.32);
}

.button-light {
  color: var(--midnight);
  background: var(--white);
}

.button-light:hover {
  background: #eef4fd;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.09);
}

.hero {
  position: relative;
  min-height: 820px;
  padding-top: 72px;
  color: var(--white);
  overflow: hidden;
  background: var(--midnight);
}

.hero-image,
.closing-image {
  position: absolute;
  inset: 0;
  background-image: url("./assets/newcastle-night-bridge-saleh-unsplash.jpg");
  background-position: center;
  background-size: cover;
}

.hero-image {
  opacity: 0.66;
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.88) 38%, rgba(7, 17, 31, 0.52) 70%, rgba(7, 17, 31, 0.42) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.1) 52%, var(--midnight) 100%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 0.95fr);
  align-items: center;
  gap: 70px;
  padding-block: 76px 62px;
}

.hero-copy {
  max-width: 590px;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: #7eb0ff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--white);
  font-size: 64px;
  line-height: 1.02;
  font-weight: 700;
}

.hero-intro {
  max-width: 610px;
  margin: 24px 0 0;
  color: #d6e1ef;
  font-size: 19px;
  line-height: 1.55;
}

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

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 24px 0 0;
  padding: 0;
  color: #aebed3;
  list-style: none;
  font-size: 12px;
}

.hero-assurances li {
  position: relative;
}

.hero-assurances li + li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: -13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
}

.signal-stage {
  position: relative;
  width: 100%;
  max-width: 570px;
  justify-self: end;
  padding: 24px;
  border: 1px solid rgba(137, 170, 218, 0.3);
  border-radius: 8px;
  background: rgba(9, 24, 46, 0.74);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
}

.stage-heading {
  display: flex;
  align-items: center;
  gap: 11px;
}

.stage-heading > div {
  display: grid;
}

.stage-heading strong {
  color: var(--white);
  font-size: 16px;
  line-height: 1.25;
}

.stage-heading span:not(.stage-status) {
  color: #9fb3cd;
  font-size: 12px;
}

.stage-status {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border: 3px solid rgba(72, 211, 159, 0.22);
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(72, 211, 159, 0.54);
}

.signal-message {
  margin: 20px 0 14px;
  padding: 18px 20px;
  color: var(--white);
  border-left: 2px solid var(--blue);
  background: rgba(255, 255, 255, 0.06);
  font-size: 18px;
  line-height: 1.5;
}

.resolved-entities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.resolved-entities span {
  padding: 6px 10px;
  color: #dce9fa;
  border: 1px solid rgba(57, 120, 255, 0.48);
  border-radius: 999px;
  background: rgba(57, 120, 255, 0.08);
  font-size: 11px;
  font-weight: 600;
}

.resolved-entities span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  vertical-align: 1px;
}

.signal-connector {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 11px;
  margin: 18px 0;
  color: #a9bdd7;
  font-size: 10px;
  text-transform: uppercase;
}

.signal-connector span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(72, 211, 159, 0.5));
}

.signal-connector span:last-child {
  background: linear-gradient(90deg, rgba(72, 211, 159, 0.5), transparent);
}

.lead-alert {
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.lead-alert header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.lead-alert header > div {
  min-width: 0;
}

.lead-alert header span {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.lead-alert h2,
.lead-alert h3 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.25;
}

.lead-alert header em {
  padding: 5px 9px;
  color: var(--green-dark);
  border-radius: 999px;
  background: #dcf8ed;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.lead-alert dl {
  margin: 0;
}

.lead-alert dl div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #e9edf2;
  font-size: 12px;
}

.lead-alert dl div:last-child {
  border-bottom: 0;
}

.lead-alert dt {
  color: var(--muted);
}

.lead-alert dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-weight: 650;
  overflow-wrap: anywhere;
}

.hero-facts {
  position: relative;
  z-index: 2;
  min-height: 96px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--line-dark);
  background: rgba(7, 17, 31, 0.84);
  backdrop-filter: blur(18px);
}

.hero-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero-facts p {
  margin: 0;
  padding: 0 24px;
}

.hero-facts p:first-child {
  padding-left: 0;
}

.hero-facts p + p {
  border-left: 1px solid var(--line-dark);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  color: var(--white);
  font-size: 13px;
}

.hero-facts span {
  margin-top: 3px;
  color: #8fa3bd;
  font-size: 11px;
  line-height: 1.4;
}

.section {
  padding: 118px 0;
}

.section h2,
.closing-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
}

.section-copy > p:not(.section-label),
.section-heading > p:not(.section-label),
.opportunity-heading > p,
.offer-copy > p:not(.section-label),
.closing-content > p:not(.section-label) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.proof-section {
  background:
    radial-gradient(circle at 84% 28%, rgba(57, 120, 255, 0.09), transparent 30%),
    var(--paper);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  align-items: center;
  gap: 100px;
}

.proof-copy h2 {
  max-width: 550px;
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.check-list svg {
  width: 20px;
  height: 20px;
  padding: 3px;
  color: var(--green-dark);
  border-radius: 50%;
  background: #dff8ee;
}

.text-link,
.opportunity-section article a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: var(--blue-dark);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.text-link span,
.opportunity-section article a span {
  transition: transform 160ms ease;
}

.text-link:hover span,
.opportunity-section article a:hover span {
  transform: translateX(4px);
}

.alert-anatomy {
  position: relative;
  padding: 24px 0 24px 24px;
}

.alert-anatomy::before {
  content: "";
  position: absolute;
  inset: 0 36px 0 0;
  border-radius: 8px;
  background: var(--cloud-blue);
}

.anatomy-alert {
  position: relative;
  z-index: 2;
}

.anatomy-alert header {
  padding: 24px 28px;
}

.anatomy-alert h3 {
  font-size: 24px;
}

.anatomy-alert dl div {
  grid-template-columns: 124px minmax(0, 1fr);
  padding: 13px 28px;
  font-size: 14px;
}

.anatomy-alert > p {
  margin: 0;
  padding: 16px 28px;
  color: #245dc2;
  background: #e9f1ff;
  font-size: 13px;
  font-weight: 650;
}

.anatomy-notes {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 18px 0 0 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  overflow: hidden;
}

.anatomy-notes span {
  display: grid;
  gap: 5px;
  padding: 16px;
  color: var(--muted);
  background: var(--white);
  font-size: 11px;
  line-height: 1.45;
}

.anatomy-notes strong {
  color: var(--blue);
  font-size: 10px;
}

.process-section {
  color: var(--white);
  background: var(--midnight);
}

.process-section .section-heading {
  max-width: 720px;
}

.process-section h2 {
  color: var(--white);
}

.process-section .section-heading > p:not(.section-label) {
  color: #aebfd5;
}

.process-rail {
  display: grid;
  grid-template-columns: 1fr 78px 1fr 78px 1fr;
  align-items: stretch;
  margin-top: 70px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.process-rail article {
  min-width: 0;
  padding: 36px 24px 38px;
}

.step-index {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}

.step-label {
  margin: 28px 0 18px;
  color: #79a9ef;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.process-rail blockquote {
  margin: 0;
  color: var(--white);
  font-size: 21px;
  line-height: 1.45;
}

.rail-signal {
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  align-items: center;
  color: var(--green);
}

.rail-signal span {
  height: 1px;
  background: #49617e;
}

.rail-signal svg {
  width: 28px;
  height: 28px;
}

.resolved-table {
  margin: 0;
}

.resolved-table div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.resolved-table dt {
  color: #78a8ec;
}

.resolved-table dd {
  margin: 0;
  color: var(--white);
}

.mini-alert {
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.mini-alert strong {
  font-size: 17px;
}

.mini-alert span {
  color: var(--muted);
  font-size: 12px;
}

.mini-alert em {
  padding: 8px 10px;
  color: var(--green-dark);
  border-radius: 5px;
  background: #dff8ee;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.opportunity-section {
  background: var(--cloud);
}

.opportunity-heading {
  display: grid;
  grid-template-columns: 1.12fr 0.7fr;
  align-items: end;
  gap: 80px;
}

.opportunity-heading h2 {
  max-width: 680px;
}

.opportunity-heading > p {
  margin: 0 0 4px;
  font-size: 16px;
}

.primary-opportunities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 58px;
}

.primary-opportunities article {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.primary-opportunities article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.primary-opportunities h3 {
  max-width: 480px;
  margin: 60px 0 0;
  color: var(--ink);
  font-size: 31px;
  line-height: 1.15;
}

.primary-opportunities p {
  margin: 18px 0 0;
  color: var(--muted);
}

.primary-opportunities article a {
  margin-top: auto;
  padding-top: 24px;
}

.seller-opportunity {
  border-top: 3px solid var(--warm) !important;
}

.landlord-opportunity {
  border-top: 3px solid var(--green) !important;
}

.supporting-opportunities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.supporting-opportunities p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 24px 30px;
}

.supporting-opportunities p + p {
  border-left: 1px solid var(--line);
}

.supporting-opportunities strong {
  color: var(--ink);
  font-size: 15px;
}

.supporting-opportunities span {
  color: var(--muted);
  font-size: 13px;
}

.offer-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(57, 120, 255, 0.2), transparent 34%),
    var(--night);
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 0.9fr);
  align-items: center;
  gap: 100px;
}

.offer-copy h2 {
  color: var(--white);
}

.offer-copy > p:not(.section-label) {
  color: #afbed2;
}

.offer-details {
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.offer-details p {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 25px;
  margin: 0;
  padding: 20px 4px;
}

.offer-details p + p {
  border-top: 1px solid var(--line-dark);
}

.offer-details strong {
  color: var(--white);
  font-size: 14px;
}

.offer-details span {
  color: #9fb1c9;
  font-size: 13px;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  align-items: start;
  gap: 100px;
}

.faq-copy {
  position: sticky;
  top: 120px;
}

.faq-copy h2 {
  font-size: 42px;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 23px 44px 23px 0;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 650;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 14px;
  height: 2px;
  background: var(--blue);
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.faq-list summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-list details p {
  max-width: 670px;
  margin: -4px 0 0;
  padding: 0 44px 24px 0;
  color: var(--muted);
}

.closing-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background: var(--midnight);
}

.closing-image {
  background-position: center 54%;
  opacity: 0.56;
}

.closing-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.83) 52%, rgba(7, 17, 31, 0.36) 100%);
}

.closing-content {
  position: relative;
  z-index: 2;
  padding-block: 96px;
}

.closing-section h2 {
  max-width: 680px;
  color: var(--white);
  font-size: 50px;
}

.closing-content > p:not(.section-label) {
  max-width: 600px;
  color: #c5d2e3;
}

.site-footer {
  color: #a6b6ca;
  background: #050c16;
}

.footer-main {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-main > div > p {
  margin: 8px 0 0;
  font-size: 13px;
}

.footer-main nav {
  display: flex;
  gap: 24px;
}

.footer-main nav a,
.footer-legal a {
  color: #b4c1d1;
  text-decoration: none;
  font-size: 13px;
}

.footer-main nav a:hover,
.footer-legal a:hover {
  color: var(--white);
}

.footer-legal {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

body.motion-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

body.motion-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(440px, 0.95fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .proof-layout,
  .offer-layout,
  .faq-layout {
    gap: 60px;
  }

  .section h2,
  .closing-section h2 {
    font-size: 43px;
  }
}

@media (max-width: 920px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 70px;
  }

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

  .signal-stage {
    max-width: 680px;
    justify-self: stretch;
  }

  .hero-facts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-facts p {
    padding: 18px 22px;
  }

  .hero-facts p:first-child {
    padding-left: 22px;
  }

  .hero-facts p:nth-child(3) {
    border-left: 0;
  }

  .hero-facts p:nth-child(n + 3) {
    border-top: 1px solid var(--line-dark);
  }

  .proof-layout,
  .offer-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .proof-layout,
  .offer-layout {
    gap: 58px;
  }

  .proof-copy,
  .offer-copy,
  .faq-copy {
    max-width: 680px;
  }

  .faq-copy {
    position: static;
  }

  .process-rail {
    grid-template-columns: 1fr;
  }

  .rail-signal {
    width: 44px;
    height: 72px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 28px 1fr;
    justify-items: center;
    margin-left: 28px;
  }

  .rail-signal span {
    width: 1px;
    height: 100%;
  }

  .process-rail article {
    padding-inline: 28px;
  }

  .opportunity-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .opportunity-heading > p {
    max-width: 650px;
  }

  .primary-opportunities h3 {
    margin-top: 38px;
    font-size: 27px;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(calc(100% - 32px), var(--page));
  }

  .site-header {
    height: 64px;
  }

  .brand {
    font-size: 17px;
  }

  .header-action {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.8) 42%, rgba(7, 17, 31, 0.9) 100%);
  }

  .hero-image {
    background-position: 58% center;
    opacity: 0.55;
  }

  .hero-layout {
    gap: 42px;
    padding-block: 42px 48px;
  }

  .eyebrow,
  .section-label {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.04;
  }

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

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .button {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .hero-assurances {
    display: grid;
    gap: 7px;
    margin-top: 20px;
  }

  .hero-assurances li {
    padding-left: 12px;
  }

  .hero-assurances li::before,
  .hero-assurances li + li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--green);
  }

  .signal-stage {
    padding: 14px;
  }

  .stage-heading strong {
    font-size: 14px;
  }

  .stage-heading span:not(.stage-status) {
    font-size: 10px;
  }

  .signal-message {
    margin-top: 16px;
    padding: 14px;
    font-size: 14px;
  }

  .resolved-entities span {
    padding: 5px 7px;
    font-size: 9px;
  }

  .signal-connector {
    margin: 13px 0;
    font-size: 8px;
  }

  .hero-lead-alert header {
    padding: 13px 14px;
  }

  .hero-lead-alert h2 {
    font-size: 15px;
  }

  .hero-lead-alert dl div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    padding: 7px 14px;
    font-size: 10px;
  }

  .hero-facts-grid {
    grid-template-columns: 1fr;
  }

  .hero-facts p,
  .hero-facts p:first-child {
    padding: 15px 16px;
  }

  .hero-facts p + p,
  .hero-facts p:nth-child(3) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .section {
    padding: 78px 0;
  }

  .section h2,
  .closing-section h2,
  .faq-copy h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .section-copy > p:not(.section-label),
  .section-heading > p:not(.section-label),
  .opportunity-heading > p,
  .offer-copy > p:not(.section-label),
  .closing-content > p:not(.section-label) {
    margin-top: 18px;
    font-size: 16px;
  }

  .alert-anatomy {
    padding: 14px 0 14px 10px;
  }

  .alert-anatomy::before {
    right: 12px;
  }

  .anatomy-alert header {
    padding: 18px;
  }

  .anatomy-alert h3 {
    font-size: 18px;
  }

  .anatomy-alert dl div {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 18px;
    font-size: 11px;
  }

  .anatomy-alert > p {
    padding: 13px 18px;
    font-size: 11px;
  }

  .anatomy-notes {
    grid-template-columns: 1fr;
    margin-left: 14px;
  }

  .process-rail {
    margin-top: 44px;
  }

  .process-rail article {
    padding: 28px 12px;
  }

  .process-rail blockquote {
    font-size: 18px;
  }

  .rail-signal {
    margin-left: 8px;
  }

  .primary-opportunities,
  .supporting-opportunities {
    grid-template-columns: 1fr;
  }

  .primary-opportunities {
    margin-top: 38px;
  }

  .primary-opportunities article {
    min-height: 310px;
    padding: 28px;
  }

  .supporting-opportunities p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .offer-details p {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .faq-layout {
    gap: 46px;
  }

  .faq-list summary {
    font-size: 15px;
  }

  .closing-section {
    min-height: 540px;
  }

  .closing-image {
    background-position: 63% center;
  }

  .closing-shade {
    background: rgba(7, 17, 31, 0.8);
  }

  .closing-content {
    padding-block: 76px;
  }

  .footer-main,
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .footer-main {
    padding-block: 38px;
  }

  .footer-legal {
    padding-block: 22px;
  }
}

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

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

  body.motion-enabled [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
