.msh-root {
  --msh-green: #006f2c;
  --msh-yellow: #ffc400;
  --msh-text: #171717;
  --msh-muted: #4b4b4b;
  --msh-light-green: #edf8ef;
  --msh-light-yellow: #fff8db;
  width: 100%;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--msh-text);
  background: #fff;
}

.msh-root *,
.msh-root *::before,
.msh-root *::after {
  box-sizing: border-box;
}

.msh-shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.msh-header {
  min-height: 87px;
  padding: 18px 44px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(270px, 1fr);
  align-items: center;
  gap: 28px;
  background: #fff;
}

.msh-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.msh-logo-image {
  display: block;
  width: auto;
  max-width: 260px;
  max-height: 52px;
  object-fit: contain;
}

.msh-leaf-logo {
  flex: 0 0 auto;
  width: 52px;
  line-height: 0;
}

.msh-leaf-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.msh-logo-text {
  color: #075b2b;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.msh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.msh-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #171717;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.msh-nav a:hover {
  color: var(--msh-green);
}

.msh-nav-arrow {
  transform: translateY(-1px);
  color: #777;
  font-size: 16px;
}

.msh-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.msh-phone-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  color: var(--msh-green);
  text-decoration: none;
  box-shadow: 0 7px 22px rgba(0,0,0,.05);
}

.msh-phone-icon svg {
  width: 19px;
  height: 19px;
}

