:root {
  --green-950: #082b23;
  --green-900: #0f3a2f;
  --green-800: #174d3f;
  --green-700: #356655;
  --green-100: #dceae3;
  --ivory: #fff9ed;
  --cream: #f5efe2;
  --paper: #fffdf8;
  --gold: #d8b45b;
  --gold-deep: #8a6518;
  --mint: #b9d8ca;
  --clay: #c95e3d;
  --clay-deep: #9e4f33;
  --ink: #17362f;
  --muted: #63726d;
  --line: rgba(15, 58, 47, 0.16);
  --shadow: 0 30px 80px rgba(8, 43, 35, 0.14);
  --display: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --body: "Avenir Next", Avenir, "Gill Sans", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(216, 180, 91, 0.12), transparent 25rem),
    linear-gradient(180deg, #f9f5ec 0%, #fffdf8 48%, #f3ede0 100%);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(15, 58, 47, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 58, 47, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 52%);
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input {
  font: inherit;
}

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

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--gold);
  color: var(--green-950);
  font-weight: 800;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  right: max(14px, calc((100vw - 1440px) / 2));
  left: max(14px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 66px;
  padding: 9px 12px 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 50px rgba(8, 43, 35, 0.13);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(8, 43, 35, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  color: var(--green-900);
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.brand img {
  width: 36px;
  height: 42px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--green-900);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  content: "";
  transition: transform 180ms ease;
}

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

.site-header > .button {
  justify-self: end;
}

.section-shell,
.section-pad,
footer {
  width: min(calc(100% - 28px), 1440px);
  margin-right: auto;
  margin-left: auto;
}

.section-pad {
  padding: 112px 0;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(48px, 7vw, 110px);
  min-height: 830px;
  margin-top: 12px;
  padding: 146px clamp(28px, 6vw, 88px) 54px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 14%, rgba(216, 180, 91, 0.24), transparent 24%),
    radial-gradient(circle at 68% 96%, rgba(185, 216, 202, 0.15), transparent 28%),
    var(--green-950);
  color: var(--ivory);
}

.hero::before {
  position: absolute;
  inset: auto -160px -360px 45%;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(216, 180, 91, 0.25);
  border-radius: 50%;
  content: "";
}

.hero-lines {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), var(--gold) calc(50% - 1px), var(--gold) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(60% - 1px), var(--gold) calc(60% - 1px), var(--gold) calc(60% + 1px), transparent calc(60% + 1px));
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 44% 100%);
}

.hero-copy,
.hero-visual,
.hero-metrics {
  position: relative;
  z-index: 2;
}

.hero-copy {
  align-self: center;
  max-width: 660px;
}

.eyebrow {
  margin-bottom: 0;
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.35;
  text-transform: uppercase;
}

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

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

.hero h1,
.section-heading h2,
.experience-heading h2,
.system-strip h2,
.pilot h2,
.final-cta .tagline {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 10.7ch;
  margin: 23px 0 24px;
  font-size: clamp(3.4rem, 5.2vw, 6.2rem);
  line-height: 0.9;
}

.tagline {
  display: grid;
  gap: 2px;
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: -0.018em;
  line-height: 1.05;
}

.tagline span:nth-child(1) { color: var(--ivory); }
.tagline span:nth-child(2) { color: var(--gold); }
.tagline span:nth-child(3) { color: var(--mint); }
.tagline span:nth-child(4) { color: #f2c79d; }

.tagline-dark {
  font-size: clamp(1.23rem, 1.9vw, 1.75rem);
}

.tagline-light span:nth-child(1) { color: var(--green-900); }
.tagline-light span:nth-child(2) { color: var(--gold-deep); }
.tagline-light span:nth-child(3) { color: var(--green-700); }
.tagline-light span:nth-child(4) { color: var(--clay-deep); }

.hero-intro {
  max-width: 57ch;
  margin: 26px 0 0;
  color: rgba(255, 249, 237, 0.75);
  font-size: 1.06rem;
  line-height: 1.76;
}

.hero-actions,
.final-actions,
.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:focus-visible,
.role-tab:focus-visible,
.progress-step:focus-visible,
.plan-toggle button:focus-visible,
.demo-primary:focus-visible {
  outline: 3px solid rgba(216, 180, 91, 0.52);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.76rem;
}

.button-gold {
  background: var(--gold);
  box-shadow: 0 12px 30px rgba(216, 180, 91, 0.18);
  color: var(--green-950);
}

.button-gold:hover {
  background: #e3c36d;
  box-shadow: 0 16px 36px rgba(216, 180, 91, 0.28);
}

.button-ghost,
.button-outline-light {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ivory);
}

