.maalem-umrah {
  --mu-blue: #3c6ab3;
  --mu-blue-dark: #234f87;
  --mu-deep: #0b2747;
  --mu-orange: #f99f44;
  --mu-orange-dark: #c96e18;
  --mu-surface: #f5f2ec;
  --mu-white: #fffdf9;
  --mu-ink: #1d2b3a;
  --mu-muted: #6b737d;
  --mu-line: #deddd8;
  width: min(1180px, calc(100% - 28px));
  margin: 24px auto;
  overflow: hidden;
  color: var(--mu-ink);
  background: var(--mu-surface);
  border: 1px solid #e4e0d8;
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(28, 45, 61, .09);
  font-family: Tahoma, Arial, sans-serif;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}

.maalem-umrah,
.maalem-umrah * { box-sizing: border-box; }
.maalem-umrah [hidden] { display: none !important; }
.maalem-umrah a { color: inherit; text-decoration: none; }
.maalem-umrah button,
.maalem-umrah input,
.maalem-umrah select { font: inherit; }
.maalem-umrah button,
.maalem-umrah a { -webkit-tap-highlight-color: transparent; }

.mu-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
  background: var(--mu-deep);
}
.mu-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; filter: saturate(.92) contrast(.98) brightness(1.03); }
.mu-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,39,71,.04) 0%, rgba(11,39,71,.16) 38%, rgba(11,39,71,.68) 72%, rgba(11,39,71,.84) 100%); }
.mu-hero-copy { position: relative; z-index: 2; min-height: 500px; width: min(650px, 66%); display: flex; flex-direction: column; justify-content: center; padding: 46px 58px; }
.mu-hero-logo { position: absolute; top: 25px; right: 29px; width: 58px; height: 64px; padding: 5px; object-fit: contain; background: rgba(255,255,255,.91); border-radius: 14px; box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.mu-eyebrow { display: inline-flex; align-items: center; gap: 9px; width: max-content; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 800; }
.mu-eyebrow i { width: 27px; height: 3px; background: var(--mu-orange); border-radius: 10px; }
.mu-eyebrow.dark { color: var(--mu-blue-dark); }
.mu-hero h1 { margin: 18px 0 17px; color: #fff; font-size: clamp(44px, 5vw, 66px); line-height: 1.1; letter-spacing: -2.3px; font-weight: 900; }
.mu-hero h1 em { color: var(--mu-orange); font-style: normal; }
.mu-hero-copy > p { max-width: 570px; margin: 0; color: rgba(255,255,255,.80); font-size: 17px; line-height: 1.95; }
.mu-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 27px; }
.mu-hero-actions > a { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 13px 21px; color: var(--mu-deep); background: var(--mu-orange); border-radius: 12px; box-shadow: 0 12px 28px rgba(0,0,0,.22); font-size: 14px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.mu-hero-actions > a:hover { color: var(--mu-deep); background: #ffad5e; transform: translateY(-2px); }
.mu-hero-actions > a b { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; background: rgba(11,39,71,.28); border-radius: 50%; }
.mu-hero-actions > div { display: flex; align-items: center; gap: 11px; }
.mu-hero-actions > div strong { color: #fff; font-size: 41px; line-height: 1; }
.mu-hero-actions > div span { color: rgba(255,255,255,.71); font-size: 11px; line-height: 1.55; }
.mu-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.mu-trust > span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; font-size: 10px; backdrop-filter: blur(8px); }
.mu-trust b { color: #ffd19d; }

.mu-choice { position: relative; z-index: 4; display: grid; grid-template-columns: minmax(245px, .78fr) minmax(0, 1.75fr); align-items: stretch; gap: 22px; margin: -46px 22px 0; padding: 20px; background: var(--mu-white); border: 1px solid #dfddd6; border-radius: 24px; box-shadow: 0 20px 48px rgba(29,43,58,.11); }
.mu-choice-copy { display: flex; flex-direction: column; justify-content: center; padding: 8px 10px; }
.mu-choice-copy > span { color: var(--mu-orange-dark); font-size: 11px; font-weight: 900; }
.mu-choice-copy h2 { margin: 8px 0 7px; color: var(--mu-deep); font-size: 22px; line-height: 1.45; letter-spacing: -.35px; }
.mu-choice-copy p { margin: 0; color: var(--mu-muted); font-size: 12px; line-height: 1.75; }
.mu-choice-buttons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mu-choice-buttons button { position: relative; min-width: 0; min-height: 126px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 17px; overflow: hidden; color: var(--mu-ink); text-align: right; background: #f2f0eb; border: 1px solid #e3e0d9; border-radius: 16px; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.mu-choice-buttons button:hover { transform: translateY(-2px); border-color: #b8c9e0; }
.mu-choice-buttons button::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 4px; background: transparent; }
.mu-choice-buttons small { color: var(--mu-muted); font-size: 10px; font-weight: 800; }
.mu-choice-buttons strong { margin: 7px 0 9px; color: var(--mu-deep); font-size: 17px; }
.mu-choice-buttons span { color: var(--mu-blue); font-size: 11px; font-weight: 900; }
.mu-choice-buttons button.active { color: #fff; background: var(--mu-deep); border-color: var(--mu-deep); box-shadow: 0 11px 24px rgba(11,39,71,.16); }
.mu-choice-buttons button.active::after { background: var(--mu-orange); }
.mu-choice-buttons button.active small { color: rgba(255,255,255,.66); }
.mu-choice-buttons button.active strong { color: #fff; }
.mu-choice-buttons button.active span { color: #ffd19b; }

.mu-programs { padding: 58px 22px 72px; scroll-margin-top: 25px; }
.mu-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.mu-section-heading h2 { margin: 10px 0 8px; color: var(--mu-ink); font-size: 36px; line-height: 1.2; letter-spacing: -.7px; }
.mu-section-heading p { margin: 0; color: var(--mu-muted); font-size: 14px; line-height: 1.8; }
.mu-results-count { flex: 0 0 auto; padding: 10px 14px; color: var(--mu-blue-dark); background: var(--mu-white); border: 1px solid var(--mu-line); border-radius: 10px; font-size: 13px; font-weight: 900; }

.mu-filter-panel { margin-bottom: 30px; padding: 19px; background: var(--mu-white); border: 1px solid #dfddd7; border-radius: 20px; box-shadow: 0 8px 25px rgba(38,49,59,.05); }
.mu-filter-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; padding-inline: 3px; }
.mu-filter-panel > header h3 { margin: 0 0 5px; color: var(--mu-deep); font-size: 18px; }
.mu-filter-panel > header p { margin: 0; color: var(--mu-muted); font-size: 12px; }
.mu-reset { flex: 0 0 auto; padding: 8px 11px; color: var(--mu-blue-dark); background: #e9f0fa; border: 0; border-radius: 9px; cursor: pointer; font-size: 11px; font-weight: 900; }
.mu-filters { display: grid; grid-template-columns: minmax(260px, 1.6fr) repeat(4, minmax(125px, .8fr)); gap: 10px; }
.mu-filters label { position: relative; display: grid; gap: 6px; margin: 0; }
.mu-filters label > span { padding-inline: 4px; color: var(--mu-muted); font-size: 10px; font-weight: 800; }
.mu-filters input,
.mu-filters select { min-width: 0; width: 100%; height: 45px; margin: 0; padding: 0 12px; color: var(--mu-ink); background: #f1efea; border: 1px solid transparent; border-radius: 10px; outline: 0; box-shadow: none; font-size: 13px; line-height: 1; }
.mu-filters input:focus,
.mu-filters select:focus { background: var(--mu-white); border-color: #9bb8df; box-shadow: 0 0 0 3px rgba(60,106,179,.08); }
.mu-search i { position: absolute; z-index: 1; right: 15px; bottom: 14px; width: 15px; height: 15px; border: 2px solid #8995a4; border-radius: 50%; }
.mu-search i::after { content: ""; position: absolute; left: -5px; bottom: -2px; width: 6px; height: 2px; background: #8995a4; border-radius: 2px; transform: rotate(45deg); }
.mu-filters .mu-search input { padding-right: 42px; }

.mu-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; row-gap: 46px; align-items: start; padding: 10px 4px 20px; }
.mu-card { position: relative; overflow: hidden; isolation: isolate; background: var(--mu-white); border: 1px solid #cfcdc6; border-radius: 24px; box-shadow: 0 0 0 7px rgba(255,253,249,.52), 0 15px 38px rgba(34,48,60,.10); transition: transform .22s ease, box-shadow .22s ease; }
.mu-card:hover { transform: translateY(-4px); box-shadow: 0 0 0 7px rgba(255,253,249,.70), 0 22px 52px rgba(28,45,61,.14); }
.mu-card-visual { position: relative; height: 245px; overflow: hidden; background: #dfe7ed; }
.mu-card-visual::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(8,26,44,.03) 0%, rgba(8,26,44,.08) 40%, rgba(8,26,44,.72) 82%, rgba(8,26,44,.88) 100%); pointer-events: none; }
.mu-card-visual::after { content: ""; position: absolute; z-index: 5; right: 0; bottom: 0; width: 32%; height: 4px; background: var(--mu-orange); }
.mu-card-visual > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 61%; filter: saturate(.94) contrast(.98) brightness(1.03); transition: transform .45s ease; }
.mu-card:hover .mu-card-visual > img { transform: scale(1.015); }
.mu-card.is-closed { border-color: #d5a6a6; }
.mu-card.is-closed .mu-card-visual > img { filter: saturate(.46) contrast(.96) brightness(.72); }
.mu-card.is-closed .mu-card-visual::before { background: linear-gradient(180deg, rgba(17,29,43,.26) 0%, rgba(17,29,43,.52) 52%, rgba(17,29,43,.90) 100%); }
.mu-completed-badge { position: absolute; z-index: 9; top: 46%; left: 50%; min-width: 190px; padding: 13px 28px 15px; color: #fff; text-align: center; background: rgba(169,47,47,.94); border: 2px solid rgba(255,255,255,.95); border-radius: 15px; box-shadow: 0 13px 32px rgba(0,0,0,.32); font-size: 32px; line-height: 1; font-weight: 900; letter-spacing: .4px; transform: translate(-50%, -50%) rotate(-3deg); backdrop-filter: blur(5px); }
.mu-card-top { position: absolute; z-index: 6; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px; }
.mu-availability { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: #087849; background: rgba(245,255,249,.94); border-radius: 9px; box-shadow: 0 7px 18px rgba(0,0,0,.12); font-size: 11px; font-weight: 900; backdrop-filter: blur(9px); }
.mu-availability i { width: 7px; height: 7px; background: #198754; border-radius: 50%; box-shadow: 0 0 0 4px rgba(25,135,84,.1); }
.mu-card.is-closed .mu-availability { color: #8e3333; background: rgba(255,241,241,.94); }
.mu-card.is-closed .mu-availability i { background: #b94a4a; box-shadow: none; }
.mu-card-top code { direction: ltr; padding: 7px 10px; color: #fff; background: rgba(4,17,33,.55); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-family: Tahoma, Arial, sans-serif; font-size: 10px; letter-spacing: .3px; backdrop-filter: blur(8px); }
.mu-card-title { position: absolute; z-index: 5; right: 22px; bottom: 22px; left: 22px; color: #fff; }
.mu-card-title > small { color: #ffd19c; font-size: 10px; font-weight: 900; }
.mu-card-title h2 { margin: 7px 0; color: #fff; font-size: 26px; line-height: 1.35; letter-spacing: -.35px; }
.mu-card-title p { display: flex; align-items: center; gap: 8px; margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }
.mu-card-title p b { color: #fff; }
.mu-card-title p i { color: var(--mu-orange); font-style: normal; font-weight: 900; }

.mu-card-body { padding: 22px 22px 24px; background: #fffefa; border-top: 1px solid #e4e1da; }
.mu-facts { display: grid; grid-template-columns: 1.25fr 1fr .85fr; gap: 9px; margin-bottom: 17px; }
.mu-facts > div { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 11px; background: #f2f0eb; border: 1px solid #e5e2dc; border-radius: 12px; }
.mu-facts > div > i { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; color: var(--mu-blue); background: var(--mu-white); border-radius: 9px; box-shadow: 0 3px 9px rgba(31,57,77,.06); font-size: 14px; font-style: normal; }
.mu-facts p { display: grid; gap: 3px; min-width: 0; margin: 0; }
.mu-facts small { color: var(--mu-muted); font-size: 10px; }
.mu-facts strong { color: var(--mu-ink); font-size: 11px; line-height: 1.45; font-weight: 900; }
.mu-stays { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 0 0 17px; padding-top: 18px; border-top: 1px solid #e4e1da; }
.mu-stays > div { position: relative; min-width: 0; min-height: 132px; padding: 17px 25px 16px 16px; border-radius: 14px; }
.mu-stays > div.makkah { background: #fff2e3; border: 1px solid #f1d2ae; }
.mu-stays > div.madinah { background: #edf3fa; border: 1px solid #cbd9eb; }
.mu-stays > div > i { position: absolute; right: 10px; top: 21px; width: 9px; height: 9px; background: var(--mu-orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(249,159,68,.13); }
.mu-stays > div.madinah > i { background: var(--mu-blue); box-shadow: 0 0 0 4px rgba(60,106,179,.13); }
.mu-stays p { display: grid; gap: 7px; margin: 0; }
.mu-stays small { color: #9b5414; font-size: 13px; font-weight: 900; }
.mu-stays .madinah small { color: #2e5a97; }
.mu-stays strong { color: var(--mu-ink); font-size: 15px; line-height: 1.65; }
.mu-stays em { color: #b45e11; font-size: 13px; font-style: normal; font-weight: 900; }
.mu-stays .madinah em { color: var(--mu-blue-dark); }
.mu-details { margin: 0; overflow: hidden; background: rgba(255,253,249,.82); border: 1px solid #d8d7d2; border-radius: 12px; }
.mu-details summary { cursor: pointer; list-style: none; padding: 14px 15px; color: var(--mu-blue-dark); font-size: 12px; font-weight: 900; }
.mu-details summary::-webkit-details-marker { display: none; }
.mu-details summary::after { content: "+"; float: left; font-size: 18px; line-height: 1; }
.mu-details[open] summary::after { content: "−"; }
.mu-details > div { padding: 0 14px 13px; }
.mu-price-row { display: flex; justify-content: space-between; gap: 15px; margin: 0; padding-block: 9px; border-top: 1px dashed var(--mu-line); font-size: 12px; }
.mu-price-row strong { color: var(--mu-blue-dark); }
.mu-details > div > p:not(.mu-price-row) { margin: 8px 0 0; color: var(--mu-muted); font-size: 12px; }
.mu-details .mu-note { padding-top: 10px; border-top: 1px solid var(--mu-line); line-height: 1.8; }
.mu-card-footer { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 22px; color: #fff; background: linear-gradient(110deg, var(--mu-deep), #153e68); border-top: 5px solid var(--mu-orange); }
.mu-card.is-closed .mu-card-footer { background: linear-gradient(110deg, #343e49, #515c68); border-top-color: #c56868; }
.mu-card-footer > div { display: grid; }
.mu-card-footer > div small { color: rgba(255,255,255,.65); font-size: 10px; }
.mu-card-footer > div strong { margin-block: 3px; color: #fff; font-size: 27px; line-height: 1; }
.mu-card-footer > div span { color: rgba(255,255,255,.63); font-size: 10px; }
.mu-card-footer > a,
.mu-card-footer > button { min-width: 128px; min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 17px; color: var(--mu-deep); background: var(--mu-orange); border: 0; border-radius: 11px; box-shadow: 0 9px 22px rgba(5,24,47,.24); cursor: pointer; font-size: 12px; font-weight: 900; }
.mu-card-footer > a:hover { color: var(--mu-deep); background: #ffad5f; }
.mu-card-footer > button:disabled { color: #8f2929; background: #fff0f0; border: 1px solid #e4aaaa; box-shadow: none; cursor: not-allowed; font-size: 14px; }

.mu-empty { min-height: 270px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; background: var(--mu-white); border: 1px dashed #c7d2d5; border-radius: 22px; }
.mu-empty > span { color: var(--mu-blue); font-size: 42px; }
.mu-empty > strong { font-size: 19px; }
.mu-empty p { margin: 0; color: var(--mu-muted); }

.mu-custom-request { position: relative; min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 35px; margin: 0 22px 58px; padding: 36px 42px; overflow: hidden; color: #fff; background: linear-gradient(115deg, #0b2747 0%, #174d7d 100%); border-radius: 25px; box-shadow: 0 17px 40px rgba(11,39,71,.13); }
.mu-custom-request::after { content: ""; position: absolute; left: -65px; top: -85px; width: 260px; height: 260px; border: 50px solid rgba(255,255,255,.045); border-radius: 50%; }
.mu-custom-request > div,
.mu-custom-request > a { position: relative; z-index: 1; }
.mu-custom-request > div > span { color: #ffd09a; font-size: 11px; font-weight: 900; }
.mu-custom-request h2 { margin: 8px 0 7px; color: #fff; font-size: 30px; line-height: 1.3; }
.mu-custom-request p { max-width: 620px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }
.mu-custom-request > a { flex: 0 0 auto; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 12px 20px; color: var(--mu-deep); background: var(--mu-orange); border-radius: 12px; font-size: 13px; font-weight: 900; }
.mu-custom-request > a:hover { color: var(--mu-deep); background: #ffad5f; }

.mu-service-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 35px 22px; color: #fff; background: var(--mu-deep); }
.mu-service-strip > div { min-height: 98px; display: flex; align-items: center; gap: 13px; padding: 19px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.mu-service-strip strong { color: var(--mu-orange); font-size: 27px; }
.mu-service-strip span { color: rgba(255,255,255,.73); font-size: 12px; line-height: 1.6; }

@media (max-width: 1020px) {
  .mu-hero-copy { width: 73%; }
  .mu-choice { grid-template-columns: 1fr; }
  .mu-choice-copy { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 20px; }
  .mu-choice-copy > span,
  .mu-choice-copy h2 { grid-column: 1; }
  .mu-choice-copy p { grid-column: 2; grid-row: 1 / span 2; max-width: 260px; }
  .mu-filters { grid-template-columns: repeat(3, 1fr); }
  .mu-filters .mu-search { grid-column: span 3; }
  .mu-facts { grid-template-columns: 1fr 1fr; }
  .mu-facts > div:first-child { grid-column: span 2; }
  .mu-service-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .maalem-umrah { width: min(100% - 16px, 600px); margin-block: 12px; border-radius: 21px; }
  .mu-hero { min-height: 490px; }
  .mu-hero-photo { object-position: 47% center; }
  .mu-hero-shade { background: linear-gradient(180deg, rgba(11,39,71,.06) 0%, rgba(11,39,71,.18) 38%, rgba(11,39,71,.82) 78%, rgba(11,39,71,.92) 100%); }
  .mu-hero-copy { min-height: 490px; width: 100%; justify-content: flex-end; padding: 100px 24px 62px; }
  .mu-hero-logo { top: 17px; right: 18px; width: 51px; height: 57px; }
  .mu-hero h1 { margin: 15px 0 14px; font-size: 40px; letter-spacing: -1.6px; }
  .mu-hero-copy > p { font-size: 14px; line-height: 1.85; }
  .mu-hero-actions { gap: 18px; margin-top: 21px; }
  .mu-hero-actions > a { min-height: 49px; padding-inline: 17px; font-size: 13px; }
  .mu-hero-actions > div strong { font-size: 34px; }
  .mu-trust { gap: 7px; margin-top: 19px; }
  .mu-trust > span { padding: 8px 9px; font-size: 9px; }
  .mu-choice { display: block; margin: -38px 12px 0; padding: 16px; border-radius: 20px; }
  .mu-choice-copy { display: block; padding: 5px 4px 15px; }
  .mu-choice-copy h2 { font-size: 20px; }
  .mu-choice-copy p { max-width: none; }
  .mu-choice-buttons { display: flex; overflow-x: auto; padding-bottom: 3px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .mu-choice-buttons::-webkit-scrollbar { display: none; }
  .mu-choice-buttons button { flex: 0 0 198px; min-height: 112px; scroll-snap-align: start; }
  .mu-programs { padding: 42px 14px 55px; }
  .mu-section-heading { align-items: start; }
  .mu-section-heading h2 { font-size: 30px; }
  .mu-section-heading p { font-size: 13px; }
  .mu-results-count { margin-top: 27px; }
  .mu-filter-panel { padding: 14px; border-radius: 18px; }
  .mu-filter-panel > header { align-items: flex-start; }
  .mu-filter-panel > header p { max-width: 230px; line-height: 1.6; }
  .mu-filters { grid-template-columns: 1fr 1fr; }
  .mu-filters .mu-search { grid-column: span 2; }
  .mu-filters label > span { font-size: 11px; }
  .mu-filters input,
  .mu-filters select { height: 47px; font-size: 13px; }
  .mu-cards { grid-template-columns: 1fr; row-gap: 46px; padding-inline: 3px; }
  .mu-card { border-radius: 23px; }
  .mu-card-visual { height: 225px; }
  .mu-completed-badge { min-width: 178px; padding: 12px 24px 14px; font-size: 29px; }
  .mu-card-title { right: 19px; bottom: 20px; left: 19px; }
  .mu-card-title h2 { font-size: 24px; }
  .mu-facts small { font-size: 11px; }
  .mu-facts strong { font-size: 13px; }
  .mu-stays { grid-template-columns: 1fr; }
  .mu-stays > div { min-height: 0; padding: 19px 27px 18px 18px; }
  .mu-stays small { font-size: 14px; }
  .mu-stays strong { font-size: 16px; }
  .mu-stays em { font-size: 14px; }
  .mu-details summary { font-size: 13px; }
  .mu-custom-request { min-height: 0; align-items: flex-start; flex-direction: column; gap: 22px; margin: 0 14px 46px; padding: 29px 25px; border-radius: 21px; }
  .mu-custom-request h2 { font-size: 26px; }
  .mu-custom-request > a { width: 100%; }
  .mu-service-strip { grid-template-columns: 1fr 1fr; padding: 28px 14px; }
  .mu-service-strip > div { min-height: 88px; padding: 14px; }
  .mu-service-strip strong { font-size: 23px; }
}

@media (max-width: 430px) {
  .mu-hero { min-height: 480px; }
  .mu-hero-copy { min-height: 480px; padding-bottom: 59px; }
  .mu-hero h1 { font-size: 36px; }
  .mu-hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .mu-hero-actions > a { width: 100%; }
  .mu-hero-actions > div { justify-content: center; }
  .mu-trust > span { flex: 1; justify-content: center; text-align: center; }
  .mu-section-heading { display: grid; }
  .mu-results-count { width: max-content; margin-top: 0; }
  .mu-filter-panel > header { display: grid; }
  .mu-filter-panel > header button { width: max-content; }
  .mu-filters { grid-template-columns: 1fr; }
  .mu-filters .mu-search { grid-column: auto; }
  .mu-card-visual { height: 214px; }
  .mu-completed-badge { min-width: 165px; font-size: 27px; }
  .mu-card-title { left: 17px; }
  .mu-card-body,
  .mu-card-footer { padding-inline: 18px; }
  .mu-card-footer > div strong { font-size: 25px; }
  .mu-card-footer > a,
  .mu-card-footer > button { min-width: 121px; }
  .mu-service-strip { grid-template-columns: 1fr; }
}
