/*
Theme Name: Mohajerat Afghan Guide
Theme URI: https://mohajerat.af/
Description: قالب فرزند اختصاصی GeneratePress برای راهنمای ویزا و مهاجرت افغان ها.
Author: Mohajerat.af
Template: generatepress
Version: 1.1.1
Text Domain: mohajerat-afghan-guide
*/

:root {
  --mh-navy: #0b1f3a;
  --mh-navy-2: #122d50;
  --mh-teal: #0f8b83;
  --mh-teal-dark: #08716b;
  --mh-gold: #f3a712;
  --mh-ink: #152238;
  --mh-muted: #5c6b7a;
  --mh-line: #dfe7ed;
  --mh-surface: #f4f8fa;
  --mh-white: #ffffff;
  --mh-danger: #b42318;
  --mh-success: #067647;
  --mh-radius: 18px;
  --mh-radius-sm: 12px;
  --mh-shadow: 0 16px 50px rgba(11, 31, 58, 0.10);
  --mh-shadow-sm: 0 8px 24px rgba(11, 31, 58, 0.08);
  --mh-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  direction: rtl;
  color: var(--mh-ink);
  background: var(--mh-white);
  font-family: Vazirmatn, Tahoma, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
}

body.admin-bar .mh-site-header {
  top: 32px;
}

a {
  color: var(--mh-teal-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover {
  color: var(--mh-navy);
}

img,
svg {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

.mh-container {
  width: min(calc(100% - 40px), var(--mh-container));
  margin-inline: auto;
}

.mh-skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  right: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--mh-white);
  background: var(--mh-navy);
}

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

.mh-topbar {
  color: #dfeaf2;
  background: var(--mh-navy);
  font-size: 14px;
}

.mh-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 20px;
}

.mh-topbar p {
  margin: 0;
}

.mh-topbar a {
  color: var(--mh-white);
  text-decoration: none;
}

.mh-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(223, 231, 237, .85);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}

.mh-header-inner {
  display: flex;
  align-items: center;
  min-height: 82px;
  gap: 30px;
}

.mh-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  color: var(--mh-navy);
  text-decoration: none;
}

.mh-brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--mh-white);
  background: linear-gradient(145deg, var(--mh-teal), var(--mh-navy-2));
  box-shadow: 0 10px 25px rgba(15, 139, 131, .24);
}

.mh-brand-mark svg {
  width: 29px;
}

.mh-brand-copy {
  display: grid;
  line-height: 1.35;
}

.mh-brand-copy strong {
  font-size: 19px;
}

.mh-brand-copy small {
  color: var(--mh-muted);
  font-size: 12px;
}

.mh-primary-nav {
  margin-inline-start: auto;
}

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

.mh-primary-nav a {
  display: block;
  padding: 10px 11px;
  border-radius: 9px;
  color: var(--mh-ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.mh-primary-nav a:hover,
.mh-primary-nav .current-menu-item > a {
  color: var(--mh-teal-dark);
  background: #e9f7f5;
}

.mh-primary-nav .menu-item-has-children {
  position: relative;
}

.mh-primary-nav .menu-item-has-children > a::after {
  content: "⌄";
  margin-right: 5px;
  color: var(--mh-muted);
  font-size: 12px;
}

.mh-primary-nav .sub-menu {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  display: none;
  width: 220px;
  padding: 9px;
  border: 1px solid var(--mh-line);
  border-radius: 13px;
  background: var(--mh-white);
  box-shadow: var(--mh-shadow);
}

.mh-primary-nav .menu-item-has-children:hover > .sub-menu,
.mh-primary-nav .menu-item-has-children:focus-within > .sub-menu {
  display: grid;
}

.mh-primary-nav .sub-menu a {
  width: 100%;
  padding: 9px 10px;
  white-space: nowrap;
}

.mh-header-cta,
.mh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--mh-white);
  background: var(--mh-teal);
  box-shadow: 0 8px 20px rgba(15, 139, 131, .18);
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.mh-header-cta:hover,
.mh-button:hover {
  transform: translateY(-2px);
  color: var(--mh-white);
  background: var(--mh-teal-dark);
  box-shadow: 0 12px 28px rgba(15, 139, 131, .25);
}

.mh-button-outline {
  color: var(--mh-navy);
  border-color: rgba(11, 31, 58, .22);
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
}

.mh-button-outline:hover {
  color: var(--mh-navy);
  border-color: var(--mh-teal);
  background: var(--mh-white);
}

.mh-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--mh-line);
  border-radius: 11px;
  color: var(--mh-navy);
  background: var(--mh-white);
  font-size: 24px;
  cursor: pointer;
}