.button-ghost:hover,
.button-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button-ivory {
  background: var(--green-900);
  color: var(--ivory);
}

.button-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--green-900);
}

.button-outline:hover {
  background: var(--green-100);
}

.button-dark {
  background: var(--green-900);
  color: var(--ivory);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
  color: rgba(255, 249, 237, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(216, 180, 91, 0.12);
}

.hero-visual {
  align-self: center;
  min-height: 570px;
}

.browser-frame {
  position: absolute;
  top: 32px;
  right: -12%;
  left: 1%;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 50px 90px rgba(0, 0, 0, 0.3);
  transform: rotate(1.2deg);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 10px;
  border-bottom: 1px solid var(--line);
  background: #f2eee5;
}

.browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(15, 58, 47, 0.2);
}

.browser-bar div {
  width: min(54%, 250px);
  margin: 0 auto;
  padding: 4px 10px;
  border: 1px solid rgba(15, 58, 47, 0.1);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.browser-frame > img {
  width: 100%;
}

.phone-frame {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: -7%;
  width: min(31%, 215px);
  min-width: 174px;
  aspect-ratio: 390 / 844;
  padding: 8px;
  overflow: hidden;
  border: 3px solid #193c34;
  border-radius: 31px;
  background: #102f28;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.38);
  transform: rotate(-2.4deg);
}

.phone-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  object-position: top;
}

.status-float {
  position: absolute;
  z-index: 4;
  right: 1%;
  bottom: 18px;
  display: flex;
  align-items: center;
  min-width: 230px;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.26);
  color: var(--green-900);
  backdrop-filter: blur(12px);
}

.status-check {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--green-900);
  color: var(--gold);
  font-weight: 900;
}

.status-float strong,
.status-float small {
  display: block;
}

.status-float strong {
  font-size: 0.83rem;
}

.status-float small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.68rem;
}

.hero-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 42px -40px -30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-metrics article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 16px 22px;
  background: rgba(8, 43, 35, 0.78);
}

.hero-metrics strong {
  color: var(--gold);
  font-family: var(--display);
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
}

