/*
Theme Name: Mindhaber
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
    body {
  font-family: 'Inter', Arial, sans-serif;
		margin:0;
}
    
    .mh-section-title {
  letter-spacing: -0.02em;
}
    .mh-home {
  color: #1f1f1f;
  background: #ffffff;
}

.mh-container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.mh-section-label {
  margin: 0 0 12px;
  color: #d71920;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mh-section-title {
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 700;
  color: #121212;
}

.mh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 3.4;
  transition: all 0.25s ease;
}

.mh-btn--primary {
  background: #d71920;
  color: #ffffff;
}

.mh-btn--primary:hover {
  background: #b51218;
  color: #ffffff;
}

.mh-btn--secondary {
  border: 1px solid #d71920;
  color: #d71920;
  background: transparent;
}

.mh-btn--secondary:hover {
  background: #fff3f3;
  color: #b51218;
  border-color: #b51218;
}

.mh-hero {
  padding: 72px 0 40px;
  background:
    radial-gradient(circle at top right, rgba(215, 25, 32, 0.08), transparent 30%),
    #fff8f8;
}

.mh-hero__wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.mh-hero__label {
  margin: 0 0 14px;
  color: #d71920;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mh-hero__title {
  margin: 0 0 20px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 800;
  color: #121212;
}

.mh-hero__text {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.7;
  color: #4d4d4d;
  max-width: 640px;
}

.mh-hero__list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.mh-hero__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
}

.mh-hero__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d71920;
}

.mh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mh-hero__image img,
.mh-expert__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}

.mh-stats {
  padding: 28px 0 70px;
}

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

.mh-stats__item {
  padding: 28px 22px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.mh-stats__num {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  color: #d71920;
}

.mh-stats__text {
  font-size: 15px;
  line-height: 1.5;
  color: #4d4d4d;
}

.mh-expert,
.mh-services,
.mh-cases,
.mh-contact {
  padding: 10px 0 90px 0;
}

.mh-audience,
.mh-steps {
  padding: 90px 0;
  background: #fafafa;
}

.mh-expert__wrap,
.mh-contact__wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.mh-expert__content p,
.mh-contact__content p,
.mh-cta__text {
  font-size: 17px;
  line-height: 1.75;
  color: #4d4d4d;
}

.mh-expert__list,
.mh-contact__list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mh-expert__list li,
.mh-contact__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
}

.mh-expert__list li::before,
.mh-contact__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d71920;
}

.mh-audience__grid,
.mh-services__grid,
.mh-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mh-services__grid {
  grid-template-columns: repeat(2, 1fr);
}

.mh-audience-card,
.mh-service-card,
.mh-case-card,
.mh-step-item {
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.05);
}

.mh-audience-card h3,
.mh-service-card h3,
.mh-case-card h3,
.mh-step-item h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.25;
  color: #121212;
}

.mh-audience-card p,
.mh-service-card p,
.mh-case-card p,
.mh-step-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
}

.mh-service-card {
  position: relative;
  overflow: hidden;
}

.mh-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff3f3;
  color: #d71920;
  font-size: 18px;
  font-weight: 800;
}

.mh-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.mh-step-item__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #d71920;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.mh-cta {
  padding: 30px 0 90px;
}

.mh-cta__box {
  padding: 48px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, #fff3f3 0%, #ffffff 100%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.mh-cta__box .mh-section-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.mh-cta__text {
  max-width: 760px;
  margin: 0 auto 26px;
}

.mh-contact__form {
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.06);
}

.mh-contact__form input,
.mh-contact__form textarea,
.mh-contact__form select {
  width: 100%;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  font-size: 16px;
  box-sizing: border-box;
}

.mh-contact__form input:focus,
.mh-contact__form textarea:focus,
.mh-contact__form select:focus {
  outline: none;
  border-color: #d71920;
}

.mh-contact__form input[type="submit"],
.mh-contact__form button,
.mh-contact__form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #d71920;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.mh-contact__form input[type="submit"]:hover,
.mh-contact__form button:hover,
.mh-contact__form .wpcf7-submit:hover {
  background: #b51218;
}

@media (max-width: 1100px) {
  .mh-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-steps__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .mh-hero__wrap,
  .mh-expert__wrap,
  .mh-contact__wrap,
  .mh-services__grid,
  .mh-audience__grid,
  .mh-cases__grid {
    grid-template-columns: 1fr;
  }

  .mh-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-expert,
  .mh-services,
  .mh-cases,
  .mh-contact,
  .mh-audience,
  .mh-steps {
    padding: 48px 0;
  }

  .mh-cta__box {
    padding: 34px 24px;
  }
}

@media (max-width: 600px) {
  .mh-hero {
    padding: 36px 0 20px;
  }
	.mh-expert,
.mh-services,
.mh-cases,
.mh-contact,
.mh-audience,
.mh-steps,
.mh-testimonials,
.mh-cases-extended,
.mh-cta,
.mh-stats {
  padding: 36px 0;
}

  .mh-stats__grid,
  .mh-steps__grid {
    grid-template-columns: 1fr;
  }

  .mh-btn {
    width: 100%;
  }

  .mh-hero__actions {
    flex-direction: column;
  }

  .mh-audience-card,
  .mh-service-card,
  .mh-case-card,
  .mh-step-item,
  .mh-contact__form {
    padding: 22px;
  }

  .mh-section-title {
    font-size: 32px;
  }
}

/* =========================
   TOPBAR
========================= */
.mh-topbar {
  background: #2b2b2b;
  font-size: 12px;
  line-height: 1;
}