.mh-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 76px;
  color: var(--mh-white);
  background:
    radial-gradient(circle at 12% 12%, rgba(243, 167, 18, .24), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(15, 139, 131, .36), transparent 32%),
    linear-gradient(132deg, #081b34 0%, #0f3154 56%, #0c625f 100%);
}

.mh-hero::before,
.mh-hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}

.mh-hero::before {
  width: 520px;
  height: 520px;
  top: -260px;
  left: -120px;
}

.mh-hero::after {
  width: 360px;
  height: 360px;
  right: -160px;
  bottom: -210px;
}

.mh-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 70px;
}

.mh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #e2f6f3;
  background: rgba(255,255,255,.08);
  font-size: 14px;
  font-weight: 800;
}

.mh-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--mh-gold);
  box-shadow: 0 0 0 5px rgba(243,167,18,.16);
}

.mh-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--mh-white);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.22;
  letter-spacing: -.9px;
}

.mh-hero h1 span {
  color: #71dfd5;
}

.mh-hero-lead {
  max-width: 700px;
  margin: 0;
  color: #dbe9f2;
  font-size: 19px;
  line-height: 1.95;
}

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

.mh-hero .mh-button-outline {
  color: var(--mh-white);
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
}

.mh-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin: 28px 0 0;
  padding: 0;
  color: #cfe1ea;
  list-style: none;
  font-size: 14px;
}

.mh-trust-list li::before {
  content: "✓";
  margin-left: 7px;
  color: #71dfd5;
  font-weight: 900;
}

.mh-passport-card {
  position: relative;
  max-width: 410px;
  margin-inline: auto;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 28px;
  background: rgba(255,255,255,.10);
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
}

.mh-passport-card::before {
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  top: -55px;
  left: -45px;
  border-radius: 34px;
  content: "";
  transform: rotate(19deg);
  background: linear-gradient(145deg, rgba(243,167,18,.92), rgba(239,122,5,.65));
}

.mh-passport-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 22px;
  color: var(--mh-white);
  background: linear-gradient(145deg, var(--mh-teal), #20b6a9);
  box-shadow: 0 14px 34px rgba(10,75,70,.35);
}

.mh-passport-icon svg {
  width: 42px;
}

.mh-passport-card h2 {
  margin: 0 0 10px;
  color: var(--mh-white);
  font-size: 24px;
}

.mh-passport-card p {
  margin: 0 0 24px;
  color: #dbe9f2;
  font-size: 15px;
}

.mh-mini-steps {
  display: grid;
  gap: 12px;
}

.mh-mini-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(5,24,46,.34);
  font-size: 14px;
  font-weight: 700;
}

.mh-mini-step span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  color: var(--mh-navy);
  background: var(--mh-gold);
  font-size: 13px;
  font-weight: 900;
}

.mh-alert-strip {
  border-bottom: 1px solid #f2dfaa;
  color: #6a4b00;
  background: #fff8e5;
}

.mh-alert-strip .mh-container {
  display: flex;
  align-items: center;
  min-height: 56px;
  gap: 10px;
  font-size: 14px;
}

.mh-alert-strip strong {
  color: #513800;
}

.mh-section {
  padding: 86px 0;
}

.mh-section-soft {
  border-block: 1px solid #e8eef2;
  background: var(--mh-surface);
}

.mh-section-dark {
  color: #dbe7ef;
  background: var(--mh-navy);
}

.mh-section-dark h2,
.mh-section-dark h3 {
  color: var(--mh-white);
}