.hero-metrics span {
  max-width: 14ch;
  color: rgba(255, 249, 237, 0.72);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.section-heading h2,
.experience-heading h2,
.system-strip h2 {
  margin: 15px 0 17px;
  color: var(--green-900);
  font-size: clamp(2.65rem, 5.2vw, 5rem);
  line-height: 0.98;
}

.section-heading > p:last-child,
.experience-heading > p,
.pricing-note {
  max-width: 70ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.role-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: var(--shadow);
}

.role-tabs {
  padding: 12px;
  background: var(--green-950);
}

.role-tab {
  display: grid;
  grid-template-columns: 38px 1fr;
  width: 100%;
  min-height: 98px;
  gap: 12px;
  padding: 18px 15px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.role-tab:last-child {
  border-bottom: 0;
}

.role-tab:hover {
  background: rgba(255, 255, 255, 0.06);
}

.role-tab.is-active {
  background: var(--ivory);
  color: var(--green-900);
}

.role-number {
  padding-top: 3px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.role-tab strong,
.role-tab small {
  display: block;
}

.role-tab strong {
  font-family: var(--display);
  font-size: 1.24rem;
  letter-spacing: 0.01em;
}

.role-tab small {
  margin-top: 5px;
  opacity: 0.64;
  font-size: 0.72rem;
}

.role-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  align-items: center;
  min-height: 500px;
  gap: 42px;
  padding: 48px clamp(28px, 5vw, 72px);
  background:
    radial-gradient(circle at 95% 10%, rgba(216, 180, 91, 0.16), transparent 30%),
    var(--paper);
}

.role-stage-copy h3 {
  margin: 14px 0 18px;
  color: var(--green-900);
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.2vw, 4.1rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.role-stage-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.72;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--green-900);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.5;
}

.check-list li::before {
  position: absolute;
  top: 0.12em;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(15, 58, 47, 0.2);
  border-radius: 50%;
  color: var(--gold-deep);
  content: "\2713";
  font-size: 0.65rem;
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-900);
  font-size: 0.82rem;
  font-weight: 800;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.role-device {
  position: relative;
  width: min(100%, 220px);
  aspect-ratio: 390 / 844;
  justify-self: center;
  padding: 8px;
  overflow: hidden;
  border: 3px solid var(--green-900);
  border-radius: 34px;
  background: var(--green-950);
  box-shadow: 0 30px 70px rgba(8, 43, 35, 0.23);
}

.role-device::after {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 34%;
  height: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--green-950);
  content: "";
}

.role-device img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
  object-position: top;
}

.role-device.is-wide {
  width: min(100%, 540px);
  aspect-ratio: auto;
  max-height: none;
  border-width: 5px;
  border-radius: 20px;
}

.role-device.is-wide::after {
  display: none;
}

.role-device.is-wide img {
  height: auto;
  border-radius: 13px;
}

.experience {
  width: 100%;
  max-width: none;
  padding-right: max(14px, calc((100vw - 1440px) / 2));
  padding-left: max(14px, calc((100vw - 1440px) / 2));
  background: var(--green-950);
  color: var(--ivory);
}

.experience-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 50px;
  max-width: 1440px;
  margin: 0 auto 46px;
}

.experience-heading h2 {
  max-width: 13ch;
  margin-bottom: 0;
  color: var(--ivory);
}

.experience-heading > p {
  justify-self: end;
  max-width: 54ch;
  margin-bottom: 5px;
  color: rgba(255, 249, 237, 0.66);
}

.demo-console {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: #11372e;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.32);
}

.demo-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.progress-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 11px;
  min-height: 78px;
  padding: 15px 18px;
  border: 0;
  background: var(--green-950);
  color: rgba(255, 249, 237, 0.48);
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.progress-step span {
  grid-row: 1 / 3;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  font-size: 0.73rem;
  font-weight: 900;
}

.progress-step strong {
  align-self: end;
  font-size: 0.78rem;
}

.progress-step small {
  font-size: 0.64rem;
}

.progress-step.is-current,
.progress-step.is-complete {
  color: var(--ivory);
}

.progress-step.is-current {
  background: var(--green-800);
}

.progress-step.is-current span,
.progress-step.is-complete span {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--green-950);
}

.demo-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  align-items: stretch;
  gap: 22px;
  padding: 28px;
}

.demo-phone,
.matchboard-card {
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 24px;
  background: var(--paper);
  color: var(--ink);
}

.demo-phone {
  position: relative;
  display: flex;
  min-height: 640px;
  flex-direction: column;
  align-self: center;
  width: min(100%, 360px);
  justify-self: center;
  padding: 38px 20px 24px;
  border: 6px solid var(--green-950);
  border-radius: 38px;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.26);
}

