:root {
  --paper: #f7f4ef;
  --surface: #fffdf8;
  --ink: #171b1c;
  --muted: #687170;
  --line: #ded8cd;
  --teal: #1f6f68;
  --teal-dark: #144b47;
  --sage: #d8dfd2;
  --shadow: 0 24px 70px rgba(23, 27, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #2f8f86;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--surface);
  background: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-140%);
}

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

.site-header {
  position: sticky;
  top: 51px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  margin-top: -1px;
  background: rgba(247, 244, 239, 0.9);
  border-bottom: 1px solid rgba(222, 216, 205, 0.72);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 2px;
  background: rgba(247, 244, 239, 0.9);
  backdrop-filter: blur(18px);
}

body.no-local-banner .site-header {
  top: 0;
  margin-top: 0;
}

body.no-local-banner .site-header::before {
  display: none;
}

.brand,
.site-footer > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--surface);
  background: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--surface);
  background: var(--teal-dark);
}

.nav-account {
  color: inherit;
  font-weight: inherit;
}

.nav-sign-out {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.local-banner {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: center;
  padding: 14px clamp(16px, 4vw, 56px);
  border-bottom: 0;
  background: var(--teal-dark);
  color: var(--surface);
  text-align: center;
}

.local-banner strong {
  font-weight: 800;
}

.local-banner span {
  color: #d8dfd2;
}

.local-banner a {
  color: var(--surface);
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(44px, 7vw, 92px) clamp(20px, 4vw, 56px) 38px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 7vw, 6.9rem);
  line-height: 0.93;
  letter-spacing: 0;
  max-width: 870px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 660px;
  color: #414948;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.65;
}

.hero-offer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 18px;
  align-items: end;
  max-width: 520px;
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(31, 111, 104, 0.24);
  border-radius: 8px;
  background: #edf4ee;
}

.hero-offer span {
  grid-column: 1 / -1;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-offer strong {
  color: var(--teal-dark);
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.9;
}

.hero-offer p {
  margin: 0 0 7px;
  color: #394241;
  font-weight: 700;
  line-height: 1.35;
}

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

.location-picker {
  display: grid;
  gap: 8px;
  max-width: 420px;
}

.location-picker label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.location-picker select {
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  font: inherit;
  font-weight: 800;
}

.section-picker {
  margin-bottom: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

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

.button.secondary {
  background: transparent;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.proof-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #47504f;
  background: rgba(255, 253, 248, 0.65);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-media {
  position: relative;
  margin: 0;
  min-height: min(64vh, 680px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--sage);
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(64vh, 680px);
  object-fit: cover;
}

.measure-band {
  padding: clamp(26px, 4vw, 48px) clamp(20px, 4vw, 56px);
  background: var(--ink);
  color: var(--surface);
}

.measure-band p {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(1.35rem, 3vw, 3.05rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.section {
  padding: clamp(64px, 9vw, 124px) clamp(20px, 4vw, 56px);
}

.launch-offer-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--teal-dark);
  color: var(--surface);
}

.launch-offer-strip .eyebrow,
.launch-offer-strip p {
  color: #d8dfd2;
}

.launch-offer-strip h2 {
  max-width: 820px;
  margin-bottom: 10px;
  font-size: clamp(2.15rem, 4vw, 4.8rem);
}

.launch-offer-strip p {
  max-width: 840px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.launch-offer-strip .button.primary {
  min-width: 180px;
  border-color: var(--surface);
  color: var(--ink);
  background: var(--surface);
}

.page-hero {
  padding: clamp(72px, 10vw, 138px) clamp(20px, 4vw, 56px) clamp(46px, 7vw, 88px);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 1040px;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #414948;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}

.smart-section {
  background: var(--surface);
}

.smart-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.smart-copy {
  color: #414948;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.smart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.smart-grid article {
  min-height: 220px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 239, 0.56);
}

.smart-grid p,
.blog-card p,
.contact-card p,
.contact-card address {
  color: var(--muted);
  line-height: 1.65;
}

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

.blog-card,
.contact-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
}

.blog-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
}

.blog-card h2,
.contact-card h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.6rem);
  line-height: 1.05;
}

.blog-card a,
.contact-card a {
  margin-top: auto;
  color: var(--teal-dark);
  font-weight: 800;
}

.contact-social,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-social {
  margin-top: 18px;
}