.mh-topbar__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 26px;
  gap: 12px;
}

.mh-topbar__left,
.mh-topbar__right {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.mh-topbar__link {
  color: #bdbdbd;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  transition: color 0.2s ease;
}

.mh-topbar__link:hover {
  color: #ffffff;
}

.mh-topbar__sep {
  color: #666666;
  font-size: 12px;
  line-height: 1;
}

/* =========================
   HEADER + MENU
========================= */
.mh-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.mh-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.mh-site-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 24px;
  position: relative;
}

.mh-site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1002;
}

.mh-site-logo img {
  display: block;
  height: 60px;
  width: auto;
  transition: height 0.25s ease;
}

.mh-site-header.is-scrolled .mh-site-logo img {
  height: 52px;
}

.mh-site-nav ul.mh-site-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-site-nav ul.mh-site-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.mh-site-nav ul.mh-site-menu > li > a {
  display: inline-block;
  color: #222222 !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  padding: 10px 0;
  transition: color 0.2s ease;
}

.mh-site-nav ul.mh-site-menu > li > a:hover,
.mh-site-nav ul.mh-site-menu > li.current-menu-item > a,
.mh-site-nav ul.mh-site-menu > li.current_page_item > a,
.mh-site-nav ul.mh-site-menu > li.current-menu-parent > a,
.mh-site-menu a.is-active {
  color: #d71920 !important;
}

.mh-site-nav ul.mh-site-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.22s ease;
  z-index: 999;
}

.mh-site-nav ul.mh-site-menu .sub-menu li {
  margin: 0;
  padding: 0;
}

.mh-site-nav ul.mh-site-menu .sub-menu a {
  display: block;
  padding: 10px 18px;
  color: #222222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
}

.mh-site-nav ul.mh-site-menu .sub-menu a:hover {
  background: #fff3f3;
  color: #d71920;
}

.mh-site-nav ul.mh-site-menu > li.menu-item-has-children:hover > .sub-menu,
.mh-site-nav ul.mh-site-menu > li.menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mh-site-nav ul.mh-site-menu > li.menu-item-has-children > a::after {
  content: "▾";
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  color: #d71920;
}

.mh-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}

.mh-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #121212;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mh-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mh-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.mh-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 900px) {
  .mh-menu-toggle {
    display: block;
  }

  .mh-site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    padding: 12px 16px 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.25s ease;
  }

  .mh-site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mh-site-nav ul.mh-site-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .mh-site-nav ul.mh-site-menu > li {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
  }

  .mh-site-nav ul.mh-site-menu > li:last-child {
    border-bottom: 0;
  }

  .mh-site-nav ul.mh-site-menu > li > a {
    display: block;
    padding: 14px 0;
  }

  .mh-site-nav ul.mh-site-menu .sub-menu {
    position: static;
    min-width: 100%;
    padding: 0 0 10px 14px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .mh-site-nav ul.mh-site-menu > li.menu-item-has-children:hover > .sub-menu,
  .mh-site-nav ul.mh-site-menu > li.menu-item-has-children:focus-within > .sub-menu {
    display: none;
  }

  .mh-site-nav ul.mh-site-menu > li.menu-item-has-children.open > .sub-menu {
    display: block;
  }

  .mh-site-nav ul.mh-site-menu .sub-menu a {
    padding: 10px 0;
    white-space: normal;
  }

  .mh-site-nav ul.mh-site-menu > li.menu-item-has-children > a::after {
    float: right;
    margin-left: 0;
  }
}

/* =========================
   HERO TRUST
========================= */
.mh-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.mh-hero__trust-item {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(215,25,32,0.12);
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

/* =========================
   REVEAL ANIMATION
========================= */
.mh-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.mh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   SERVICES EXTENDED
========================= */
.mh-services__intro {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: 17px;
  line-height: 1.75;
  color: #4d4d4d;
}

.mh-service-card--detailed,
.mh-service-card--featured {
  position: relative;
  padding: 32px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.05);
}

.mh-service-card--featured {
  background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
  box-shadow: 0 20px 54px rgba(215, 25, 32, 0.08);
}

.mh-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.mh-service-card__price-wrap {
  text-align: right;
}

.mh-service-card__price-label {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.mh-service-card__price {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #121212;
}

.mh-service-card__old-price {
  margin-left: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #9b9b9b;
  text-decoration: line-through;
}

.mh-service-card__price--request {
  color: #d71920;
}

.mh-service-card__text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
}

.mh-service-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-service-card__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #222222;
}

.mh-service-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d71920;
}