.demo-phone-top {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.demo-phone-top img {
  width: 30px;
  height: 35px;
}

.demo-phone-top strong,
.demo-phone-top small {
  display: block;
}

.demo-phone-top strong {
  color: var(--green-900);
  font-family: var(--display);
  font-size: 1.03rem;
}

.demo-phone-top small {
  color: var(--muted);
  font-size: 0.6rem;
}

.demo-chip {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-900);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-week-label {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.demo-seat-status {
  margin-top: 5px;
  color: var(--green-900);
  font-family: var(--display);
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  transition: color 180ms ease;
}

.demo-seat-status.is-open {
  color: var(--clay);
  font-size: 2.8rem;
}

.demo-seat-status.is-filled {
  color: var(--green-700);
  font-size: clamp(2rem, 10vw, 2.5rem);
  white-space: nowrap;
}

.demo-event-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--green-900);
  font-size: 0.75rem;
  font-weight: 650;
}

.demo-matchup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 17px 0;
}

.demo-matchup small,
.demo-matchup strong {
  display: block;
}

.demo-matchup small {
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.demo-matchup strong {
  margin-top: 5px;
  color: var(--green-900);
  font-size: 0.82rem;
}

.demo-notice {
  min-height: 64px;
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 13px;
  background: rgba(15, 58, 47, 0.06);
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.48;
}

.demo-primary {
  width: 100%;
  min-height: 50px;
  margin-top: 14px;
  border: 0;
  border-radius: 12px;
  background: var(--clay);
  color: white;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.demo-primary:hover {
  transform: translateY(-1px);
  background: #d86a49;
}

.demo-primary.is-claim {
  background: var(--gold);
  color: var(--green-950);
}

.demo-primary.is-done {
  background: var(--green-700);
  color: var(--ivory);
}

.matchboard-card {
  padding: 28px;
}

.matchboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.matchboard-top h3 {
  margin: 7px 0 0;
  color: var(--green-900);
  font-family: var(--display);
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.board-state {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-900);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.board-state.is-open {
  background: #f9dfd4;
  color: var(--clay-deep);
}

.board-state.is-filled {
  background: #f5e8c3;
  color: var(--gold-deep);
}

.board-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 25px 0 20px;
}

.board-metrics div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fbf8f1;
}

.board-metrics small,
.board-metrics strong {
  display: block;
}

.board-metrics small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-metrics strong {
  margin-top: 5px;
  color: var(--green-900);
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 600;
}

.lineup-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.lineup-row {
  display: grid;
  grid-template-columns: 70px 1fr 118px;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--green-900);
  font-size: 0.72rem;
}

.lineup-row:last-child {
  border-bottom: 0;
}

.lineup-head {
  min-height: 36px;
  background: rgba(15, 58, 47, 0.05);
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.focus-row {
  background: rgba(216, 180, 91, 0.08);
}

.lineup-status {
  justify-self: end;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
}

.lineup-status.good {
  background: var(--green-100);
  color: var(--green-900);
}

.lineup-status.open {
  background: #f9dfd4;
  color: var(--clay-deep);
}

.lineup-status.pending {
  background: #f5e8c3;
  color: var(--gold-deep);
}

.sub-pool {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(15, 58, 47, 0.14);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(15, 58, 47, 0.06), rgba(216, 180, 91, 0.09));
}

.sub-pool[hidden] {
  display: none;
}

.sub-pool-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sub-pool-head small,
.sub-pool-head strong {
  display: block;
}

.sub-pool-head small {
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sub-pool-head strong {
  margin-top: 3px;
  color: var(--green-900);
  font-size: 0.82rem;
}

.sub-pool-head > span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-size: 0.52rem;
  font-weight: 800;
  white-space: nowrap;
}

.sub-pool > p {
  margin: 9px 0 12px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

.sub-pool-list {
  overflow: hidden;
  border: 1px solid rgba(15, 58, 47, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.72);
}

.sub-pool-row {
  display: grid;
  grid-template-columns: 24px minmax(90px, 1fr) 72px 70px;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(15, 58, 47, 0.08);
  color: var(--green-900);
  font-size: 0.64rem;
}

.sub-pool-row:last-child {
  border-bottom: 0;
}

.sub-priority {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-100);
  font-size: 0.55rem;
  font-weight: 900;
}

