:root {
  --ink: #111513;
  --paper: #ffffff;
  --surface: #f3f5f2;
  --surface-strong: #eaf1ea;
  --line: #dce3dc;
  --muted: #4f5952;
  --soft: #69706b;
  --lime: #b8f05a;
  --lime-soft: #efffe0;
  --cyan: #00a7c8;
  --coral: #ff6b5a;
  --coral-soft: #fff1ef;
  --max: 1296px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#top,
#how-it-works,
#demo,
#pricing,
#fit,
#book {
  scroll-margin-top: 124px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

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

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 50;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  border-bottom: 1px solid #e6eae6;
  background: rgba(255, 255, 255, 0.96);
  padding: 0 calc((100vw - var(--max)) / 2);
}

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

.brand-mark {
  display: flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--lime);
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.brand-copy small {
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #3d433f;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.nav-links a[aria-current="page"] {
  color: var(--ink);
  font-weight: 900;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

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

.button:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(0, 167, 200, 0.35);
  outline-offset: 4px;
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-lime {
  background: var(--lime);
  color: var(--ink);
}

.button-light {
  border: 1px solid #ccd4cd;
  background: var(--paper);
  color: var(--ink);
}

.section,
.final-cta {
  width: 100%;
  padding-right: calc((100vw - var(--max)) / 2);
  padding-left: calc((100vw - var(--max)) / 2);
}

.section > *,
.final-cta > *,
.hero-copy,
.dashboard-card {
  min-width: 0;
}

.hero {
  display: flex;
  min-height: 760px;
  align-items: stretch;
  justify-content: space-between;
  gap: 72px;
  padding-top: 82px;
  padding-bottom: 88px;
  background: var(--paper);
}

.hero-copy {
  display: flex;
  width: 640px;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.eyebrow {
  width: fit-content;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 16px;
  text-transform: uppercase;
}

.eyebrow-lime {
  border-radius: 8px;
  background: var(--lime-soft);
  color: #223018;
  padding: 9px 13px;
}

.eyebrow-muted {
  color: var(--soft);
}

.hero h1 {
  margin-top: 22px;
  font-size: 76px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 78px;
}

.hero-text {
  max-width: 600px;
  margin-top: 22px;
  color: #4d5650;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.button-row .button {
  min-height: 56px;
  font-size: 16px;
  line-height: 20px;
}

.trust-note {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 620px;
  color: #5d675f;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.trust-note span,
.status-dot,
.window-dot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 3px;
}

.trust-note span {
  background: var(--cyan);
}

.dashboard-card {
  width: 536px;
  align-self: center;
  border: 1px solid #dde4dd;
  border-radius: 8px;
  background: var(--surface);
  padding: 24px;
}

.dashboard-topline {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dde4dd;
  gap: 16px;
}

.dashboard-topline div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dashboard-topline strong {
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
}

.dashboard-topline small {
  color: #6a736c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 16px;
  text-transform: uppercase;
}

.dashboard-topline span {
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--ink);
  color: var(--lime);
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.stat-row {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.stat-card {
  display: flex;
  min-height: 92px;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e2e7e2;
  border-radius: 8px;
  background: var(--paper);
  padding: 16px;
}

.stat-card small {
  color: #68716b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 15px;
  text-transform: uppercase;
}

.stat-card strong {
  font-size: 36px;
  font-weight: 900;
  line-height: 38px;
}

.lead-path {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
  border: 1px solid #e2e7e2;
  border-radius: 8px;
  background: var(--paper);
  padding: 16px;
}

.path-header,
.path-row {
  display: flex;
  align-items: center;
}

.path-header {
  justify-content: space-between;
  padding-bottom: 4px;
}

.path-header strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

.path-header span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}

.path-row {
  min-height: 56px;
  gap: 12px;
  border-radius: 8px;
  background: #f8faf7;
  padding: 0 14px;
}

.path-row strong {
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
}

.path-row small {
  color: #6a736c;
  font-size: 13px;
  line-height: 16px;
}

.path-urgent {
  background: var(--coral-soft);
}

.problem-section,
.offer-section,
.pricing-section {
  background: var(--surface);
}

.problem-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.workflow-section,
.demo-section {
  background: var(--paper);
  padding-top: 78px;
  padding-bottom: 78px;
}

.offer-section,
.pricing-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

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

.split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.split-heading > div {
  max-width: 760px;
}

.split-heading h2 {
  margin-top: 14px;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 54px;
}

.split-heading > p {
  max-width: 430px;
  color: var(--muted);
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.pain-grid,
.pricing-grid,
.fit-grid {
  display: grid;
  gap: 20px;
}

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

.pain-card,
.feature-card,
.fit-card,
.price-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.pain-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.accent-bar {
  display: block;
  width: 44px;
  height: 10px;
  border-radius: 8px;
}

.pain-card h3,
.feature-card h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.pain-card p {
  color: #59635c;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.workflow-lane {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  align-items: stretch;
  gap: 12px;
}

.workflow-step {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background: var(--surface);
  padding: 20px;
}

.urgent-step {
  background: var(--coral-soft);
}

.step-number,
.number-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}

.step-number {
  width: 34px;
  height: 34px;
}

.workflow-step h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 27px;
}

.workflow-step p {
  color: #5b655e;
  font-size: 14px;
  line-height: 21px;
}

.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa39d;
  font-size: 22px;
  font-weight: 900;
  line-height: 22px;
}

