@charset "UTF-8";
/* Master Smile Bomb Landing */
/* line 3, theme.scss */
body[data-theme-template*="index"] {
  margin: 0;
  background: #fbfbf9; }

/* line 8, theme.scss */
body[data-theme-template*="index"] .msb-clean-layout,
body[data-theme-template*="index"] .msb-clean-layout > main {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: transparent; }

/* line 19, theme.scss */
body[data-theme-template*="index"] .preloader,
body[data-theme-template*="index"] [data-fixed-panels] {
  display: none !important; }

/* line 24, theme.scss */
.msb-page {
  --ink: #111614;
  --muted: #69736b;
  --green: #19733f;
  --green-2: #0b3f2a;
  --green-3: #0a2f22;
  --line: rgba(17, 22, 20, .10);
  --soft: #f1f8f2;
  --paper: #ffffff;
  --shadow: 0 28px 80px rgba(10, 47, 34, .10);
  color: var(--ink);
  background: #fbfbf9;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  overflow: clip; }

/* line 40, theme.scss */
.msb-page *,
.msb-page *::before,
.msb-page *::after {
  box-sizing: border-box; }

/* line 44, theme.scss */
.msb-page a {
  color: inherit;
  text-decoration: none; }

/* line 45, theme.scss */
.msb-page img {
  display: block;
  max-width: 100%; }

/* line 46, theme.scss */
.msb-page button,
.msb-page input,
.msb-page select {
  font: inherit; }

/* line 49, theme.scss */
.msb-page button {
  cursor: pointer; }

/* line 51, theme.scss */
.msb-main {
  max-width: 1780px;
  margin: 0 auto; }

/* line 56, theme.scss */
.msb-floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 20px 40px rgba(25, 115, 63, 0.25); }

/* line 71, theme.scss */
.msb-header {
  position: sticky;
  top: 0;
  z-index: 80;
  max-width: 1780px;
  margin: 0 auto;
  min-height: 92px;
  padding: 0 68px;
  display: grid;
  grid-template-columns: 240px 1fr 260px;
  align-items: center;
  gap: 24px;
  background: rgba(251, 251, 249, 0.82);
  backdrop-filter: blur(18px); }

/* line 87, theme.scss */
.msb-header.is-scrolled {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.06); }

/* line 91, theme.scss */
.msb-logo {
  display: flex;
  align-items: center;
  gap: 12px; }

/* line 97, theme.scss */
.msb-logo img {
  width: 54px;
  height: 54px;
  border-radius: 50%; }

/* line 103, theme.scss */
.msb-logo b {
  display: block;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 800; }

/* line 110, theme.scss */
.msb-logo small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800; }

/* line 120, theme.scss */
.msb-nav {
  display: flex;
  justify-content: center;
  gap: 42px; }

/* line 126, theme.scss */
.msb-nav a {
  font-size: 15px;
  font-weight: 700; }

/* line 131, theme.scss */
.msb-header-actions {
  display: grid;
  justify-items: end;
  gap: 4px; }

/* line 137, theme.scss */
.msb-phone {
  font-size: 18px;
  font-weight: 800; }

/* line 142, theme.scss */
.msb-callback {
  color: var(--green);
  font-size: 14px;
  font-weight: 700; }

/* line 148, theme.scss */
.msb-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--soft);
  border-radius: 12px;
  padding: 10px; }

/* line 158, theme.scss */
.msb-burger span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--green-2); }

/* line 165, theme.scss */
.msb-btn {
  min-height: 60px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 13px;
  color: #fff !important;
  background: var(--green);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(25, 115, 63, 0.2);
  transition: transform .22s ease, box-shadow .22s ease; }

/* line 182, theme.scss */
.msb-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(25, 115, 63, 0.26); }

/* line 187, theme.scss */
.msb-hero {
  position: relative;
  min-height: 690px;
  padding: 70px 68px 58px;
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 0.58fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 50% 26%, rgba(25, 115, 63, 0.12), rgba(0, 0, 0, 0) 24%), linear-gradient(180deg, #fff, #fbfbf9); }

/* line 201, theme.scss */
.msb-overline {
  margin: 0 0 24px;
  color: #5a645d;
  font-size: 15px; }

/* line 207, theme.scss */
.msb-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(58px, 6.2vw, 116px);
  line-height: .94;
  letter-spacing: -.075em;
  font-weight: 300; }

/* line 216, theme.scss */
.msb-hero h1 span {
  color: var(--green); }

/* line 220, theme.scss */
.msb-lead {
  max-width: 500px;
  margin: 34px 0 0;
  color: #5f6962;
  font-size: 19px;
  line-height: 1.65; }

/* line 228, theme.scss */
.msb-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px; }

/* line 236, theme.scss */
.msb-play {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #3f4943;
  font-size: 15px;
  font-weight: 700; }

/* line 245, theme.scss */
.msb-play i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--green);
  font-style: normal; }

/* line 256, theme.scss */
.msb-hero-art {
  position: relative;
  min-height: 520px; }

/* line 261, theme.scss */
.msb-hero-tooth {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(520px, 88%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 28px 52px rgba(25, 115, 63, 0.16)); }

/* line 270, theme.scss */
.msb-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 2px solid rgba(25, 115, 63, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  pointer-events: none; }

/* line 280, theme.scss */
.msb-orbit--one {
  width: 640px;
  height: 150px; }

/* line 285, theme.scss */
.msb-orbit--two {
  width: 58px;
  height: 58px;
  left: 87%;
  top: 31%;
  background: rgba(25, 115, 63, 0.1); }

/* line 293, theme.scss */
.msb-contact-panel {
  align-self: center;
  padding: 42px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px); }

/* line 303, theme.scss */
.msb-contact-panel h2 {
  margin: 0 0 24px;
  font-size: 22px; }

/* line 308, theme.scss */
.msb-contact-panel a,
.msb-contact-panel p {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  margin: 20px 0 0;
  color: #303b34;
  font-size: 16px;
  line-height: 1.45; }

/* line 320, theme.scss */
.msb-contact-panel i {
  color: var(--green);
  font-style: normal;
  font-weight: 900; }

/* line 326, theme.scss */
.msb-dark {
  position: relative;
  min-height: 380px;
  padding: 64px 88px;
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 42px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--green-3); }

/* line 339, theme.scss */
.msb-dark-bg {
  position: absolute;
  inset: 0;
  opacity: .42; }

/* line 345, theme.scss */
.msb-dark-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 47, 34, 0.96), rgba(10, 47, 34, 0.72), rgba(10, 47, 34, 0.92)); }

/* line 352, theme.scss */
.msb-dark-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05); }

/* line 359, theme.scss */
.msb-dark-copy,
.msb-dark-stats {
  position: relative;
  z-index: 1; }

/* line 365, theme.scss */
.msb-dark h2 {
  margin: 0;
  font-size: clamp(46px, 4vw, 74px);
  line-height: 1.02;
  letter-spacing: -.065em;
  font-weight: 300; }

/* line 373, theme.scss */
.msb-dark p {
  max-width: 360px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.62; }

/* line 381, theme.scss */
.msb-dark-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; }

/* line 387, theme.scss */
.msb-dark-stats div {
  min-height: 210px;
  padding: 34px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px); }

/* line 396, theme.scss */
.msb-dark-stats i {
  display: block;
  margin-bottom: 42px;
  font-style: normal;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.72); }

/* line 404, theme.scss */
.msb-dark-stats strong {
  display: block;
  font-size: 54px;
  line-height: 1;
  font-weight: 300; }

/* line 411, theme.scss */
.msb-dark-stats span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px; }

/* line 418, theme.scss */
.msb-philosophy {
  padding: 74px 88px 34px; }

/* line 422, theme.scss */
.msb-section-head--wide {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;
  align-items: end; }

/* line 429, theme.scss */
.msb-section-head h2,
.msb-side-title h2,
.msb-appointment-title h2,
.msb-docs h2 {
  margin: 0;
  font-size: clamp(48px, 4.8vw, 92px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 300; }

/* line 440, theme.scss */
.msb-section-head h2 span {
  color: var(--green); }

/* line 444, theme.scss */
.msb-section-head p {
  margin: 0;
  color: #5e6962;
  font-size: 19px;
  line-height: 1.6; }

/* line 451, theme.scss */
.msb-value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 58px; }

/* line 458, theme.scss */
.msb-value-grid article {
  min-height: 232px;
  padding: 26px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .22s ease, box-shadow .22s ease; }

/* line 467, theme.scss */
.msb-value-grid article:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow); }

/* line 472, theme.scss */
.msb-value-grid em {
  color: #989f9a;
  font-size: 44px;
  line-height: 1;
  font-style: normal;
  font-weight: 300; }

/* line 480, theme.scss */
.msb-value-grid i {
  float: right;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--soft);
  color: var(--green);
  font-style: normal; }

/* line 492, theme.scss */
.msb-value-grid h3 {
  margin: 46px 0 0;
  font-size: 19px; }

/* line 497, theme.scss */
.msb-value-grid p {
  margin: 16px 0 0;
  color: #6d766f;
  font-size: 15px;
  line-height: 1.5; }

/* line 504, theme.scss */
.msb-services,
.msb-specialists,
.msb-prices,
.msb-reviews {
  padding: 30px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 516, theme.scss */
.msb-side-title h2 {
  font-size: clamp(40px, 3.4vw, 64px); }

/* line 520, theme.scss */
.msb-side-title p {
  max-width: 240px;
  margin: 18px 0 0;
  color: #6d766f;
  font-size: 16px;
  line-height: 1.55; }

/* line 528, theme.scss */
.msb-side-title a {
  display: inline-block;
  margin-top: 24px;
  color: var(--green);
  font-size: 15px;
  font-weight: 800; }

/* line 536, theme.scss */
.msb-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px; }

/* line 542, theme.scss */
.msb-service-card {
  position: relative;
  min-height: 270px;
  padding: 26px;
  display: grid;
  align-content: space-between;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease; }

/* line 555, theme.scss */
.msb-service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow); }

/* line 560, theme.scss */
.msb-service-card img {
  width: 160px;
  height: 142px;
  object-fit: contain;
  justify-self: center;
  margin-top: -5px;
  filter: drop-shadow(0 14px 24px rgba(25, 115, 63, 0.1)); }

/* line 569, theme.scss */
.msb-service-card h3 {
  margin: 0;
  font-size: 18px; }

/* line 574, theme.scss */
.msb-service-card p {
  margin: 10px 0 0;
  color: #6d766f;
  font-size: 14px;
  line-height: 1.45; }

/* line 581, theme.scss */
.msb-service-card > a {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(25, 115, 63, 0.18);
  color: var(--green); }

/* line 594, theme.scss */
.msb-specialist-strip article {
  padding: 22px;
  min-height: 230px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line); }

/* line 602, theme.scss */
.msb-specialist-strip div {
  height: 92px;
  border-radius: 12px;
  background: radial-gradient(circle at center, rgba(25, 115, 63, 0.16), rgba(0, 0, 0, 0) 32%), linear-gradient(135deg, #f8faf8, #eef7f0); }

/* line 610, theme.scss */
.msb-specialist-strip h3 {
  margin: 22px 0 0;
  font-size: 20px; }

/* line 615, theme.scss */
.msb-specialist-strip p,
.msb-legal-note {
  color: #6d766f;
  font-size: 15px;
  line-height: 1.45; }

/* line 622, theme.scss */
.msb-legal-note {
  grid-column: 2;
  margin: 16px 0 0; }

/* line 627, theme.scss */
.msb-prices {
  grid-template-columns: 330px minmax(0, 1fr) 460px; }

/* line 631, theme.scss */
.msb-price-board {
  display: grid;
  border-top: 1px solid var(--line); }

/* line 636, theme.scss */
.msb-price-row {
  min-height: 66px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 160px;
  align-items: center;
  gap: 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left; }

/* line 650, theme.scss */
.msb-price-row span {
  font-size: 17px;
  font-weight: 700; }

/* line 655, theme.scss */
.msb-price-row b {
  color: var(--green);
  font-size: 17px; }

/* line 660, theme.scss */
.msb-price-row i {
  font-style: normal;
  font-size: 24px; }

/* line 665, theme.scss */
.msb-price-photo {
  position: relative;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden; }

/* line 672, theme.scss */
.msb-price-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 678, theme.scss */
.msb-price-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(10, 47, 34, 0.58)); }

/* line 685, theme.scss */
.msb-price-photo div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 18px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.84); }

/* line 696, theme.scss */
.msb-price-photo p {
  margin: 0 0 12px;
  color: #334139;
  font-size: 14px;
  line-height: 1.45; }

/* line 703, theme.scss */
.msb-price-photo a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-weight: 800;
  font-size: 13px; }

/* line 715, theme.scss */
.msb-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; }

/* line 721, theme.scss */
.msb-review-grid article {
  min-height: 180px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line); }

/* line 729, theme.scss */
.msb-review-grid i {
  display: block;
  color: var(--green);
  font-size: 42px;
  line-height: .7;
  font-style: normal; }

/* line 737, theme.scss */
.msb-review-grid p {
  margin: 18px 0 0;
  color: #4f5a53;
  line-height: 1.5; }

/* line 743, theme.scss */
.msb-review-grid b {
  display: block;
  margin-top: 18px; }

/* line 748, theme.scss */
.msb-review-grid span {
  display: block;
  margin-top: 4px;
  color: #7b837d;
  font-size: 13px; }

/* line 755, theme.scss */
.msb-appointment {
  margin: 34px 88px 0;
  min-height: 240px;
  display: grid;
  grid-template-columns: 0.85fr 1fr .55fr;
  gap: 34px;
  align-items: center;
  padding: 40px 48px;
  border-radius: 26px;
  background: radial-gradient(circle at 12% 45%, rgba(25, 115, 63, 0.09), rgba(0, 0, 0, 0) 25%), linear-gradient(135deg, #f4fbf4, #ffffff);
  border: 1px solid var(--line); }

/* line 770, theme.scss */
.msb-appointment-title span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-weight: 800; }

/* line 777, theme.scss */
.msb-appointment-title h2 {
  font-size: clamp(36px, 3.2vw, 58px); }

/* line 781, theme.scss */
.msb-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }

/* line 787, theme.scss */
.msb-form input {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  outline: none; }

/* line 796, theme.scss */
.msb-form button {
  grid-column: span 2;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-weight: 800; }

/* line 806, theme.scss */
.msb-form label {
  grid-column: span 2;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #6d766f;
  font-size: 13px; }

/* line 815, theme.scss */
.msb-appointment-contact {
  display: grid;
  gap: 18px; }

/* line 820, theme.scss */
.msb-appointment-contact p {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin: 0;
  color: #334139;
  line-height: 1.45; }

/* line 829, theme.scss */
.msb-appointment-contact i {
  color: var(--green);
  font-style: normal; }

/* line 834, theme.scss */
.msb-docs {
  margin: 34px 88px 0;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line); }

/* line 846, theme.scss */
.msb-docs h2 {
  font-size: 34px; }

/* line 850, theme.scss */
.msb-docs p {
  margin: 8px 0 0;
  color: #6d766f;
  line-height: 1.5; }

/* line 856, theme.scss */
.msb-docs a {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-weight: 800; }

/* line 867, theme.scss */
.msb-footer {
  max-width: 1780px;
  margin: 50px auto 0;
  padding: 0 68px 42px;
  display: grid;
  grid-template-columns: 310px 1fr 390px;
  gap: 42px;
  align-items: start; }

/* line 877, theme.scss */
.msb-footer img {
  width: 56px;
  height: 56px;
  border-radius: 50%; }

/* line 883, theme.scss */
.msb-footer p,
.msb-footer span {
  display: block;
  margin: 16px 0 0;
  color: #6d766f;
  font-size: 14px;
  line-height: 1.45; }

/* line 892, theme.scss */
.msb-footer nav {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 42px; }

/* line 898, theme.scss */
.msb-footer nav a,
.msb-footer div > a {
  display: block;
  color: #28342d;
  font-weight: 700; }

/* line 905, theme.scss */
.msb-footer div > a + a {
  margin-top: 10px; }

@media (max-width: 1280px) {
  /* line 910, theme.scss */
  .msb-header {
    grid-template-columns: auto auto;
    padding: 0 22px; }

  /* line 915, theme.scss */
  .msb-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 90px;
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow); }

  /* line 929, theme.scss */
  .msb-nav.is-open {
    display: flex; }

  /* line 930, theme.scss */
  .msb-burger {
    display: block; }

  /* line 931, theme.scss */
  .msb-phone,
  .msb-callback {
    display: none; }

  /* line 934, theme.scss */
  .msb-hero {
    grid-template-columns: 1fr;
    padding: 44px 28px; }

  /* line 939, theme.scss */
  .msb-hero-art {
    min-height: 420px; }

  /* line 943, theme.scss */
  .msb-contact-panel {
    max-width: 520px; }

  /* line 947, theme.scss */
  .msb-dark,
  .msb-section-head--wide,
  .msb-services,
  .msb-specialists,
  .msb-prices,
  .msb-reviews,
  .msb-appointment,
  .msb-docs,
  .msb-footer {
    grid-template-columns: 1fr; }

  /* line 959, theme.scss */
  .msb-services,
  .msb-specialists,
  .msb-prices,
  .msb-reviews {
    padding: 30px 28px; }

  /* line 966, theme.scss */
  .msb-philosophy,
  .msb-dark {
    padding: 50px 28px; }

  /* line 971, theme.scss */
  .msb-appointment,
  .msb-docs {
    margin-left: 28px;
    margin-right: 28px; }

  /* line 977, theme.scss */
  .msb-value-grid,
  .msb-service-grid,
  .msb-specialist-strip,
  .msb-review-grid,
  .msb-dark-stats {
    grid-template-columns: repeat(2, 1fr); }

  /* line 985, theme.scss */
  .msb-price-photo {
    max-width: 620px; } }