.mh-section-heading {
  max-width: 730px;
  margin: 0 auto 38px;
  text-align: center;
}

.mh-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--mh-teal-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2px;
}

.mh-section-heading h2 {
  margin: 0 0 12px;
  color: var(--mh-navy);
  font-size: clamp(29px, 4vw, 44px);
  line-height: 1.35;
}

.mh-section-heading p {
  margin: 0;
  color: var(--mh-muted);
}

.mh-country-grid,
.mh-path-grid,
.mh-post-grid,
.mh-stat-grid,
.mh-footer-grid {
  display: grid;
  gap: 22px;
}

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

.mh-country-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  padding: 28px;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius);
  color: var(--mh-ink);
  background: var(--mh-white);
  box-shadow: var(--mh-shadow-sm);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border .22s ease;
}

.mh-country-card::after {
  position: absolute;
  width: 100px;
  height: 100px;
  left: -40px;
  bottom: -45px;
  border-radius: 50%;
  content: "";
  background: var(--card-accent, rgba(15,139,131,.10));
}

.mh-country-card:hover {
  transform: translateY(-6px);
  color: var(--mh-ink);
  border-color: rgba(15,139,131,.5);
  box-shadow: var(--mh-shadow);
}

.mh-country-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
  place-items: center;
  border-radius: 16px;
  color: var(--mh-white);
  background: var(--icon-bg, var(--mh-teal));
  font-size: 25px;
  box-shadow: 0 12px 24px rgba(11,31,58,.14);
}

.mh-country-card h3 {
  margin: 0 0 9px;
  color: var(--mh-navy);
  font-size: 21px;
}

.mh-country-card p {
  margin: 0 0 22px;
  color: var(--mh-muted);
  font-size: 15px;
}

.mh-card-link {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  color: var(--mh-teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.mh-card-link::after {
  content: " ←";
}

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

.mh-path-card {
  padding: 28px;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius);
  background: var(--mh-white);
}

.mh-path-card-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 13px;
  color: var(--mh-navy);
  background: #dff4f1;
  font-weight: 900;
}

.mh-path-card h3 {
  margin: 0 0 8px;
  color: var(--mh-navy);
  font-size: 20px;
}

.mh-path-card p {
  margin: 0;
  color: var(--mh-muted);
  font-size: 15px;
}

.mh-source-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 56px;
  padding: 46px;
  border-radius: 26px;
  color: #dbe7ef;
  background:
    radial-gradient(circle at 10% 30%, rgba(15,139,131,.32), transparent 34%),
    linear-gradient(130deg, var(--mh-navy), #0e3a5d);
  box-shadow: var(--mh-shadow);
}

.mh-source-panel h2 {
  margin: 0 0 12px;
  color: var(--mh-white);
  font-size: 34px;
}

.mh-source-panel p {
  margin: 0;
}

.mh-source-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-source-list a {
  display: flex;
  align-items: center;
  min-height: 58px;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  color: var(--mh-white);
  background: rgba(255,255,255,.07);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mh-source-list a:hover {
  background: rgba(255,255,255,.13);
}

.mh-source-list a::before {
  content: "↗";
  color: var(--mh-gold);
}

.mh-stat-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.mh-stat {
  padding: 22px;
  border: 1px solid var(--mh-line);
  border-radius: 15px;
  background: var(--mh-white);
  text-align: center;
}

.mh-stat strong {
  display: block;
  color: var(--mh-navy);
  font-size: 26px;
}

.mh-stat span {
  color: var(--mh-muted);
  font-size: 14px;
}

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

.mh-post-card {
  overflow: hidden;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius);
  background: var(--mh-white);
  box-shadow: var(--mh-shadow-sm);
}

.mh-post-card-top {
	position: relative;
	display: block;
	overflow: hidden;
  min-height: 118px;
  padding: 22px;
  color: var(--mh-white);
  background: linear-gradient(135deg, var(--mh-navy), var(--mh-teal-dark));
}

.mh-post-card-top.has-image {
	min-height: 178px;
	padding: 0;
}