.mh-service-card__actions {
  margin-top: 24px;
}

.mh-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d71920;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}

.mh-service-card__link::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}

.mh-service-card__link:hover {
  color: #b51218;
  transform: translateX(2px);
}

.mh-service-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: #d71920;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* =========================
   FOOTER
========================= */
.mh-footer {
  padding: 72px 0 28px;
  background:
    radial-gradient(circle at top left, rgba(215, 25, 32, 0.08), transparent 28%),
    #111111;
  color: #ffffff;
}

.mh-footer__top {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 56px;
  margin-bottom: 38px;
}

.mh-footer__brand {
  max-width: 380px;
}

.mh-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  text-decoration: none;
}

.mh-footer__logo img {
  display: block;
  width: auto;
  height: 52px;
}

.mh-footer__text {
  margin: 0 0 24px;
  color: #b9b9b9;
  font-size: 15px;
  line-height: 1.75;
}

.mh-footer__socials {
  display: flex;
  gap: 12px;
}

.mh-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1d1d1d;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.mh-footer__social:hover {
  background: #d71920;
  color: #ffffff;
  transform: translateY(-3px) scale(1.05);
}

.mh-footer__social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mh-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.mh-footer__title {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.mh-footer__menu,
.mh-footer__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mh-footer__menu li,
.mh-footer__contacts li {
  margin-bottom: 11px;
}

.mh-footer__menu a,
.mh-footer__contacts a {
  color: #b9b9b9;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.55;
  transition: color 0.2s ease;
}

.mh-footer__menu a:hover,
.mh-footer__contacts a:hover {
  color: #ffffff;
}

.mh-footer__bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 1.5;
}

.mh-footer__bottom a {
  color: #8f8f8f;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mh-footer__bottom a:hover {
  color: #ffffff;
}

@media (max-width: 1000px) {
  .mh-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mh-footer__brand {
    max-width: 100%;
  }

  .mh-audience__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .mh-footer {
    padding: 56px 0 24px;
  }

  .mh-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mh-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .mh-footer__logo img {
    height: 44px;
  }
}

@media (max-width: 600px) {
  .mh-site-logo img {
    height: 42px;
  }

  .mh-topbar__wrap {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 6px 0;
  }

  .mh-topbar__left,
  .mh-topbar__right {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }

  .mh-audience__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   CF7
========================= */
.mh-cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mh-cf7-field {
  display: flex;
  flex-direction: column;
}

.mh-cf7-field--full {
  grid-column: 1 / -1;
}

.mh-cf7-field label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #222222;
}

.mh-cf7-field input,
.mh-cf7-field textarea,
.mh-cf7-field select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mh-cf7-field textarea {
  min-height: 140px;
  resize: vertical;
}

.mh-cf7-field input:focus,
.mh-cf7-field textarea:focus,
.mh-cf7-field select:focus {
  outline: none;
  border-color: #d71920;
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.08);
}

.mh-cf7-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d71920 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  width: auto !important;
}

.mh-cf7-submit:hover {
  background: #b51218 !important;
  transform: translateY(-1px);
}

.wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

@media (max-width: 700px) {
  .mh-cf7-grid {
    grid-template-columns: 1fr;
  }
}

/* CF7 compact spacing */
.mh-contact__form .wpcf7 form {
  margin: 0;
}

.mh-contact__form .wpcf7 p {
  margin: 0 0 12px;
}

.mh-contact__form .wpcf7 p:last-child {
  margin-bottom: 0;
}

.mh-contact__form .wpcf7 br {
  display: none;
}

.mh-contact__form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.mh-contact__form .mh-cf7-grid {
  gap: 12px;
}

.mh-contact__form .mh-cf7-field label {
  margin: 0 0 6px;
  font-size: 13px;
}

.mh-contact__form .mh-cf7-field input,
.mh-contact__form .mh-cf7-field textarea,
.mh-contact__form .mh-cf7-field select {
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 12px;
}

.mh-contact__form .mh-cf7-field textarea {
  min-height: 110px;
}

.mh-contact__form .wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding: 10px 12px;
}

.mh-contact__form .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
}

.mh-contact__form .mh-cf7-submit,
.mh-contact__form .wpcf7-submit {
  min-height: 48px;
  padding: 0 22px !important;
  font-size: 14px !important;
}

/* =========================
   TESTIMONIALS
========================= */
.mh-testimonials {
  padding: 90px 0;
  background: #fafafa;
}

.mh-testimonials__intro,
.mh-cases-extended__intro {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: 17px;
  line-height: 1.75;
  color: #4d4d4d;
}

.mh-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mh-testimonial-card {
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.05);
}

.mh-testimonial-card__stars {
  margin-bottom: 16px;
  color: #d71920;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.mh-testimonial-card__text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}

.mh-testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mh-testimonial-card__author strong {
  font-size: 15px;
  color: #121212;
}

.mh-testimonial-card__author span {
  font-size: 14px;
  color: #7a7a7a;
}

/* =========================
   CASES EXTENDED
========================= */
.mh-cases-extended {
  padding: 90px 0;
}

.mh-cases-extended__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mh-case-extended-card {
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.05);
}