.review-strip {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  padding: 0 28px;
}

.review-strip strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.review-strip span {
  color: var(--lime);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
}

.outline-pill {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9d1ca;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
}

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

.feature-card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  padding: 22px;
}

.number-pill {
  width: 34px;
  height: 34px;
}

.demo-section {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(360px, 1fr);
  gap: 52px;
}

.demo-visual {
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  padding: 24px;
}

.demo-window-top {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #2d342f;
}

.demo-window-top strong {
  margin-left: auto;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 15px;
  text-transform: uppercase;
}

.demo-image-wrap {
  position: relative;
  display: flex;
  min-height: 270px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 24px;
  background: #1c231f;
}

.demo-image-wrap img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  opacity: 0.76;
}

.play-button {
  position: absolute;
  display: flex;
  width: 118px;
  height: 118px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lime);
  border-radius: 8px;
  background: rgba(17, 21, 19, 0.74);
  color: var(--lime);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 22px;
}

.demo-caption {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  border-radius: 8px;
  background: #1c231f;
  padding: 22px;
}

.demo-caption > span {
  display: flex;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--lime);
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.demo-caption strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 900;
  line-height: 27px;
}

.demo-caption p {
  color: #c8d0ca;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.demo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.demo-copy h2 {
  margin-top: 14px;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 54px;
}

.demo-copy > p:not(.eyebrow) {
  margin-top: 14px;
  color: var(--muted);
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.demo-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.demo-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.demo-list .status-dot {
  margin-top: 8px;
}

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

.price-card {
  min-height: 250px;
  padding: 28px;
}

.price-card-dark {
  background: var(--ink);
  color: var(--paper);
}

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

.price-top h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.price-top strong {
  display: block;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 68px;
}

.price-card-dark .price-top strong {
  color: var(--lime);
}

.price-top span {
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--surface-strong);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 15px;
  text-transform: uppercase;
}

.price-card-dark .price-top span {
  background: #253029;
  color: var(--lime);
}

.price-card p {
  margin-top: 48px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.price-card-dark p {
  color: #d9e2db;
}

.fit-grid {
  margin-top: 42px;
  gap: 22px;
}

.fit-card {
  min-height: 310px;
  padding: 28px;
}

.fit-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.fit-card ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fit-card li {
  color: #3f4942;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 760px) 360px;
  gap: 60px;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  padding-top: 74px;
  padding-bottom: 44px;
}

.final-copy h2 {
  margin-top: 22px;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 64px;
}

.final-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 22px;
  color: #d4ddd6;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.booking-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #2e3731;
  border-radius: 8px;
  background: #1d241f;
  padding: 24px;
}

.booking-card p {
  color: var(--lime);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 18px;
  text-transform: uppercase;
}

.booking-card h3 {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
}

.booking-card .button {
  min-height: 58px;
}

