.mhe-aid-page {
  --aid-navy: #071b3b;
  --aid-blue: #28a9e0;
  --aid-green: #a8df00;
  --aid-orange: #f5a000;
  --aid-ink: #10213f;
  --aid-text: #46536a;
  --aid-line: #d9e3ee;
  --aid-soft: #f3f8fc;
  --aid-white: #fff;
  color: var(--aid-ink);
  background: var(--aid-white);
  font-family: inherit;
  overflow: hidden;
}

.mhe-aid-page *,
.mhe-aid-page *::before,
.mhe-aid-page *::after { box-sizing: border-box; }
.mhe-aid-page img { display: block; max-width: 100%; }
.mhe-aid-page a { color: inherit; }
.mhe-aid-page .mhe-aid-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.mhe-aid-page .mhe-aid-section { padding: clamp(72px, 8vw, 112px) 0; }
.mhe-aid-page .mhe-aid-projects,
.mhe-aid-page .mhe-aid-prepare,
.mhe-aid-page .mhe-aid-faq { scroll-margin-top: 96px; }
.mhe-aid-page h1,
.mhe-aid-page h2,
.mhe-aid-page h3,
.mhe-aid-page p { margin-top: 0; }
.mhe-aid-page h1 { margin-bottom: 24px; font-size: clamp(42px, 5.2vw, 72px); line-height: .98; letter-spacing: -.045em; }
.mhe-aid-page h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.035em; }
.mhe-aid-page h3 { line-height: 1.15; letter-spacing: -.02em; }
.mhe-aid-page p { color: var(--aid-text); line-height: 1.7; }

.mhe-aid-page .mhe-aid-kicker,
.mhe-aid-page .mhe-aid-overline { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: #007da9; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mhe-aid-page .mhe-aid-kicker::before,
.mhe-aid-page .mhe-aid-overline::before { content: ""; width: 54px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--aid-orange) 0 33%, var(--aid-green) 33% 66%, var(--aid-blue) 66%); flex: 0 0 auto; }
.mhe-aid-page .mhe-aid-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.mhe-aid-page .mhe-aid-heading .mhe-aid-overline { justify-content: center; }
.mhe-aid-page .mhe-aid-heading-left { margin-inline: 0; text-align: left; }
.mhe-aid-page .mhe-aid-heading-left .mhe-aid-overline { justify-content: flex-start; }
.mhe-aid-page .mhe-aid-projects .mhe-aid-heading { margin-bottom: 38px; }