.mh-case-extended-card__top {
  margin-bottom: 16px;
}

.mh-case-extended-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff3f3;
  color: #d71920;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mh-case-extended-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.25;
  color: #121212;
}

.mh-case-extended-card__text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
}

.mh-case-extended-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-case-extended-card__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #222222;
}

.mh-case-extended-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d71920;
}

@media (max-width: 700px) {
  .mh-testimonials__grid,
  .mh-cases-extended__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mh-testimonial-card,
  .mh-case-extended-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
    padding: 20px;
    border-radius: 18px;
  }
}

/* =========================
   MH INNER / COUNTRY PAGES
========================= */
.mh-inner-page,
.mh-country-page {
  background:
    radial-gradient(circle at top left, rgba(88, 138, 255, 0.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(120, 180, 255, 0.08), transparent 40%),
    #ffffff;
  overflow-x: hidden;
}

.mh-inner-hero,
.mh-country-hero {
  padding: 10px 0 12px;
}

.mh-inner-title,
.mh-country-title {
  margin: 20px 0 0 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.mh-inner-title, .mh-inner-content h2, .mh-country-article h2 { color: #222 !important; }

.mh-inner-content,
.mh-country-content {
  padding: 24px 0 72px;
}

.mh-inner-content .mh-container,
.mh-country-content .mh-container {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.mh-inner-content .mh-container > *,
.mh-country-content__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border-radius: 28px;
  padding: 6px;
}

.mh-inner-content p,
.mh-inner-content li,
.mh-country-content__inner p,
.mh-country-content__inner li,
.mh-country-article p,
.mh-country-article li {
  color: #5b6678;
  line-height: 1.8;
  font-size: 17px;
}

.mh-inner-content h2,
.mh-country-content__inner h2,
.mh-country-article h2 {
  color: #ffffff;
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2;
}

.mh-inner-content h3,
.mh-country-content__inner h3,
.mh-country-article h3 {
  color: #10203a;
  margin: 24px 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.mh-inner-content ul,
.mh-inner-content ol,
.mh-country-content__inner ul,
.mh-country-content__inner ol,
.mh-country-article ul,
.mh-country-article ol {
  padding-left: 22px;
  margin: 0 0 16px;
}

.mh-inner-content img,
.mh-country-content__inner img,
.mh-country-article img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.mh-inner-content a,
.mh-country-content__inner a,
.mh-country-article a {
  color: #ffffff;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* =========================
   COUNTRY ARTICLE LAYOUT — UPDATED
========================= */
.mh-country-article {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 20px 48px;
}

.mh-country-lead {
  padding: 8px 0 24px;
}

.mh-country-lead__grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.mh-country-lead__aside {
  position: sticky;
  top: 100px;
}

.mh-country-card {
  background: #fff;
  border: 1px solid rgba(16, 52, 92, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(19, 53, 94, 0.06);
}

.mh-country-card__image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.mh-country-card__text {
  margin: 0;
  padding: 16px 16px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #5a6c84;
}

.mh-country-card__btn {
  display: block;
  margin: 0 16px 16px;
  text-align: center;
}

.mh-country-lead__content {
  background: linear-gradient(135deg, rgba(233,243,255,0.55), #fff);
  border: 1px solid rgba(16, 52, 92, 0.08);
  border-radius: 22px;
  padding: 26px 28px;
  box-shadow: 0 12px 30px rgba(19, 53, 94, 0.05);
}

.mh-country-lead__content h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #102c4c;
}

.mh-country-lead__content h3,
.mh-country-section h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
  color: #102c4c;
}

.mh-country-lead__content p,
.mh-country-section p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #5a6c84;
}

.mh-country-lead__content ul,
.mh-country-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-country-lead__content ul li,
.mh-country-section ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6c84;
}

.mh-country-lead__content ul li::before,
.mh-country-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7fa6dd;
}

.mh-country-section {
  position: relative;
  margin-top: 24px;
  padding-top: 20px;
}

.mh-country-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(16, 52, 92, 0),
    rgba(16, 52, 92, 0.12),
    rgba(16, 52, 92, 0)
  );
}

.mh-country-hero__wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.mh-country-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #7b8798;
}

.mh-country-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.mh-country-breadcrumbs a:hover {
  color: #1f3c88;
}

.mh-country-subtitle {
  max-width: 640px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.7;
  color: #5b6678;
}

.mh-country-hero__actions,
.mh-country-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mh-country-hero__image {
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(16, 32, 58, 0.12);
  object-fit: cover;
}

.mh-country-cta {
  padding: 0 0 88px;
}

.mh-country-cta__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 34px 38px;
  background: linear-gradient(135deg, #10203a 0%, #1e3763 100%);
  border-radius: 28px;
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(16, 32, 58, 0.18);
}

.mh-country-cta__title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
  color: #ffffff;
}

.mh-country-cta__text {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .mh-country-lead__grid {
    grid-template-columns: 1fr;
  }
  .mh-country-lead__aside {
    position: static;
  }
}

