:root {
  --navy: #082e52;
  --blue: #0d5688;
  --teal: #08a89a;
  --teal-dark: #08796f;
  --mint: #d9f5ef;
  --ink: #11283b;
  --muted: #5f7485;
  --line: #d8e4eb;
  --bg: #f4f9fb;
  --paper: #fff;
  --shadow: 0 22px 60px rgba(8, 46, 82, 0.1);
  --accent: #96b161;
  --accent-soft: #afca78;
  --text: #323232;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
}
main,
section,
header,
footer,
.hero-copy,
.section-heading,
.awareness-grid > *,
.outcome-grid > *,
.pillars > * {
  min-width: 0;
  max-width: 100%;
}
h1,
h2,
h3,
p,
a,
button {
  overflow-wrap: anywhere;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 12px;
  z-index: 20;
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
}
.skip-link:focus {
  top: 10px;
}
.topbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 5vw, 70px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 3;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy);
  min-width: 0;
}
.brand > span {
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1.1;
}
.brand > span b {
  display: block;
  font-size: 8px;
  letter-spacing: 0.3em;
  color: var(--teal);
}
.brand i {
  font-style: normal;
  color: #91a6b5;
}
.brand > strong {
  font-size: 18px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 21px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(8, 168, 154, 0.4);
  outline-offset: 3px;
}
.button-small {
  padding: 9px 14px;
  background: var(--mint);
  color: #075b54;
  font-size: 14px;
}
.button-primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 12px 28px rgba(8, 46, 82, 0.2);
}
.button-primary:hover {
  background: var(--blue);
}
.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 8vw;
  padding: 70px clamp(22px, 8vw, 120px);
  overflow: hidden;
}
.hero-copy {
  max-width: 760px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: var(--navy);
  margin-bottom: 24px;
}
.lead {
  font-size: clamp(18px, 2vw, 23px);
  color: var(--muted);
  max-width: 700px;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}