.site-footer {
  grid-column: 1 / -1;
  display: flex;
  min-height: 54px;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid #2d342f;
  color: #9aa49d;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.page-hero {
  min-height: 620px;
  padding-top: 84px;
  padding-bottom: 76px;
}

.page-hero-split,
.pricing-hero,
.booking-hero,
.stack-section,
.dashboard-proof-section,
.not-included-section,
.booking-form-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 64px;
  align-items: center;
}

.page-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 26px;
}

.page-hero h1 {
  max-width: 800px;
  font-size: 78px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 82px;
}

.page-hero-copy > p:not(.eyebrow),
.hero-side-note,
.stack-copy p,
.proof-copy p,
.not-included-copy p,
.form-copy p,
.page-cta p {
  color: var(--muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.inline-note {
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}

.status-panel,
.routing-card,
.agenda-card,
.lead-packet-card,
.calendar-card,
.walkthrough-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.status-panel,
.calendar-card,
.walkthrough-form {
  padding: 28px;
}

.panel-topline,
.card-heading-row,
.calendar-topline,
.routing-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.panel-topline strong,
.routing-topline strong {
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}

.panel-topline span,
.routing-topline span,
.calendar-topline span {
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}

.status-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 18px;
}

.status-row small,
.lead-packet-grid small,
.routing-stats small,
.routing-flow small {
  display: block;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}

.status-row strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

.status-row > span {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}

.process-section,
.fit-section,
.booking-form-section {
  background: var(--surface);
  padding-top: 76px;
  padding-bottom: 76px;
}

.process-grid,
.fit-detail-grid,
.booking-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-card,
.fit-detail-grid article,
.booking-faq-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 26px;
}

.process-card {
  min-height: 244px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.process-card h3,
.fit-detail-grid h3,
.booking-faq-grid h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
}

.process-card p,
.fit-detail-grid p,
.booking-faq-grid p,
.scope-list p,
.lead-packet-grid p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.stack-section,
.dashboard-proof-section,
.not-included-section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.stack-copy,
.proof-copy,
.not-included-copy,
.form-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
}

.stack-copy h2,
.proof-copy h2,
.not-included-copy h2,
.form-copy h2,
.page-cta h2 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 54px;
}

.routing-card {
  padding: 28px;
}

.routing-stats,
.routing-flow,
.lead-packet-grid,
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.routing-stats article,
.lead-packet-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 18px;
}

.routing-stats strong,
.lead-packet-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}

.routing-canvas {
  margin-top: 18px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  padding: 26px;
}

.routing-flow {
  align-items: center;
  margin-top: 24px;
  grid-template-columns: 1fr 28px 1fr 28px 1fr;
}

.routing-flow article {
  min-height: 110px;
  border: 1px solid #344038;
  border-radius: 8px;
  padding: 18px;
}

.routing-flow strong {
  display: block;
  margin-top: 8px;
  font-size: 21px;
  font-weight: 900;
  line-height: 27px;
}

.routing-flow > span {
  color: var(--lime);
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  background: var(--ink);
  color: var(--paper);
  padding: 76px calc((100vw - var(--max)) / 2);
}

.page-cta > div {
  max-width: 760px;
}

.page-cta p {
  max-width: 620px;
  margin-top: 18px;
  color: #d4ddd6;
}

.page-cta .button {
  min-width: 220px;
}

.video-card {
  display: flex;
  min-height: 448px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  padding: 30px;
}

.video-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.video-topline strong {
  font-size: 17px;
  font-weight: 900;
  line-height: 22px;
}

.video-topline span {
  color: #aab4ac;
  font-size: 13px;
  font-weight: 800;
}