.sub-pool-row small {
  color: var(--muted);
  font-size: 0.55rem;
}

.sub-status {
  justify-self: end;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 0.51rem;
  font-weight: 900;
}

.sub-status.notified {
  background: #f5e8c3;
  color: var(--gold-deep);
}

.sub-status.claimed {
  background: var(--green-100);
  color: var(--green-900);
}

.sub-status.closed {
  background: rgba(93, 103, 96, 0.1);
  color: var(--muted);
}

.sub-pool-more {
  margin-top: 8px;
  color: var(--green-800);
  font-size: 0.58rem;
  font-weight: 800;
  text-align: right;
}

.board-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(15, 58, 47, 0.06);
}

.alert-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green-700);
  box-shadow: 0 0 0 5px rgba(53, 102, 85, 0.12);
}

.board-alert strong,
.board-alert small {
  display: block;
}

.board-alert strong {
  color: var(--green-900);
  font-size: 0.76rem;
}

.board-alert small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.65rem;
}

.demo-actions {
  margin-top: 18px;
}

.demo-actions .button {
  min-height: 44px;
}

.demo-primary:disabled {
  border: 1px solid rgba(15, 58, 47, 0.14);
  background: rgba(15, 58, 47, 0.07);
  color: var(--green-800);
  cursor: default;
  opacity: 1;
  transform: none;
}

.demo-actions .button:disabled {
  cursor: default;
  opacity: 0.62;
  transform: none;
}

.demo-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--green-950);
  color: rgba(255, 249, 237, 0.68);
  font-size: 0.75rem;
}

.demo-caption strong {
  color: var(--gold);
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  gap: 18px;
}

.proof-card {
  position: relative;
  min-height: 630px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--paper);
  box-shadow: 0 22px 56px rgba(8, 43, 35, 0.1);
}

.proof-player-pair {
  background:
    radial-gradient(circle at 86% 15%, rgba(216, 180, 91, 0.18), transparent 32%),
    var(--paper);
}

.proof-phone-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.proof-phone-item {
  min-width: 0;
}

.proof-phone-item-offset {
  padding-top: 42px;
}

.proof-phone-item .proof-label {
  display: grid;
  align-content: start;
  justify-content: start;
  min-height: 66px;
  gap: 7px;
}

.proof-phone-item .proof-label strong {
  max-width: 16ch;
  text-align: left;
}

.proof-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  margin-bottom: 14px;
}

.proof-label span {
  color: var(--gold-deep);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-label strong {
  max-width: 18ch;
  color: var(--green-900);
  font-family: var(--display);
  font-size: 1.1rem;
  line-height: 1.15;
  text-align: right;
}

.proof-phone-frame {
  position: relative;
  width: min(100%, 210px);
  height: 455px;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden;
  border: 5px solid var(--green-950);
  border-radius: 31px;
  background: var(--green-950);
  box-shadow: 0 24px 50px rgba(8, 43, 35, 0.2);
}

.proof-phone-frame::after {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 34%;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--green-950);
  content: "";
}

.proof-phone-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  object-fit: cover;
  object-position: top;
}

.proof-wide img {
  width: 100%;
  height: 520px;
  border-radius: 15px;
  object-fit: cover;
  object-position: top;
}

.system-strip {
  width: 100%;
  max-width: none;
  padding-right: max(14px, calc((100vw - 1440px) / 2));
  padding-left: max(14px, calc((100vw - 1440px) / 2));
  background:
    linear-gradient(115deg, rgba(216, 180, 91, 0.08), transparent 40%),
    var(--green-900);
}

.section-heading-light h2 {
  max-width: 16ch;
  color: var(--ivory);
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
}

.system-grid article {
  min-height: 260px;
  padding: 28px;
  background: rgba(8, 43, 35, 0.74);
}