.contact-social a,
.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.56);
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-social a:hover,
.social-links a:hover {
  border-color: rgba(20, 75, 71, 0.28);
  background: #edf4ee;
}

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

.contact-card address {
  font-style: normal;
}

.contact-form-section {
  background: var(--surface);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-message,
.contact-form .button {
  grid-column: 1 / -1;
}

.contact-form .button {
  width: fit-content;
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.report-note {
  position: sticky;
  top: 104px;
}

.report-note p {
  color: var(--muted);
  line-height: 1.65;
}

.report-preview {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.report-header,
.report-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
}

.report-header {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.report-header span {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--surface);
  background: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.report-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.report-stat-grid article,
.report-section {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 244, 239, 0.58);
}

.report-stat-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.report-stat-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3vw, 2.9rem);
  line-height: 1;
}

.report-stat-grid p,
.report-section p {
  color: var(--muted);
  line-height: 1.55;
}

.report-section {
  margin-top: 12px;
}

.report-bars {
  display: grid;
  gap: 12px;
}

.report-bars span {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  padding: 10px 12px;
  overflow: hidden;
  border-radius: 6px;
  background: #ebe5da;
  font-weight: 800;
}

.report-bars b {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.report-bars span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  background: rgba(31, 111, 104, 0.18);
}

.report-bars span {
  isolation: isolate;
}

.regional-composition-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  align-items: stretch;
}

.regional-body-map {
  display: grid;
  gap: 12px;
  align-content: center;
  justify-items: center;
  min-height: 300px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
  --arms-fill: rgba(31, 111, 104, 0.18);
  --legs-fill: rgba(31, 111, 104, 0.18);
  --torso-fill: rgba(31, 111, 104, 0.18);
  --abdomen-fill: rgba(31, 111, 104, 0.18);
  --hips-fill: rgba(31, 111, 104, 0.18);
}

.body-map-person {
  position: relative;
  width: 178px;
  height: 248px;
}

.body-map-part {
  position: absolute;
  display: block;
  border: 2px solid rgba(20, 75, 71, 0.34);
  background: rgba(216, 223, 210, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.38);
}

.body-map-head {
  top: 0;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.body-map-torso {
  top: 52px;
  left: 50%;
  width: 70px;
  height: 82px;
  border-radius: 28px 28px 18px 18px;
  background: var(--torso-fill);
  transform: translateX(-50%);
}

.body-map-abdomen {
  top: 102px;
  left: 50%;
  width: 58px;
  height: 46px;
  border-radius: 18px;
  background: var(--abdomen-fill);
  transform: translateX(-50%);
}

.body-map-hips {
  top: 138px;
  left: 50%;
  width: 80px;
  height: 38px;
  border-radius: 16px 16px 24px 24px;
  background: var(--hips-fill);
  transform: translateX(-50%);
}

.body-map-arm {
  top: 58px;
  width: 34px;
  height: 104px;
  border-radius: 999px;
  background: var(--arms-fill);
}

.body-map-arm-left {
  left: 20px;
  transform: rotate(8deg);
}

.body-map-arm-right {
  right: 20px;
  transform: rotate(-8deg);
}

.body-map-leg {
  top: 170px;
  width: 38px;
  height: 78px;
  border-radius: 999px 999px 18px 18px;
  background: var(--legs-fill);
}

.body-map-leg-left {
  left: 50px;
}

.body-map-leg-right {
  right: 50px;
}

.regional-body-map p {
  max-width: 24ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.example-body-map {
  --arms-fill: rgba(31, 111, 104, 0.4);
  --legs-fill: rgba(31, 111, 104, 0.5);
  --torso-fill: rgba(31, 111, 104, 0.52);
  --abdomen-fill: rgba(31, 111, 104, 0.6);
  --hips-fill: rgba(31, 111, 104, 0.57);
}

.report-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-example-section {
  background: var(--surface);
}

.dashboard-preview-report {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.dashboard-preview-report .report-header {
  margin-bottom: 22px;
}

.dashboard-preview-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.pdf-example-section {
  background: #eef1e9;
}

.pdf-example-frame {
  overflow: hidden;
  border: 1px solid #cfd8cb;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.pdf-example-frame object {
  display: block;
  width: 100%;
  min-height: min(86vh, 980px);
  border: 0;
}

.pdf-example-frame p {
  padding: 24px;
  color: var(--muted);
}

.dashboard-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.dashboard-preview-card {
  min-height: 290px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 244, 239, 0.58);
}

.dashboard-preview-card span {
  display: block;
  margin-bottom: 36px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-preview-card h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.05;
}

.dashboard-preview-card p {
  color: var(--muted);
  line-height: 1.65;
}

.dashboard-preview-card strong {
  display: block;
  margin-top: 20px;
  color: var(--teal-dark);
  font-size: 1.02rem;
}

.dashboard-preview-summary {
  color: var(--surface);
  background: var(--ink);
}

.dashboard-preview-summary span,
.dashboard-preview-summary p {
  color: #d8dfd2;
}

.dashboard-preview-summary strong {
  color: var(--surface);
}

.dashboard-mini-meter {
  height: 10px;
  margin: 22px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #ded8cd;
}

.dashboard-mini-meter i {
  display: block;
  width: var(--meter);
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
}

.dashboard-mini-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 110px;
  margin: 20px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
}

.dashboard-mini-chart span {
  flex: 1;
  min-height: 18px;
  margin: 0;
  border-radius: 999px 999px 4px 4px;
  background: var(--teal);
}

.location-page-hero {
  background: var(--surface);
}

.intro-grid,
.split-section,
.booking-section,
.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 82px);
}