.mh-post-card-top img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.mh-post-card:hover .mh-post-card-top img {
	transform: scale(1.035);
}

.mh-post-card-top span {
	position: relative;
	z-index: 2;
  display: inline-block;
	margin: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--mh-navy);
  background: var(--mh-gold);
  font-size: 12px;
  font-weight: 900;
}

.mh-post-card-body {
  padding: 24px;
}

.mh-post-card h3 {
  margin: 0 0 10px;
  color: var(--mh-navy);
  font-size: 20px;
  line-height: 1.55;
}

.mh-post-card h3 a {
  color: inherit;
  text-decoration: none;
}

.mh-post-card p {
  margin: 0 0 18px;
  color: var(--mh-muted);
  font-size: 15px;
}

.mh-card-link-static {
  color: var(--mh-teal-dark);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.mh-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px 42px;
  border: 1px solid #cde7e3;
  border-radius: 24px;
  background: linear-gradient(135deg, #e9f8f6, #f9fcfd);
}

.mh-cta-panel h2 {
  margin: 0 0 6px;
  color: var(--mh-navy);
  font-size: 30px;
}

.mh-cta-panel p {
  margin: 0;
  color: var(--mh-muted);
}

.mh-page-hero {
  padding: 70px 0 54px;
  color: var(--mh-white);
  background:
    radial-gradient(circle at 14% 20%, rgba(243,167,18,.18), transparent 28%),
    linear-gradient(130deg, var(--mh-navy), #0e4b64);
}

.mh-breadcrumbs {
  margin-bottom: 20px;
  color: #c8d9e5;
  font-size: 14px;
}

.mh-breadcrumbs a {
  color: #e9f3f7;
  text-decoration: none;
}

.mh-breadcrumbs span {
  margin-inline: 7px;
  opacity: .7;
}

.mh-page-hero h1 {
  max-width: 870px;
  margin: 0 0 14px;
  color: var(--mh-white);
  font-size: clamp(34px, 5vw, 55px);
  line-height: 1.35;
}

.mh-page-hero p {
  max-width: 760px;
  margin: 0;
  color: #dbe7ef;
  font-size: 18px;
}

.mh-page-main {
  padding: 64px 0 90px;
  background: var(--mh-surface);
}

.mh-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 34px;
}

.mh-article {
  padding: clamp(25px, 5vw, 52px);
  border: 1px solid var(--mh-line);
  border-radius: 22px;
  background: var(--mh-white);
  box-shadow: var(--mh-shadow-sm);
}

.mh-article > :first-child {
  margin-top: 0;
}

.mh-featured-image {
	overflow: hidden;
	margin: 0 0 28px;
	border-radius: 17px;
	background: var(--mh-navy);
}

.mh-featured-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.mh-quick-summary {
	margin: 0 0 36px;
	padding: clamp(20px, 4vw, 30px);
	border: 1px solid #b9ddd8;
	border-radius: 18px;
	background: linear-gradient(145deg, #f0fbf9, #ffffff);
}

.mh-quick-summary-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.mh-quick-summary .mh-quick-summary-head h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: clamp(24px, 4vw, 31px);
}

.mh-quick-badge {
	display: inline-flex;
	flex: 0 0 auto;
	padding: 6px 10px;
	border-radius: 999px;
	color: var(--mh-navy);
	background: var(--mh-gold);
	font-size: 12px;
	font-weight: 900;
}

.mh-quick-summary ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mh-quick-summary li {
	position: relative;
	margin: 0;
	padding: 9px 37px 9px 10px;
	border-bottom: 1px dashed #cfe4e1;
	color: var(--mh-ink);
	font-weight: 700;
}

.mh-quick-summary li:last-child {
	border-bottom: 0;
}

.mh-quick-summary li::before {
	position: absolute;
	top: 9px;
	right: 5px;
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	content: "✓";
	color: var(--mh-white);
	background: var(--mh-teal);
	font-size: 12px;
	font-weight: 900;
}

.mh-quick-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #cfe4e1;
}

.mh-quick-action div {
	display: grid;
}