.system-grid span {
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.system-grid h3 {
  margin: 62px 0 12px;
  color: var(--ivory);
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.05;
}

.system-grid p {
  margin-bottom: 0;
  color: rgba(255, 249, 237, 0.62);
  font-size: 0.82rem;
  line-height: 1.65;
}

.plan-toggle {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 30px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.74);
}

.plan-toggle button {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.73rem;
  font-weight: 800;
}

.plan-toggle button.is-active {
  background: var(--green-900);
  color: var(--ivory);
}

.plan-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.plan-view[data-plan-panel="clubs"] {
  grid-template-columns: repeat(4, 1fr);
}

.plan-view[hidden] {
  display: none;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 475px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 20px 48px rgba(8, 43, 35, 0.08);
}

.price-card-featured {
  border-color: rgba(216, 180, 91, 0.72);
  background: var(--green-950);
  color: var(--ivory);
}

.best-fit {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--green-950);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card h3 {
  max-width: 18ch;
  margin: 14px 0 28px;
  color: var(--green-900);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.price-card-featured h3 {
  color: var(--ivory);
}

.price {
  display: flex;
  min-height: 66px;
  align-items: flex-end;
  gap: 10px;
  color: var(--green-900);
  font-family: var(--display);
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.price > span {
  font-size: 3.2rem;
}

.price small {
  padding-bottom: 4px;
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
}

.price-card-featured .price,
.price-card-featured .check-list li {
  color: var(--ivory);
}

.price-card-featured .price small {
  color: rgba(255, 249, 237, 0.58);
}

.price-card-featured .check-list li::before {
  border-color: rgba(216, 180, 91, 0.42);
  color: var(--gold);
}

.price-card .check-list {
  margin-top: 28px;
}

.launch-fee {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.price-card-featured .launch-fee {
  color: rgba(255, 249, 237, 0.7);
}

.price-card .button {
  margin-top: auto;
}

.price-card-featured .button-outline {
  color: var(--ivory);
}

.pricing-note {
  margin: 25px 0 0;
  font-size: 0.78rem;
}

.pilot {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 50px;
  min-height: 540px;
  margin-top: 12px;
  margin-bottom: 112px;
  padding: 65px clamp(28px, 6vw, 85px);
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 28%, rgba(216, 180, 91, 0.22), transparent 30%),
    var(--green-950);
  color: var(--ivory);
}

.pilot h2 {
  max-width: 13ch;
  margin: 14px 0 20px;
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  line-height: 0.94;
}

.pilot-copy > p:not(.eyebrow) {
  max-width: 60ch;
  color: rgba(255, 249, 237, 0.68);
  line-height: 1.72;
}

.pilot-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 27px 0;
}

.pilot-points span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 249, 237, 0.72);
  font-size: 0.66rem;
  font-weight: 750;
}

.pilot-map {
  position: relative;
  width: 390px;
  height: 390px;
  justify-self: center;
}

.map-ring,
.map-center,
.map-dot {
  position: absolute;
  border-radius: 50%;
}

.map-ring {
  inset: 0;
  border: 1px solid rgba(216, 180, 91, 0.2);
}

.ring-two { inset: 54px; }
.ring-three { inset: 110px; }

.map-center {
  top: 50%;
  left: 50%;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  transform: translate(-50%, -50%);
  background: rgba(255, 249, 237, 0.09);
  box-shadow: 0 0 0 14px rgba(216, 180, 91, 0.05);
}

.map-center img {
  width: 59px;
  height: 68px;
}

.map-dot {
  z-index: 2;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  color: var(--green-950);
  font-size: 0.7rem;
  font-weight: 900;
}

.dot-ny { top: 43px; left: 176px; }
.dot-nj { top: 205px; left: 48px; }
.dot-ct { top: 221px; right: 42px; }

.final-cta {
  display: grid;
  justify-items: center;
  padding-top: 0;
  text-align: center;
}

.final-cta > img {
  width: min(330px, 72vw);
  max-height: 230px;
  object-fit: contain;
  object-position: center;
}