@media (max-width: 991px) {
  .mh-country-hero__wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mh-country-content__inner,
  .mh-inner-content .mh-container > * {
    padding: 28px;
  }

  .mh-country-cta__box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .mh-container {
    width: min(100% - 48px, 1100px);
  }

  .mh-inner-hero,
  .mh-country-hero {
    padding: 16px 0 8px;
  }

  .mh-inner-content,
  .mh-country-content {
    padding: 14px 0 46px;
  }

  .mh-inner-content .mh-container > *,
  .mh-country-content__inner {
    padding: 18px;
    border-radius: 18px;
  }

  .mh-inner-title,
  .mh-country-title {
    font-size: 28px;
  }

  .mh-country-breadcrumbs {
    font-size: 13px;
    gap: 6px;
    margin-bottom: 12px;
  }

  .mh-country-subtitle {
    font-size: 15px;
    line-height: 1.6;
  }

  .mh-inner-content h2,
  .mh-country-content__inner h2,
  .mh-country-article h2 {
    font-size: 23px;
  }

  .mh-inner-content h3,
  .mh-country-content__inner h3,
  .mh-country-article h3 {
    font-size: 19px;
  }

  .mh-inner-content p,
  .mh-inner-content li,
  .mh-country-content__inner p,
  .mh-country-content__inner li,
  .mh-country-article p,
  .mh-country-article li {
    font-size: 16px;
    line-height: 1.7;
  }

  .mh-country-article {
    padding: 8px 16px 36px;
  }

  .mh-country-lead__content {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .mh-country-card__image {
    height: 160px;
  }

  .mh-country-lead__content h2 {
    font-size: 28px;
  }

  .mh-country-lead__content h3,
  .mh-country-section h2 {
    font-size: 20px;
  }

  .mh-country-lead__content p,
  .mh-country-section p,
  .mh-country-lead__content ul li,
  .mh-country-section ul li {
    font-size: 14px;
    line-height: 1.65;
  }

  .mh-country-section {
    margin-top: 20px;
    padding-top: 16px;
  }

  .mh-country-card {
    padding: 14px;
    border-radius: 18px;
  }

  .mh-country-card__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .mh-country-card__btn,
  .mh-country-hero__actions .mh-btn,
  .mh-country-cta__actions .mh-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .mh-country-cta__box {
    padding: 22px;
    border-radius: 22px;
  }

  .mh-country-cta__title {
    font-size: 24px;
  }

  .mh-country-cta__text {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (max-width: 480px) {
  .mh-container {
    width: min(100% - 40px, 1100px);
  }

  .mh-inner-title,
  .mh-country-title {
    font-size: 24px;
  }

  .mh-inner-content .mh-container > *,
  .mh-country-content__inner {
    padding: 16px;
  }

  .mh-inner-content h2,
  .mh-country-content__inner h2,
  .mh-country-article h2 {
    font-size: 21px;
  }

  .mh-inner-content p,
  .mh-inner-content li,
  .mh-country-content__inner p,
  .mh-country-content__inner li,
  .mh-country-article p,
  .mh-country-article li {
    font-size: 15px;
  }
}

/* =========================
   COUNTRIES PAGE
========================= */
.mh-countries-page {
  padding: 8px 0 72px;
}

.mh-countries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 350px));
  justify-content: center;
  gap: 22px;
}

.mh-country-tile {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease;
}

.mh-country-tile:hover {
  transform: translateY(-4px);
}

.mh-country-tile__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 32, 58, 0.08);
}

.mh-country-tile__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mh-country-tile:hover .mh-country-tile__image {
  transform: scale(1.04);
}

.mh-country-tile__overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(16, 32, 58, 0) 0%, rgba(16, 32, 58, 0.68) 100%);
  pointer-events: none;
}

.mh-country-tile__title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
  color: #ffffff;
  z-index: 2;
}

@media (max-width: 991px) {
  .mh-countries-grid {
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 18px;
  }

  .mh-country-tile__title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .mh-countries-page {
    padding: 4px 0 48px;
  }

  .mh-countries-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 14px;
  }

  .mh-country-tile__image-wrap {
    border-radius: 18px;
  }

  .mh-country-tile__title {
    left: 14px;
    right: 14px;
    bottom: 12px;
    font-size: 18px;
  }
}

/* =========================
   MISSION PAGE
========================= */
.mh-mission-article .mh-country-lead__grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.mh-mission-card {
  text-align: center;
}

.mh-mission-card__meta {
  margin: 0 0 18px;
}

.mh-mission-card__name {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.15;
  color: #10203a;
}

.mh-mission-card__role {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #7b8798;
}

.mh-mission-article .mh-country-lead__content h2:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .mh-mission-article .mh-country-lead__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .mh-mission-card__name {
    font-size: 22px;
  }

  .mh-mission-card__role {
    font-size: 14px;
  }
}

/* =========================
   TESTIMONIALS PAGE
========================= */
.mh-testimonials-page {
  padding: 18px 0 80px;
}

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