@media (max-width: 720px) {
  /* line 991, theme.scss */
  .msb-header {
    min-height: 76px; }

  /* line 995, theme.scss */
  .msb-logo span {
    display: none; }

  /* line 996, theme.scss */
  .msb-logo img {
    width: 48px;
    height: 48px; }

  /* line 998, theme.scss */
  .msb-hero h1 {
    font-size: 50px; }

  /* line 1002, theme.scss */
  .msb-hero-art {
    min-height: 330px; }

  /* line 1006, theme.scss */
  .msb-orbit--one {
    width: 360px;
    height: 100px; }

  /* line 1011, theme.scss */
  .msb-contact-panel,
  .msb-dark-stats div,
  .msb-appointment,
  .msb-docs {
    padding: 22px; }

  /* line 1018, theme.scss */
  .msb-section-head h2,
  .msb-side-title h2,
  .msb-appointment-title h2 {
    font-size: 40px; }

  /* line 1024, theme.scss */
  .msb-value-grid,
  .msb-service-grid,
  .msb-specialist-strip,
  .msb-review-grid,
  .msb-dark-stats,
  .msb-form,
  .msb-footer nav {
    grid-template-columns: 1fr; }

  /* line 1034, theme.scss */
  .msb-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0; }

  /* line 1040, theme.scss */
  .msb-form button,
  .msb-form label {
    grid-column: auto; }

  /* line 1045, theme.scss */
  .msb-footer {
    padding-left: 22px;
    padding-right: 22px; } }
/* Actual data patch: logo, facts, documents */
/* line 1052, theme.scss */
.msb-page--actual .msb-logo img,
.msb-page--actual .msb-footer img {
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(25, 115, 63, 0.14); }

/* line 1059, theme.scss */
.msb-page--actual .msb-dark-stats strong {
  font-size: 42px;
  letter-spacing: -.04em; }

/* line 1064, theme.scss */
.msb-page--actual .msb-work-strip {
  grid-template-columns: repeat(4, 1fr); }

/* line 1068, theme.scss */
.msb-page--actual .msb-page--actual .msb-clean-facts article i {
  font-size: 36px;
  color: var(--green); }

/* line 1073, theme.scss */
.msb-page--actual .msb-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end; }

/* line 1080, theme.scss */
.msb-page--actual .msb-doc-actions a {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-weight: 800; }

/* line 1091, theme.scss */
.msb-page--actual .msb-docs {
  grid-template-columns: 1fr auto; }

/* line 1095, theme.scss */
.msb-page--actual .msb-docs h2 {
  margin-bottom: 14px; }

/* line 1099, theme.scss */
.msb-page--actual .msb-docs p {
  max-width: 980px; }

@media (max-width: 1280px) {
  /* line 1104, theme.scss */
  .msb-page--actual .msb-work-strip {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1108, theme.scss */
  .msb-page--actual .msb-docs {
    grid-template-columns: 1fr; }

  /* line 1112, theme.scss */
  .msb-page--actual .msb-doc-actions {
    justify-content: flex-start; } }
@media (max-width: 720px) {
  /* line 1118, theme.scss */
  .msb-page--actual .msb-work-strip {
    grid-template-columns: 1fr; } }
/* Doctors section + clean copy patch */
/* line 1125, theme.scss */
.msb-doctors {
  padding: 30px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 1134, theme.scss */
.msb-doctor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px; }

/* line 1140, theme.scss */
.msb-doctor-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  min-height: 360px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(10, 47, 34, 0.06); }

/* line 1152, theme.scss */
.msb-doctor-photo {
  min-height: 310px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 28%, rgba(25, 115, 63, 0.2), rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, #f8faf8, #eaf4ec);
  border: 1px solid rgba(25, 115, 63, 0.1); }

/* line 1163, theme.scss */
.msb-doctor-photo span {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -.04em; }

/* line 1176, theme.scss */
.msb-doctor-label {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
  font-size: 14px; }

/* line 1183, theme.scss */
.msb-doctor-card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 300; }

/* line 1191, theme.scss */
.msb-doctor-card p {
  margin: 16px 0 0;
  color: #59635c;
  line-height: 1.55;
  font-size: 15px; }

/* line 1198, theme.scss */
.msb-doctor-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #59635c;
  line-height: 1.55;
  font-size: 14px; }

/* line 1206, theme.scss */
.msb-doctor-card li + li {
  margin-top: 7px; }

/* line 1210, theme.scss */
.msb-doctor-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--green);
  font-weight: 800; }

/* line 1217, theme.scss */
.msb-page--actual .msb-dark-copy p,
.msb-page--actual .msb-section-head p,
.msb-page--actual .msb-side-title p,
.msb-page--actual .msb-docs p,
.msb-page--actual .msb-review-grid p {
  max-width: none; }

/* line 1225, theme.scss */
.msb-page--actual .msb-page--actual .msb-specialists {
  padding-top: 30px; }

/* line 1229, theme.scss */
.msb-page--actual .msb-review-grid article {
  min-height: 210px; }

@media (max-width: 1280px) {
  /* line 1234, theme.scss */
  .msb-doctors {
    grid-template-columns: 1fr;
    padding: 30px 28px; }

  /* line 1239, theme.scss */
  .msb-doctor-grid {
    grid-template-columns: 1fr; }

  /* line 1243, theme.scss */
  .msb-doctor-card {
    grid-template-columns: 160px 1fr; } }
@media (max-width: 720px) {
  /* line 1249, theme.scss */
  .msb-doctor-card {
    grid-template-columns: 1fr; }

  /* line 1253, theme.scss */
  .msb-doctor-photo {
    min-height: 180px; } }
/* External platforms links */
/* line 1260, theme.scss */
.msb-links {
  padding: 30px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 1269, theme.scss */
.msb-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px; }

/* line 1275, theme.scss */
.msb-link-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border-radius: 18px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  background: radial-gradient(circle at 78% 18%, rgba(25, 115, 63, 0.1), rgba(0, 0, 0, 0) 34%), #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(10, 47, 34, 0.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }

/* line 1291, theme.scss */
.msb-link-card:hover {
  transform: translateY(-7px);
  border-color: rgba(25, 115, 63, 0.22);
  box-shadow: 0 28px 70px rgba(10, 47, 34, 0.12); }

/* line 1297, theme.scss */
.msb-link-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.04em; }

/* line 1309, theme.scss */
.msb-link-icon--pd {
  background: linear-gradient(135deg, #19733f, #0a4c2d); }

/* line 1310, theme.scss */
.msb-link-icon--np {
  background: linear-gradient(135deg, #3a8b62, #19733f); }

/* line 1311, theme.scss */
.msb-link-icon--ym {
  background: linear-gradient(135deg, #e3392f, #b51f19); }

/* line 1312, theme.scss */
.msb-link-icon--dg {
  background: linear-gradient(135deg, #2aa64a, #167b34); }

/* line 1314, theme.scss */
.msb-link-card b {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 400; }

/* line 1323, theme.scss */
.msb-link-card small {
  display: block;
  margin-top: 12px;
  color: #647067;
  font-size: 15px;
  line-height: 1.45; }

/* line 1331, theme.scss */
.msb-link-card em {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  justify-self: end;
  border-radius: 50%;
  color: var(--green);
  border: 1px solid rgba(25, 115, 63, 0.18);
  font-style: normal; }

/* line 1343, theme.scss */
.msb-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 22, 20, 0.1); }

/* line 1352, theme.scss */
.msb-mini-links a {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--green);
  background: rgba(25, 115, 63, 0.08);
  font-size: 13px;
  font-weight: 800; }

@media (max-width: 1280px) {
  /* line 1365, theme.scss */
  .msb-links {
    grid-template-columns: 1fr;
    padding: 30px 28px; }

  /* line 1370, theme.scss */
  .msb-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) {
  /* line 1376, theme.scss */
  .msb-link-grid {
    grid-template-columns: 1fr; }

  /* line 1380, theme.scss */
  .msb-link-card {
    min-height: 170px; } }
/* line 1387, theme.scss */
.msb-header--v8 {
  position: sticky;
  top: 12px;
  max-width: 1840px;
  margin: 12px auto 0;
  min-height: 96px;
  padding: 0 34px;
  grid-template-columns: 120px minmax(0, 1fr) 220px;
  gap: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 22, 20, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(10, 47, 34, 0.08); }

/* line 1402, theme.scss */
.msb-header--v8 .msb-header-left,
.msb-header--v8 .msb-header-right {
  display: flex;
  align-items: center; }

/* line 1408, theme.scss */
.msb-header--v8 .msb-header-right {
  justify-content: flex-end;
  flex-direction: column;
  gap: 4px; }

/* line 1414, theme.scss */
.msb-logo-icon {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

/* line 1422, theme.scss */
.msb-logo-icon img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%; }

/* line 1429, theme.scss */
.msb-header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }

/* line 1436, theme.scss */
.msb-brand-title {
  display: block;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 400;
  text-align: center; }

/* line 1446, theme.scss */
.msb-nav--capsule {
  min-height: 62px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  border-radius: 999px;
  background: rgba(247, 249, 247, 0.96);
  border: 1px solid rgba(17, 22, 20, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9); }

/* line 1459, theme.scss */
.msb-nav--capsule a {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #5a645d;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease; }

/* line 1472, theme.scss */
.msb-nav--capsule a:hover {
  color: var(--green);
  background: rgba(25, 115, 63, 0.08); }

/* line 1477, theme.scss */
.msb-header--v8 .msb-phone {
  font-size: 18px;
  line-height: 1; }

/* line 1482, theme.scss */
.msb-header--v8 .msb-callback {
  font-size: 14px;
  line-height: 1; }

/* line 1487, theme.scss */
.msb-hero--v8 {
  padding-top: 56px; }

/* line 1491, theme.scss */
.msb-hero--v8 .msb-overline {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(25, 115, 63, 0.08);
  font-size: 14px;
  font-weight: 800; }

/* line 1503, theme.scss */
.msb-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px; }

/* line 1510, theme.scss */
.msb-hero-badges span {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 22, 20, 0.08);
  color: #3e4942;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(10, 47, 34, 0.05); }

/* line 1524, theme.scss */
.msb-art-note {
  position: absolute;
  z-index: 4;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(10, 47, 34, 0.08);
  color: var(--green);
  font-size: 14px;
  font-weight: 800; }

/* line 1539, theme.scss */
.msb-art-note--one {
  left: 2%;
  top: 30%; }

/* line 1544, theme.scss */
.msb-art-note--two {
  left: 64%;
  top: 10%; }

/* line 1549, theme.scss */
.msb-art-note--three {
  right: 0;
  top: 44%; }

/* line 1554, theme.scss */
.msb-hero--v8 .msb-contact-panel {
  padding: 34px; }

/* line 1558, theme.scss */
.msb-hero--v8 .msb-contact-panel h2 {
  font-size: 24px;
  line-height: 1.05; }

@media (max-width: 1280px) {
  /* line 1564, theme.scss */
  .msb-header--v8 {
    top: 8px;
    margin-top: 8px;
    padding: 0 18px;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    min-height: 86px; }

  /* line 1572, theme.scss */
  .msb-header--v8 .msb-header-right {
    justify-content: center; }

  /* line 1576, theme.scss */
  .msb-header--v8 .msb-phone,
  .msb-header--v8 .msb-callback {
    display: none; }

  /* line 1581, theme.scss */
  .msb-header--v8 .msb-burger {
    display: block; }

  /* line 1585, theme.scss */
  .msb-header-center {
    gap: 8px; }

  /* line 1589, theme.scss */
  .msb-brand-title {
    font-size: 24px; }

  /* line 1593, theme.scss */
  .msb-nav--capsule {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 104px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-height: auto;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(10, 47, 34, 0.12); }

  /* line 1609, theme.scss */
  .msb-nav--capsule.is-open {
    display: flex; }

  /* line 1613, theme.scss */
  .msb-nav--capsule a {
    justify-content: flex-start;
    padding: 0 14px; }

  /* line 1618, theme.scss */
  .msb-hero--v8 .msb-contact-panel {
    max-width: 100%; } }
@media (max-width: 720px) {
  /* line 1624, theme.scss */
  .msb-brand-title {
    font-size: 20px; }

  /* line 1628, theme.scss */
  .msb-hero-badges {
    flex-direction: column;
    align-items: flex-start; }

  /* line 1633, theme.scss */
  .msb-art-note {
    display: none; }

  /* line 1637, theme.scss */
  .msb-header--v8 {
    grid-template-columns: 58px minmax(0, 1fr) 58px; }

  /* line 1641, theme.scss */
  .msb-logo-icon {
    width: 48px;
    height: 48px; }

  /* line 1646, theme.scss */
  .msb-logo-icon img {
    width: 44px;
    height: 44px; } }
/* Real review excerpts */
/* line 1654, theme.scss */
.msb-review-quotes {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px; }

/* line 1662, theme.scss */
.msb-review-quotes span {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--green);
  background: rgba(25, 115, 63, 0.08);
  border: 1px solid rgba(25, 115, 63, 0.1);
  font-size: 14px;
  font-weight: 800; }

@media (max-width: 1280px) {
  /* line 1676, theme.scss */
  .msb-review-quotes {
    grid-column: auto; } }
/* Doctors showcase v11 */
/* line 1683, theme.scss */
.msb-doctors--showcase {
  padding: 34px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 1692, theme.scss */
.msb-doctor-showcase {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch; }

/* line 1699, theme.scss */
.msb-doctor-poster {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #dfe6e1;
  box-shadow: 0 28px 80px rgba(10, 47, 34, 0.1); }

/* line 1708, theme.scss */
.msb-doctor-poster--featured {
  min-height: 580px; }

/* line 1712, theme.scss */
.msb-doctor-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 1718, theme.scss */
.msb-doctor-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 20, 18, 0.28) 0%, rgba(13, 20, 18, 0.04) 32%, rgba(13, 20, 18, 0.42) 100%); }

/* line 1724, theme.scss */
.msb-doctor-meta {
  position: absolute;
  z-index: 2;
  color: #fff; }

/* line 1730, theme.scss */
.msb-doctor-meta strong {
  display: block;
  font-size: clamp(28px, 2.2vw, 44px);
  line-height: .95;
  letter-spacing: -.05em;
  font-weight: 400;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18); }

/* line 1739, theme.scss */
.msb-doctor-meta--left {
  left: 24px;
  top: 24px;
  max-width: 62%; }

/* line 1745, theme.scss */
.msb-doctor-meta--right {
  right: 24px;
  top: 28px;
  display: grid;
  justify-items: end;
  gap: 4px;
  max-width: 34%; }

/* line 1754, theme.scss */
.msb-doctor-meta--right span {
  display: block;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.1;
  text-align: right; }

/* line 1762, theme.scss */
.msb-doctor-cta {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
  font-weight: 700; }

@media (max-width: 1280px) {
  /* line 1780, theme.scss */
  .msb-doctors--showcase {
    grid-template-columns: 1fr;
    padding: 30px 28px; }

  /* line 1785, theme.scss */
  .msb-doctor-showcase {
    grid-template-columns: 1fr; }

  /* line 1790, theme.scss */
  .msb-doctor-poster,
  .msb-doctor-poster--featured {
    min-height: 520px; } }
@media (max-width: 720px) {
  /* line 1797, theme.scss */
  .msb-doctor-poster,
  .msb-doctor-poster--featured {
    min-height: 420px;
    border-radius: 22px; }

  /* line 1803, theme.scss */
  .msb-doctor-meta--left {
    max-width: 72%; }

  /* line 1807, theme.scss */
  .msb-doctor-meta strong {
    font-size: 28px; }

  /* line 1811, theme.scss */
  .msb-doctor-meta--right span {
    font-size: 14px; }

  /* line 1815, theme.scss */
  .msb-doctor-cta {
    bottom: 18px;
    left: 18px; } }
/* Header exact match v13 */
/* line 1823, theme.scss */
.msb-header--exact {
  position: relative;
  top: auto;
  max-width: 1840px;
  margin: 0 auto;
  min-height: 108px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 250px 1fr 220px;
  align-items: center;
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none; }

/* line 1840, theme.scss */
.msb-logo--exact {
  display: flex;
  align-items: center;
  gap: 12px; }

/* line 1846, theme.scss */
.msb-logo--exact img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%; }

/* line 1853, theme.scss */
.msb-logo--exact b {
  display: block;
  color: #121715;
  font-size: 27px;
  line-height: .88;
  letter-spacing: -.04em;
  font-weight: 700; }

/* line 1862, theme.scss */
.msb-nav--exact {
  display: flex;
  justify-content: center;
  gap: 42px; }

/* line 1868, theme.scss */
.msb-nav--exact a {
  color: #2f3833;
  font-size: 14px;
  font-weight: 500; }

/* line 1874, theme.scss */
.msb-header-actions--exact {
  display: grid;
  justify-items: end;
  gap: 6px; }

/* line 1880, theme.scss */
.msb-header-actions--exact .msb-phone {
  color: #18201c;
  font-size: 16px;
  font-weight: 600; }

/* line 1886, theme.scss */
.msb-header-actions--exact .msb-callback {
  color: var(--green);
  font-size: 13px;
  font-weight: 600; }

/* line 1892, theme.scss */
.msb-hero--exact {
  min-height: 620px;
  padding: 6px 34px 40px;
  display: grid;
  grid-template-columns: 1.02fr 1.05fr 360px;
  gap: 12px;
  align-items: center;
  background: transparent;
  border-bottom: 0; }