.video-center {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.video-center span {
  display: flex;
  width: 94px;
  height: 94px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--lime);
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.video-progress {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video-progress span,
.video-progress i {
  height: 8px;
  border-radius: 999px;
}

.video-progress span {
  width: 120px;
  background: var(--lime);
}

.video-progress i {
  flex: 1;
  background: #3b433e;
}

.demo-detail-section {
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 28px;
  background: var(--surface);
  padding-top: 56px;
  padding-bottom: 78px;
}

.agenda-card,
.lead-packet-card {
  background: var(--paper);
  padding: 28px;
}

.agenda-card h2,
.lead-packet-card h2,
.calendar-card h2,
.pricing-detail-card h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.agenda-card ol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.risk-pill,
.success-pill,
.compact-pill {
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
}

.risk-pill {
  background: var(--coral-soft);
  color: var(--coral);
}

.success-pill {
  background: var(--lime-soft);
  color: var(--ink);
}

.lead-packet-grid {
  margin-top: 18px;
}

.lead-packet-grid p {
  margin-top: 8px;
}

.dashboard-proof-section {
  grid-template-columns: 440px minmax(0, 1fr);
}

.proof-copy .button {
  width: fit-content;
  min-height: 54px;
}

.proof-visual img {
  width: 100%;
  height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.metric-row {
  margin-top: 16px;
}

.metric-row article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.metric-row strong {
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 42px;
}

.metric-row span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.faq-section {
  background: var(--surface);
  padding-top: 72px;
  padding-bottom: 72px;
}

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

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

.faq-list summary {
  cursor: pointer;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

.faq-list p {
  max-width: 760px;
  padding-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.pricing-hero {
  min-height: 540px;
  grid-template-columns: minmax(0, 760px) minmax(340px, 440px);
  align-items: end;
}

.pricing-detail-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  padding-bottom: 84px;
}

.pricing-detail-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 34px;
}

.care-price {
  background: var(--surface);
}

.pricing-detail-card > p,
.pricing-detail-card .card-heading-row p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.big-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.big-price strong {
  font-size: 68px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 72px;
}

.big-price span {
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.check-list li {
  list-style: none;
}

.pricing-detail-card .button {
  width: 100%;
  min-height: 54px;
  margin-top: 30px;
}

.fit-detail-grid article {
  min-height: 250px;
}

.fit-detail-grid h3,
.booking-faq-grid h2 {
  margin-top: 18px;
}

.fit-detail-grid p,
.booking-faq-grid p {
  margin-top: 12px;
}

.not-included-section {
  grid-template-columns: 430px minmax(0, 1fr);
}

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

.scope-list article {
  display: grid;
  min-height: 82px;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.scope-list h3 {
  font-size: 21px;
  font-weight: 900;
  line-height: 27px;
}

.booking-hero {
  min-height: 650px;
}

.hero-checks {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.calendar-card {
  background: var(--surface);
}

.calendar-mock {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.calendar-topline {
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  padding: 0 18px;
}

.calendar-availability {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 0 18px;
}

.calendar-availability strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}

.calendar-availability span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
  text-align: right;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  padding: 18px;
}

.calendar-grid span,
.calendar-grid button,
.time-list button {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
}

.calendar-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  background: var(--surface);
  color: var(--muted);
}

.calendar-grid .selected-date {
  border-color: var(--lime);
  background: var(--lime);
}

.calendar-grid .busy-date {
  border-color: var(--line);
  background: var(--surface);
  color: var(--soft);
  cursor: not-allowed;
  text-decoration: line-through;
}

.time-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 18px;
}

.time-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
}

.time-list button > span {
  min-width: 0;
}

.time-list button small {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
}

.time-list .selected-time {
  background: var(--ink);
  color: var(--paper);
}

.time-list .selected-time small {
  color: var(--lime);
}

.time-list .busy-time {
  border-style: dashed;
  background: var(--surface);
  color: var(--soft);
  cursor: not-allowed;
}

.helper-text {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.booking-form-section {
  grid-template-columns: 430px minmax(0, 1fr);
}

.booking-calendar-section {
  align-items: flex-start;
}

.walkthrough-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--paper);
}

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

.walkthrough-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.walkthrough-form label > span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

.walkthrough-form input,
.walkthrough-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 14px;
}

.walkthrough-form textarea {
  resize: vertical;
}

.walkthrough-form .button {
  width: 100%;
  min-height: 56px;
  border: 0;
  cursor: pointer;
}

.form-fallback {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.form-fallback a {
  color: var(--ink);
  text-decoration: none;
}

.form-fallback a:hover {
  color: var(--green);
}

.cal-embed-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.cal-embed-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  padding: 18px 20px;
}