.intro-copy {
  max-width: 760px;
  color: #424b49;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

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

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

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

.metric-card {
  min-height: 255px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.45);
}

.metric-card span,
.steps span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 42px;
  border-radius: 50%;
  color: var(--surface);
  background: var(--teal);
  font-size: 0.8rem;
  font-weight: 800;
}

.metric-card p,
.steps p,
.use-case-list p,
.education-grid p,
.faq p,
.location-note p,
.booking-copy p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.overview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.overview-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(255, 253, 248, 0.56);
  font-weight: 800;
  text-decoration: none;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  background: var(--surface);
}

.video-copy {
  max-width: 560px;
}

.video-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-fallback {
  display: inline-flex;
  margin-top: 14px;
  color: var(--teal-dark);
  font-weight: 800;
}

.education-section {
  background: #eef1e9;
}

.cadence-section {
  background: var(--surface);
}

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

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

.pricing-grid article {
  min-height: 315px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
}

.pricing-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-grid strong {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.9;
}

.pricing-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.featured-pricing {
  color: var(--surface);
  background: var(--ink) !important;
}

.featured-pricing span,
.featured-pricing p {
  color: #d8dfd2;
}

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

.cadence-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 244, 239, 0.58);
}

.cadence-grid p,
.longform-article p {
  color: var(--muted);
  line-height: 1.7;
}

.blog-article-section {
  display: grid;
  gap: 18px;
  background: var(--surface);
}

.longform-article {
  max-width: 1040px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 244, 239, 0.52);
}

.longform-article h2 {
  max-width: 860px;
}

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

.education-grid article {
  min-height: 245px;
  padding: 28px;
  border: 1px solid #cfd8cb;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
}

.education-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 52px;
  background: var(--teal);
}

.split-section {
  background: var(--surface);
}

.quote-block {
  display: flex;
  align-items: flex-end;
  min-height: 480px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
  background:
    linear-gradient(rgba(23, 27, 28, 0.12), rgba(23, 27, 28, 0.2)),
    var(--teal);
  color: var(--surface);
}

.quote-block p {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.use-cases {
  align-self: center;
}

.use-case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
  margin-top: 32px;
}

.use-case-list article {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.locations {
  background: var(--paper);
}

.location-layout {
  align-items: stretch;
}

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
  min-height: 430px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 8px;
  color: var(--surface);
  background: var(--ink);
}

.location-kicker {
  margin-bottom: 12px;
  color: #d8dfd2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-card h3 {
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1;
}

.location-card address {
  color: #d8dfd2;
  font-style: normal;
  line-height: 1.65;
}

.location-details {
  display: grid;
  gap: 10px;
}

.location-details span {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 6px;
  color: #f2efe8;
  font-weight: 800;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.location-card .button {
  border-color: rgba(255, 253, 248, 0.9);
}

.location-card .button.primary {
  color: var(--ink);
  background: var(--surface);
}

.location-card .button.secondary {
  color: var(--surface);
}

.location-note {
  align-self: center;
  max-width: 660px;
}

.location-selector-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.55);
}