/* line 1903, theme.scss */
.msb-hero-copy--exact {
  align-self: center;
  padding-top: 24px; }

/* line 1908, theme.scss */
.msb-hero-copy--exact .msb-overline {
  display: none; }

/* line 1912, theme.scss */
.msb-hero--exact h1 {
  margin: 0;
  color: #131816;
  font-size: clamp(62px, 5.5vw, 88px);
  line-height: .96;
  letter-spacing: -.07em;
  font-weight: 300; }

/* line 1921, theme.scss */
.msb-hero--exact h1 span {
  color: #3d985b; }

/* line 1925, theme.scss */
.msb-hero--exact .msb-lead {
  max-width: 520px;
  margin: 34px 0 0;
  color: #55615a;
  font-size: 19px;
  line-height: 1.55; }

/* line 1933, theme.scss */
.msb-hero--exact .msb-hero-actions {
  gap: 18px;
  margin-top: 34px; }

/* line 1938, theme.scss */
.msb-hero--exact .msb-btn {
  min-height: 62px;
  padding: 0 26px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700; }

/* line 1946, theme.scss */
.msb-play--exact {
  min-height: 62px;
  padding: 0 22px 0 14px;
  gap: 14px;
  border: 1px solid rgba(17, 22, 20, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84); }

/* line 1955, theme.scss */
.msb-play--exact i {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 22, 20, 0.12);
  color: #7eb895;
  background: #fff;
  font-size: 12px; }

/* line 1964, theme.scss */
.msb-play--exact span {
  color: #4a544f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500; }

/* line 1971, theme.scss */
.msb-hero-art--exact {
  position: relative;
  min-height: 560px; }

/* line 1976, theme.scss */
.msb-hero-art--exact .msb-hero-tooth {
  position: absolute;
  left: 50%;
  top: 49%;
  width: min(480px, 86%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 20px 40px rgba(25, 115, 63, 0.12)); }

/* line 1985, theme.scss */
.msb-hero-art--exact .msb-orbit--one {
  width: 565px;
  height: 128px;
  left: 51%;
  top: 49%;
  border-width: 2px;
  border-color: rgba(99, 171, 122, 0.55);
  transform: translate(-50%, -50%) rotate(-12deg); }

/* line 1995, theme.scss */
.msb-hero-art--exact .msb-orbit--two {
  width: 34px;
  height: 34px;
  left: 84%;
  top: 34%;
  border: 0;
  background: rgba(99, 171, 122, 0.72);
  box-shadow: 0 0 0 7px rgba(99, 171, 122, 0.16); }

/* line 2005, theme.scss */
.msb-implant-wrap {
  position: absolute;
  left: 16%;
  bottom: 8%;
  width: 168px;
  height: 168px; }

/* line 2013, theme.scss */
.msb-hero-implant--exact {
  position: static;
  width: 100%;
  transform: rotate(-9deg);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.18)); }

/* line 2020, theme.scss */
.msb-contact-panel--exact {
  align-self: center;
  padding: 28px 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 22, 20, 0.08);
  box-shadow: 0 16px 36px rgba(10, 47, 34, 0.06);
  backdrop-filter: blur(12px); }

/* line 2030, theme.scss */
.msb-contact-panel--exact h2 {
  display: none; }

/* line 2034, theme.scss */
.msb-contact-panel--exact a,
.msb-contact-panel--exact p {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0;
  padding: 14px 0;
  color: #38433d;
  font-size: 16px;
  line-height: 1.45; }

/* line 2047, theme.scss */
.msb-contact-panel--exact a + a,
.msb-contact-panel--exact a + p,
.msb-contact-panel--exact p + p {
  border-top: 1px solid rgba(17, 22, 20, 0.06); }

/* line 2053, theme.scss */
.msb-contact-panel--exact i {
  color: #59a570;
  font-style: normal;
  font-weight: 700; }

@media (max-width: 1280px) {
  /* line 2060, theme.scss */
  .msb-header--exact {
    min-height: 86px;
    padding: 0 18px;
    grid-template-columns: 200px 1fr 56px; }

  /* line 2066, theme.scss */
  .msb-nav--exact {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 84px;
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 22, 20, 0.08);
    box-shadow: 0 18px 44px rgba(10, 47, 34, 0.12);
    z-index: 90; }

  /* line 2082, theme.scss */
  .msb-nav--exact.is-open {
    display: flex; }

  /* line 2086, theme.scss */
  .msb-header-actions--exact .msb-phone,
  .msb-header-actions--exact .msb-callback {
    display: none; }

  /* line 2091, theme.scss */
  .msb-header--exact .msb-burger {
    display: block; }

  /* line 2095, theme.scss */
  .msb-hero--exact {
    grid-template-columns: 1fr;
    padding: 12px 18px 34px;
    gap: 22px; }

  /* line 2101, theme.scss */
  .msb-hero-copy--exact {
    padding-top: 0; }

  /* line 2105, theme.scss */
  .msb-contact-panel--exact {
    max-width: 560px; } }
@media (max-width: 720px) {
  /* line 2111, theme.scss */
  .msb-header--exact {
    grid-template-columns: 170px 1fr 48px;
    gap: 10px; }

  /* line 2116, theme.scss */
  .msb-logo--exact img {
    width: 42px;
    height: 42px; }

  /* line 2121, theme.scss */
  .msb-logo--exact b {
    font-size: 22px; }

  /* line 2125, theme.scss */
  .msb-hero--exact h1 {
    font-size: 50px; }

  /* line 2129, theme.scss */
  .msb-hero--exact .msb-lead {
    font-size: 17px; }

  /* line 2133, theme.scss */
  .msb-hero-art--exact {
    min-height: 420px; }

  /* line 2137, theme.scss */
  .msb-implant-wrap {
    width: 122px;
    height: 122px;
    left: 10%;
    bottom: 6%; }

  /* line 2144, theme.scss */
  .msb-contact-panel--exact {
    padding: 20px; }

  /* line 2148, theme.scss */
  .msb-contact-panel--exact a,
  .msb-contact-panel--exact p {
    font-size: 14px; } }
/* Short phone and working hours */
/* line 2156, theme.scss */
.msb-page small {
  font-size: .86em;
  color: inherit;
  opacity: .78;
  font-weight: 600; }

/* line 2163, theme.scss */
.msb-contact-panel small,
.msb-appointment-contact small {
  display: inline-block;
  margin-top: 4px; }

/* Final cleanup v16 */
/* line 2171, theme.scss */
.msb-page {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision; }

/* line 2176, theme.scss */
.msb-main {
  overflow: hidden; }

/* PNG cutouts: no white square, clean object scaling */
/* line 2181, theme.scss */
.msb-hero-tooth,
.msb-hero-implant,
.msb-service-card img {
  mix-blend-mode: normal;
  background: transparent !important; }

/* Remove dead meta spacing after deleted artifact paragraphs */
/* line 2189, theme.scss */
.msb-section-head--wide {
  align-items: start; }

/* line 2193, theme.scss */
.msb-side-title p:empty,
.msb-section-head p:empty,
.msb-dark-copy p:empty {
  display: none !important; }

/* line 2199, theme.scss */
.msb-doctors--showcase .msb-side-title p:empty,
.msb-prices .msb-side-title p:empty {
  display: none !important; }

/* Clean rhythm between large sections */
/* line 2205, theme.scss */
.msb-philosophy,
.msb-services,
.msb-doctors,
.msb-specialists,
.msb-prices,
.msb-reviews,
.msb-links {
  scroll-margin-top: 120px; }

/* Make external links and document block less noisy */
/* line 2216, theme.scss */
.msb-links .msb-side-title p {
  max-width: 260px; }

/* line 2220, theme.scss */
.msb-docs {
  align-items: start; }

/* Contact card text: phone + short phone */
/* line 2225, theme.scss */
.msb-contact-panel small,
.msb-appointment-contact small {
  font-size: .92em;
  opacity: .82; }

/* Doctors cards: stronger crop safety */
/* line 2232, theme.scss */
.msb-doctor-poster img {
  object-position: center top; }

/* Keep footer clean on narrow screens */
@media (max-width: 720px) {
  /* line 2238, theme.scss */
  .msb-footer nav {
    gap: 10px; }

  /* line 2242, theme.scss */
  .msb-footer div > a,
  .msb-footer nav a {
    font-size: 15px; } }
@media (max-width: 640px) {
  /* line 2250, theme.scss */
  .msb-license-grid {
    grid-template-columns: 1fr; } }
/* Premium license services v18 */
/* line 2258, theme.scss */
.msb-specialists--premium {
  padding: 40px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 2267, theme.scss */
.msb-license-grid--premium {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px; }

/* line 2273, theme.scss */
.msb-license-card {
  grid-column: span 3;
  min-height: 100%;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(248, 251, 248, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(18, 24, 21, 0.07);
  box-shadow: 0 18px 44px rgba(10, 47, 34, 0.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }

/* line 2285, theme.scss */
.msb-license-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(10, 47, 34, 0.09);
  border-color: rgba(61, 152, 91, 0.18); }

/* line 2291, theme.scss */
.msb-license-card--featured {
  grid-column: span 4;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 8px;
  padding: 22px;
  background: radial-gradient(circle at 22% 24%, rgba(88, 176, 113, 0.12), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, #f6fbf7 0%, #ffffff 64%); }

/* line 2303, theme.scss */
.msb-license-card--featured .msb-license-media {
  min-height: 268px; }

/* line 2307, theme.scss */
.msb-license-media {
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 38%, rgba(99, 171, 122, 0.16), rgba(0, 0, 0, 0) 24%), #f3f8f4;
  overflow: hidden; }

/* line 2320, theme.scss */
.msb-license-media img {
  width: 78%;
  max-width: 220px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(58, 117, 78, 0.08)); }

/* line 2328, theme.scss */
.msb-license-copy {
  padding: 14px 2px 2px; }

/* line 2332, theme.scss */
.msb-license-tag {
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--green);
  background: rgba(61, 152, 91, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase; }

/* line 2346, theme.scss */
.msb-license-copy h3 {
  margin: 14px 0 10px;
  color: #141917;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 700; }

/* line 2355, theme.scss */
.msb-license-card--featured .msb-license-copy h3 {
  font-size: 34px; }

/* line 2359, theme.scss */
.msb-license-copy p {
  margin: 0;
  color: #66726a;
  font-size: 15px;
  line-height: 1.5;
  max-width: 28ch; }

@media (max-width: 1480px) {
  /* line 2368, theme.scss */
  .msb-specialists--premium {
    grid-template-columns: 1fr;
    padding: 30px 28px; }

  /* line 2373, theme.scss */
  .msb-license-card--featured {
    grid-column: span 12; }

  /* line 2377, theme.scss */
  .msb-license-card {
    grid-column: span 6; } }
@media (max-width: 980px) {
  /* line 2383, theme.scss */
  .msb-license-card,
  .msb-license-card--featured {
    grid-column: span 12; }

  /* line 2388, theme.scss */
  .msb-license-card--featured {
    grid-template-columns: 1fr; }

  /* line 2392, theme.scss */
  .msb-license-card--featured .msb-license-media {
    min-height: 220px; } }
@media (max-width: 640px) {
  /* line 2398, theme.scss */
  .msb-license-copy h3 {
    font-size: 22px; }

  /* line 2402, theme.scss */
  .msb-license-card--featured .msb-license-copy h3 {
    font-size: 28px; }

  /* line 2406, theme.scss */
  .msb-license-media {
    min-height: 160px; } }
/* External links icons v19 */
/* line 2413, theme.scss */
.msb-link-grid--icons {
  align-items: stretch; }

/* line 2417, theme.scss */
.msb-link-card--icon {
  min-height: 290px;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px; }

/* line 2423, theme.scss */
.msb-link-art {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(38, 118, 76, 0.1)); }

/* line 2431, theme.scss */
.msb-link-card--icon b {
  margin-top: 4px; }

/* line 2435, theme.scss */
.msb-link-card--icon small {
  margin-top: 10px;
  max-width: 26ch; }

@media (max-width: 720px) {
  /* line 2441, theme.scss */
  .msb-link-card--icon {
    min-height: 220px; }

  /* line 2445, theme.scss */
  .msb-link-art {
    width: 78px;
    height: 78px; } }
/* Visual QA cleanup v20 */
/* line 2452, theme.scss */
.msb-logo--exact img,
.msb-footer img {
  object-fit: cover;
  border-radius: 50%; }

/* line 2458, theme.scss */
.msb-link-art {
  background: transparent !important; }

@media (min-width: 721px) and (max-width: 1280px) {
  /* line 2463, theme.scss */
  .msb-hero-art--exact {
    min-height: 680px;
    margin-top: 18px; }

  /* line 2468, theme.scss */
  .msb-hero-art--exact .msb-hero-tooth {
    width: min(520px, 76vw);
    top: 58%; }

  /* line 2473, theme.scss */
  .msb-hero-art--exact .msb-orbit--one {
    top: 58%; }

  /* line 2477, theme.scss */
  .msb-hero-art--exact .msb-orbit--two {
    top: 44%; }

  /* line 2481, theme.scss */
  .msb-implant-wrap {
    left: 16%;
    bottom: 8%; } }
@media (max-width: 720px) {
  /* line 2488, theme.scss */
  .msb-hero--exact .msb-hero-actions {
    position: relative;
    z-index: 2; }

  /* line 2493, theme.scss */
  .msb-hero-art--exact {
    min-height: 500px;
    margin-top: 8px; }

  /* line 2498, theme.scss */
  .msb-hero-art--exact .msb-hero-tooth {
    width: min(360px, 88vw);
    top: 55%; }

  /* line 2503, theme.scss */
  .msb-hero-art--exact .msb-orbit--one {
    top: 55%;
    width: 430px; }

  /* line 2508, theme.scss */
  .msb-hero-art--exact .msb-orbit--two {
    top: 42%; } }
/* Appointment form polish v21 */
/* line 2515, theme.scss */
.msb-appointment--premium {
  position: relative;
  overflow: hidden;
  grid-template-columns: .82fr 1.08fr .62fr;
  gap: 38px;
  padding: 46px 52px;
  align-items: stretch;
  background: radial-gradient(circle at 9% 20%, rgba(25, 115, 63, 0.12), rgba(0, 0, 0, 0) 24%), radial-gradient(circle at 72% 84%, rgba(25, 115, 63, 0.07), rgba(0, 0, 0, 0) 22%), linear-gradient(135deg, #f7fcf7 0%, #ffffff 58%, #fbfdfb 100%);
  box-shadow: 0 30px 90px rgba(10, 47, 34, 0.08); }

/* line 2529, theme.scss */
.msb-appointment--premium::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(25, 115, 63, 0.08);
  pointer-events: none; }

/* line 2538, theme.scss */
.msb-appointment--premium::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -135px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(25, 115, 63, 0.12);
  border-radius: 50%;
  pointer-events: none; }

/* line 2550, theme.scss */
.msb-appointment--premium .msb-appointment-title,
.msb-form--premium,
.msb-appointment--premium .msb-appointment-contact {
  position: relative;
  z-index: 1; }

/* line 2557, theme.scss */
.msb-appointment--premium .msb-appointment-title {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 2563, theme.scss */
.msb-appointment--premium .msb-appointment-title span {
  margin-bottom: 14px;
  font-size: 17px; }

/* line 2568, theme.scss */
.msb-appointment--premium .msb-appointment-title h2 {
  max-width: 8.5em;
  letter-spacing: -.055em;
  line-height: .96; }

/* line 2574, theme.scss */
.msb-appointment--premium .msb-appointment-title p {
  max-width: 34ch;
  margin: 18px 0 0;
  color: #536159;
  font-size: 17px;
  line-height: 1.5; }

/* line 2582, theme.scss */
.msb-appointment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px; }

/* line 2589, theme.scss */
.msb-appointment-badges b {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(25, 115, 63, 0.14);
  color: #24573c;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap; }

/* line 2600, theme.scss */
.msb-form--premium {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 22, 20, 0.08);
  box-shadow: 0 24px 60px rgba(10, 47, 34, 0.09);
  backdrop-filter: blur(12px); }

/* line 2613, theme.scss */
.msb-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }

/* line 2619, theme.scss */
.msb-field {
  display: grid;
  gap: 7px;
  color: #5b665f;
  font-size: 13px;
  font-weight: 700; }

/* line 2627, theme.scss */
.msb-field span {
  padding-left: 4px; }

/* line 2631, theme.scss */
.msb-form--premium input,
.msb-form--premium select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }

/* line 2644, theme.scss */
.msb-form--premium select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #19733f 50%), linear-gradient(135deg, #19733f 50%, transparent 50%);
  background-position: calc(100% - 18px) 23px, calc(100% - 12px) 23px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat; }

/* line 2652, theme.scss */
.msb-form--premium input:focus,
.msb-form--premium select:focus {
  border-color: rgba(25, 115, 63, 0.62);
  box-shadow: 0 0 0 4px rgba(25, 115, 63, 0.1); }

/* line 2658, theme.scss */
.msb-form--premium button {
  min-height: 58px;
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(25, 115, 63, 0.2);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }

/* line 2665, theme.scss */
.msb-form--premium button i {
  font-style: normal;
  margin-left: 8px; }

/* line 2670, theme.scss */
.msb-form--premium button:hover {
  transform: translateY(-2px);
  background: #135f35;
  box-shadow: 0 22px 42px rgba(25, 115, 63, 0.24); }

/* line 2676, theme.scss */
.msb-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #68736d;
  font-size: 13px;
  line-height: 1.35; }

/* line 2685, theme.scss */
.msb-consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--green); }