.mhe-aid-page .mhe-aid-hero { padding: clamp(44px, 6vw, 86px) 0; background: linear-gradient(135deg, #f2f8fc 0%, #fff 58%, #f7fbe9 100%); }
.mhe-aid-page .mhe-aid-hero-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); align-items: center; }
.mhe-aid-page .mhe-aid-hero-copy { position: relative; z-index: 2; grid-column: 1 / 7; grid-row: 1; padding: clamp(28px,3.5vw,46px); border: 1px solid rgba(190,211,228,.8); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 24px 70px rgba(7,27,59,.13); backdrop-filter: blur(8px); }
.mhe-aid-page .mhe-aid-lead { max-width: 660px; margin-bottom: 24px; font-size: clamp(18px, 1.5vw, 21px); }
.mhe-aid-page .mhe-aid-hero-support { max-width: 640px; margin: -6px 0 22px; padding-left: 16px; border-left: 3px solid var(--aid-green); color: var(--aid-ink); font-weight: 650; line-height: 1.55; }
.mhe-aid-page .mhe-aid-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.mhe-aid-page .mhe-aid-btn { position: relative; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 54px 13px 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; line-height: 1.25; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.mhe-aid-page .mhe-aid-btn::after { content: "→"; position: absolute; right: 12px; top: 50%; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--aid-navy); color: #fff; transform: translateY(-50%); }
.mhe-aid-page .mhe-aid-btn:hover { transform: translateY(-2px); }
.mhe-aid-page .mhe-aid-btn-green { background: var(--aid-green); color: var(--aid-navy); box-shadow: 0 12px 25px rgba(126, 174, 0, .18); }
.mhe-aid-page .mhe-aid-btn-soft { border-color: #bfd3e4; background: rgba(255,255,255,.74); color: var(--aid-navy); }
.mhe-aid-page .mhe-aid-btn-blue { background: var(--aid-blue); color: var(--aid-navy); }
.mhe-aid-page .mhe-aid-caution { margin: 20px 0 0; padding-left: 16px; border-left: 3px solid var(--aid-orange); font-size: 13px; }
.mhe-aid-page .mhe-aid-hero-scene { position: relative; grid-column: 6 / 13; grid-row: 1; min-height: 690px; margin: 0; overflow: hidden; border-radius: 34px; box-shadow: 0 28px 70px rgba(7,27,59,.18); }
.mhe-aid-page .mhe-aid-hero-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,27,59,.16),transparent 48%); pointer-events: none; }
.mhe-aid-page .mhe-aid-hero-scene img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; }
.mhe-aid-page .mhe-aid-hero-scene figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: grid; gap: 4px; max-width: 320px; padding: 16px 19px; border-radius: 15px; background: rgba(7,27,59,.9); color: #fff; }
.mhe-aid-page .mhe-aid-hero-scene figcaption span { color: #c8d6e7; font-size: 13px; }

.mhe-aid-page .mhe-aid-project-picker { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--aid-line); }
.mhe-aid-page .mhe-aid-project-picker > a { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 0 18px; min-height: 132px; padding: 22px 26px; border-bottom: 1px solid var(--aid-line); text-decoration: none; transition: background .2s ease; }
.mhe-aid-page .mhe-aid-project-picker > a:nth-child(odd) { border-right: 1px solid var(--aid-line); }
.mhe-aid-page .mhe-aid-project-picker > a:hover { background: var(--aid-soft); }
.mhe-aid-page .mhe-aid-project-picker strong { display: block; margin: 0 0 5px; font-size: 20px; line-height: 1.2; }
.mhe-aid-page .mhe-aid-project-picker small { color: var(--aid-text); line-height: 1.5; }
.mhe-aid-page .mhe-aid-project-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #e9f7fc; color: #007da9; font-weight: 900; }
.mhe-aid-page .mhe-aid-project-picker .mhe-aid-project-unsure { grid-column: 1 / -1; min-height: 0; grid-template-columns: 46px .8fr 1.2fr; gap: 18px; background: var(--aid-navy); color: var(--aid-white); border-right: 0; }
.mhe-aid-page .mhe-aid-project-unsure strong { margin: 0; }
.mhe-aid-page .mhe-aid-project-unsure small { color: #cbd8e9; }

.mhe-aid-page .mhe-aid-soft { background: var(--aid-soft); }
.mhe-aid-page .mhe-aid-project-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.mhe-aid-page .mhe-aid-factors { counter-reset: factor; border-top: 1px solid #cad8e4; }
.mhe-aid-page .mhe-aid-factors > div { counter-increment: factor; display: grid; grid-template-columns: 42px .7fr 1.3fr; align-items: center; padding: 20px 0; border-bottom: 1px solid #cad8e4; }
.mhe-aid-page .mhe-aid-factors span { grid-row: 1 / 3; color: #0083b3; font-size: 24px; }
.mhe-aid-page .mhe-aid-factors small { margin-top: 5px; color: var(--aid-text); line-height: 1.45; }

.mhe-aid-page .mhe-aid-comparison { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--aid-line); border-radius: 24px; overflow: hidden; }
.mhe-aid-page .mhe-aid-device { --card-accent: var(--aid-blue); display: flex; flex-direction: column; padding: 24px 20px; border-top: 5px solid var(--card-accent); background: var(--aid-white); }
.mhe-aid-page .mhe-aid-device + .mhe-aid-device { border-left: 1px solid var(--aid-line); }
.mhe-aid-page .mhe-aid-card-blue { --card-accent: var(--aid-blue); }
.mhe-aid-page .mhe-aid-card-green { --card-accent: var(--aid-green); }
.mhe-aid-page .mhe-aid-card-orange { --card-accent: var(--aid-orange); }
.mhe-aid-page .mhe-aid-card-pale { --card-accent: #7bbcea; }
.mhe-aid-page .mhe-aid-device header { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.mhe-aid-page .mhe-aid-device header p { margin: 0 0 3px; color: #758198; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mhe-aid-page .mhe-aid-device h3 { margin: 0; font-size: 22px; }
.mhe-aid-page .mhe-aid-brand-mark { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; background: color-mix(in srgb, var(--card-accent) 17%, white); color: var(--aid-navy); font-weight: 900; }
.mhe-aid-page .mhe-aid-device dl { margin: 0 0 18px; }
.mhe-aid-page .mhe-aid-device dl > div { display: block; padding: 11px 0; border-top: 1px solid #e6edf3; }
.mhe-aid-page .mhe-aid-device dt { font-weight: 800; }
.mhe-aid-page .mhe-aid-device dd { margin: 4px 0 0; color: var(--aid-text); line-height: 1.45; }
.mhe-aid-page .mhe-aid-device > a { margin-top: auto; color: #007da9; font-weight: 800; text-decoration: none; }

.mhe-aid-page .mhe-aid-navy { background: var(--aid-navy); color: var(--aid-white); }
.mhe-aid-page .mhe-aid-heading-light p { color: #c7d4e4; }
.mhe-aid-page .mhe-aid-heading-light .mhe-aid-overline { color: #74c8ec; }
.mhe-aid-page .mhe-aid-journey-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 6vw, 74px); align-items: stretch; }
.mhe-aid-page .mhe-aid-journey-media { position: relative; margin: 0; min-height: 650px; overflow: hidden; border-radius: 26px; }
.mhe-aid-page .mhe-aid-journey-media img { width: 100%; height: 100%; object-fit: cover; }
.mhe-aid-page .mhe-aid-journey-media figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 17px; border-radius: 14px; background: rgba(7,27,59,.9); color: #fff; font-weight: 700; }
.mhe-aid-page .mhe-aid-steps { display: grid; margin: 0; padding: 0; list-style: none; }
.mhe-aid-page .mhe-aid-steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 18px; min-height: 104px; padding: 13px 0; }
.mhe-aid-page .mhe-aid-steps li:not(:last-child)::after { content: ""; position: absolute; left: 25px; top: 58px; bottom: -8px; width: 1px; background: rgba(255,255,255,.22); }
.mhe-aid-page .mhe-aid-steps li > span { position: relative; z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--aid-green); color: var(--aid-navy); font-weight: 900; }
.mhe-aid-page .mhe-aid-steps strong { display: block; margin-bottom: 8px; font-size: 18px; }
.mhe-aid-page .mhe-aid-steps small { color: #bccbde; line-height: 1.55; }
.mhe-aid-page .mhe-aid-step-alert { margin: 24px 0 0; padding: 18px 22px; border-left: 4px solid var(--aid-orange); background: rgba(255,255,255,.08); color: #e8eef7; }
.mhe-aid-page .mhe-aid-boundary { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.mhe-aid-page .mhe-aid-boundary p { display: grid; gap: 5px; margin: 0; padding: 20px 24px; color: #fff; }
.mhe-aid-page .mhe-aid-boundary p + p { border-left: 1px solid rgba(255,255,255,.14); }
.mhe-aid-page .mhe-aid-boundary span { color: #bccbde; font-size: 14px; }

.mhe-aid-page .mhe-aid-solutions { background: linear-gradient(180deg, #fff, #f6f9fc); }
.mhe-aid-page .mhe-aid-solution-grid { border-top: 1px solid var(--aid-line); }
.mhe-aid-page .mhe-aid-solution-grid article { display: grid; grid-template-columns: 190px 290px minmax(0,1fr) auto; gap: 24px; align-items: center; min-height: 150px; padding: 25px 12px; border-bottom: 1px solid var(--aid-line); }
.mhe-aid-page .mhe-aid-solution-grid article::before { content: ""; width: 44px; height: 4px; border-radius: 99px; background: linear-gradient(90deg,var(--aid-orange) 0 33%,var(--aid-green) 33% 66%,var(--aid-blue) 66%); }
.mhe-aid-page .mhe-aid-solution-grid span { grid-column: 1; grid-row: 1; padding-left: 62px; color: #007da9; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mhe-aid-page .mhe-aid-solution-grid h3 { grid-column: 2; grid-row: 1; margin: 0; font-size: 26px; }
.mhe-aid-page .mhe-aid-solution-grid p { grid-column: 3; grid-row: 1; margin: 0; }
.mhe-aid-page .mhe-aid-solution-grid a { grid-column: 4; grid-row: 1; color: #007da9; font-weight: 800; text-decoration: none; white-space: nowrap; }

.mhe-aid-page .mhe-aid-prepare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 70px; align-items: center; padding: clamp(32px, 5vw, 64px); border-radius: 30px; background: var(--aid-navy); color: var(--aid-white); }
.mhe-aid-page .mhe-aid-prepare-grid p { color: #c7d4e4; }
.mhe-aid-page .mhe-aid-prepare-grid ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.mhe-aid-page .mhe-aid-prepare-grid li { display: flex; gap: 12px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.mhe-aid-page .mhe-aid-prepare-grid li span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--aid-blue); color: var(--aid-navy); font-weight: 900; }
.mhe-aid-page .mhe-aid-form-wrap { grid-column: 1 / -1; padding: clamp(24px,4vw,42px); border-radius: 24px; background: var(--aid-white); color: var(--aid-ink); }
.mhe-aid-page .mhe-aid-form-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--aid-line); }
.mhe-aid-page .mhe-aid-form-intro span { color: #007da9; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.mhe-aid-page .mhe-aid-form-intro h3 { margin: 6px 0 0; font-size: 28px; }
.mhe-aid-page .mhe-aid-form-intro p { max-width: 410px; margin: 0; }
.mhe-aid-page .mhe-aides-form__grid > p { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 0; }
.mhe-aid-page .mhe-aides-form__grid > p > br { display: none; }
.mhe-aid-page .mhe-aides-form label { display: grid; gap: 7px; color: var(--aid-ink); font-size: 14px; font-weight: 800; }
.mhe-aid-page .mhe-aides-form > label { margin-top: 18px; }
.mhe-aid-page .mhe-aides-form input:not([type="submit"]):not([type="checkbox"]),
.mhe-aid-page .mhe-aides-form select,
.mhe-aid-page .mhe-aides-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cad8e4; border-radius: 11px; background: #f8fbfd; color: var(--aid-ink); font: inherit; font-weight: 500; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.mhe-aid-page .mhe-aides-form textarea { min-height: 120px; resize: vertical; }
.mhe-aid-page .mhe-aides-form input:focus,
.mhe-aid-page .mhe-aides-form select:focus,
.mhe-aid-page .mhe-aides-form textarea:focus { border-color: var(--aid-blue); background: #fff; box-shadow: 0 0 0 3px rgba(40,169,224,.14); }
.mhe-aid-page .mhe-aides-form .wpcf7-acceptance { display: block; margin: 18px 0; padding: 14px 16px; border-radius: 12px; background: #f3f9df; }
.mhe-aid-page .mhe-aides-form .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; line-height: 1.45; }
.mhe-aid-page .mhe-aides-form input[type="checkbox"] { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--aid-green); flex: 0 0 auto; }
.mhe-aid-page .mhe-aides-form input[type="submit"] { min-height: 52px; padding: 13px 24px; border: 0; border-radius: 12px; background: var(--aid-green); color: var(--aid-navy); font-family: inherit; font-size: 15px; font-weight: 800; line-height: 1.2; cursor: pointer; box-shadow: 0 12px 25px rgba(126,174,0,.2); }
.mhe-aid-page .mhe-aides-form input[type="submit"]:disabled { cursor: not-allowed; opacity: .58; box-shadow: none; }
.mhe-aid-page .mhe-aides-form .wpcf7-list-item { margin: 0; }
.mhe-aid-page .mhe-aides-form .wpcf7-spinner { vertical-align: middle; }
.mhe-aid-page .mhe-aides-form .wpcf7-not-valid { border-color: #b42318; background: #fff7f6; }
.mhe-aid-page .mhe-aides-form .wpcf7-not-valid-tip { margin-top: 5px; color: #a82922; font-size: 12px; }
.mhe-aid-page .mhe-aid-form-wrap .wpcf7-response-output { margin: 18px 0 0; padding: 12px 15px; border-radius: 10px; color: var(--aid-ink); }
.mhe-aid-page .mhe-aid-form-wrap .wpcf7 form.sent .wpcf7-response-output { border-color: #5c940d; background: #f3f9df; }
.mhe-aid-page .mhe-aid-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.mhe-aid-page .mhe-aid-form-wrap .wpcf7 form.failed .wpcf7-response-output { border-color: #b42318; background: #fff7f6; }
.mhe-aid-page .mhe-aid-form-note { margin: 18px 0 0; color: #6b7688; font-size: 12px; }

.mhe-aid-page .mhe-aid-source-section { background: #fffaf0; }
.mhe-aid-page .mhe-aid-source-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 90px); }
.mhe-aid-page .mhe-aid-source-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mhe-aid-page .mhe-aid-source-links a { display: flex; min-height: 112px; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid #eadfc9; border-radius: 18px; background: var(--aid-white); text-decoration: none; }
.mhe-aid-page .mhe-aid-source-links span { color: #68758a; font-size: 14px; }

.mhe-aid-page .mhe-aid-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.mhe-aid-page .mhe-aid-text-link { color: #007da9; font-weight: 800; text-decoration: none; }
.mhe-aid-page .mhe-aid-faq-list { border-top: 1px solid var(--aid-line); }
.mhe-aid-page .mhe-aid-faq-list details { border-bottom: 1px solid var(--aid-line); }
.mhe-aid-page .mhe-aid-faq-list summary { position: relative; padding: 23px 46px 23px 0; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.mhe-aid-page .mhe-aid-faq-list summary::-webkit-details-marker { display: none; }
.mhe-aid-page .mhe-aid-faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: #e9f7fc; color: #007da9; font-size: 22px; }
.mhe-aid-page .mhe-aid-faq-list details[open] summary::after { content: "−"; }
.mhe-aid-page .mhe-aid-faq-list details p { margin: -5px 50px 22px 0; }

.mhe-aid-page .mhe-aid-final { padding: clamp(64px, 8vw, 100px) 0; background: linear-gradient(110deg, var(--aid-navy), #123667); color: var(--aid-white); }
.mhe-aid-page .mhe-aid-final-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: center; }
.mhe-aid-page .mhe-aid-final h2 { margin-bottom: 12px; }
.mhe-aid-page .mhe-aid-final p,
.mhe-aid-page .mhe-aid-final small { color: #c6d4e6; }
.mhe-aid-page .mhe-aid-final .mhe-aid-actions { justify-content: flex-end; }

.mhe-aid-page a:focus-visible,
.mhe-aid-page summary:focus-visible { outline: 3px solid var(--aid-orange); outline-offset: 4px; }

@media (max-width: 1024px) {
  .mhe-aid-page .mhe-aid-hero-grid,
  .mhe-aid-page .mhe-aid-project-grid,
  .mhe-aid-page .mhe-aid-source-grid,
  .mhe-aid-page .mhe-aid-faq-grid { grid-template-columns: 1fr; }
  .mhe-aid-page .mhe-aid-hero-copy { grid-column: 1; grid-row: 1; margin: 0 28px -55px; }
  .mhe-aid-page .mhe-aid-hero-scene { grid-column: 1; grid-row: 2; min-height: 500px; }
  .mhe-aid-page .mhe-aid-hero-scene img { min-height: 500px; }
  .mhe-aid-page .mhe-aid-project-picker { grid-template-columns: repeat(2, 1fr); }
  .mhe-aid-page .mhe-aid-comparison { grid-template-columns: repeat(2, 1fr); }
  .mhe-aid-page .mhe-aid-device:nth-child(3) { border-left: 0; border-top-width: 5px; }
  .mhe-aid-page .mhe-aid-journey-grid { grid-template-columns: .85fr 1.15fr; gap: 34px; }
  .mhe-aid-page .mhe-aid-solution-grid article { grid-template-columns: 150px 230px minmax(0,1fr); }
  .mhe-aid-page .mhe-aid-solution-grid a { grid-column: 3; grid-row: 2; }
}

@media (max-width: 760px) {
  .mhe-aid-page .mhe-aid-shell { width: min(100% - 32px, 680px); }
  .mhe-aid-page .mhe-aid-section { padding: 64px 0; }
  .mhe-aid-page h1 { font-size: clamp(38px, 11vw, 54px); }
  .mhe-aid-page h2 { font-size: clamp(31px, 9vw, 43px); }
  .mhe-aid-page .mhe-aid-hero { padding-top: 36px; }
  .mhe-aid-page .mhe-aid-project-picker,
  .mhe-aid-page .mhe-aid-comparison,
  .mhe-aid-page .mhe-aid-prepare-grid,
  .mhe-aid-page .mhe-aid-source-links,
  .mhe-aid-page .mhe-aid-final-grid,
  .mhe-aid-page .mhe-aid-journey-grid,
  .mhe-aid-page .mhe-aid-boundary { grid-template-columns: 1fr; }
  .mhe-aid-page .mhe-aid-project-picker .mhe-aid-project-unsure { grid-column: auto; grid-template-columns: auto 1fr; }
  .mhe-aid-page .mhe-aid-project-unsure small { grid-column: 1 / -1; }
  .mhe-aid-page .mhe-aid-project-picker > a:nth-child(odd) { border-right: 0; }
  .mhe-aid-page .mhe-aid-device + .mhe-aid-device { border-left: 0; }
  .mhe-aid-page .mhe-aid-journey-media { min-height: 420px; }
  .mhe-aid-page .mhe-aid-boundary p + p { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .mhe-aid-page .mhe-aid-hero-copy { margin-inline: 0; }
  .mhe-aid-page .mhe-aid-hero-scene { min-height: 390px; border-radius: 24px; }
  .mhe-aid-page .mhe-aid-hero-scene img { min-height: 390px; }
  .mhe-aid-page .mhe-aid-solution-grid article { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 25px 4px; }
  .mhe-aid-page .mhe-aid-solution-grid article::before { grid-column: 1; grid-row: 1; }
  .mhe-aid-page .mhe-aid-solution-grid span { grid-column: 1; grid-row: 2; padding-left: 0; }
  .mhe-aid-page .mhe-aid-solution-grid h3 { grid-column: 1; grid-row: 3; }
  .mhe-aid-page .mhe-aid-solution-grid p { grid-column: 1; grid-row: 4; }
  .mhe-aid-page .mhe-aid-solution-grid a { grid-column: 1; grid-row: 5; margin-top: 5px; white-space: normal; }
  .mhe-aid-page .mhe-aid-form-intro { display: grid; }
  .mhe-aid-page .mhe-aid-final .mhe-aid-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .mhe-aid-page .mhe-aid-actions,
  .mhe-aid-page .mhe-aid-actions .mhe-aid-btn { width: 100%; }
  .mhe-aid-page .mhe-aid-factors,
  .mhe-aid-page .mhe-aid-steps,
  .mhe-aid-page .mhe-aid-prepare-grid ol { grid-template-columns: 1fr; }
  .mhe-aid-page .mhe-aid-factors > div { grid-template-columns: 42px 1fr; }
  .mhe-aid-page .mhe-aid-factors small { grid-column: 2; }
  .mhe-aid-page .mhe-aid-device { padding: 24px 20px; }
  .mhe-aid-page .mhe-aid-device dl > div { grid-template-columns: 1fr; gap: 6px; }
  .mhe-aid-page .mhe-aid-prepare-grid { padding: 28px 22px; }
  .mhe-aid-page .mhe-aides-form__grid > p { grid-template-columns: 1fr; }
  .mhe-aid-page .mhe-aid-form-wrap { padding: 22px 17px; }
  .mhe-aid-page .mhe-aides-form input[type="submit"] { width: 100%; }
  .mhe-aid-page .mhe-aid-faq-list summary { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .mhe-aid-page .mhe-aid-btn,
  .mhe-aid-page .mhe-aid-project-picker > a { transition: none; }
}