.cal-embed-topline strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.cal-embed-topline span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}

.cal-inline-embed {
  min-height: 760px;
  width: 100%;
}

.cal-inline-embed iframe {
  min-height: 760px;
}

.booking-faq-grid {
  padding-top: 74px;
  padding-bottom: 90px;
}

.global-footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
  padding: 42px calc((100vw - var(--max)) / 2) 28px;
}

.footer-primary {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.65fr);
  gap: 64px;
  align-items: flex-start;
}

.footer-brand {
  display: inline-flex;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}

.footer-brand-block p {
  max-width: 390px;
  margin-top: 12px;
  color: var(--soft);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.footer-badges a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
  padding: 8px 12px;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 30px;
}

.footer-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

.footer-column h2 {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 18px;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.footer-column a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.footer-column a:hover,
.footer-badges a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 38px;
  padding-top: 20px;
}

.footer-bottom span:last-child {
  text-align: right;
}

.legal-hero {
  padding-top: 84px;
  padding-bottom: 56px;
}

.legal-hero h1,
.utility-card h1 {
  max-width: 840px;
  margin-top: 18px;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 76px;
}

.legal-hero > p:not(.eyebrow),
.utility-card > p {
  max-width: 760px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.legal-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  background: var(--surface);
  padding-top: 72px;
  padding-bottom: 72px;
}

.legal-content article {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 28px;
}

.legal-content h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
}

.legal-content p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.utility-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  padding: 24px;
}