.mh-quick-action strong {
	color: var(--mh-navy);
}

.mh-quick-action span {
	color: var(--mh-muted);
	font-size: 14px;
}

.mh-button-whatsapp,
.mh-whatsapp-button,
.mh-sidebar-whatsapp {
	background: #168f5b;
	box-shadow: 0 9px 24px rgba(22, 143, 91, .24);
}

.mh-button-whatsapp:hover,
.mh-whatsapp-button:hover,
.mh-sidebar-whatsapp:hover {
	color: var(--mh-white);
	background: #087747;
}

.mh-whatsapp-button span,
.mh-button-whatsapp span {
	color: #c7ffdd;
	font-size: 15px;
}

.mh-whatsapp-hint {
	margin: 12px 0 0;
	color: #cfe1ea;
	font-size: 13px;
}

.mh-sidebar-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 12px;
	border-radius: 10px;
	color: var(--mh-white);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.mh-article-whatsapp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 54px;
	padding: 28px;
	border-radius: 18px;
	color: #dbe7ef;
	background: linear-gradient(135deg, var(--mh-navy), #0d5b5a);
}

.mh-article .mh-article-whatsapp h2 {
	margin: 0 0 7px;
	padding: 0;
	border: 0;
	color: var(--mh-white);
	font-size: 25px;
}

.mh-article .mh-article-whatsapp p {
	max-width: 610px;
	margin: 0;
	color: #cfe1ea;
	font-size: 14px;
}

.mh-article-whatsapp .mh-kicker {
	color: #8ae4dc;
}

.mh-article-whatsapp .mh-button {
	flex: 0 0 auto;
}

.mh-whatsapp-float {
	position: fixed;
	z-index: 5000;
	left: 22px;
	bottom: 22px;
	display: inline-flex;
	align-items: center;
	min-height: 54px;
	gap: 10px;
	padding: 9px 17px 9px 10px;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 999px;
	color: var(--mh-white);
	background: #168f5b;
	box-shadow: 0 14px 34px rgba(7, 49, 31, .28);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease;
}

.mh-whatsapp-float:hover {
	transform: translateY(-3px);
	color: var(--mh-white);
	background: #087747;
}

.mh-whatsapp-float-icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	color: #168f5b;
	background: var(--mh-white);
	font-size: 13px;
}

.mh-article h2 {
  margin: 48px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mh-line);
  color: var(--mh-navy);
  font-size: 30px;
  line-height: 1.45;
}

.mh-article h3 {
  margin: 32px 0 10px;
  color: var(--mh-navy-2);
  font-size: 22px;
  line-height: 1.5;
}

.mh-article p,
.mh-article li {
  color: #344454;
}

.mh-article ul,
.mh-article ol {
  padding-right: 24px;
}

.mh-article li {
  margin-bottom: 8px;
}

.mh-note,
.mh-warning,
.mh-success {
  margin: 24px 0;
  padding: 20px 22px;
  border: 1px solid #badfd9;
  border-right: 5px solid var(--mh-teal);
  border-radius: 12px;
  background: #ecf9f7;
}

.mh-warning {
  border-color: #f2d28a;
  border-right-color: var(--mh-gold);
  background: #fff8e8;
}

.mh-success {
  border-color: #abdfc8;
  border-right-color: var(--mh-success);
  background: #effaf5;
}

.mh-note strong,
.mh-warning strong,
.mh-success strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mh-navy);
}

.mh-checklist {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 0 !important;
  list-style: none;
}

.mh-checklist li {
  position: relative;
  margin: 0;
  padding: 13px 46px 13px 16px;
  border: 1px solid var(--mh-line);
  border-radius: 11px;
  background: #fbfdfe;
}

.mh-checklist li::before {
  position: absolute;
  top: 13px;
  right: 15px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  content: "✓";
  color: var(--mh-white);
  background: var(--mh-teal);
  font-size: 13px;
  font-weight: 900;
}

.mh-step-list {
  display: grid;
  gap: 14px;
  margin: 22px 0;
  padding: 0 !important;
  counter-reset: mhsteps;
  list-style: none;
}