.mh-testimonial-card {
  position: relative;
  padding: 34px 30px 30px;
  border-radius: 34px;
  background: #eef2f7;
  box-shadow: 0 14px 38px rgba(16, 32, 58, 0.08);
  overflow: visible;
}

.mh-testimonial-card--accent {
  background: linear-gradient(135deg, #f80808 0%, #920505 100%);
}

.mh-testimonial-card__top {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: -84px;
  margin-bottom: 18px;
}

.mh-testimonial-card__avatar-wrap {
  display: flex;
  justify-content: flex-start;
}

.mh-testimonial-card__avatar {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
  box-shadow: 0 10px 24px rgba(16, 32, 58, 0.14);
  background: #ffffff;
}

.mh-testimonial-card__meta {
  min-width: 0;
}

.mh-testimonial-card__name {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.1;
  color: #10203a;
}

.mh-testimonial-card--accent .mh-testimonial-card__name {
  color: #ffffff;
}

.mh-testimonial-card__stars {
  display: flex;
  gap: 4px;
  font-size: 18px;
  line-height: 1;
}

.mh-testimonial-card__stars span {
  color: #f2b01e;
}

.mh-testimonial-card__body p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #4f5b6d;
}

.mh-testimonial-card--accent .mh-testimonial-card__body p {
  color: #ffffff;
}

@media (max-width: 991px) {
  .mh-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }
}

@media (max-width: 767px) {
  .mh-testimonials-page {
    padding: 8px 0 48px;
  }

  .mh-testimonial-card {
    padding: 28px 20px 22px;
    border-radius: 24px;
  }

  .mh-testimonial-card__top {
    grid-template-columns: 84px 1fr;
    gap: 14px;
    margin-top: -62px;
  }

  .mh-testimonial-card__avatar {
    width: 84px;
    height: 84px;
  }

  .mh-testimonial-card__name {
    font-size: 22px;
  }

  .mh-testimonial-card__stars {
    font-size: 16px;
  }

  .mh-testimonial-card__body p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* =========================
   LEGAL PAGE
========================= */
.mh-legal-page {
  padding: 12px 0 72px;
}

.mh-legal-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 38px 40px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(16, 32, 58, 0.06);
}

.mh-legal-card h2 {
  margin: 0 0 24px;
  font-size: 38px;
  line-height: 1.12;
  color: #10203a;
}

.mh-legal-card p,
.mh-legal-card li {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.8;
  color: #5b6678;
}

.mh-legal-card ul,
.mh-legal-card ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.mh-legal-card strong {
  color: #10203a;
}

@media (max-width: 767px) {
  .mh-legal-page {
    padding: 8px 0 48px;
  }

  .mh-legal-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .mh-legal-card h2 {
    font-size: 28px;
  }

  .mh-legal-card p,
  .mh-legal-card li {
    font-size: 15px;
    line-height: 1.75;
  }
}

/* =========================
   FORM PAGE
========================= */
.mh-form-page {
  padding: 8px 0 72px;
  display: block;

}

.mh-form-hero {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
  padding: 8px 0 0;
}

.mh-form-page__title {
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.08;
  font-weight: 700;
  color: #10203a;
}

.mh-form-page__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #5b6678;
}

.mh-form-shell {
  max-width: 980px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 30px;
  box-shadow: 0 18px 50px rgba(16, 32, 58, 0.08);
  overflow: hidden;
}

.mh-form-shell__inner {
  padding: 36px;
}

.mh-form-shell .wpcf7 {
  width: 100%;
}

.mh-form-shell .wpcf7 form {
  display: block;

  margin: 0;
}

.mh-form-shell .wpcf7 p {
  margin: 0;
}

.mh-form-shell label {
  display: block;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: #10203a;
}

.mh-form-shell h3 {
  margin: 18px 0 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 32, 58, 0.08);
  font-size: 22px;
  line-height: 1.25;
  color: #10203a;
}

.mh-form-shell h3:first-of-type {
  margin-top: 4px;
}

.mh-form-shell input[type="text"],
.mh-form-shell input[type="email"],
.mh-form-shell input[type="tel"],
.mh-form-shell input[type="number"],
.mh-form-shell input[type="url"],
.mh-form-shell input[type="date"],
.mh-form-shell select,
.mh-form-shell textarea {
  width: 97%;
  box-sizing: border-box;
  border: 1px solid #d8e2f0;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #10203a;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  box-shadow: 0 4px 18px rgba(16, 32, 58, 0.03);
}

.mh-form-shell textarea {
  min-height: 120px;
  resize: vertical;
}

.mh-form-shell input::placeholder,
.mh-form-shell textarea::placeholder {
  color: #8b96a8;
}

.mh-form-shell input:focus,
.mh-form-shell textarea:focus,
.mh-form-shell select:focus {
  border-color: #5f87ff;
  box-shadow: 0 0 0 4px rgba(95, 135, 255, 0.12);
}

.mh-form-shell .wpcf7-form-control-wrap {
  display: block;
}