.final-cta .tagline {
  margin-top: 20px;
  font-size: clamp(2rem, 5vw, 4.1rem);
  line-height: 0.96;
}

.final-cta > p {
  max-width: 62ch;
  margin: 26px 0;
  color: var(--muted);
  line-height: 1.7;
}

.final-actions {
  justify-content: center;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 30px 8px 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

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

.footer-brand img {
  width: 30px;
  height: 35px;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  color: var(--green-900);
  font-family: var(--display);
  font-size: 1.2rem;
}

.footer-brand small {
  font-size: 0.65rem;
}

.footer-links {
  display: flex;
  gap: 20px;
  font-size: 0.72rem;
  font-weight: 750;
}

footer > p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.64rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-delay {
  transition-delay: 110ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1160px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 140px;
  }

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

  .hero h1 {
    max-width: 11.5ch;
  }

  .hero-visual {
    width: min(100%, 850px);
    min-height: 590px;
    justify-self: center;
  }

  .browser-frame {
    right: 0;
    left: 8%;
  }

  .phone-frame {
    left: 1%;
  }

  .hero-metrics {
    margin-top: 18px;
  }

  .role-layout {
    grid-template-columns: 260px 1fr;
  }

  .role-stage {
    grid-template-columns: 1fr 250px;
    padding: 38px;
  }

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

  .system-grid,
  .plan-view[data-plan-panel="clubs"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .site-nav {
    display: none;
  }

  .section-pad {
    padding: 84px 0;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .role-layout {
    grid-template-columns: 1fr;
  }

  .role-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }

  .role-tab {
    min-height: 86px;
    border-bottom: 0;
  }

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

  .experience-heading > p {
    justify-self: start;
  }

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

  .demo-phone {
    width: min(100%, 360px);
  }

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

  .plan-view {
    grid-template-columns: 1fr 1fr;
  }

  .price-card:last-child {
    grid-column: 1 / -1;
  }

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

  .pilot-map {
    width: min(390px, 82vw);
    height: min(390px, 82vw);
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 82px;
  }

  .site-header {
    top: 8px;
    right: 8px;
    left: 8px;
    min-height: 58px;
    padding: 7px 8px 7px 12px;
    border-radius: 18px;
  }

  .brand {
    gap: 7px;
    font-size: 1.25rem;
  }

  .brand img {
    width: 29px;
    height: 34px;
  }

  .site-header .button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.66rem;
  }

  .section-shell,
  .section-pad,
  footer {
    width: min(calc(100% - 16px), 1440px);
  }

  .section-pad {
    padding: 70px 0;
  }

  .hero {
    min-height: auto;
    padding: 112px 20px 25px;
    border-radius: 24px;
  }

  .hero h1 {
    margin-top: 16px;
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .tagline-dark {
    font-size: 1.35rem;
  }

  .hero-intro {
    font-size: 0.95rem;
  }

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

  .trust-row {
    display: grid;
  }

  .hero-visual {
    min-height: 380px;
    margin-top: 12px;
  }

  .browser-frame {
    top: 15px;
    right: -38%;
    left: 6%;
    border-width: 5px;
  }

  .browser-bar {
    height: 26px;
  }

  .phone-frame {
    bottom: 4px;
    left: 0;
    width: 38%;
    min-width: 130px;
    padding: 5px;
    border-radius: 23px;
  }

  .phone-frame img {
    border-radius: 17px;
  }

  .status-float {
    right: 0;
    bottom: 12px;
    min-width: 188px;
    padding: 9px 11px;
  }

  .status-check {
    width: 30px;
    height: 30px;
  }

  .status-float strong { font-size: 0.7rem; }
  .status-float small { font-size: 0.58rem; }

  .hero-metrics {
    grid-template-columns: 1fr 1fr;
    margin: 18px 0 0;
    border-radius: 16px;
  }

  .hero-metrics article {
    min-height: 76px;
    padding: 13px;
  }

  .hero-metrics strong {
    font-size: 1.8rem;
  }

  .hero-metrics span {
    font-size: 0.62rem;
  }

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

  .section-heading h2,
  .experience-heading h2,
  .system-strip h2 {
    font-size: 2.65rem;
  }

  .section-heading > p:last-child,
  .experience-heading > p {
    font-size: 0.93rem;
  }

  .role-layout {
    border-radius: 20px;
  }

  .role-tabs {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .role-tab {
    min-height: 70px;
    padding: 12px;
  }

  .role-stage {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 32px 20px;
  }

  .role-stage-copy h3 {
    font-size: 2.6rem;
  }

  .role-device {
    width: min(72vw, 220px);
  }

  .role-device.is-wide {
    width: 100%;
  }

  .experience,
  .system-strip {
    padding-right: 8px;
    padding-left: 8px;
  }

  .demo-console {
    border-radius: 20px;
  }

  .demo-progress {
    grid-template-columns: 1fr 1fr;
  }

  .progress-step {
    min-height: 68px;
    padding: 10px;
  }

  .demo-grid {
    padding: 12px;
  }

  .demo-phone,
  .matchboard-card {
    padding: 18px;
    border-radius: 18px;
  }

  .matchboard-top {
    display: grid;
  }

  .matchboard-top h3 {
    font-size: 1.8rem;
  }

  .board-state {
    justify-self: start;
  }

  .board-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .lineup-row {
    grid-template-columns: 42px 1fr 90px;
    padding: 0 8px;
    font-size: 0.64rem;
  }

  .lineup-status {
    font-size: 0.5rem;
  }

  .sub-pool-head {
    display: grid;
  }

  .sub-pool-head > span {
    justify-self: start;
    white-space: normal;
  }

  .sub-pool-row {
    grid-template-columns: 22px minmax(80px, 1fr) 58px 62px;
    gap: 5px;
    padding: 0 7px;
    font-size: 0.58rem;
  }

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

  .demo-caption {
    align-items: flex-start;
    padding: 14px 18px;
    flex-direction: column;
    gap: 5px;
  }

  .proof-grid,
  .plan-view,
  .plan-view[data-plan-panel="clubs"],
  .system-grid {
    grid-template-columns: 1fr;
  }

  .proof-card,
  .proof-card:last-child,
  .price-card:last-child {
    grid-column: auto;
  }

  .proof-card {
    min-height: 0;
  }

  .proof-phone-pair {
    gap: 10px;
  }

  .proof-phone-item-offset {
    padding-top: 28px;
  }

  .proof-phone-item .proof-label {
    min-height: 74px;
  }

  .proof-phone-item .proof-label strong {
    font-size: 0.88rem;
  }

  .proof-phone-frame {
    width: min(100%, 151px);
    height: 327px;
    padding: 3px;
    border-width: 4px;
    border-radius: 24px;
  }

  .proof-phone-frame::after {
    top: 7px;
    height: 7px;
  }

  .proof-phone-frame img {
    border-radius: 16px;
  }

  .proof-wide img {
    height: auto;
  }

  .system-grid article {
    min-height: 220px;
  }

  .system-grid h3 {
    margin-top: 46px;
  }

  .plan-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .plan-toggle button {
    padding: 0 10px;
  }

  .price-card {
    min-height: 0;
    padding: 24px;
  }

  .price-card .button {
    margin-top: 22px;
  }

  .pilot {
    min-height: 0;
    margin-bottom: 80px;
    padding: 54px 22px;
    border-radius: 24px;
  }

  .pilot h2 {
    font-size: 3rem;
  }

  .pilot-map {
    width: 290px;
    height: 290px;
  }

  .ring-two { inset: 40px; }
  .ring-three { inset: 82px; }
  .dot-ny { top: 30px; left: 126px; }
  .dot-nj { top: 150px; left: 28px; }
  .dot-ct { top: 159px; right: 26px; }

  .final-cta .tagline {
    font-size: 2.4rem;
  }

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

  footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