.utility-card {
  width: min(100%, 760px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 48px;
}

.utility-card .button-row {
  margin-top: 30px;
}

.cyan-text {
  color: var(--cyan);
}

.lime,
.lime-bg {
  background: var(--lime);
}

.cyan,
.cyan-bg {
  background: var(--cyan);
}

.coral,
.coral-bg {
  background: var(--coral);
}

.ink,
.ink-bg {
  background: var(--ink);
  color: var(--paper);
}

.coral-text {
  color: var(--coral);
}

.lime-bg {
  color: var(--ink);
}

.cyan-bg,
.coral-bg {
  color: var(--paper);
}

@media (max-width: 1399px) {
  .site-header,
  .section,
  .final-cta,
  .page-cta,
  .global-footer {
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media (max-width: 1120px) {
  .site-header {
    min-height: 92px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .demo-section,
  .final-cta,
  .page-hero-split,
  .pricing-hero,
  .booking-hero,
  .stack-section,
  .dashboard-proof-section,
  .not-included-section,
  .booking-form-section,
  .pricing-detail-section,
  .demo-detail-section,
  .legal-content {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .pricing-hero,
  .booking-hero {
    min-height: auto;
  }

  .page-hero h1 {
    max-width: 760px;
    font-size: 64px;
    line-height: 66px;
  }

  .hero {
    flex-direction: column;
    min-height: auto;
  }

  .hero-copy,
  .dashboard-card {
    width: 100%;
  }

  .hero h1 {
    max-width: 760px;
    font-size: 64px;
    line-height: 66px;
  }

  .workflow-lane {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    min-height: 24px;
    transform: rotate(90deg);
  }

  .workflow-step {
    min-height: 190px;
  }

  .split-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .split-heading > p {
    max-width: 760px;
  }

  .pain-grid,
  .feature-grid,
  .process-grid,
  .fit-detail-grid,
  .booking-faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .routing-flow {
    grid-template-columns: 1fr;
  }

  .routing-flow > span {
    transform: rotate(90deg);
  }

  .scope-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .global-footer {
    padding-top: 36px;
  }

  .footer-primary {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-link-grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .demo-section {
    display: grid;
  }

  .final-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-card {
    width: 360px;
  }
}

@media (max-width: 760px) {
  .site-header,
  .section,
  .final-cta,
  .page-cta,
  .global-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    font-size: 11px;
  }

  .header-button {
    display: none;
  }

  .hero,
  .problem-section,
  .workflow-section,
  .offer-section,
  .demo-section,
  .pricing-section,
  .final-cta,
  .page-hero,
  .process-section,
  .stack-section,
  .dashboard-proof-section,
  .faq-section,
  .fit-section,
  .not-included-section,
  .booking-form-section,
  .booking-faq-grid,
  .legal-hero,
  .legal-content {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hero h1 {
    font-size: 48px;
    line-height: 50px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-copy,
  .dashboard-card,
  .page-hero-copy,
  .status-panel,
  .routing-card,
  .agenda-card,
  .lead-packet-card,
  .proof-copy,
  .proof-visual,
  .not-included-copy,
  .scope-list,
  .calendar-card,
  .form-copy,
  .walkthrough-form,
  .page-cta > div,
  .legal-hero,
  .legal-content,
  .split-heading,
  .pain-grid,
  .workflow-lane,
  .feature-grid,
  .process-grid,
  .fit-detail-grid,
  .booking-faq-grid,
  .demo-visual,
  .demo-copy,
  .pricing-grid,
  .fit-grid,
  .final-copy,
  .booking-card,
  .site-footer {
    width: 100%;
    max-width: min(100%, 350px);
  }

  .page-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 48px;
    line-height: 50px;
  }

  .legal-hero h1,
  .utility-card h1 {
    font-size: 46px;
    line-height: 50px;
  }

  .hero-text,
  .demo-copy > p:not(.eyebrow),
  .final-copy > p:not(.eyebrow),
  .page-hero-copy > p:not(.eyebrow),
  .hero-side-note,
  .stack-copy p,
  .proof-copy p,
  .not-included-copy p,
  .form-copy p,
  .page-cta p,
  .legal-hero > p:not(.eyebrow),
  .utility-card > p {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .eyebrow {
    width: auto;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .button-row,
  .stat-row,
  .review-strip,
  .price-top,
  .panel-topline,
  .card-heading-row,
  .status-row,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button,
  .button {
    width: 100%;
  }

  .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

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

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

  .footer-bottom span:last-child {
    text-align: left;
  }

  .dashboard-card {
    padding: 18px;
    align-self: flex-start;
  }

  .dashboard-topline {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 16px;
  }

  .path-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
  }

  .split-heading h2,
  .demo-copy h2,
  .stack-copy h2,
  .proof-copy h2,
  .not-included-copy h2,
  .form-copy h2,
  .page-cta h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .pain-grid,
  .feature-grid,
  .pricing-grid,
  .fit-grid,
  .process-grid,
  .fit-detail-grid,
  .booking-faq-grid,
  .lead-packet-grid,
  .metric-row,
  .routing-stats,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .legal-content {
    gap: 16px;
  }

  .legal-content article {
    min-height: auto;
    padding: 22px;
  }

  .utility-card {
    padding: 28px;
  }

  .demo-detail-section,
  .stack-section,
  .dashboard-proof-section,
  .not-included-section,
  .booking-form-section,
  .pricing-detail-section {
    gap: 28px;
  }

  .video-card {
    min-height: 320px;
    padding: 20px;
  }

  .video-center span {
    width: 78px;
    height: 78px;
    font-size: 15px;
  }

  .proof-visual img {
    height: 250px;
  }

  .big-price strong {
    font-size: 50px;
    line-height: 54px;
  }

  .calendar-availability {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 12px 14px;
  }

  .calendar-availability span {
    text-align: left;
  }

  .calendar-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
    padding: 14px;
  }

  .calendar-grid span,
  .calendar-grid button {
    min-height: 42px;
    font-size: 12px;
  }

  .time-list {
    padding: 14px;
  }

  .time-list button {
    min-height: 46px;
    padding: 0 12px;
    font-size: 14px;
  }

  .time-list button small {
    font-size: 10px;
  }

  .page-cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .review-strip {
    padding: 18px;
  }

  .demo-visual {
    padding: 18px;
  }

  .demo-window-top strong {
    display: none;
  }

  .demo-image-wrap,
  .demo-image-wrap img {
    height: 220px;
  }

  .demo-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-top strong {
    font-size: 52px;
    line-height: 56px;
  }

  .final-copy h2 {
    font-size: 42px;
    line-height: 46px;
  }

  .booking-card {
    width: 100%;
  }
}