.hero-points span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
}
.hero-points b {
  color: var(--navy);
  font-size: 17px;
}
.microcopy {
  max-width: 620px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.hero-map {
  height: 550px;
  position: relative;
  background: linear-gradient(145deg, var(--navy), #104f78 60%, var(--teal));
  border-radius: 42% 58% 62% 38%/40% 35% 65% 60%;
  box-shadow: var(--shadow);
}
.map-orbit {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
}
.map-orbit:before,
.map-orbit:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  inset: -42px;
}
.map-orbit:after {
  inset: -88px;
}
.map-orbit span {
  font-size: 12px;
  opacity: 0.72;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.map-orbit strong {
  font-size: 74px;
  line-height: 1;
}
.map-card {
  position: absolute;
  background: #fff;
  border-radius: 13px;
  padding: 13px 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  display: grid;
}
.map-card small {
  color: var(--teal);
  font-weight: 800;
}
.map-card b {
  font-size: 13px;
  color: var(--navy);
}
.map-card-one {
  top: 12%;
  left: 4%;
}
.map-card-two {
  right: -3%;
  top: 35%;
}
.map-card-three {
  bottom: 9%;
  left: 12%;
}
.strip {
  background: var(--navy);
  color: #fff;
  padding: 28px clamp(22px, 10vw, 150px);
  text-align: center;
}
.strip p {
  margin: 0 auto;
  max-width: 1100px;
  color: rgba(255, 255, 255, 0.78);
}
.section {
  padding: 100px clamp(20px, 8vw, 120px);
}
.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}
.section h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.07;
  letter-spacing: -0.035em;
  color: var(--navy);
  margin-bottom: 17px;
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
}
.awareness-grid,
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.awareness article,
.outcome-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.awareness article > span,
.outcome-grid b {
  color: var(--teal);
  font-weight: 900;
}
.awareness h3,
.outcome-grid h3 {
  color: var(--navy);
  font-size: 20px;
}
.awareness p,
.outcome-grid p {
  color: var(--muted);
  margin: 0;
}
.stages-section {
  background: #fff;
}
.stage-learning {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.stage-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.stage-list button {
  min-height: 68px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
  padding: 11px 13px;
  color: var(--muted);
  font: inherit;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 9px;
  align-items: center;
}
.stage-list button span,
.stage-list button b,
.stage-list button small {
  display: block;
}
.stage-list button span {
  grid-row: 1/3;
  color: var(--teal);
  font-size: 15px;
  font-weight: 900;
}
.stage-list button b {
  font-size: 13px;
  color: var(--navy);
}
.stage-list button small {
  font-size: 10px;
  opacity: 0.75;
}
.stage-list button.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.stage-list button.active b,
.stage-list button.active span {
  color: #fff;
}
.stage-panel {
  min-width: 0;
  padding: clamp(20px, 3vw, 34px);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.stage-panel-head {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  align-items: center;
}
.stage-panel-head > span {
  font-size: 55px;
  font-weight: 900;
  color: var(--teal);
}
.stage-panel h3 {
  font-size: clamp(25px, 3vw, 38px);
  color: var(--navy);
  margin-bottom: 7px;
}
.stage-panel-head p:last-child,
.stage-summary {
  margin: 0;
  color: var(--muted);
}
.stage-video {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 17px;
  background: linear-gradient(
    145deg,
    var(--navy),
    var(--blue) 64%,
    var(--teal)
  );
}
.stage-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-placeholder {
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 7px;
  padding: 20px;
  color: #fff;
  text-align: center;
}
.video-placeholder span {
  font-size: clamp(42px, 8vw, 80px);
  font-weight: 900;
  line-height: 1;
  opacity: 0.24;
}
.video-placeholder b {
  font-size: clamp(17px, 2.5vw, 26px);
}
.video-placeholder small {
  color: rgba(255, 255, 255, 0.72);
}
.stage-summary {
  font-size: 18px;
}
.stage-organization {
  margin-top: 22px;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(22, 178, 146, 0.3);
  border-radius: 18px;
  background: #fff;
}
.stage-organization header h4,
.stage-owner-card h5 {
  margin: 4px 0 8px;
  color: var(--navy);
}
.stage-organization header > p:last-child {
  margin: 0;
  color: var(--muted);
}
.stage-owner-card {
  margin-top: 18px;
  padding: 18px;
  border-left: 5px solid var(--teal);
  border-radius: 14px;
  background: var(--mint);
}
.stage-owner-card dl,
.stage-organization-functions dl {
  margin: 0;
}
.stage-owner-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.stage-owner-card dl div,
.stage-organization-functions dl div {
  min-width: 0;
}
.stage-owner-card dt,
.stage-organization-functions dt {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.stage-owner-card dd,
.stage-organization-functions dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}
.stage-organization-functions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.stage-organization-functions details {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
}
.stage-organization-functions summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 850;
}
.stage-dentistry {
  margin-top: 22px;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(7, 42, 74, 0.18);
  border-radius: 18px;
  background: linear-gradient(145deg, #f4f8fb, #fff);
}
.stage-dentistry header h4 {
  margin: 4px 0 8px;
  color: var(--navy);
}
.stage-dentistry header > p:last-child,
.stage-dentistry-note {
  color: var(--muted);
}
.stage-dentistry-numbers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin: 18px 0 0;
}
.stage-dentistry-numbers div,
.stage-dentistry-role {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.stage-dentistry-numbers dt,
.stage-dentistry-role b {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 850;
}
.stage-dentistry-numbers dd,
.stage-dentistry-role p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}
.stage-dentistry-role {
  margin-top: 10px;
}
.stage-dentistry-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 10px;
}
.stage-dentistry-details details {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.stage-dentistry-details summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 850;
}
.stage-dentistry-details ul {
  margin: 10px 0 0;
  padding-left: 19px;
}
.stage-dentistry-note {
  margin: 13px 0 0;
  font-size: 13px;
}
.stage-dentistry-cta {
  margin-top: 14px;
}

.stage-clinic-profile {
  margin-top: 24px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--accent) 42%, transparent);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(175, 202, 120, 0.12), rgba(255, 255, 255, 0.025));
}

.stage-clinic-profile header > p:last-child {
  color: var(--muted);
}

.stage-clinic-profile-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.stage-clinic-profile-metrics div,
.stage-clinic-profile-sections details {
  border: 1px solid rgba(175, 202, 120, 0.24);
  border-radius: 16px;
  background: rgba(20, 24, 22, 0.7);
}

.stage-clinic-profile-metrics div {
  padding: 13px;
}

.stage-clinic-profile-metrics dt,
.stage-clinic-profile-sections dt {
  color: var(--muted);
  font-size: 0.78rem;
}