.msh-phone-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.msh-phone-number {
  color: #171717;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.msh-schedule {
  color: #777;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}

.msh-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1280 / 633;
  min-height: 520px;
  overflow: hidden;
  background-image: var(--msh-desktop-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.msh-mobile-media {
  display: none;
}

.msh-panel {
  position: absolute;
  z-index: 2;
  left: 3.35%;
  top: 6.15%;
  width: 48.7%;
  min-height: 85%;
  padding: 44px 40px 28px;
  border-radius: 24px;
  background: rgba(255,255,255,.985);
  box-shadow: 0 18px 48px rgba(43, 59, 52, .08);
  display: flex;
  flex-direction: column;
}

.msh-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.msh-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(34px, 3.65vw, 51px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.msh-title-first {
  color: #075b2b;
}

.msh-title-second {
  color: var(--msh-yellow);
}

.msh-title-line {
  display: block;
  width: 71px;
  height: 3px;
  margin-top: 18px;
  border-radius: 99px;
  background: var(--msh-yellow);
}

.msh-description {
  max-width: 380px;
  margin: 21px 0 20px;
  color: #343434;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 400;
}

.msh-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  margin-bottom: 28px;
}

.msh-feature {
  min-width: 0;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 14px;
}

.msh-feature-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 58px;
  border-radius: 13px;
  font-size: 27px;
}

.msh-feature-icon svg,
.msh-feature-icon i {
  width: 29px;
  height: 29px;
  font-size: 29px;
}

.msh-tone-green {
  color: var(--msh-green);
  background: var(--msh-light-green);
}

.msh-tone-yellow {
  color: var(--msh-yellow);
  background: var(--msh-light-yellow);
}

.msh-feature-title {
  color: #242424;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 800;
}

.msh-actions {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 22px;
  margin-bottom: 30px;
}

.msh-button {
  min-height: 62px;
  padding: 9px 13px 9px 25px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

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

.msh-button-primary {
  color: #fff;
  border: 1px solid var(--msh-green);
  background: linear-gradient(120deg, #087d34, #006c2a);
  box-shadow: 0 12px 26px rgba(0,111,44,.18);
}

.msh-button-primary:hover {
  color: #fff;
  box-shadow: 0 16px 30px rgba(0,111,44,.25);
}

.msh-button-secondary {
  color: #1b1b1b;
  border: 1px solid var(--msh-yellow);
  background: var(--msh-yellow);
  box-shadow: 0 12px 26px rgba(255, 196, 0, .22);
}

.msh-button-secondary:hover {
  color: #1b1b1b;
  background: #ffd129;
  border-color: #ffd129;
  box-shadow: 0 16px 30px rgba(255, 196, 0, .30);
}

.msh-button-square {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 37px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 9px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.msh-button-square-yellow {
  border-color: rgba(27, 27, 27, .12);
  color: #1b1b1b;
  background: rgba(255, 255, 255, .42);
  font-size: 19px;
}

.msh-button-square-yellow svg,
.msh-button-square-yellow i {
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: currentColor;
  fill: currentColor;
}

.msh-bottom-benefits {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.msh-bottom-benefit {
  min-width: 0;
  min-height: 54px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 37px 1fr;
  align-items: center;
  gap: 9px;
  border: 1px solid #e9eeeb;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 6px 18px rgba(0,0,0,.025);
}

.msh-bottom-benefit-icon {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  color: var(--msh-green);
  border-radius: 9px;
  background: #f1f8f3;
  font-size: 18px;
}

.msh-bottom-benefit-icon svg,
.msh-bottom-benefit-icon i {
  width: 19px;
  height: 19px;
  font-size: 19px;
}

.msh-bottom-benefit-text {
  color: #454545;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .msh-header {
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .msh-nav { gap: 20px; }
  .msh-logo-text { font-size: 21px; }
  .msh-contact { gap: 12px; }
  .msh-panel { padding: 32px 28px 22px; }
  .msh-description { margin-top: 15px; margin-bottom: 15px; }
  .msh-feature-list { gap: 14px; margin-bottom: 18px; }
  .msh-feature { grid-template-columns: 49px 1fr; gap: 10px; }
  .msh-feature-icon { width: 49px; height: 47px; font-size: 22px; }
  .msh-feature-title { font-size: 13px; }
  .msh-actions { gap: 14px; margin-bottom: 18px; }
  .msh-button { min-height: 52px; padding-left: 18px; font-size: 13px; }
  .msh-button-square { width: 34px; height: 35px; }
  .msh-bottom-benefits { gap: 9px; }
}

@media (max-width: 900px) {
  .msh-header {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }
  .msh-nav { display: none; }
  .msh-contact { justify-self: end; }
  .msh-hero {
    aspect-ratio: auto;
    min-height: 0;
    padding: 18px;
    background: #f4f8f9;
  }
  .msh-mobile-media {
    display: block;
    flex: 0 0 auto;
    order: var(--msh-mobile-order, 15);
    width: 100%;
    height: 360px;
    margin: 18px 0;
    align-self: center;
    border-radius: 24px;
    background-color: #eef3ef;
    background-image: var(--msh-mobile-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .msh-panel {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-height: 0;
    padding: 36px;
    border-radius: 24px;
  }
  .msh-title-block { order: 10; }
  .msh-description { order: 20; }
  .msh-feature-list { order: 30; }
  .msh-actions { order: 40; }
  .msh-bottom-benefits {
    order: 50;
    margin-top: 0;
  }
  .msh-title { font-size: clamp(37px, 7vw, 58px); }
  .msh-description { max-width: 600px; font-size: 16px; }
  .msh-feature-title { font-size: 15px; }
  .msh-button { font-size: 15px; }
  .msh-bottom-benefit-text { font-size: 12px; }
}

@media (max-width: 767px) {
  .msh-shell { overflow: visible; }
  .msh-header {
    min-height: 68px;
    padding: 13px 16px;
    gap: 12px;
  }
  .msh-leaf-logo { width: 38px; }
  .msh-logo-text { font-size: 17px; }
  .msh-phone-copy { display: none; }
  .msh-phone-icon { width: 42px; height: 42px; }
  .msh-hero { padding: 10px; }
  .msh-mobile-media {
    height: 310px;
    margin: 14px 0 16px;
    border-radius: 18px;
  }
  .msh-panel {
    padding: 27px 20px 20px;
    border-radius: 18px;
  }
  .msh-title {
    gap: 4px;
    font-size: clamp(31px, 10.2vw, 44px);
    line-height: 1.08;
  }
  .msh-title-line { margin-top: 15px; }
  .msh-description {
    margin: 18px 0;
    font-size: 15px;
  }
  .msh-feature-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }
  .msh-feature {
    grid-template-columns: 52px 1fr;
  }
  .msh-feature-icon {
    width: 52px;
    height: 50px;
  }
  .msh-feature-title { font-size: 15px; }
  .msh-actions {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-bottom: 20px;
  }
  .msh-button {
    min-height: 58px;
    font-size: 15px;
  }
  .msh-bottom-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .msh-bottom-benefit {
    min-height: 62px;
    grid-template-columns: 44px 1fr;
    padding: 9px 12px;
  }
  .msh-bottom-benefit-icon {
    width: 44px;
    height: 44px;
  }
  .msh-bottom-benefit-text {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .msh-root *,
  .msh-root *::before,
  .msh-root *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