.location-note h3 {
  font-size: clamp(1.65rem, 3vw, 3.4rem);
  line-height: 1.05;
}

.location-note a {
  color: var(--teal-dark);
  font-weight: 800;
}

.process {
  background: #eef1e9;
}

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

.steps article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid #cfd8cb;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.62);
}

.steps span {
  margin-bottom: 58px;
  background: var(--teal-dark);
}

.booking-section {
  padding: clamp(64px, 8vw, 108px) clamp(20px, 4vw, 56px);
  background: var(--ink);
  color: var(--surface);
}

.booking-copy {
  max-width: 560px;
}

.booking-copy .eyebrow,
.booking-copy p {
  color: #d8dfd2;
}

.booking-copy code {
  color: var(--surface);
}

.booking-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  background: var(--surface);
}

.booking-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 5vw, 54px);
  color: var(--ink);
}

.booking-card h3 {
  max-width: 520px;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 1;
}

.booking-card p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.booking-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.booking-panel iframe {
  display: block;
  width: 100%;
  min-height: 800px;
  border: 0;
  background: var(--surface);
}

.fallback-link {
  display: block;
  padding: 16px 18px;
  color: var(--teal-dark);
  border-top: 1px solid var(--line);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

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

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.55);
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 800;
}

details p {
  max-width: 860px;
  margin: 0;
  padding: 0 24px 24px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--teal-dark);
}

.policy-content {
  display: grid;
  gap: 22px;
  max-width: 980px;
}

.policy-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.56);
}

.policy-card h2 {
  margin-bottom: 12px;
}

.policy-card h3 {
  margin: 22px 0 8px;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  line-height: 1.7;
}

.policy-card ul {
  display: grid;
  gap: 8px;
  margin-left: 1.2rem;
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    top: 71px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 18px 42px rgba(23, 27, 28, 0.12);
  }

  .site-header.nav-open .nav-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--ink);
  }

  .nav-sign-out {
    width: 100%;
    border-radius: 6px;
    background: rgba(247, 244, 239, 0.62);
  }

  .nav-links a:not(.nav-cta) {
    background: rgba(247, 244, 239, 0.62);
  }

  .nav-cta {
    justify-content: center;
    border-radius: 6px;
  }

  .hero,
  .intro-grid,
  .split-section,
  .booking-section,
  .location-layout,
  .smart-layout,
  .report-layout,
  .video-section {
    grid-template-columns: 1fr;
  }

  .launch-offer-strip {
    grid-template-columns: 1fr;
  }

  .report-note {
    position: static;
  }

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

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2rem, 8vw, 3.6rem);
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }


  .metric-grid,
  .steps,
  .education-grid,
  .smart-grid,
  .blog-grid,
  .contact-layout,
  .report-stat-grid,
  .report-two-column,
  .dashboard-preview-grid,
  .dashboard-preview-mini-grid,
  .cadence-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 103px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 3.35rem);
    line-height: 0.98;
  }

  .hero {
    padding-top: 28px;
    gap: 24px;
  }

  .section,
  .page-hero,
  .booking-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-actions,
  .button,
  .launch-offer-strip,
  .site-footer {
    width: 100%;
  }

  .button,
  .site-footer {
    justify-content: center;
  }

  .proof-row span {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
  }

  .hero-media,
  .hero-media img {
    min-height: 330px;
  }

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

  .metric-grid,
  .steps,
  .education-grid,
  .smart-grid,
  .blog-grid,
  .contact-layout,
  .report-stat-grid,
  .report-two-column,
  .use-case-list,
  .dashboard-preview-grid,
  .dashboard-preview-mini-grid,
  .cadence-grid,
  .pricing-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .metric-card,
  .steps article,
  .education-grid article,
  .smart-grid article,
  .blog-card {
    min-height: auto;
  }

  .metric-card span,
  .steps span {
    margin-bottom: 28px;
  }

  .quote-block {
    min-height: 340px;
  }

  .quote-block p {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .location-card {
    min-height: auto;
  }

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

  .booking-panel iframe {
    min-height: 680px;
  }

  .report-header {
    grid-template-columns: 1fr;
  }

  .report-header span {
    width: fit-content;
  }

  .site-footer {
    flex-direction: column;
    text-align: center;
  }

  .social-links,
  .footer-links {
    justify-content: center;
  }
}