/* line 2695, theme.scss */
.msb-form-note {
  margin: -2px 0 0;
  color: #7b8580;
  font-size: 12px;
  line-height: 1.45; }

/* line 2702, theme.scss */
.msb-appointment--premium .msb-appointment-contact {
  align-self: center;
  gap: 12px; }

/* line 2707, theme.scss */
.msb-appointment--premium .msb-appointment-contact a,
.msb-appointment--premium .msb-appointment-contact p {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 22, 20, 0.07);
  color: #334139;
  box-shadow: 0 12px 30px rgba(10, 47, 34, 0.045); }

/* line 2722, theme.scss */
.msb-appointment--premium .msb-appointment-contact i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef8f0;
  color: var(--green);
  font-size: 20px;
  line-height: 1;
  font-style: normal; }

/* line 2735, theme.scss */
.msb-appointment--premium .msb-appointment-contact b {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 14px; }

/* line 2742, theme.scss */
.msb-appointment--premium .msb-appointment-contact small {
  display: block;
  color: #59655e;
  font-size: 14px;
  line-height: 1.45; }

@media (max-width: 1280px) {
  /* line 2750, theme.scss */
  .msb-appointment--premium {
    grid-template-columns: 1fr;
    gap: 22px; }

  /* line 2755, theme.scss */
  .msb-appointment--premium .msb-appointment-title h2,
  .msb-appointment--premium .msb-appointment-title p {
    max-width: 760px; }

  /* line 2760, theme.scss */
  .msb-appointment--premium .msb-appointment-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) {
  /* line 2766, theme.scss */
  .msb-appointment--premium {
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px 18px;
    border-radius: 22px; }

  /* line 2773, theme.scss */
  .msb-appointment--premium::before {
    inset: 10px;
    border-radius: 18px; }

  /* line 2778, theme.scss */
  .msb-appointment--premium .msb-appointment-title h2 {
    font-size: 34px; }

  /* line 2782, theme.scss */
  .msb-appointment--premium .msb-appointment-title p {
    font-size: 15px; }

  /* line 2786, theme.scss */
  .msb-form--premium {
    padding: 16px;
    border-radius: 18px; }

  /* line 2791, theme.scss */
  .msb-form-grid,
  .msb-appointment--premium .msb-appointment-contact {
    grid-template-columns: 1fr; }

  /* line 2796, theme.scss */
  .msb-appointment-badges b {
    white-space: normal; } }
/* Appointment v21 grid fix */
/* line 2802, theme.scss */
.msb-form--premium .msb-field,
.msb-form--premium .msb-consent {
  grid-column: auto; }

/* line 2807, theme.scss */
.msb-form--premium .msb-field span {
  display: block;
  min-height: 1em;
  padding-left: 2px;
  white-space: nowrap; }

@media (max-width: 720px) {
  /* line 2815, theme.scss */
  .msb-form--premium .msb-field span {
    white-space: normal; } }
/* Appointment v21 specificity fix */
/* line 2821, theme.scss */
.msb-form--premium .msb-field {
  display: grid;
  gap: 7px;
  align-items: start; }

/* Appointment v21 parent grid lock */
/* line 2828, theme.scss */
.msb-form--premium {
  grid-template-columns: minmax(0, 1fr); }

/* line 2832, theme.scss */
.msb-form--premium > .msb-form-grid,
.msb-form--premium > button,
.msb-form--premium > .msb-consent,
.msb-form--premium > .msb-form-note {
  grid-column: 1 / -1;
  width: 100%; }

/* Hero profile visual v22: detailed orbital tooth artwork */
/* line 2841, theme.scss */
.msb-hero--exact {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  overflow: visible; }

/* line 2848, theme.scss */
.msb-hero-copy--exact {
  position: relative;
  z-index: 4;
  grid-column: 1;
  grid-row: 1; }

/* line 2855, theme.scss */
.msb-hero-art--profile-v22 {
  position: relative;
  z-index: 1;
  grid-column: 2 / 4;
  grid-row: 1;
  min-height: 620px;
  pointer-events: none;
  overflow: visible; }

/* line 2865, theme.scss */
.msb-hero-visual-v22 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1080px, 62vw);
  max-width: none;
  height: auto;
  transform: translate(-58%, -50%);
  filter: drop-shadow(0 28px 46px rgba(25, 115, 63, 0.12));
  user-select: none; }

/* line 2877, theme.scss */
.msb-contact-panel--exact {
  position: relative;
  z-index: 5;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: min(360px, 100%);
  background: rgba(255, 255, 255, 0.84); }

@media (min-width: 1600px) {
  /* line 2888, theme.scss */
  .msb-hero--exact {
    min-height: 670px; }

  /* line 2892, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 640px; }

  /* line 2896, theme.scss */
  .msb-hero-visual-v22 {
    width: 1120px;
    transform: translate(-57%, -50%); } }
@media (min-width: 1281px) and (max-width: 1599px) {
  /* line 2903, theme.scss */
  .msb-hero-visual-v22 {
    width: min(980px, 64vw);
    transform: translate(-58%, -50%); } }
@media (max-width: 1280px) {
  /* line 2910, theme.scss */
  .msb-hero--exact {
    min-height: auto; }

  /* line 2914, theme.scss */
  .msb-hero-copy--exact,
  .msb-hero-art--profile-v22,
  .msb-contact-panel--exact {
    grid-column: 1;
    grid-row: auto; }

  /* line 2921, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: clamp(420px, 56vw, 620px);
    margin-top: 0; }

  /* line 2926, theme.scss */
  .msb-hero-visual-v22 {
    left: 50%;
    width: min(980px, 112vw);
    transform: translate(-50%, -50%); }

  /* line 2932, theme.scss */
  .msb-contact-panel--exact {
    justify-self: start;
    width: min(560px, 100%); } }
@media (max-width: 720px) {
  /* line 2939, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 350px;
    margin-top: 4px; }

  /* line 2944, theme.scss */
  .msb-hero-visual-v22 {
    width: 760px;
    max-width: none;
    transform: translate(-54%, -50%); } }
@media (max-width: 420px) {
  /* line 2952, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 320px; }

  /* line 2956, theme.scss */
  .msb-hero-visual-v22 {
    width: 700px;
    transform: translate(-55%, -50%); } }
/* Hero profile visual v22 desktop blend correction */
@media (min-width: 1600px) {
  /* line 2964, theme.scss */
  .msb-hero-visual-v22 {
    width: 1320px;
    transform: translate(-57%, -50%); } }
@media (min-width: 1281px) and (max-width: 1599px) {
  /* line 2971, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1180px, 78vw);
    transform: translate(-57%, -50%); } }
/* Soft edge mask for the inserted 16:9 hero artwork */
/* line 2978, theme.scss */
.msb-hero-visual-v22 {
  -webkit-mask-image: radial-gradient(ellipse at 64% 50%, #000000 0%, #000000 54%, rgba(0, 0, 0, 0.74) 72%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(ellipse at 64% 50%, #000000 0%, #000000 54%, rgba(0, 0, 0, 0.74) 72%, rgba(0, 0, 0, 0) 100%); }

@media (min-width: 1281px) and (max-width: 1599px) {
  /* line 2984, theme.scss */
  .msb-hero-visual-v22 {
    transform: translate(-70%, -50%); } }
/* Feedback form: native InSales send */
/* line 2991, theme.scss */
.msb-feedback-content {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important; }

/* line 3002, theme.scss */
.msb-form-status {
  display: none;
  grid-column: 1 / -1;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.35; }

/* line 3011, theme.scss */
.msb-form-status.is-show {
  display: block; }

/* line 3015, theme.scss */
.msb-form-status--success {
  color: #135f35;
  background: rgba(25, 115, 63, 0.1);
  border: 1px solid rgba(25, 115, 63, 0.18); }

/* line 3021, theme.scss */
.msb-form-status--error {
  color: #8f1d1d;
  background: rgba(179, 38, 30, 0.09);
  border: 1px solid rgba(179, 38, 30, 0.18); }

/* line 3027, theme.scss */
.msb-field-error {
  min-height: 0;
  color: #b3261e;
  font-size: 12px;
  line-height: 1.3; }

/* line 3034, theme.scss */
.msb-field-error:not(:empty) {
  margin-top: 2px; }

/* line 3038, theme.scss */
.msb-form-captcha {
  grid-column: 1 / -1; }

/* line 3042, theme.scss */
.msb-consent .msb-field-error {
  flex-basis: 100%; }

@media (prefers-reduced-motion: reduce) {
  /* line 3047, theme.scss */
  .msb-page *,
  .msb-page *::before,
  .msb-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; } }
/* Medical appointment form: textarea + inherited shop wording cleanup */
/* line 3059, theme.scss */
.msb-form--premium textarea {
  width: 100%;
  min-height: 112px;
  resize: vertical;
  padding: 14px 14px;
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
  line-height: 1.45;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }

/* line 3074, theme.scss */
.msb-form--premium textarea:focus {
  border-color: rgba(25, 115, 63, 0.62);
  box-shadow: 0 0 0 4px rgba(25, 115, 63, 0.08); }

/* line 3079, theme.scss */
.msb-field--wide {
  grid-column: 1 / -1; }

/* line 3083, theme.scss */
[data-quick-checkout],
[data-quick-order],
[data-one-click-checkout],
[data-fast-checkout],
[data-preorder],
.quick-checkout,
.quick_order,
.one-click-order,
.fast-checkout,
.preorder {
  display: none !important; }

/* Dentistry global inner layout cleanup */
/* line 3098, theme.scss */
.msb-public-layout,
.msb-page--inner-shell {
  min-height: 100vh;
  background: #f7f8fb;
  color: #101820; }

/* line 3104, theme.scss */
.msb-inner-main {
  padding-top: 96px; }

/* line 3107, theme.scss */
.msb-global-header {
  position: fixed;
  inset: 18px 24px auto 24px;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(16, 24, 32, 0.08);
  backdrop-filter: blur(18px); }

/* line 3122, theme.scss */
.msb-global-header .msb-logo {
  color: #101820;
  text-decoration: none; }

/* line 3123, theme.scss */
.msb-global-header .msb-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain; }

/* line 3124, theme.scss */
.msb-global-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  align-items: center;
  font-size: 14px;
  letter-spacing: .02em; }

/* line 3132, theme.scss */
.msb-global-nav a {
  color: rgba(16, 24, 32, 0.72);
  text-decoration: none; }

/* line 3133, theme.scss */
.msb-global-nav a:hover {
  color: #0d5f78; }

/* line 3134, theme.scss */
.msb-global-actions {
  display: flex;
  gap: 10px;
  align-items: center; }

/* line 3135, theme.scss */
.msb-global-actions .msb-phone {
  color: #101820;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap; }

/* line 3136, theme.scss */
.msb-global-actions .msb-callback {
  background: #0d5f78;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700; }

/* line 3137, theme.scss */
.msb-page--inner-shell .msb-burger {
  display: none; }

/* line 3138, theme.scss */
.msb-inner-page-content,
.msb-inner-utility {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto; }

/* line 3143, theme.scss */
.msb-inner-hero {
  position: relative;
  overflow: hidden;
  margin: 34px 0 28px;
  padding: clamp(48px, 7vw, 92px);
  border-radius: 42px;
  background: radial-gradient(circle at 12% 12%, rgba(13, 95, 120, 0.18), rgba(0, 0, 0, 0) 30%), linear-gradient(135deg, #ffffff, #eaf1f5);
  border: 1px solid rgba(16, 24, 32, 0.06); }

/* line 3152, theme.scss */
.msb-inner-hero:after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 42px solid rgba(13, 95, 120, 0.08); }

/* line 3162, theme.scss */
.msb-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(13, 95, 120, 0.2);
  border-radius: 999px;
  color: #0d5f78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase; }

/* line 3174, theme.scss */
.msb-inner-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .95;
  letter-spacing: -.06em; }

/* line 3181, theme.scss */
.msb-inner-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  color: rgba(16, 24, 32, 0.72); }

/* line 3188, theme.scss */
.msb-inner-grid,
.msb-contact-clean-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 22px 0; }

/* line 3195, theme.scss */
.msb-inner-grid--about {
  grid-template-columns: 1.15fr .85fr; }

/* line 3196, theme.scss */
.msb-inner-card,
.msb-inner-band {
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, 0.07);
  box-shadow: 0 20px 60px rgba(16, 24, 32, 0.06); }

/* line 3203, theme.scss */
.msb-inner-card {
  padding: clamp(26px, 4vw, 42px); }

/* line 3204, theme.scss */
.msb-inner-card--lead {
  grid-row: span 2; }

/* line 3205, theme.scss */
.msb-inner-card h2,
.msb-inner-card h3,
.msb-inner-band h2 {
  margin: 0 0 16px;
  letter-spacing: -.035em;
  line-height: 1.03; }

/* line 3212, theme.scss */
.msb-inner-card h2,
.msb-inner-band h2 {
  font-size: clamp(30px, 4vw, 52px); }

/* line 3214, theme.scss */
.msb-inner-card h3 {
  font-size: clamp(24px, 3vw, 34px); }

/* line 3215, theme.scss */
.msb-inner-card p,
.msb-inner-card li,
.msb-inner-band p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(16, 24, 32, 0.74); }

/* line 3222, theme.scss */
.msb-inner-card ul {
  padding-left: 22px;
  margin: 0; }

/* line 3223, theme.scss */
.msb-inner-band {
  padding: clamp(30px, 5vw, 56px);
  margin: 22px 0; }

/* line 3224, theme.scss */
.msb-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px; }

/* line 3225, theme.scss */
.msb-step-grid article {
  padding: 24px;
  border-radius: 24px;
  background: #f7f8fb;
  border: 1px solid rgba(16, 24, 32, 0.06); }

/* line 3231, theme.scss */
.msb-step-grid span {
  color: #0d5f78;
  font-weight: 900;
  letter-spacing: .12em; }

/* line 3232, theme.scss */
.msb-step-grid h3 {
  margin: 12px 0 8px;
  font-size: 22px; }

/* line 3233, theme.scss */
.msb-step-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55; }

/* line 3234, theme.scss */
.msb-inline-actions,
.msb-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px; }

/* line 3236, theme.scss */
.msb-inline-actions a,
.msb-text-link {
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: #0d5f78;
  color: #fff;
  text-decoration: none;
  font-weight: 800; }

/* line 3246, theme.scss */
.msb-user-content :first-child {
  margin-top: 0; }

/* line 3247, theme.scss */
.msb-appointment--inner {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto; }

/* line 3248, theme.scss */
.msb-global-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 24px;
  padding: 34px;
  border-radius: 34px;
  background: #101820;
  color: #fff; }

/* line 3259, theme.scss */
.msb-global-footer img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 6px; }

/* line 3260, theme.scss */
.msb-global-footer a {
  color: #fff;
  text-decoration: none; }

/* line 3261, theme.scss */
.msb-global-footer nav {
  display: grid;
  gap: 10px;
  align-content: start; }

/* line 3262, theme.scss */
.msb-global-footer .msb-footer-contact {
  display: grid;
  gap: 8px; }

/* line 3263, theme.scss */
.msb-global-footer span,
.msb-global-footer p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
  line-height: 1.5; }

/* line 3265, theme.scss */
.msb-inner-utility {
  padding: 46px 0; }

/* Hide inherited shop UI if any system widget is injected after install */
/* line 3268, theme.scss */
[data-widget-type*="cart"],
[data-widget-type*="preorder"],
[data-widget-type*="catalog"],
[data-widget-type*="bottom_navigation"],
.insales-copyright,
.msb-shop-garbage,
.outside-widgets [data-quick-checkout],
.outside-widgets [data-quick-view],
.outside-widgets [data-product-id],
button[data-item-add],
a[href*="/cart_items"],
a[href*="/favorites"],
a[href*="/compares"],
a[href*="/client_account"] {
  display: none !important; }

@media (max-width: 980px) {
  /* line 3286, theme.scss */
  .msb-global-header {
    grid-template-columns: auto auto;
    inset: 10px;
    border-radius: 22px; }

  /* line 3287, theme.scss */
  .msb-global-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 50px rgba(16, 24, 32, 0.14); }

  /* line 3288, theme.scss */
  .msb-global-nav.is-open {
    display: flex; }

  /* line 3289, theme.scss */
  .msb-page--inner-shell .msb-burger {
    display: inline-flex; }

  /* line 3290, theme.scss */
  .msb-global-actions .msb-callback {
    display: none; }

  /* line 3291, theme.scss */
  .msb-inner-main {
    padding-top: 86px; }

  /* line 3292, theme.scss */
  .msb-inner-grid,
  .msb-inner-grid--about,
  .msb-contact-clean-grid,
  .msb-step-grid,
  .msb-global-footer {
    grid-template-columns: 1fr; }

  /* line 3297, theme.scss */
  .msb-inner-hero {
    padding: 38px 24px;
    border-radius: 28px; }

  /* line 3298, theme.scss */
  .msb-global-footer {
    padding: 26px; } }