.stage-clinic-profile-metrics dd {
  margin: 5px 0 0;
  color: var(--text);
  font-weight: 700;
}

.stage-clinic-profile-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stage-clinic-profile-sections summary {
  padding: 14px 16px;
  color: var(--accent-soft);
  font-weight: 700;
  cursor: pointer;
}

.stage-clinic-profile-sections dl {
  margin: 0;
  padding: 0 16px 14px;
}

.stage-clinic-profile-sections dl div {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stage-clinic-profile-sections dd {
  margin: 4px 0 0;
}
.stage-maturity {
  margin-top: 22px;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(22, 178, 146, 0.28);
  border-radius: 18px;
  background: #fff;
}
.stage-maturity header h4 {
  margin: 4px 0 8px;
  color: var(--navy);
}
.stage-maturity header > p:last-child {
  color: var(--muted);
}
.stage-maturity-scale {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}
.stage-maturity-scale article {
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(150px, 0.55fr) minmax(0, 1.6fr);
  gap: 10px 16px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--bg);
}
.stage-maturity-scale article > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.stage-maturity-scale article > div b {
  color: var(--navy);
}
.stage-maturity-scale article > div span {
  color: var(--teal-dark);
  white-space: nowrap;
  font-weight: 850;
}
.stage-maturity-scale progress {
  width: 100%;
  height: 12px;
  accent-color: var(--teal);
}
.stage-maturity-scale p {
  margin: 0;
  font-size: 14px;
}
.stage-maturity-scale p:last-child {
  grid-column: 3;
  color: var(--muted);
  font-size: 13px;
}
.chair-revenue-curve ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0 18px;
  padding: 0;
  list-style: none;
}
.chair-revenue-curve li {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 180px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}
.chair-revenue-curve li:nth-child(2),
.chair-revenue-curve li:nth-child(4) {
  transform: translateY(-18px);
}
.chair-revenue-curve strong {
  color: var(--teal-dark);
  font-size: 1.45rem;
}
.chair-revenue-curve li small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
}
.chair-revenue-curve span,
.chair-revenue-note {
  color: var(--muted);
}
.stage-organization-functions dl {
  display: grid;
  gap: 10px;
  margin-top: 13px;
}
.stage-facts,
.stage-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.stage-facts section,
.stage-columns section,
.stage-transition,
.stage-marketing {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.stage-marketing {
  margin-top: 22px;
  border-color: rgba(22, 178, 146, 0.28);
  background: linear-gradient(145deg, #f4fffc, #ffffff);
}
.stage-marketing-head h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 4px 0 12px;
  color: var(--navy);
}
.stage-marketing-head h4 span:first-child {
  color: var(--teal-dark);
}
.stage-marketing-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  margin-top: 16px;
}
.stage-marketing-grid b {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
}
.stage-marketing-grid ul {
  margin: 0;
  padding-left: 20px;
}
.stage-marketing-grid p {
  margin: 0 0 14px;
}
.stage-marketing-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.stage-facts p:last-child,
.stage-transition p:last-child {
  margin-bottom: 0;
}
.stage-columns h4 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 17px;
}
.stage-columns ul,
.stage-columns ol {
  margin: 0;
  padding-left: 21px;
}
.stage-columns li {
  margin-top: 8px;
}
.stage-transition {
  margin-top: 12px;
  border-left: 5px solid var(--teal);
}
.stage-panel-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 14px;
  background: var(--mint);
}
.stage-panel-action div {
  min-width: 0;
  display: grid;
}
.stage-panel-action small {
  color: var(--muted);
}
.transition-section {
  background: linear-gradient(180deg, var(--bg), #e8f4f6);
}
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: start;
}
.pillars article {
  min-height: 260px;
  height: auto;
  background: #fff;
  border-top: 5px solid var(--teal);
  border-radius: 16px;
  padding: 23px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pillars article:nth-child(2) {
  margin-top: 40px;
}
.pillars article:nth-child(3) {
  margin-top: 80px;
}
.pillars article:nth-child(4) {
  margin-top: 120px;
}
.pillars span {
  color: var(--teal);
  font-weight: 900;
}
.pillars h3 {
  color: var(--navy);
  font-size: 22px;
}
.pillars p {
  color: var(--muted);
  margin: 0;
}
.section-note {
  max-width: 900px;
  margin: 25px 0 0;
  color: var(--muted);
}
.outcomes {
  background: #fff;
}
.outcome-grid article {
  box-shadow: none;
}
.final-cta {
  background: linear-gradient(135deg, var(--navy), #0c5279);
  color: #fff;
  text-align: center;
}
.final-cta h2 {
  color: #fff;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.final-cta > p:not(.eyebrow) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.75);
}
.button-light {
  background: #fff;
  color: var(--navy);
  margin: 12px 0;
}
.final-cta .privacy {
  font-size: 12px;
  max-width: 650px;
}
.tour {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.tour > div {
  max-width: 800px;
}
.tour p {
  color: var(--muted);
}
.text-link {
  font-weight: 850;
  color: var(--navy);
  white-space: normal;
}
.social-follow {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  background: #f1f7f5;
}
.social-follow-copy,
.youtube-card {
  min-width: 0;
}
.social-follow-copy > p:not(.eyebrow) {
  color: var(--muted);
}
.social-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.social-links a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  background: #fff;
  text-decoration: none;
}
.social-links a > span:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-weight: 850;
}
.social-links b,
.social-links small {
  display: block;
}
.social-links small {
  margin-top: 2px;
  color: var(--muted);
}
.youtube-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(7, 42, 74, 0.16);
  border-radius: 24px;
  color: var(--navy);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 24px 60px rgba(6, 38, 67, 0.14);
}
.youtube-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--navy);
}
.youtube-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(58px, 7vw, 76px);
  height: clamp(58px, 7vw, 76px);
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 39, 70, 0.88);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.youtube-card-caption {
  display: grid;
  gap: 7px;
  padding: 19px 22px 22px;
}
.youtube-card-caption small {
  color: var(--teal-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.youtube-card-caption b {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.22;
  overflow-wrap: anywhere;
}
.social-links a:hover,
.youtube-card:hover {
  border-color: var(--teal);
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(20px, 8vw, 120px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-map {
    display: none;
  }
  .awareness-grid,
  .outcome-grid {
    grid-template-columns: 1fr 1fr;
  }
  .social-follow {
    grid-template-columns: 1fr;
  }
  .stage-learning {
    grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  }
  .pillars {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .pillars article {
    height: auto;
    min-height: 220px;
    margin-top: 0;
  }
  .tour {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .topbar {
    height: 64px;
    padding: 0 14px;
  }
  .topbar .button {
    display: none;
  }
  .brand > strong {
    font-size: 15px;
  }
  .hero {
    min-height: auto;
    padding: 54px 18px 70px;
  }
  .hero h1 {
    font-size: clamp(32px, 10vw, 36px);
    overflow-wrap: anywhere;
  }
  .hero-points {
    display: grid;
  }
  .section {
    padding: 72px 18px;
  }
  .awareness-grid,
  .outcome-grid,
  .pillars {
    grid-template-columns: 1fr;
  }
  .stage-list {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    max-width: 100%;
  }
  .stage-list button {
    flex: 0 0 190px;
    scroll-snap-align: start;
  }
  .stage-learning {
    grid-template-columns: 1fr;
  }
  .stage-panel-head {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }
  .stage-panel-head > span {
    font-size: 38px;
  }
  .stage-facts,
  .stage-columns,
  .stage-marketing-grid {
    grid-template-columns: 1fr;
  }
  .stage-owner-card dl,
  .stage-organization-functions,
  .stage-dentistry-numbers,
  .stage-dentistry-details {
    grid-template-columns: 1fr;
  }
  .stage-maturity-scale article {
    grid-template-columns: 1fr;
  }

  .stage-clinic-profile-metrics,
  .stage-clinic-profile-sections {
    grid-template-columns: 1fr;
  }
  .stage-maturity-scale p:last-child {
    grid-column: auto;
  }
  .chair-revenue-curve ol {
    grid-template-columns: 1fr;
  }
  .chair-revenue-curve li:nth-child(2),
  .chair-revenue-curve li:nth-child(4) {
    transform: none;
  }
  .stage-panel-action {
    align-items: stretch;
    flex-direction: column;
  }
  .stage-panel-action .button {
    width: 100%;
  }
  .tour {
    gap: 20px;
  }
  .social-follow {
    gap: 28px;
  }
  footer {
    padding: 24px 18px;
    gap: 18px;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .stage-list button {
    transition: none;
  }
}

/* Корпоративная чёрно-зелёная тема DentUp.
   Точные токены будут синхронизированы после восстановления доступа к Figma. */
:root {
  --navy: #0b0f0e;
  --blue: #151c19;
  --teal: #19e68c;
  --teal-dark: #0dbf70;
  --mint: #dfffee;
  --ink: #f4f8f6;
  --muted: #a5b2ac;
  --line: #2a3530;
  --bg: #0b0f0e;
  --paper: #141a17;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}
body {
  background:
    radial-gradient(circle at 82% 8%, rgba(25, 230, 140, 0.12), transparent 28rem),
    var(--bg);
}
.topbar {
  height: 78px;
  background: rgba(11, 15, 14, 0.88);
  border-color: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
}
.brand {
  color: #fff;
}
.brand > span b,
.eyebrow {
  color: var(--teal);
}
.brand i {
  color: #50615a;
}
.button {
  border-radius: 999px;
  letter-spacing: -0.01em;
}
.button-small {
  background: var(--teal);
  color: #06100b;
}
.button-primary {
  background: var(--teal);
  color: #06100b;
  box-shadow: 0 14px 40px rgba(25, 230, 140, 0.2);
}
.button-primary:hover {
  background: #71ffb8;
}
.hero {
  min-height: calc(100vh - 78px);
  padding-top: clamp(70px, 9vw, 130px);
  padding-bottom: clamp(70px, 9vw, 130px);
}
h1 {
  max-width: 960px;
  color: #fff;
  font-size: clamp(46px, 6.5vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}
.lead,
.section-heading > p:last-child,
.stage-summary,
.section-note,
.microcopy {
  color: var(--muted);
}
.hero-points span {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--muted);
  border-radius: 999px;
}
.hero-points b {
  color: var(--teal);
}
.hero-map {
  height: 590px;
  border: 1px solid rgba(25, 230, 140, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(rgba(25, 230, 140, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 230, 140, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #111714, #07100c);
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: var(--shadow);
}
.map-orbit {
  border-color: var(--teal);
  color: #fff;
  box-shadow: 0 0 80px rgba(25, 230, 140, 0.14);
}
.map-orbit strong {
  color: var(--teal);
}
.map-card {
  background: rgba(20, 26, 23, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}
.map-card small {
  color: var(--teal);
}
.map-card b {
  color: #fff;
}
.strip {
  background: var(--teal);
  color: #07100b;
}
.section {
  padding-top: clamp(80px, 10vw, 150px);
  padding-bottom: clamp(80px, 10vw, 150px);
}
.section h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.awareness-grid article,
.outcome-grid article,
.stage-panel,
.stage-owner-card,
.stage-organization-functions article,
.stage-dentistry,
.stage-maturity,
.stage-marketing,
.youtube-card {
  background: var(--paper);
  border-color: var(--line);
  color: var(--ink);
  box-shadow: none;
}
.awareness-grid article,
.outcome-grid article {
  border-radius: 20px;
}
.awareness-grid article > span,
.outcome-grid b,
.stage-panel-head > span {
  color: var(--teal);
}
.awareness-grid p,
.outcome-grid p,
.stage-panel p,
.stage-panel dd,
.stage-panel small {
  color: var(--muted);
}
.stage-list button {
  background: transparent;
  border-color: var(--line);
  color: var(--muted);
}
.stage-list button.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #06100b;
  transform: translateX(8px);
}
.stage-list button.active b,
.stage-list button.active span,
.stage-list button.active small {
  color: #06100b;
}
.stage-panel h3,
.stage-panel h4,
.stage-panel h5,
.awareness-grid h3,
.outcome-grid h3 {
  color: #fff;
}
.stage-video,
.video-placeholder {
  background: #090d0b;
  border-color: var(--line);
}
.final-cta {
  background:
    radial-gradient(circle at 20% 20%, rgba(25, 230, 140, 0.25), transparent 25rem),
    #0f1713;
  border: 1px solid rgba(25, 230, 140, 0.2);
}
.button-light {
  background: var(--teal);
  color: #06100b;
}
.social-links a,
.text-link {
  color: var(--teal);
}
@media (max-width: 900px) {
  .topbar {
    position: relative;
  }
  .hero-map {
    height: 470px;
  }
}
@media (max-width: 560px) {
  .hero {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }
  .hero-copy {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    min-width: 0;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }
}