.mh-step-list li {
  position: relative;
  min-height: 58px;
  margin: 0;
  padding: 15px 64px 15px 18px;
  border: 1px solid var(--mh-line);
  border-radius: 12px;
  background: var(--mh-white);
  counter-increment: mhsteps;
}

.mh-step-list li::before {
  position: absolute;
  top: 12px;
  right: 13px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  content: counter(mhsteps);
  color: var(--mh-white);
  background: var(--mh-navy);
  font-weight: 900;
}

.mh-official-links {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.mh-official-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  gap: 15px;
  padding: 12px 16px;
  border: 1px solid #bcded9;
  border-radius: 11px;
  color: var(--mh-teal-dark);
  background: #f2fbf9;
  font-weight: 800;
  text-decoration: none;
}

.mh-official-links a::after {
  content: "↗";
}

.mh-faq {
  margin-top: 18px;
  border: 1px solid var(--mh-line);
  border-radius: 12px;
  background: var(--mh-white);
}

.mh-faq summary {
  padding: 17px 20px;
  color: var(--mh-navy);
  font-weight: 900;
  cursor: pointer;
}

.mh-faq div {
  padding: 0 20px 18px;
}

.mh-sidebar {
  position: sticky;
  top: 115px;
  display: grid;
  gap: 18px;
}

.mh-sidebar-card {
  padding: 22px;
  border: 1px solid var(--mh-line);
  border-radius: 16px;
  background: var(--mh-white);
  box-shadow: var(--mh-shadow-sm);
}

.mh-sidebar-card h2,
.mh-sidebar-card h3 {
  margin: 0 0 12px;
  color: var(--mh-navy);
  font-size: 18px;
}

.mh-sidebar-card p,
.mh-sidebar-card li {
  color: var(--mh-muted);
  font-size: 14px;
}

.mh-sidebar-card ul {
  margin: 0;
  padding-right: 18px;
}

.mh-date-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--mh-teal-dark);
  background: #e5f7f4;
  font-size: 12px;
  font-weight: 900;
}

.mh-blog-header {
  padding: 66px 0;
  color: var(--mh-white);
  background: linear-gradient(130deg, var(--mh-navy), #0e4b64);
}

.mh-blog-header h1 {
  margin: 0 0 10px;
  color: var(--mh-white);
  font-size: 45px;
}

.mh-blog-header p {
  max-width: 700px;
  margin: 0;
  color: #dbe7ef;
}

.mh-blog-main {
  padding: 65px 0 90px;
  background: var(--mh-surface);
}

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

.mh-pagination {
  margin-top: 40px;
  text-align: center;
}

.mh-pagination .page-numbers {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  margin: 3px;
  padding: 5px;
  place-items: center;
  border: 1px solid var(--mh-line);
  border-radius: 9px;
  background: var(--mh-white);
  text-decoration: none;
}

.mh-pagination .current {
  color: var(--mh-white);
  border-color: var(--mh-teal);
  background: var(--mh-teal);
}

.mh-site-footer {
  color: #cbd9e3;
  background: #07172c;
}

.mh-footer-main {
  padding: 64px 0 42px;
}

.mh-footer-grid {
  grid-template-columns: 1.2fr .7fr .7fr 1fr;
}

.mh-footer-brand p {
  max-width: 360px;
  margin: 17px 0 0;
  color: #aebfcc;
  font-size: 14px;
}

.mh-site-footer .mh-brand {
  color: var(--mh-white);
}

.mh-site-footer .mh-brand-copy small {
  color: #aebfcc;
}

.mh-footer-column h2 {
  margin: 0 0 14px;
  color: var(--mh-white);
  font-size: 16px;
}

.mh-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-footer-column li {
  margin-bottom: 8px;
}

.mh-footer-column a {
  color: #cbd9e3;
  font-size: 14px;
  text-decoration: none;
}

.mh-footer-column a:hover {
  color: var(--mh-white);
}

.mh-footer-disclaimer {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: #aebfcc;
  font-size: 13px;
}

.mh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  gap: 20px;
  color: #91a7b6;
  font-size: 13px;
}