/* Hero visual rebalance v23: desktop left shift + stronger mobile presence */
/* line 3302, theme.scss */
.msb-hero-visual-v22 {
  width: min(1120px, 66vw);
  transform: translate(-63%, -50%);
  -webkit-mask-image: radial-gradient(ellipse at 60% 50%, #000000 0%, #000000 56%, rgba(0, 0, 0, 0.78) 75%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(ellipse at 60% 50%, #000000 0%, #000000 56%, rgba(0, 0, 0, 0.78) 75%, rgba(0, 0, 0, 0) 100%); }

@media (min-width: 1600px) {
  /* line 3310, theme.scss */
  .msb-hero-visual-v22 {
    width: 1360px;
    transform: translate(-62%, -50%); } }
@media (min-width: 1281px) and (max-width: 1599px) {
  /* line 3317, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1220px, 80vw);
    transform: translate(-66%, -50%); } }
@media (max-width: 1280px) {
  /* line 3324, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: clamp(470px, 62vw, 680px); }

  /* line 3328, theme.scss */
  .msb-hero-visual-v22 {
    left: 50%;
    width: min(1080px, 124vw);
    transform: translate(-56%, -50%); } }
@media (max-width: 720px) {
  /* line 3336, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 410px;
    margin-top: 0; }

  /* line 3341, theme.scss */
  .msb-hero-visual-v22 {
    width: 920px;
    transform: translate(-59%, -47%); } }
@media (max-width: 420px) {
  /* line 3348, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 380px; }

  /* line 3352, theme.scss */
  .msb-hero-visual-v22 {
    width: 860px;
    transform: translate(-61%, -46%); } }
/* Hero visual correction v25: keep tooth away from the contact panel */
@media (min-width: 1281px) {
  /* line 3360, theme.scss */
  .msb-hero-art--profile-v22 {
    grid-column: 2 / 4;
    z-index: 1; }

  /* line 3365, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1180px, 76vw);
    transform: translate(-76%, -50%); }

  /* line 3370, theme.scss */
  .msb-contact-panel--exact {
    z-index: 6; } }
@media (min-width: 1600px) {
  /* line 3376, theme.scss */
  .msb-hero-visual-v22 {
    width: 1320px;
    transform: translate(-73%, -50%); } }
@media (min-width: 1281px) and (max-width: 1439px) {
  /* line 3383, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1120px, 78vw);
    transform: translate(-80%, -50%); } }
@media (min-width: 1024px) and (max-width: 1280px) {
  /* line 3390, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1040px, 118vw);
    transform: translate(-64%, -49%); } }
/* Hero visual rebalance v26: move tooth even further left on desktop */
@media (min-width: 1600px) {
  /* line 3398, theme.scss */
  .msb-hero-visual-v22 {
    transform: translate(-68%, -50%); } }
@media (min-width: 1440px) and (max-width: 1599px) {
  /* line 3404, theme.scss */
  .msb-hero-visual-v22 {
    transform: translate(-72%, -50%); } }
@media (min-width: 1281px) and (max-width: 1439px) {
  /* line 3410, theme.scss */
  .msb-hero-visual-v22 {
    transform: translate(-76%, -50%); } }
@media (min-width: 1024px) and (max-width: 1280px) {
  /* line 3416, theme.scss */
  .msb-hero-visual-v22 {
    transform: translate(-63%, -49%); } }
/* Hero visual rebalance v27: tuned across popular screen widths */
@media (min-width: 1920px) {
  /* line 3423, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1380px, 68vw);
    transform: translate(-69%, -50%); }

  /* line 3428, theme.scss */
  .msb-contact-panel--exact {
    width: min(370px, 100%); } }
@media (min-width: 1600px) and (max-width: 1919px) {
  /* line 3434, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1320px, 72vw);
    transform: translate(-70%, -50%); }

  /* line 3439, theme.scss */
  .msb-contact-panel--exact {
    width: min(360px, 100%); } }
@media (min-width: 1440px) and (max-width: 1599px) {
  /* line 3445, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 610px; }

  /* line 3449, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1220px, 76vw);
    transform: translate(-74%, -50%); }

  /* line 3454, theme.scss */
  .msb-contact-panel--exact {
    width: min(348px, 100%); } }
@media (min-width: 1366px) and (max-width: 1439px) {
  /* line 3460, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 590px; }

  /* line 3464, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1160px, 78vw);
    transform: translate(-79%, -50%); }

  /* line 3469, theme.scss */
  .msb-contact-panel--exact {
    width: min(336px, 100%);
    padding: 24px 24px; } }
@media (min-width: 1281px) and (max-width: 1365px) {
  /* line 3476, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 570px; }

  /* line 3480, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1100px, 80vw);
    transform: translate(-84%, -50%); }

  /* line 3485, theme.scss */
  .msb-contact-panel--exact {
    width: min(320px, 100%);
    padding: 22px 22px; } }
@media (min-width: 1024px) and (max-width: 1280px) {
  /* line 3492, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 520px; }

  /* line 3496, theme.scss */
  .msb-hero-visual-v22 {
    width: min(1000px, 104vw);
    transform: translate(-65%, -49%); }

  /* line 3501, theme.scss */
  .msb-contact-panel--exact {
    width: min(540px, 100%); } }
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 3507, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 470px; }

  /* line 3511, theme.scss */
  .msb-hero-visual-v22 {
    width: min(920px, 122vw);
    transform: translate(-58%, -48%); }

  /* line 3516, theme.scss */
  .msb-contact-panel--exact {
    width: min(520px, 100%); } }
@media (min-width: 390px) and (max-width: 767px) {
  /* line 3522, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 400px; }

  /* line 3526, theme.scss */
  .msb-hero-visual-v22 {
    width: min(900px, 228vw);
    transform: translate(-60%, -47%); } }
@media (max-width: 389px) {
  /* line 3533, theme.scss */
  .msb-hero-art--profile-v22 {
    min-height: 360px; }

  /* line 3537, theme.scss */
  .msb-hero-visual-v22 {
    width: min(820px, 232vw);
    transform: translate(-61%, -46%); } }
/* Library-inspired polish v29: native motion, accessibility, mobile conversion */
/* line 3544, theme.scss */
:root {
  --msb-focus: rgba(25, 115, 63, .34); }

/* line 3548, theme.scss */
.msb-page a:focus-visible,
.msb-page button:focus-visible,
.msb-public-layout a:focus-visible,
.msb-public-layout button:focus-visible,
.msb-form input:focus-visible,
.msb-form textarea:focus-visible,
.msb-form select:focus-visible {
  outline: 3px solid var(--msb-focus);
  outline-offset: 4px;
  border-radius: 12px; }

/* line 3560, theme.scss */
.msb-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform; }

/* line 3567, theme.scss */
.msb-reveal.is-visible {
  opacity: 1;
  transform: none; }

/* line 3572, theme.scss */
.msb-mobile-action-bar {
  display: none; }

@media (max-width: 720px) {
  /* line 3577, theme.scss */
  .msb-page,
  .msb-public-layout .msb-page {
    padding-bottom: 92px; }

  /* line 3582, theme.scss */
  .msb-mobile-action-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 120;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 18px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #18733f 0%, #0f5f34 100%);
    box-shadow: 0 18px 48px rgba(10, 47, 34, 0.24); }

  /* line 3601, theme.scss */
  .msb-mobile-action-bar span {
    font-size: 15px;
    line-height: 1.15;
    font-weight: 800; }

  /* line 3607, theme.scss */
  .msb-mobile-action-bar small {
    font-size: 13px;
    line-height: 1.15;
    opacity: .86;
    white-space: nowrap; } }
@media (prefers-reduced-motion: reduce) {
  /* line 3616, theme.scss */
  html:focus-within {
    scroll-behavior: auto; }

  /* line 3620, theme.scss */
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important; }

  /* line 3629, theme.scss */
  .msb-reveal {
    opacity: 1 !important;
    transform: none !important; } }
/* Patient pages development v28: homepage links, Lucide-style icons, inner page cards */
/* line 3637, theme.scss */
.msb-inner-quick-nav {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 3645, theme.scss */
.msb-inner-quick-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 22, 20, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #2f3934;
  font-size: 14px;
  font-weight: 700; }

/* line 3658, theme.scss */
.msb-inner-quick-nav a:hover,
.msb-site-page-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(10, 47, 34, 0.08); }

/* line 3664, theme.scss */
.msb-site-pages {
  padding: 92px clamp(20px, 5vw, 88px);
  display: grid;
  grid-template-columns: .36fr 1fr;
  gap: 34px;
  align-items: start; }

/* line 3672, theme.scss */
.msb-site-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px; }

/* line 3678, theme.scss */
.msb-site-page-card {
  min-height: 236px;
  padding: 26px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  border-radius: 24px;
  border: 1px solid rgba(17, 22, 20, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 247, 0.92));
  color: #111614;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }

/* line 3691, theme.scss */
.msb-site-page-card i,
.msb-med-card i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(25, 115, 63, 0.09);
  color: #19733f;
  font-style: normal; }

/* line 3703, theme.scss */
.msb-site-page-card svg,
.msb-med-card svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 3714, theme.scss */
.msb-site-page-card b {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.02;
  letter-spacing: -.045em; }

/* line 3722, theme.scss */
.msb-site-page-card small {
  display: block;
  color: #64706a;
  font-size: 15px;
  line-height: 1.55; }

/* line 3729, theme.scss */
.msb-site-page-card em {
  justify-self: end;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #19733f;
  background: rgba(25, 115, 63, 0.08);
  font-style: normal;
  font-weight: 900; }

/* line 3742, theme.scss */
.msb-inner-hero--editorial {
  background: radial-gradient(circle at 18% 20%, rgba(25, 115, 63, 0.08), rgba(0, 0, 0, 0) 25%), linear-gradient(135deg, #ffffff 0%, #f8fcf9 100%); }

/* line 3748, theme.scss */
.msb-med-card-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 24px auto 0;
  display: grid;
  gap: 18px; }

/* line 3755, theme.scss */
.msb-med-card-grid--three {
  grid-template-columns: 1.15fr .85fr .85fr; }

/* line 3759, theme.scss */
.msb-med-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* line 3763, theme.scss */
.msb-med-card {
  padding: 30px;
  border-radius: 26px;
  border: 1px solid rgba(17, 22, 20, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(10, 47, 34, 0.06); }

/* line 3771, theme.scss */
.msb-med-card--wide {
  min-height: 260px; }

/* line 3775, theme.scss */
.msb-med-card h2,
.msb-med-card h3 {
  margin: 22px 0 12px;
  color: #111614;
  letter-spacing: -.035em;
  line-height: 1.08; }

/* line 3783, theme.scss */
.msb-med-card h2 {
  font-size: clamp(28px, 3vw, 46px); }

/* line 3787, theme.scss */
.msb-med-card h3 {
  font-size: clamp(22px, 2vw, 30px); }

/* line 3791, theme.scss */
.msb-med-card p,
.msb-med-card li {
  color: #5f6962;
  font-size: 16px;
  line-height: 1.62; }

/* line 3798, theme.scss */
.msb-med-card p + p {
  margin-top: 12px; }

/* line 3802, theme.scss */
.msb-doc-card {
  min-height: 280px; }

/* line 3806, theme.scss */
.msb-inner-band--calm {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 8% 0%, rgba(25, 115, 63, 0.1), rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, #fbfbf9 0%, #f1f8f2 100%);
  color: #101820;
  border: 1px solid rgba(16, 24, 32, 0.07);
  box-shadow: 0 20px 60px rgba(16, 24, 32, 0.06); }

/* line 3817, theme.scss */
.msb-inner-band--calm::after {
  content: "";
  position: absolute;
  right: clamp(22px, 5vw, 70px);
  top: clamp(22px, 4vw, 54px);
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: rgba(25, 115, 63, 0.07);
  transform: rotate(10deg);
  pointer-events: none; }

/* line 3830, theme.scss */
.msb-inner-band--calm h2 {
  position: relative;
  z-index: 1;
  max-width: 860px;
  color: #102018; }

/* line 3837, theme.scss */
.msb-inner-band--calm .msb-step-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(22px, 3vw, 34px); }

/* line 3845, theme.scss */
.msb-step-grid--icons article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-color: rgba(16, 24, 32, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.055); }

/* line 3855, theme.scss */
.msb-step-grid--icons span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(25, 115, 63, 0.08);
  color: #19733f;
  font-size: 13px; }

/* line 3866, theme.scss */
.msb-step-grid--icons h3 {
  color: #111614; }

/* line 3870, theme.scss */
.msb-step-grid--icons p {
  max-width: 32ch;
  color: rgba(16, 24, 32, 0.72); }

/* line 3875, theme.scss */
.msb-faq {
  width: min(1180px, calc(100% - 40px));
  margin: 24px auto 0;
  padding: 42px;
  border-radius: 28px;
  background: #f7fbf8;
  border: 1px solid rgba(17, 22, 20, 0.08); }

/* line 3884, theme.scss */
.msb-faq h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -.055em; }

/* line 3891, theme.scss */
.msb-faq details {
  border-top: 1px solid rgba(17, 22, 20, 0.1);
  padding: 18px 0; }

/* line 3896, theme.scss */
.msb-faq details:last-child {
  border-bottom: 1px solid rgba(17, 22, 20, 0.1); }

/* line 3900, theme.scss */
.msb-faq summary {
  cursor: pointer;
  color: #111614;
  font-size: 18px;
  font-weight: 800; }

/* line 3907, theme.scss */
.msb-faq p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #5f6962;
  font-size: 16px;
  line-height: 1.6; }

/* line 3915, theme.scss */
.msb-contact-clean-grid--premium {
  width: min(1180px, calc(100% - 40px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px; }

@media (max-width: 1024px) {
  /* line 3924, theme.scss */
  .msb-site-pages,
  .msb-site-page-grid,
  .msb-med-card-grid--three,
  .msb-med-card-grid--two,
  .msb-contact-clean-grid--premium {
    grid-template-columns: 1fr; }

  /* line 3932, theme.scss */
  .msb-site-pages {
    padding: 72px 20px; } }
@media (max-width: 720px) {
  /* line 3938, theme.scss */
  .msb-inner-quick-nav {
    width: calc(100% - 28px);
    margin-top: 22px; }

  /* line 3943, theme.scss */
  .msb-inner-quick-nav a {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    padding: 0 12px;
    font-size: 13px; }

  /* line 3950, theme.scss */
  .msb-site-pages {
    padding: 56px 14px; }

  /* line 3954, theme.scss */
  .msb-site-page-card,
  .msb-med-card,
  .msb-faq {
    padding: 22px;
    border-radius: 22px; }

  /* line 3961, theme.scss */
  .msb-site-page-card {
    min-height: 210px; } }
/* Dark trust/emergency block v28 */
/* line 3968, theme.scss */
.msb-dark-copy .msb-dark-lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
  letter-spacing: -.02em; }

/* line 3977, theme.scss */
.msb-dark h2 span {
  color: rgba(255, 255, 255, 0.74); }

/* line 3981, theme.scss */
.msb-dark-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px; }

/* line 3989, theme.scss */
.msb-dark-btn,
.msb-dark-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none; }

/* line 4001, theme.scss */
.msb-dark-btn {
  padding: 0 24px;
  color: #0a2f22;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14); }

/* line 4008, theme.scss */
.msb-dark-link {
  padding: 0 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08); }

/* line 4015, theme.scss */
.msb-dark-stats--patient div {
  min-height: 292px;
  padding: 38px 34px;
  align-content: start; }

/* line 4021, theme.scss */
.msb-dark-stats--patient strong {
  font-size: clamp(36px, 3.3vw, 58px);
  line-height: .95;
  letter-spacing: -.075em; }

/* line 4027, theme.scss */
.msb-dark-stats--patient span {
  max-width: 210px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.7); }

@media (max-width: 1180px) {
  /* line 4036, theme.scss */
  .msb-dark-stats--patient div {
    min-height: 240px; } }
@media (max-width: 720px) {
  /* line 4042, theme.scss */
  .msb-dark-copy .msb-dark-lead {
    font-size: 16px; }

  /* line 4046, theme.scss */
  .msb-dark-actions {
    align-items: stretch; }

  /* line 4050, theme.scss */
  .msb-dark-btn,
  .msb-dark-link {
    width: 100%; }

  /* line 4055, theme.scss */
  .msb-dark-stats--patient div {
    min-height: auto;
    padding: 28px 24px; }

  /* line 4060, theme.scss */
  .msb-dark-stats--patient strong {
    font-size: 34px;
    letter-spacing: -.06em; }

  /* line 4065, theme.scss */
  .msb-dark-stats--patient span {
    max-width: none;
    font-size: 16px; } }
/* Theme polish v31: generated art icons + pediatric dentistry page */
/* line 4073, theme.scss */
.msb-card-art {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(241, 248, 244, 0.98), rgba(230, 243, 236, 0.98));
  box-shadow: inset 0 0 0 1px rgba(25, 115, 63, 0.08); }

/* line 4084, theme.scss */
.msb-card-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* line 4091, theme.scss */
.msb-card-art--large {
  width: 88px;
  height: 88px;
  border-radius: 24px; }

/* line 4097, theme.scss */
.msb-card-art--dark {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); }

/* line 4102, theme.scss */
.msb-site-page-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* line 4106, theme.scss */
.msb-site-page-card {
  align-content: start; }

/* line 4110, theme.scss */
.msb-site-page-card .msb-card-art {
  width: 78px;
  height: 78px;
  border-radius: 24px; }

/* line 4116, theme.scss */
.msb-dark-stats--patient {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* line 4120, theme.scss */
.msb-dark-stat-card {
  display: grid;
  align-content: start;
  gap: 0; }

/* line 4126, theme.scss */
.msb-dark-stat-card .msb-card-art {
  margin-bottom: 32px; }

/* line 4130, theme.scss */
.msb-license-card__link {
  display: block;
  color: inherit; }

/* line 4135, theme.scss */
.msb-child-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 24px auto 0;
  padding: clamp(24px, 3vw, 34px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: center;
  border-radius: 28px;
  border: 1px solid rgba(17, 22, 20, 0.08);
  background: linear-gradient(135deg, #ffffff 0%, #f6fbf8 100%);
  box-shadow: 0 18px 50px rgba(10, 47, 34, 0.06); }

/* line 4149, theme.scss */
.msb-child-hero-copy h1 {
  margin: 10px 0 0;
  font-size: clamp(38px, 4.4vw, 72px);
  line-height: .96;
  letter-spacing: -.065em; }

/* line 4156, theme.scss */
.msb-child-hero-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #5f6962;
  font-size: 18px;
  line-height: 1.62; }

/* line 4164, theme.scss */
.msb-child-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  align-items: center; }