.mh-form-shell .wpcf7-radio,
.mh-form-shell .wpcf7-checkbox,
.mh-form-shell .wpcf7-acceptance {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.mh-form-shell .wpcf7-list-item {
  display: block;
  margin: 0;
}

.mh-form-shell .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #d8e2f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(16, 32, 58, 0.03);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.mh-form-shell .wpcf7-list-item label:hover {
  border-color: #b9c9e6;
  background: #f9fbff;
}

.mh-form-shell input[type="radio"],
.mh-form-shell input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #ce0000;
  transform: scale(1.12);
}

.mh-form-shell .wpcf7-list-item-label {
  display: block;
  font-size: 15px;
  line-height: 1.55;
  color: #445066;
  font-weight: 500;
}

.mh-form-shell .wpcf7-acceptance .wpcf7-list-item label {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.mh-form-shell .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  color: #5b6678;
}

.mh-form-shell .wpcf7-acceptance a {
  color: #1f3c88;
  text-decoration: none;
}

.mh-form-shell .wpcf7-acceptance a:hover {
  text-decoration: underline;
}

.mh-form-shell input[type="submit"],
.mh-form-shell .wpcf7-submit {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 16px 28px;
  min-width: 220px;
  background: linear-gradient(135deg, #ce0000 0%, #a80000 100%);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(206, 0, 0, 0.22);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.mh-form-shell input[type="submit"]:hover,
.mh-form-shell .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(206, 0, 0, 0.28);
}

.mh-form-shell .wpcf7-spinner {
  margin: 12px 0 0 14px;
}

.mh-form-shell .wpcf7-response-output {
  margin: 8px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.mh-form-shell .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid rgba(31, 144, 91, 0.2);
  background: rgba(31, 144, 91, 0.08);
  color: #176b45;
}

.mh-form-shell .wpcf7 form.invalid .wpcf7-response-output,
.mh-form-shell .wpcf7 form.failed .wpcf7-response-output,
.mh-form-shell .wpcf7 form.aborted .wpcf7-response-output {
  border: 1px solid rgba(206, 0, 0, 0.16);
  background: rgba(206, 0, 0, 0.06);
  color: #9e1b1b;
}

.mh-form-shell .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #c43131;
}

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

.mh-form-grid-2 > * {
  min-width: 0;
}

.mh-form-note {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(95, 135, 255, 0.06);
  border: 1px solid rgba(95, 135, 255, 0.12);
  color: #48546a;
  font-size: 15px;
  line-height: 1.65;
}

.mh-form-note p:last-child,
.mh-form-note ul:last-child {
  margin-bottom: 0;
}

.mh-form-note ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .mh-form-shell__inner {
    padding: 20px;
  }

  .mh-form-page__title {
    font-size: 28px;
  }

  .mh-form-page__subtitle {
    font-size: 15px;
  }

  .mh-form-shell h3 {
    font-size: 20px;
    padding-top: 14px;
  }

  .mh-form-shell input[type="text"],
  .mh-form-shell input[type="email"],
  .mh-form-shell input[type="tel"],
  .mh-form-shell input[type="number"],
  .mh-form-shell input[type="url"],
  .mh-form-shell input[type="date"],
  .mh-form-shell select,
  .mh-form-shell textarea {
    padding: 14px 15px;
    border-radius: 16px;
    font-size: 15px;
  }

  .mh-form-shell textarea {
    min-height: 104px;
  }

  .mh-form-grid-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mh-form-shell input[type="submit"],
  .mh-form-shell .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }

  .mh-form-shell .wpcf7-list-item label {
    padding: 12px 14px;
    border-radius: 16px;
  }
}

/* =========================
   HERO US / QUIZ
========================= */
.mh-hero-us {
  margin-top: -40px;
}

.mh-hero-us__bg {
  position: relative;
  overflow: hidden;
  padding: 36px 0 42px;
  background:
    linear-gradient(90deg, rgba(8, 14, 28, 0.82) 0%, rgba(8, 14, 28, 0.56) 42%, rgba(8, 14, 28, 0.28) 100%),
    url("https://mindhaber.pro/wp-content/uploads/2025/12/usa-850x425-1-300x150.jpg") center right / cover no-repeat;
}

.mh-hero-us__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.mh-hero-us__logo img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
}

.mh-hero-us__socials-wrap {
  text-align: right;
}

.mh-hero-us__socials-label {
  margin: 0 0 8px;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
}

.mh-hero-us__socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.mh-hero-us__socials a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(206, 0, 0, 0.92);
  box-shadow: 0 10px 24px rgba(206, 0, 0, 0.22);
}

.mh-hero-us__socials svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.mh-hero-us__grid {
  display: grid;
  grid-template-columns: minmax(0, 760px);
}

.mh-hero-us__left {
  color: #fff;
}