.mh-footer-bottom a {
  color: #cbd9e3;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

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

  .mh-primary-nav a {
    padding-inline: 7px;
    font-size: 14px;
  }

  .mh-header-cta {
    display: none;
  }
}

@media (max-width: 900px) {
  body.admin-bar .mh-site-header {
    top: 46px;
  }

  .mh-menu-toggle {
    display: grid;
    margin-inline-start: auto;
    place-items: center;
  }

  .mh-primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 14px 20px 22px;
    border-bottom: 1px solid var(--mh-line);
    background: var(--mh-white);
    box-shadow: var(--mh-shadow-sm);
  }

  .mh-primary-nav.is-open {
    display: block;
  }

  .mh-primary-nav ul {
    display: grid;
    gap: 3px;
  }

  .mh-primary-nav a {
    padding: 11px 12px;
  }

  .mh-primary-nav .sub-menu {
    position: static;
    display: grid;
    width: auto;
    margin: 2px 12px 7px 0;
    padding: 3px 10px 3px 0;
    border: 0;
    border-right: 2px solid #d7ebe8;
    border-radius: 0;
    box-shadow: none;
  }

  .mh-primary-nav .sub-menu a {
    color: var(--mh-muted);
    font-size: 13px;
  }

  .mh-hero-grid,
  .mh-source-panel,
  .mh-article-layout {
    grid-template-columns: 1fr;
  }

  .mh-passport-card {
    display: none;
  }

  .mh-hero {
    padding-top: 76px;
  }

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

  .mh-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

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

  .mh-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .mh-container {
    width: min(calc(100% - 28px), var(--mh-container));
  }

  .mh-topbar .mh-container {
    justify-content: center;
    text-align: center;
  }

  .mh-topbar p:last-child {
    display: none;
  }

  .mh-header-inner {
    min-height: 72px;
  }

  .mh-brand-copy strong {
    font-size: 16px;
  }

  .mh-brand-copy small {
    display: none;
  }

  .mh-brand-mark {
    width: 43px;
    height: 43px;
  }

  .mh-hero {
    padding: 62px 0 52px;
  }

  .mh-hero h1 {
    font-size: 37px;
  }

  .mh-hero-lead {
    font-size: 17px;
  }

  .mh-hero-actions .mh-button {
    width: 100%;
  }

	.mh-quick-summary-head,
	.mh-quick-action,
	.mh-article-whatsapp {
		display: grid;
	}

	.mh-quick-summary-head {
		justify-items: start;
	}

	.mh-quick-action .mh-button,
	.mh-article-whatsapp .mh-button {
		width: 100%;
	}

	.mh-whatsapp-float {
		left: 14px;
		bottom: 14px;
		min-height: 50px;
		padding: 8px 12px 8px 8px;
	}

  .mh-trust-list {
    display: grid;
  }

  .mh-alert-strip .mh-container {
    align-items: flex-start;
    padding-block: 12px;
  }

  .mh-section {
    padding: 64px 0;
  }

  .mh-country-grid,
  .mh-path-grid,
  .mh-post-grid,
  .mh-post-list,
  .mh-stat-grid,
  .mh-sidebar,
  .mh-source-list,
  .mh-footer-grid {
    grid-template-columns: 1fr;
  }

  .mh-country-card {
    min-height: 270px;
  }

  .mh-source-panel {
    padding: 28px 22px;
  }

  .mh-source-panel h2 {
    font-size: 28px;
  }

  .mh-cta-panel {
    display: grid;
    padding: 28px 22px;
  }

  .mh-page-hero {
    padding: 48px 0 40px;
  }

  .mh-page-main {
    padding: 34px 0 65px;
  }

  .mh-article {
    border-radius: 15px;
  }

  .mh-article h2 {
    margin-top: 38px;
    font-size: 26px;
  }

  .mh-footer-bottom {
    display: grid;
    justify-content: center;
    padding: 16px 0;
    text-align: center;
  }
}

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