/* line 4172, theme.scss */
.msb-child-hero-media {
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(246, 251, 248, 0.95), rgba(255, 255, 255, 0.95)); }

/* line 4179, theme.scss */
.msb-child-hero-media img,
.msb-child-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* line 4187, theme.scss */
.msb-child-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 18px; }

/* line 4195, theme.scss */
.msb-child-card {
  padding: 30px;
  border-radius: 26px;
  border: 1px solid rgba(17, 22, 20, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(10, 47, 34, 0.06); }

/* line 4203, theme.scss */
.msb-child-card--image {
  padding: 0;
  overflow: hidden;
  min-height: 320px; }

/* line 4209, theme.scss */
.msb-child-card h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.02;
  letter-spacing: -.045em; }

/* line 4216, theme.scss */
.msb-child-card p,
.msb-child-card li {
  color: #5f6962;
  font-size: 16px;
  line-height: 1.62; }

/* line 4223, theme.scss */
.msb-child-card ul {
  margin: 0;
  padding-left: 18px; }

@media (max-width: 1240px) {
  /* line 4229, theme.scss */
  .msb-site-page-grid--four,
  .msb-dark-stats--patient {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1024px) {
  /* line 4236, theme.scss */
  .msb-child-hero,
  .msb-child-grid {
    grid-template-columns: 1fr; }

  /* line 4241, theme.scss */
  .msb-child-hero-media {
    min-height: 300px; } }
@media (max-width: 720px) {
  /* line 4247, theme.scss */
  .msb-card-art {
    width: 64px;
    height: 64px;
    border-radius: 20px; }

  /* line 4253, theme.scss */
  .msb-card-art--large {
    width: 78px;
    height: 78px; }

  /* line 4258, theme.scss */
  .msb-site-page-grid--four,
  .msb-dark-stats--patient {
    grid-template-columns: 1fr; }

  /* line 4263, theme.scss */
  .msb-child-hero {
    width: calc(100% - 28px);
    padding: 20px;
    border-radius: 24px; }

  /* line 4269, theme.scss */
  .msb-child-hero-copy p {
    font-size: 16px; }

  /* line 4273, theme.scss */
  .msb-child-hero-media,
  .msb-child-card--image {
    min-height: 240px; }

  /* line 4278, theme.scss */
  .msb-child-card {
    padding: 24px; } }
/* Full icon upload pass v32: remove remaining symbolic stock icons */
/* line 4284, theme.scss */
.msb-floating-call img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%; }

/* line 4291, theme.scss */
.msb-inline-art,
.msb-contact-panel--exact .msb-inline-art,
.msb-appointment-contact .msb-inline-art {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(25, 115, 63, 0.08);
  color: transparent; }

/* line 4305, theme.scss */
.msb-inline-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* line 4312, theme.scss */
.msb-value-grid .msb-value-art {
  float: right;
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(25, 115, 63, 0.08); }

/* line 4322, theme.scss */
.msb-value-grid .msb-value-art img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* Appointment form v24: icon system, service chips, safer feedback UX */
/* line 4329, theme.scss */
.msb-form--dentistry {
  position: relative;
  gap: 16px;
  padding: 24px;
  border-radius: 26px;
  background: radial-gradient(circle at 14% 0%, rgba(25, 115, 63, 0.08), rgba(0, 0, 0, 0) 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 253, 250, 0.88));
  border: 1px solid rgba(25, 115, 63, 0.12);
  box-shadow: 0 28px 70px rgba(10, 47, 34, 0.1); }

/* line 4341, theme.scss */
.msb-form-card-head {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 22, 20, 0.07); }

/* line 4352, theme.scss */
.msb-form-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--green);
  background: linear-gradient(145deg, #eef8f0, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(25, 115, 63, 0.08), 0 12px 24px rgba(25, 115, 63, 0.08); }

/* line 4363, theme.scss */
.msb-form-mark svg {
  width: 27px;
  height: 27px; }

/* line 4368, theme.scss */
.msb-form-card-head b {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.15; }

/* line 4375, theme.scss */
.msb-form-card-head small {
  display: block;
  margin-top: 5px;
  color: #5d6962;
  font-size: 13px;
  line-height: 1.4; }

/* line 4383, theme.scss */
.msb-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important; }

/* line 4392, theme.scss */
.msb-topic {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px; }

/* line 4398, theme.scss */
.msb-topic-chip {
  display: block;
  min-width: 0;
  cursor: pointer; }

/* line 4404, theme.scss */
.msb-topic-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

/* line 4410, theme.scss */
.msb-topic-chip span {
  min-height: 76px;
  padding: 10px 8px 9px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(17, 22, 20, 0.08);
  color: #536159;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease, color .18s ease; }

/* line 4428, theme.scss */
.msb-topic-chip img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(25, 115, 63, 0.11)); }

/* line 4435, theme.scss */
.msb-topic-chip input:checked + span {
  color: #135f35;
  background: #f2fbf4;
  border-color: rgba(25, 115, 63, 0.34);
  box-shadow: 0 12px 26px rgba(25, 115, 63, 0.1), inset 0 0 0 1px rgba(25, 115, 63, 0.1); }

/* line 4442, theme.scss */
.msb-topic-chip input:focus-visible + span {
  outline: 3px solid rgba(25, 115, 63, 0.18);
  outline-offset: 2px; }

/* line 4447, theme.scss */
.msb-topic-chip:hover span {
  transform: translateY(-2px);
  border-color: rgba(25, 115, 63, 0.24); }

/* line 4452, theme.scss */
.msb-form--dentistry .msb-form-grid {
  gap: 13px; }

/* line 4456, theme.scss */
.msb-form--dentistry .msb-field {
  position: relative;
  gap: 8px; }

/* line 4461, theme.scss */
.msb-form--dentistry .msb-field-label {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  color: #526057;
  white-space: normal; }

/* line 4471, theme.scss */
.msb-form--dentistry .msb-field-label i {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--green);
  background: #eef8f0;
  font-style: normal; }

/* line 4483, theme.scss */
.msb-form--dentistry .msb-field-label svg {
  width: 17px;
  height: 17px; }

/* line 4488, theme.scss */
.msb-form--dentistry .msb-field-label b {
  color: #536159;
  font-size: 13px;
  line-height: 1.1; }

/* line 4494, theme.scss */
.msb-form--dentistry input,
.msb-form--dentistry textarea {
  width: 100%;
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }

/* line 4505, theme.scss */
.msb-form--dentistry input {
  min-height: 56px;
  padding: 0 16px; }

/* line 4510, theme.scss */
.msb-form--dentistry textarea {
  min-height: 104px;
  padding: 15px 16px 28px;
  resize: vertical;
  font: inherit;
  line-height: 1.45; }

/* line 4518, theme.scss */
.msb-form--dentistry input:focus,
.msb-form--dentistry textarea:focus {
  border-color: rgba(25, 115, 63, 0.62);
  box-shadow: 0 0 0 4px rgba(25, 115, 63, 0.1); }

/* line 4524, theme.scss */
.msb-form--dentistry input:invalid:not(:placeholder-shown) {
  border-color: rgba(179, 38, 30, 0.72);
  box-shadow: 0 0 0 4px rgba(179, 38, 30, 0.08); }

/* line 4529, theme.scss */
.msb-form--dentistry .msb-field--wide {
  grid-column: 1 / -1; }

/* line 4533, theme.scss */
.msb-char-counter {
  position: absolute;
  right: 13px;
  bottom: 8px;
  color: #8a948f;
  font-size: 11px;
  line-height: 1;
  pointer-events: none; }

/* line 4543, theme.scss */
.msb-form-submit {
  position: relative;
  overflow: hidden; }

/* line 4548, theme.scss */
.msb-form-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateX(-100%); }

/* line 4557, theme.scss */
.msb-form-submit.is-loading {
  pointer-events: none;
  opacity: .88; }

/* line 4562, theme.scss */
.msb-form-submit.is-loading::before {
  opacity: 1;
  animation: msb-submit-sheen 1.1s linear infinite; }

@keyframes msb-submit-sheen {
  to {
    transform: translateX(100%); } }
/* line 4571, theme.scss */
.msb-form-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px; }

/* line 4577, theme.scss */
.msb-form-trust span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(17, 22, 20, 0.06);
  color: #657069;
  font-size: 12px;
  line-height: 1.25; }

/* line 4591, theme.scss */
.msb-form-trust i {
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf7ed;
  color: var(--green);
  font-style: normal;
  font-size: 11px;
  font-weight: 900; }

/* line 4605, theme.scss */
.msb-form--dentistry .msb-consent {
  flex-wrap: wrap;
  padding: 2px 1px 0; }

/* line 4610, theme.scss */
.msb-form--dentistry .msb-form-note {
  display: none; }