.mh-hero-us__points {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.mh-hero-us__points li {
  color: rgba(255,255,255,0.96);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.mh-hero-us__title {
  margin: 0 0 18px;
  max-width: 860px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
}
.mh-mobile-hint {
  display: none;
}

@media (max-width: 768px) {
  .mh-mobile-hint {
    display: block;
  }
}

.mh-hero-us__title span {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #ce0000;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}

.mh-hero-us__text {
  margin: 0 0 28px;
  max-width: 620px;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
}

.mh-hero-us__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.mh-hero-us__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.mh-hero-us__stat {
  padding: 24px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}

.mh-hero-us__stat strong {
  display: block;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.mh-hero-us__stat span {
  display: block;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255,255,255,0.92);
}

.mh-cta-strip {
  padding: 40px 0 80px;
}

.mh-cta-strip__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px 32px;
  border-radius: 28px;
  background: #10203a;
  color: #fff;
  box-shadow: 0 18px 42px rgba(16, 32, 58, 0.14);
}

.mh-cta-strip__text {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991px) {
  .mh-hero-us__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .mh-hero-us__socials-wrap {
    text-align: left;
  }

  .mh-hero-us__socials {
    justify-content: flex-start;
  }

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

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

@media (max-width: 767px) {
  .mh-hero-us {
    margin-top: -20px;
  }

  .mh-hero-us__bg {
    padding: 28px 0 30px;
    background:
      linear-gradient(180deg, rgba(8, 14, 28, 0.82) 0%, rgba(8, 14, 28, 0.62) 100%),
      url("https://mindhaber.pro/wp-content/uploads/2025/12/usa-850x425-1-300x150.jpg") center center / cover no-repeat;
  }

  .mh-hero-us__top {
    margin-bottom: 24px;
  }

  .mh-hero-us__logo img {
    width: 190px;
  }

  .mh-hero-us__points {
    gap: 6px;
    margin-bottom: 18px;
  }

  .mh-hero-us__points li {
    font-size: 13px;
  }

  .mh-hero-us__title {
    font-size: 30px;
  }

  .mh-hero-us__text {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .mh-hero-us__actions .mh-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .mh-hero-us__stat {
    padding: 18px;
    border-radius: 18px;
  }

  .mh-hero-us__stat strong {
    font-size: 34px;
  }

  .mh-hero-us__stat span {
    font-size: 15px;
  }

  .mh-cta-strip {
    padding: 28px 0 52px;
  }

  .mh-cta-strip__box {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .mh-cta-strip__text {
    font-size: 24px;
  }

  .mh-cta-strip .mh-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* =========================
   TESTS PAGE
========================= */
.mh-tests-page {
  padding: 8px 0 72px;
}

.mh-tests-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.mh-test-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 220px;
  padding: 28px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(16, 32, 58, 0.06);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mh-test-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(16, 32, 58, 0.1);
}

.mh-test-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(214, 21, 31, 0.1);
  color: #d6151f;
  font-weight: 700;
  font-size: 16px;
}

.mh-test-card__title {
  margin: 0;
  color: #10203a;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
}

.mh-test-card__link {
  margin-top: auto;
  color: #d6151f;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .mh-tests-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .mh-tests-page {
    padding: 0 0 52px;
  }

  .mh-test-card {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .mh-test-card__title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .mh-test-card {
    padding: 18px;
    gap: 14px;
  }

  .mh-test-card__title {
    font-size: 20px;
  }

  .mh-test-card__num {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
}

/* =========================
   BTN ENHANCEMENTS
========================= */
.mh-btn {
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.mh-btn--primary {
  box-shadow: 0 14px 30px rgba(215,25,32,0.22);
}

.mh-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .mh-btn,
  .mh-btn--primary,
  .mh-btn--secondary,
  .fusion-button,
  a.mh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .mh-hero .mh-btn,
  .mh-about .mh-btn,
  .mh-country-card__btn,
  .mh-mission-card .mh-btn {
    width: 100%;
    max-width: 100%;
  }

  .mh-hero__actions,
  .mh-about__actions,
  .mh-country-card,
  .mh-mission-card {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .mh-container,
  .mh-hero__content,
  .mh-about__content,
  .mh-country-card,
  .mh-mission-card {
    min-width: 0;
  }

  .mh-hero__actions,
  .mh-about__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
/* Acceptance checkbox fix */
.mh-form-shell .wpcf7-acceptance {
  display: block !important;
  width: 100%;
  margin-top: 10px;
}

.mh-form-shell .wpcf7-acceptance .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.mh-form-shell .wpcf7-acceptance .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.mh-form-shell .wpcf7-acceptance input[type="checkbox"] {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  vertical-align: middle !important;
  accent-color: #ce0000;
}

.mh-form-shell .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline !important;
  font-size: 14px;
  line-height: 1.45;
  color: #5b6678;
}
.mh-form-shell {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  box-sizing: border-box;
}

.mh-form-shell__inner {
  box-sizing: border-box;
  width: 100%;
}

.mh-form-shell .wpcf7,
.mh-form-shell .wpcf7 form,
.mh-form-shell .mh-cf7-grid {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.mh-form-shell input,
.mh-form-shell textarea,
.mh-form-shell select {
  max-width: 100%;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {padding-right:35px;}
.mh-form-shell .wpcf7-form-control-wrap {width:97%;}