@media (max-width: 1280px) {
  /* line 4615, theme.scss */
  .msb-topic,
  .msb-form-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) {
  /* line 4622, theme.scss */
  .msb-form--dentistry {
    padding: 16px; }

  /* line 4626, theme.scss */
  .msb-form-card-head {
    grid-template-columns: 44px 1fr;
    padding: 12px; }

  /* line 4631, theme.scss */
  .msb-form-mark {
    width: 44px;
    height: 44px;
    border-radius: 15px; }

  /* line 4637, theme.scss */
  .msb-topic {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 4641, theme.scss */
  .msb-form-trust {
    grid-template-columns: 1fr; }

  /* line 4645, theme.scss */
  .msb-topic-chip span {
    min-height: 68px; } }
/* line 4650, theme.scss */
.msb-form--dentistry .msb-topic-chip {
  grid-column: auto; }

/* Final cleanup v35: compact form, cleaner hero, unified footers, fixed dark cards */
/* line 4656, theme.scss */
.msb-hero,
.msb-hero--exact {
  background: linear-gradient(180deg, #fbfbf9 0%, #f6f8f5 100%) !important; }

/* line 4661, theme.scss */
.msb-hero-visual-v22 {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  filter: drop-shadow(0 22px 44px rgba(25, 115, 63, 0.1)) !important; }

/* line 4667, theme.scss */
.msb-dark-btn {
  color: #fff !important;
  background: linear-gradient(135deg, #19733f, #115b31) !important;
  box-shadow: 0 16px 34px rgba(10, 47, 34, 0.18) !important; }

/* line 4673, theme.scss */
.msb-dark-link {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important; }

/* line 4678, theme.scss */
.msb-dark-stats--patient {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch; }

/* line 4683, theme.scss */
.msb-dark-stats--patient div {
  min-height: 0 !important;
  padding: 26px 22px !important;
  border-radius: 22px; }

/* line 4689, theme.scss */
.msb-dark-stats--patient .msb-card-art {
  width: 60px;
  height: 60px;
  margin-bottom: 20px; }

/* line 4695, theme.scss */
.msb-dark-stats--patient strong {
  font-size: clamp(22px, 1.7vw, 28px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.04em !important;
  font-weight: 400 !important; }

/* line 4702, theme.scss */
.msb-dark-stats--patient span {
  max-width: none !important;
  margin-top: 12px !important;
  font-size: 15px !important;
  line-height: 1.38 !important;
  color: rgba(255, 255, 255, 0.82) !important; }

/* line 4710, theme.scss */
.msb-appointment--premium {
  gap: 18px !important;
  padding: 24px !important;
  border-radius: 28px !important; }

/* line 4716, theme.scss */
.msb-appointment--premium::before {
  inset: 10px !important;
  border-radius: 22px !important; }

/* line 4721, theme.scss */
.msb-appointment--premium .msb-appointment-title span {
  margin-bottom: 10px; }

/* line 4725, theme.scss */
.msb-appointment--premium .msb-appointment-title h2 {
  font-size: clamp(34px, 3.2vw, 54px) !important;
  line-height: .98 !important; }

/* line 4730, theme.scss */
.msb-appointment--premium .msb-appointment-title p {
  margin-top: 16px !important;
  font-size: 16px !important;
  line-height: 1.55 !important; }

/* line 4736, theme.scss */
.msb-appointment-badges {
  gap: 8px !important;
  margin-top: 18px !important; }

/* line 4741, theme.scss */
.msb-appointment-badges b {
  min-height: 34px !important;
  padding: 0 12px !important;
  font-size: 12px !important; }

/* line 4747, theme.scss */
.msb-form--dentistry {
  gap: 14px !important;
  padding: 18px !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 42px rgba(10, 47, 34, 0.08) !important; }

/* line 4754, theme.scss */
.msb-form-card-head {
  grid-template-columns: 44px 1fr !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border-radius: 16px !important; }

/* line 4761, theme.scss */
.msb-form-mark {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important; }

/* line 4767, theme.scss */
.msb-form-mark svg {
  width: 22px !important;
  height: 22px !important; }

/* line 4772, theme.scss */
.msb-form-card-head b {
  font-size: 15px !important; }

/* line 4776, theme.scss */
.msb-form-card-head small {
  margin-top: 3px !important;
  font-size: 12px !important;
  line-height: 1.35 !important; }

/* line 4782, theme.scss */
.msb-topic {
  gap: 8px !important; }

/* line 4786, theme.scss */
.msb-topic-chip span {
  min-height: 44px !important;
  padding: 8px 12px !important;
  gap: 8px !important;
  font-size: 13px !important; }

/* line 4793, theme.scss */
.msb-topic-chip img {
  width: 24px !important;
  height: 24px !important;
  border-radius: 8px !important; }

/* line 4799, theme.scss */
.msb-form-grid {
  gap: 12px !important; }

/* line 4803, theme.scss */
.msb-field {
  gap: 6px !important; }

/* line 4807, theme.scss */
.msb-field-label {
  gap: 8px !important; }

/* line 4811, theme.scss */
.msb-field-label i {
  width: 28px !important;
  height: 28px !important; }

/* line 4816, theme.scss */
.msb-field-label b {
  font-size: 13px !important; }

/* line 4820, theme.scss */
.msb-form--premium input,
.msb-form--premium select,
.msb-form--dentistry textarea {
  min-height: 48px !important;
  padding: 0 14px !important;
  border-radius: 12px !important; }

/* line 4828, theme.scss */
.msb-form--dentistry textarea {
  min-height: 108px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

/* line 4834, theme.scss */
.msb-char-counter,
.msb-form-note {
  font-size: 11px !important; }

/* line 4839, theme.scss */
.msb-form-submit,
.msb-form--premium button {
  min-height: 52px !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 30px rgba(25, 115, 63, 0.16) !important; }

/* line 4846, theme.scss */
.msb-consent {
  gap: 8px !important;
  font-size: 12px !important; }

/* line 4851, theme.scss */
.msb-form-trust {
  gap: 8px !important; }

/* line 4855, theme.scss */
.msb-form-trust span {
  min-height: 34px !important;
  padding: 0 10px !important;
  font-size: 12px !important; }

/* line 4861, theme.scss */
.msb-appointment-contact {
  gap: 10px !important; }

/* line 4865, theme.scss */
.msb-appointment--premium .msb-appointment-contact a,
.msb-appointment--premium .msb-appointment-contact p {
  padding: 12px !important;
  border-radius: 16px !important; }

/* line 4871, theme.scss */
.msb-appointment--premium .msb-appointment-contact i {
  width: 38px !important;
  height: 38px !important; }

/* line 4876, theme.scss */
.msb-footer,
.msb-global-footer {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f4 100%) !important;
  color: #111614 !important;
  border: 1px solid rgba(17, 22, 20, 0.08) !important;
  box-shadow: 0 18px 48px rgba(10, 47, 34, 0.06) !important; }

/* line 4884, theme.scss */
.msb-footer a,
.msb-global-footer a {
  color: #111614 !important; }

/* line 4889, theme.scss */
.msb-footer p,
.msb-footer span,
.msb-global-footer p,
.msb-global-footer span {
  color: #5f6962 !important; }

/* line 4896, theme.scss */
.msb-global-footer img,
.msb-footer img {
  background: #fff !important;
  border: 1px solid rgba(17, 22, 20, 0.06); }

/* line 4902, theme.scss */
.msb-page--inner-shell {
  background: #f7f8f4 !important; }

/* line 4906, theme.scss */
.msb-global-header {
  background: rgba(255, 255, 255, 0.92) !important; }

/* line 4910, theme.scss */
.msb-global-nav a:hover,
.msb-global-actions .msb-callback,
.msb-eyebrow,
.msb-text-link,
.msb-inline-actions a {
  color: #19733f !important; }

/* line 4918, theme.scss */
.msb-global-actions .msb-callback {
  background: #eef7f0 !important; }

/* line 4922, theme.scss */
.msb-inner-hero {
  background: radial-gradient(circle at 12% 12%, rgba(25, 115, 63, 0.12), rgba(0, 0, 0, 0) 30%), linear-gradient(135deg, #ffffff, #eef5ef) !important; }

/* line 4926, theme.scss */
.msb-inner-hero:after {
  border-color: rgba(25, 115, 63, 0.08) !important; }

/* line 4930, theme.scss */
.msb-eyebrow {
  border-color: rgba(25, 115, 63, 0.18) !important;
  background: rgba(25, 115, 63, 0.06); }

@media (max-width: 1240px) {
  /* line 4936, theme.scss */
  .msb-dark-stats--patient {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 980px) {
  /* line 4942, theme.scss */
  .msb-global-footer,
  .msb-footer {
    grid-template-columns: 1fr !important; } }
@media (max-width: 720px) {
  /* line 4949, theme.scss */
  .msb-hero,
  .msb-hero--exact {
    background: linear-gradient(180deg, #fbfbf9 0%, #f6f8f5 100%) !important; }

  /* line 4954, theme.scss */
  .msb-dark-stats--patient {
    grid-template-columns: 1fr !important; }

  /* line 4958, theme.scss */
  .msb-appointment--premium {
    padding: 18px !important; }

  /* line 4962, theme.scss */
  .msb-form--dentistry {
    padding: 14px !important; } }
/* Native InSales feedback wrapper: system-compatible send state */
/* line 4968, theme.scss */
.msb-form[data-feedback-form-wrapper].is-sended [data-feedback-form-success],
.msb-form[data-feedback-form-wrapper] [data-feedback-form-success].is-show {
  display: block; }

/* line 4973, theme.scss */
.msb-form[data-feedback-form-wrapper].is-sended [data-msb-form-error] {
  display: none; }

/* line 4977, theme.scss */
.msb-form[data-feedback-form-wrapper] .feedback__field-error:not(:empty) {
  display: block; }

/* line 4981, theme.scss */
.msb-form[data-feedback-form-wrapper] .agree__field {
  width: auto;
  min-height: 0; }

/* line 4986, theme.scss */
.msb-form[data-feedback-form-wrapper] .agree {
  cursor: pointer; }

/* Cookie notice: hard fallback + native InSales widget protection */
/* line 4993, theme.scss */
.msb-cookie-notice {
  position: fixed;
  left: max(16px, env(safe-area-inset-left));
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 2147483000;
  max-width: 820px;
  margin: 0 auto;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  color: #111614;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 22, 20, 0.12);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(10, 47, 34, 0.18);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none; }

/* line 5020, theme.scss */
.msb-cookie-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; }

/* line 5026, theme.scss */
.msb-cookie-notice[hidden] {
  display: none !important; }

/* line 5030, theme.scss */
.msb-cookie-notice__text {
  margin: 0;
  color: rgba(17, 22, 20, 0.78); }

/* line 5035, theme.scss */
.msb-cookie-notice__link {
  color: #0b5f35;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px; }

/* line 5042, theme.scss */
.msb-cookie-notice__link:hover {
  color: #083f27; }

/* line 5046, theme.scss */
.msb-cookie-notice__button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  color: #fff;
  background: #19733f;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap; }

/* line 5059, theme.scss */
.msb-cookie-notice__button:hover {
  background: #0b3f2a; }

/* Do not let the custom landing hide native InSales cookie/consent widgets. */
/* line 5064, theme.scss */
.outside-widgets [class*="cookie"],
.outside-widgets [id*="cookie"],
.outside-widgets [class*="Cookie"],
.outside-widgets [id*="Cookie"],
.outside-widgets [class*="cookies"],
.outside-widgets [id*="cookies"],
.outside-widgets [class*="consent"],
.outside-widgets [id*="consent"],
[class*="cookie-notice"],
[class*="cookies-notice"],
[class*="cookie-banner"],
[class*="cookies-banner"],
[class*="cookie-consent"],
[class*="CookieConsent"],
[id*="cookie-notice"],
[id*="cookies-notice"],
[id*="cookie-banner"],
[id*="cookies-banner"],
[id*="cookie-consent"] {
  z-index: 2147482999 !important;
  visibility: visible !important;
  pointer-events: auto !important; }

@media (max-width: 640px) {
  /* line 5089, theme.scss */
  .msb-cookie-notice {
    left: 12px;
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 14px;
    border-radius: 16px;
    font-size: 12px; }

  /* line 5100, theme.scss */
  .msb-cookie-notice__button {
    width: 100%; } }
/* Client feedback patch v2026-07-06: location emphasis, simplified forms, legal blocks */
/* line 5107, theme.scss */
.msb-location-flag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #0f7a47;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
  box-shadow: 0 14px 34px rgba(15, 122, 71, 0.22); }

/* line 5123, theme.scss */
.msb-location-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(320px, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: clamp(18px, 3vw, 36px) auto 0;
  width: min(1180px, calc(100% - 40px));
  min-height: 92px;
  padding: 18px 22px 18px 24px;
  border-radius: 28px;
  background: radial-gradient(circle at 4% 18%, rgba(15, 122, 71, 0.1) 0%, rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 248, 0.92) 100%);
  border: 1px solid rgba(17, 22, 20, 0.08);
  color: var(--ink);
  box-shadow: 0 18px 54px rgba(10, 47, 34, 0.08);
  overflow: hidden; }

/* line 5143, theme.scss */
.msb-location-strip::before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(15, 122, 71, 0.08);
  border: 1px solid rgba(15, 122, 71, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%); }

/* line 5157, theme.scss */
.msb-location-strip strong {
  position: relative;
  z-index: 1;
  padding-left: 58px;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.05;
  letter-spacing: -.04em;
  color: #113f2b; }

/* line 5167, theme.scss */
.msb-location-strip strong::before {
  content: "⌖";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-52%);
  color: #0f7a47;
  font-size: 24px;
  line-height: 1; }

/* line 5178, theme.scss */
.msb-location-strip span {
  position: relative;
  z-index: 1;
  color: rgba(17, 22, 20, 0.72);
  font-weight: 750;
  line-height: 1.3; }

/* line 5186, theme.scss */
.msb-location-strip a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0f7a47;
  color: #ffffff;
  text-decoration: none;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(15, 122, 71, 0.18); }

/* line 5203, theme.scss */
.msb-hero-photo-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f3e28;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12); }

/* line 5219, theme.scss */
.msb-card-location-grid > article,
.msb-doctor-poster,
.msb-review-grid article,
.msb-link-card {
  position: relative; }

/* line 5223, theme.scss */
.msb-card-location-grid > article::before,
.msb-doctor-poster::before,
.msb-review-grid article::before,
.msb-link-card::before {
  content: none;
  position: absolute;
  z-index: 5;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 122, 71, 0.94);
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .01em;
  box-shadow: 0 10px 24px rgba(15, 122, 71, 0.2); }

/* line 5244, theme.scss */
.msb-link-card::before {
  top: 10px;
  left: 10px; }

/* line 5245, theme.scss */
.msb-doctor-poster::before {
  top: 16px;
  left: 16px; }

/* line 5247, theme.scss */
.msb-form--simple .msb-topic,
.msb-form--simple .msb-char-counter {
  display: none !important; }

/* line 5249, theme.scss */
.msb-form-grid--simple {
  grid-template-columns: 1fr 1fr; }

/* line 5250, theme.scss */
.msb-form--simple .msb-form-card-head small {
  max-width: 36rem; }

/* line 5251, theme.scss */
.msb-form--simple .msb-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800; }

/* line 5253, theme.scss */
.msb-docs--legal {
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr) minmax(220px, 0.6fr);
  align-items: start; }

/* line 5254, theme.scss */
.msb-doc-actions--stacked {
  display: grid;
  gap: 10px;
  align-content: start; }

/* line 5255, theme.scss */
.msb-license-qr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px; }

/* line 5256, theme.scss */
.msb-license-qr-grid figure {
  margin: 0;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center; }

/* line 5257, theme.scss */
.msb-license-qr-grid img {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
  margin: 0 auto 8px; }

/* line 5258, theme.scss */
.msb-license-qr-grid figcaption {
  font-size: 12px;
  font-weight: 750;
  color: rgba(0, 0, 0, 0.7); }

/* line 5260, theme.scss */
.msb-legal-info {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(56px, 7vw, 96px) auto;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: clamp(24px, 4vw, 52px); }

/* line 5261, theme.scss */
.msb-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px; }

/* line 5262, theme.scss */
.msb-legal-grid article {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 14px 40px rgba(20, 40, 30, 0.06); }

/* line 5263, theme.scss */
.msb-legal-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.15; }

/* line 5264, theme.scss */
.msb-legal-grid p {
  margin: 8px 0 0;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.45; }

/* line 5265, theme.scss */
.msb-legal-grid a {
  color: #0f7a47;
  font-weight: 800;
  text-decoration: none; }

/* line 5266, theme.scss */
.msb-legal-text .msb-inner-card h2 {
  margin-top: 28px; }

/* line 5267, theme.scss */
.msb-legal-text .msb-inner-card h2:first-child {
  margin-top: 0; }

@media (max-width: 980px) {
  /* line 5270, theme.scss */
  .msb-location-strip {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px; }

  /* line 5275, theme.scss */
  .msb-location-strip a {
    justify-self: start; }

  /* line 5278, theme.scss */
  .msb-docs--legal {
    grid-template-columns: 1fr; }

  /* line 5279, theme.scss */
  .msb-license-qr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 5280, theme.scss */
  .msb-legal-info {
    grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  /* line 5284, theme.scss */
  .msb-location-flag {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 14px;
    border-radius: 16px;
    font-size: 13px; }

  /* line 5293, theme.scss */
  .msb-location-strip {
    width: calc(100% - 24px);
    margin-top: 12px;
    min-height: 0;
    padding: 16px;
    gap: 10px;
    border-radius: 22px; }

  /* line 5302, theme.scss */
  .msb-location-strip::before {
    left: 14px;
    top: 19px;
    transform: none;
    width: 42px;
    height: 42px;
    border-radius: 15px; }

  /* line 5311, theme.scss */
  .msb-location-strip strong {
    padding-left: 54px;
    font-size: 21px; }

  /* line 5316, theme.scss */
  .msb-location-strip strong::before {
    left: 13px;
    font-size: 22px; }

  /* line 5321, theme.scss */
  .msb-location-strip span {
    font-size: 14px; }

  /* line 5325, theme.scss */
  .msb-location-strip a {
    width: 100%;
    min-height: 46px;
    text-align: center; }

  /* line 5330, theme.scss */
  .msb-form-grid--simple {
    grid-template-columns: 1fr; }

  /* line 5331, theme.scss */
  .msb-legal-grid {
    grid-template-columns: 1fr; }

  /* line 5332, theme.scss */
  .msb-license-qr-grid {
    grid-template-columns: 1fr 1fr; }

  /* line 5333, theme.scss */
  .msb-license-qr-grid img {
    width: 116px;
    height: 116px; }

  /* line 5334, theme.scss */
  .msb-hero-photo-label {
    left: 14px;
    right: 14px;
    bottom: 14px; }

  /* line 5335, theme.scss */
  .msb-card-location-grid > article::before,
  .msb-doctor-poster::before,
  .msb-review-grid article::before,
  .msb-link-card::before {
    font-size: 10px;
    padding: 7px 9px; } }
@media (max-width: 420px) {
  /* line 5342, theme.scss */
  .msb-location-flag {
    font-size: 12px;
    padding: 9px 10px; }

  /* line 5343, theme.scss */
  .msb-location-strip strong {
    font-size: 19px; }

  /* line 5344, theme.scss */
  .msb-location-strip span {
    font-size: 13px; }

  /* line 5345, theme.scss */
  .msb-license-qr-grid {
    gap: 8px; }

  /* line 5346, theme.scss */
  .msb-license-qr-grid figure {
    padding: 9px; }

  /* line 5347, theme.scss */
  .msb-license-qr-grid img {
    width: 96px;
    height: 96px; } }
/* Hero photo override: use the approved clinic portrait cleanly instead of scaling it as an abstract tooth visual */
/* line 5351, theme.scss */
.msb-hero-art--profile-v22 .msb-hero-visual-v22 {
  width: min(520px, 36vw) !important;
  height: min(620px, 44vw) !important;
  object-fit: cover !important;
  border-radius: 38px !important;
  transform: translate(-46%, -50%) !important;
  background: #fff !important;
  box-shadow: 0 28px 80px rgba(16, 58, 36, 0.18) !important;
  filter: none !important; }

@media (max-width: 1280px) {
  /* line 5363, theme.scss */
  .msb-hero-art--profile-v22 .msb-hero-visual-v22 {
    width: min(520px, 72vw) !important;
    height: min(540px, 64vw) !important;
    transform: translate(-50%, -50%) !important; } }
@media (max-width: 720px) {
  /* line 5371, theme.scss */
  .msb-hero-art--profile-v22 .msb-hero-visual-v22 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    transform: none !important;
    border-radius: 26px !important; } }
/* Final client cleanup 2026-07-08: no repeated location stickers, cleaner hero portrait, safer form state */
/* line 5385, theme.scss */
.msb-card-location-grid > article::before,
.msb-doctor-poster::before,
.msb-review-grid article::before,
.msb-link-card::before {
  content: none !important;
  display: none !important; }

/* line 5393, theme.scss */
.msb-form-submit:disabled {
  cursor: wait; }

@media (min-width: 1281px) {
  /* line 5398, theme.scss */
  .msb-hero--exact {
    grid-template-columns: minmax(420px, 1fr) minmax(340px, 440px) minmax(300px, 340px) !important;
    gap: 28px !important;
    align-items: center !important;
    overflow: hidden !important; }

  /* line 5405, theme.scss */
  .msb-hero-art--profile-v22 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    width: min(420px, 100%) !important;
    min-height: 560px !important;
    border-radius: 38px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #f6f8f2 0%, #eef4ea 100%) !important;
    box-shadow: 0 28px 76px rgba(16, 58, 36, 0.16) !important; }

  /* line 5417, theme.scss */
  .msb-hero-art--profile-v22 .msb-hero-visual-v22 {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important; }

  /* line 5433, theme.scss */
  .msb-contact-panel--exact {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: min(340px, 100%) !important;
    z-index: 4 !important; }

  /* line 5441, theme.scss */
  .msb-hero-photo-label {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    text-align: left !important; } }
@media (max-width: 1280px) {
  /* line 5450, theme.scss */
  .msb-hero-art--profile-v22 {
    justify-self: center !important;
    width: min(520px, 100%) !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
    margin: 10px auto 0 !important;
    border-radius: 34px !important;
    overflow: hidden !important;
    background: #f4f7f1 !important;
    box-shadow: 0 24px 64px rgba(16, 58, 36, 0.14) !important; }

  /* line 5462, theme.scss */
  .msb-hero-art--profile-v22 .msb-hero-visual-v22 {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important; } }
@media (max-width: 720px) {
  /* line 5481, theme.scss */
  .msb-hero-art--profile-v22 {
    width: min(360px, 100%) !important;
    border-radius: 28px !important; }

  /* line 5486, theme.scss */
  .msb-hero-photo-label {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    font-size: 13px !important; } }
/* QA hard fix v2026-07-08: forms, legal blocks, footer overflow */
/* line 5496, theme.scss */
.msb-page,
.msb-clean-layout,
.msb-clean-layout > main {
  max-width: 100%;
  overflow-x: clip; }

/* line 5503, theme.scss */
.msb-docs.msb-docs--legal {
  width: min(1480px, calc(100% - 48px));
  margin: clamp(34px, 5vw, 72px) auto 0 !important;
  padding: clamp(24px, 3vw, 40px) !important;
  grid-template-columns: minmax(420px, 1.2fr) minmax(260px, 0.62fr) minmax(190px, 0.42fr) !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
  align-items: start !important; }

/* line 5512, theme.scss */
.msb-docs.msb-docs--legal h2 {
  max-width: 720px;
  font-size: clamp(38px, 4vw, 68px) !important;
  line-height: .98 !important;
  letter-spacing: -.065em !important;
  text-wrap: balance; }

/* line 5520, theme.scss */
.msb-docs.msb-docs--legal p {
  max-width: 820px;
  font-size: 16px;
  overflow-wrap: anywhere; }

/* line 5526, theme.scss */
.msb-doc-actions--stacked {
  margin-top: 0 !important;
  width: 100%; }

/* line 5531, theme.scss */
.msb-doc-actions--stacked a {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.2; }

/* line 5540, theme.scss */
.msb-global-footer,
.msb-footer {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: clamp(28px, 3vw, 42px) !important;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) minmax(260px, 340px) !important;
  gap: clamp(22px, 3vw, 42px) !important;
  overflow: hidden !important;
  border-radius: clamp(26px, 3vw, 40px) !important; }

/* line 5553, theme.scss */
.msb-footer nav,
.msb-global-footer nav {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 24px !important; }

/* line 5559, theme.scss */
.msb-footer a,
.msb-footer span,
.msb-footer p,
.msb-global-footer a,
.msb-global-footer span,
.msb-global-footer p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal; }

/* line 5570, theme.scss */
.msb-footer nav a,
.msb-global-footer nav a {
  line-height: 1.25; }

/* line 5575, theme.scss */
.msb-footer > div:last-child,
.msb-global-footer .msb-footer-contact {
  min-width: 0; }

/* line 5580, theme.scss */
.msb-form-status--error.is-show,
.msb-form-status--success.is-show {
  display: block !important; }

/* line 5585, theme.scss */
.msb-form-captcha {
  min-height: 1px; }

/* line 5589, theme.scss */
.msb-form-submit.is-loading {
  opacity: .72;
  cursor: wait; }

@media (max-width: 1180px) {
  /* line 5595, theme.scss */
  .msb-docs.msb-docs--legal {
    grid-template-columns: 1fr !important; }

  /* line 5599, theme.scss */
  .msb-license-qr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }

  /* line 5603, theme.scss */
  .msb-global-footer,
  .msb-footer {
    grid-template-columns: 1fr 1fr !important; }

  /* line 5608, theme.scss */
  .msb-footer > div:last-child,
  .msb-global-footer .msb-footer-contact {
    grid-column: 1 / -1; } }
@media (max-width: 720px) {
  /* line 5615, theme.scss */
  .msb-docs.msb-docs--legal,
  .msb-global-footer,
  .msb-footer {
    width: calc(100% - 24px) !important;
    padding: 22px !important; }

  /* line 5622, theme.scss */
  .msb-docs.msb-docs--legal h2 {
    font-size: clamp(34px, 11vw, 46px) !important; }

  /* line 5626, theme.scss */
  .msb-global-footer,
  .msb-footer,
  .msb-footer nav,
  .msb-global-footer nav {
    grid-template-columns: 1fr !important; }

  /* line 5633, theme.scss */
  .msb-license-qr-grid {
    grid-template-columns: 1fr 1fr !important; } }
@media (max-width: 420px) {
  /* line 5639, theme.scss */
  .msb-license-qr-grid {
    grid-template-columns: 1fr !important; } }
/* Mobile consent/CTA fix v2026-07-09: cookie first, bottom bar after accept */
/* line 5645, theme.scss */
body.msb-cookie-open .msb-mobile-action-bar {
  opacity: 0;
  transform: translateY(110%);
  pointer-events: none; }

@media (max-width: 720px) {
  /* line 5652, theme.scss */
  .msb-page,
  .msb-public-layout .msb-page {
    padding-bottom: calc(118px + env(safe-area-inset-bottom)); }

  /* line 5657, theme.scss */
  .msb-mobile-action-bar {
    bottom: calc(16px + env(safe-area-inset-bottom));
    min-height: 58px;
    padding: 11px 16px;
    border-radius: 18px;
    transition: opacity .2s ease, transform .2s ease; }

  /* line 5665, theme.scss */
  .msb-cookie-notice {
    left: 10px;
    right: 10px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    max-width: none;
    padding: 12px;
    gap: 10px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 1.38; }

  /* line 5677, theme.scss */
  .msb-cookie-notice__text {
    color: rgba(17, 22, 20, 0.76); }

  /* line 5681, theme.scss */
  .msb-cookie-notice__button {
    min-height: 46px;
    padding: 10px 16px; }

  /* line 5686, theme.scss */
  body.msb-cookie-open .msb-page,
  body.msb-cookie-open.msb-public-layout .msb-page {
    padding-bottom: calc(190px + env(safe-area-inset-bottom)); } }
@media (max-width: 380px) {
  /* line 5693, theme.scss */
  .msb-mobile-action-bar {
    left: 10px;
    right: 10px; }

  /* line 5698, theme.scss */
  .msb-mobile-action-bar span {
    font-size: 14px; }

  /* line 5702, theme.scss */
  .msb-mobile-action-bar small {
    font-size: 12px; }

  /* line 5706, theme.scss */
  .msb-cookie-notice {
    font-size: 11.5px; } }
/* UX / identity pass v2026-07-09: keep warm icons, make patient route clearer */
/* line 5713, theme.scss */
.msb-patient-routes {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(22px, 4vw, 48px) auto 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch; }

/* line 5722, theme.scss */
.msb-patient-routes__head {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 30px;
  background: radial-gradient(circle at 88% 12%, rgba(25, 115, 63, 0.12), rgba(0, 0, 0, 0) 24%), linear-gradient(145deg, #ffffff 0%, #f3faf5 100%);
  border: 1px solid rgba(25, 115, 63, 0.1);
  box-shadow: 0 20px 60px rgba(10, 47, 34, 0.06); }

/* line 5735, theme.scss */
.msb-patient-routes__head::after {
  content: "♡";
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(25, 115, 63, 0.14);
  font-size: 72px;
  line-height: 1;
  font-weight: 800;
  pointer-events: none; }

/* line 5747, theme.scss */
.msb-patient-routes__head span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(25, 115, 63, 0.08);
  color: #19733f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 5760, theme.scss */
.msb-patient-routes__head h2 {
  margin: 0;
  color: #111614;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
  letter-spacing: -.055em; }

/* line 5768, theme.scss */
.msb-patient-routes__head p {
  max-width: 420px;
  margin: 18px 0 0;
  color: #5f6962;
  font-size: 16px;
  line-height: 1.58; }

/* line 5776, theme.scss */
.msb-patient-routes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; }

/* line 5782, theme.scss */
.msb-patient-route {
  min-width: 0;
  min-height: 244px;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 22, 20, 0.08);
  box-shadow: 0 18px 50px rgba(10, 47, 34, 0.055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }

/* line 5796, theme.scss */
.msb-patient-route:hover {
  transform: translateY(-4px);
  border-color: rgba(25, 115, 63, 0.2);
  box-shadow: 0 28px 72px rgba(10, 47, 34, 0.1); }

/* line 5802, theme.scss */
.msb-patient-route .msb-card-art {
  width: 54px;
  height: 54px;
  border-radius: 18px; }

/* line 5808, theme.scss */
.msb-patient-route b {
  display: block;
  color: #111614;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: -.035em; }

/* line 5816, theme.scss */
.msb-patient-route small {
  color: #617069;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 560; }

/* line 5823, theme.scss */
.msb-patient-route em {
  justify-self: start;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(25, 115, 63, 0.08);
  color: #19733f;
  font-size: 13px;
  font-style: normal;
  font-weight: 850; }

/* line 5834, theme.scss */
.msb-philosophy .msb-section-head p {
  max-width: 760px;
  margin: 16px 0 0; }

@media (max-width: 1180px) {
  /* line 5840, theme.scss */
  .msb-patient-routes {
    grid-template-columns: 1fr; }

  /* line 5844, theme.scss */
  .msb-patient-routes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) {
  /* line 5850, theme.scss */
  .msb-hero--exact {
    padding-top: 4px !important;
    gap: 16px !important; }

  /* line 5855, theme.scss */
  .msb-hero--exact h1 {
    font-size: clamp(42px, 13vw, 54px) !important;
    letter-spacing: -.06em !important; }

  /* line 5860, theme.scss */
  .msb-hero--exact .msb-lead {
    margin-top: 18px !important;
    font-size: 16px !important;
    line-height: 1.5 !important; }

  /* line 5866, theme.scss */
  .msb-hero--exact .msb-hero-actions {
    gap: 10px !important;
    margin-top: 20px !important; }

  /* line 5871, theme.scss */
  .msb-hero--exact .msb-btn,
  .msb-play--exact {
    width: 100% !important;
    justify-content: center !important; }

  /* line 5877, theme.scss */
  .msb-hero-art--profile-v22 {
    width: min(340px, 100%) !important;
    aspect-ratio: 4 / 4.55 !important;
    margin-top: 4px !important;
    border-radius: 28px !important; }

  /* line 5884, theme.scss */
  .msb-hero-art--profile-v22 .msb-hero-visual-v22 {
    object-position: center top !important; }

  /* line 5888, theme.scss */
  .msb-contact-panel--exact {
    width: 100% !important;
    padding: 14px 16px !important;
    border-radius: 22px !important; }

  /* line 5894, theme.scss */
  .msb-contact-panel--exact a,
  .msb-contact-panel--exact p {
    padding: 11px 0 !important;
    font-size: 14px !important; }

  /* line 5900, theme.scss */
  .msb-patient-routes {
    width: calc(100% - 24px);
    margin-top: 18px;
    gap: 12px; }

  /* line 5906, theme.scss */
  .msb-patient-routes__head {
    padding: 22px;
    border-radius: 24px; }

  /* line 5911, theme.scss */
  .msb-patient-routes__head::after {
    right: 16px;
    bottom: 12px;
    font-size: 54px; }

  /* line 5917, theme.scss */
  .msb-patient-routes__head h2 {
    font-size: clamp(32px, 10vw, 42px); }

  /* line 5921, theme.scss */
  .msb-patient-routes__head p {
    font-size: 15px; }

  /* line 5925, theme.scss */
  .msb-patient-routes__grid {
    grid-template-columns: 1fr;
    gap: 10px; }

  /* line 5930, theme.scss */
  .msb-patient-route {
    min-height: 0;
    padding: 16px;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    border-radius: 22px; }

  /* line 5939, theme.scss */
  .msb-patient-route .msb-card-art {
    grid-row: 1 / 4;
    width: 48px;
    height: 48px;
    border-radius: 16px; }

  /* line 5946, theme.scss */
  .msb-patient-route b {
    font-size: 19px; }

  /* line 5950, theme.scss */
  .msb-patient-route small {
    font-size: 13px; }

  /* line 5954, theme.scss */
  .msb-patient-route em {
    margin-top: 2px; }

  /* line 5958, theme.scss */
  .msb-inner-page-content,
  .msb-inner-utility,
  .msb-inner-quick-nav,
  .msb-med-card-grid,
  .msb-faq {
    width: calc(100% - 24px) !important; }

  /* line 5966, theme.scss */
  .msb-inner-quick-nav {
    margin-top: 18px !important;
    gap: 8px !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch; }

  /* line 5975, theme.scss */
  .msb-inner-quick-nav a {
    white-space: nowrap;
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px; }

  /* line 5982, theme.scss */
  .msb-inner-hero {
    margin: 18px 0 14px !important;
    padding: 28px 20px !important;
    border-radius: 24px !important; }

  /* line 5988, theme.scss */
  .msb-inner-hero::after {
    width: 160px !important;
    height: 160px !important;
    right: -70px !important;
    top: -70px !important;
    border-width: 28px !important; }

  /* line 5996, theme.scss */
  .msb-inner-hero h1 {
    font-size: clamp(32px, 11vw, 44px) !important;
    letter-spacing: -.045em !important; }

  /* line 6001, theme.scss */
  .msb-inner-hero p {
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.5 !important; }

  /* line 6007, theme.scss */
  .msb-inner-card,
  .msb-inner-band,
  .msb-med-card,
  .msb-faq {
    padding: 22px !important;
    border-radius: 24px !important; }

  /* line 6015, theme.scss */
  .msb-legal-text .msb-inner-card h2 {
    font-size: 24px !important;
    line-height: 1.15 !important; }

  /* line 6020, theme.scss */
  .msb-legal-text .msb-inner-card p {
    font-size: 15px !important;
    line-height: 1.6 !important; } }
@media (max-width: 900px) {
  /* line 6028, theme.scss */
  .msb-inner-band--calm .msb-step-grid {
    grid-template-columns: 1fr; }

  /* line 6032, theme.scss */
  .msb-step-grid--icons article {
    min-height: 0; }

  /* line 6036, theme.scss */
  .msb-inner-band--calm::after {
    width: 70px;
    height: 70px;
    opacity: .65; } }
@media (max-width: 640px) {
  /* line 6044, theme.scss */
  .msb-inner-band--calm {
    padding: 24px !important;
    border-radius: 26px !important; }

  /* line 6049, theme.scss */
  .msb-inner-band--calm .msb-step-grid {
    gap: 12px;
    margin-top: 18px; }

  /* line 6054, theme.scss */
  .msb-step-grid--icons article {
    padding: 20px !important;
    border-radius: 20px !important; } }
/* Header mobile/tablet navigation refinement: compact dropdown instead of a huge white sheet */
@media (max-width: 980px) {
  /* line 6062, theme.scss */
  .msb-global-nav {
    left: auto !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    width: min(300px, calc(100vw - 24px)) !important;
    max-width: 300px !important;
    padding: 10px !important;
    gap: 4px !important;
    align-items: stretch !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 44px rgba(16, 24, 32, 0.14) !important; }

  /* line 6076, theme.scss */
  .msb-global-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    color: rgba(16, 24, 32, 0.76) !important; }

  /* line 6090, theme.scss */
  .msb-global-nav a:hover,
  .msb-global-nav a:focus-visible {
    background: #f1f8f2 !important;
    color: #19733f !important; } }
@media (max-width: 520px) {
  /* line 6098, theme.scss */
  .msb-global-nav {
    left: 0 !important;
    right: 0 !important;
    width: calc(100vw - 20px) !important;
    max-width: none !important;
    margin: 0 auto !important; } }
/* Button style pass: unify CTAs with the softer clinic visual language */
/* line 6109, theme.scss */
.msb-btn,
.msb-dark-btn,
.msb-price-photo a,
.msb-doc-actions a,
.msb-page--actual .msb-doc-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(180deg, #4a8954 0%, #3b7f47 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(25, 115, 63, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }

/* line 6128, theme.scss */
.msb-btn::before,
.msb-dark-btn::before,
.msb-price-photo a::before,
.msb-doc-actions a::before,
.msb-page--actual .msb-doc-actions a::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  pointer-events: none; }

/* line 6141, theme.scss */
.msb-btn:hover,
.msb-dark-btn:hover,
.msb-price-photo a:hover,
.msb-doc-actions a:hover,
.msb-page--actual .msb-doc-actions a:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(25, 115, 63, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18); }

/* line 6150, theme.scss */
.msb-btn {
  min-height: 60px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800; }

/* line 6158, theme.scss */
.msb-dark-btn {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(180deg, #4d8d58 0%, #3f814b 100%);
  box-shadow: 0 18px 42px rgba(25, 115, 63, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15); }

/* line 6167, theme.scss */
.msb-dark-link {
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  color: #143e2b;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 30px rgba(10, 47, 34, 0.1); }

/* line 6177, theme.scss */
.msb-price-photo a {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 800; }

/* line 6185, theme.scss */
.msb-doc-actions a,
.msb-page--actual .msb-doc-actions a {
  min-height: 68px;
  padding: 12px 24px;
  border-radius: 24px;
  line-height: 1.18;
  font-size: 15px;
  font-weight: 800; }

/* line 6195, theme.scss */
.msb-doc-actions--stacked a {
  width: 100%; }

@media (max-width: 720px) {
  /* line 6200, theme.scss */
  .msb-btn,
  .msb-dark-btn,
  .msb-dark-link,
  .msb-price-photo a,
  .msb-doc-actions a,
  .msb-page--actual .msb-doc-actions a {
    width: 100%; }

  /* line 6209, theme.scss */
  .msb-btn,
  .msb-dark-btn,
  .msb-dark-link {
    min-height: 56px;
    padding: 0 22px;
    font-size: 15px; }

  /* line 6217, theme.scss */
  .msb-price-photo a,
  .msb-doc-actions a,
  .msb-page--actual .msb-doc-actions a {
    min-height: 60px;
    padding: 12px 20px; } }
/* Mobile-only legal-page fix after cookie privacy link: desktop stays untouched */
@media (max-width: 720px) {
  /* line 6228, theme.scss */
  body.msb-legal-page-runtime .msb-mobile-action-bar,
  html.msb-legal-page-runtime body .msb-mobile-action-bar {
    display: none !important; }

  /* line 6233, theme.scss */
  body.msb-legal-page-runtime .msb-global-header,
  html.msb-legal-page-runtime body .msb-global-header {
    display: none !important; }

  /* line 6238, theme.scss */
  body.msb-legal-page-runtime .msb-inner-main,
  html.msb-legal-page-runtime body .msb-inner-main {
    padding-top: calc(10px + env(safe-area-inset-top)) !important; }

  /* line 6243, theme.scss */
  body.msb-legal-page-runtime .msb-inner-quick-nav,
  html.msb-legal-page-runtime body .msb-inner-quick-nav {
    display: none !important; }

  /* line 6248, theme.scss */
  body.msb-legal-page-runtime .msb-cookie-overlay,
  html.msb-legal-page-runtime body .msb-cookie-overlay,
  body.msb-legal-page-runtime [data-msb-cookie-overlay],
  html.msb-legal-page-runtime body [data-msb-cookie-overlay] {
    display: none !important;
    pointer-events: none !important; }

  /* line 6256, theme.scss */
  body.msb-legal-page-runtime .msb-inner-page-content,
  html.msb-legal-page-runtime body .msb-inner-page-content {
    width: calc(100% - 24px) !important;
    margin: 0 auto !important; }

  /* line 6262, theme.scss */
  body.msb-legal-page-runtime .msb-inner-hero--legal,
  html.msb-legal-page-runtime body .msb-inner-hero--legal {
    margin: 10px 0 14px !important;
    padding: 20px 18px !important;
    min-height: 0 !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 244, 0.98)) !important; }

  /* line 6271, theme.scss */
  body.msb-legal-page-runtime .msb-inner-hero--legal::after,
  html.msb-legal-page-runtime body .msb-inner-hero--legal::after {
    width: 96px !important;
    height: 96px !important;
    right: -44px !important;
    top: -44px !important;
    border-width: 18px !important;
    opacity: .7 !important; }

  /* line 6281, theme.scss */
  body.msb-legal-page-runtime .msb-inner-hero--legal .msb-eyebrow,
  html.msb-legal-page-runtime body .msb-inner-hero--legal .msb-eyebrow {
    margin-bottom: 10px !important;
    font-size: 10px !important; }

  /* line 6287, theme.scss */
  body.msb-legal-page-runtime .msb-inner-hero--legal h1,
  html.msb-legal-page-runtime body .msb-inner-hero--legal h1 {
    font-size: clamp(28px, 9.4vw, 38px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important; }

  /* line 6294, theme.scss */
  body.msb-legal-page-runtime .msb-inner-hero--legal p,
  html.msb-legal-page-runtime body .msb-inner-hero--legal p {
    margin-top: 12px !important;
    font-size: 14px !important;
    line-height: 1.45 !important; }

  /* line 6301, theme.scss */
  body.msb-legal-page-runtime .msb-legal-text .msb-inner-card,
  html.msb-legal-page-runtime body .msb-legal-text .msb-inner-card {
    padding: 20px !important;
    border-radius: 22px !important; }

  /* line 6307, theme.scss */
  body.msb-legal-page-runtime .msb-page,
  html.msb-legal-page-runtime body .msb-page {
    padding-bottom: calc(28px + env(safe-area-inset-bottom)) !important; } }
