/* MHR Club 1.01.66 canonical public components */
/* MHR Club Public UI */
.mhr-club-app{
    max-width:1120px;
    margin:32px auto;
    padding:0 16px;
    font-family:Arial,sans-serif;
    color:#172033;
}
.mhr-shell{
    background:#fbfaf6;
    border:1px solid #e6e0d4;
    border-radius:26px;
    padding:26px;
    box-shadow:0 18px 48px rgba(16,42,67,.09);
}
.mhr-head{
    display:flex;
    justify-content:space-between;
    gap:16px;
    margin-bottom:22px;
}
.mhr-logo{
    font-size:26px;
    font-weight:800;
    color:#102a43;
}
.mhr-title{
    font-size:32px;
    font-weight:800;
    color:#0f2d3f;
    margin:0 0 8px;
}
.mhr-small,.mhr-muted{
    font-size:13px;
    color:#64748b;
}
.mhr-quote{
    color:#6b7280;
    margin-bottom:18px;
}
.mhr-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.mhr-card{
    background:#fff;
    border:1px solid #e4e8ef;
    border-radius:18px;
    padding:18px;
    margin-top:14px;
}
.mhr-field label{
    display:block;
    font-weight:800;
    color:#102a43;
    margin-bottom:6px;
}
.mhr-input,.mhr-select,.mhr-textarea{
    width:100%;
    padding:13px;
    border:1px solid #cfd8e3;
    border-radius:12px;
    margin-bottom:14px;
    font-size:15px;
    background:#fff;
}
.mhr-textarea{min-height:96px}
.mhr-notice{
    background:#fff3dc;
    border:1px solid #f1c47a;
    border-radius:16px;
    padding:14px;
    margin:12px 0;
    color:#4a3210;
}
.mhr-btn{
    border:0;
    border-radius:14px;
    padding:13px 18px;
    font-weight:800;
    cursor:pointer;
    font-size:15px;
}
.mhr-primary{
    background:linear-gradient(135deg,#f7bf5f 0%,#f2a93b 55%,#df8f22 100%);
    color:#1c1305;
    box-shadow:0 10px 22px rgba(242,169,59,.28);
}
.mhr-status-pill{
    display:inline-block;
    background:#eef6f2;
    color:#1f513b;
    border-radius:999px;
    padding:6px 10px;
    font-size:12px;
    font-weight:800;
}
.mhr-status-good{color:#1f513b;font-weight:800}
.mhr-status-bad{color:#9f2d20;font-weight:800}
.mhr-activity-list{margin:0 0 22px;padding:0}
.mhr-activity-list li{
    list-style:none;
    background:#fff;
    border:1px solid #e4e8ef;
    border-radius:14px;
    padding:14px;
    margin-bottom:10px;
}
.mhr-activity-list strong,.mhr-activity-list span,.mhr-activity-list em{display:block}
.mhr-activity-list em{color:#64748b;font-size:12px;margin-top:4px}
@media(max-width:760px){
    .mhr-head,.mhr-grid{grid-template-columns:1fr;flex-direction:column}
    .mhr-title{font-size:28px}
}

/* MHR Club v1.01.10 — Approved Portal Design System */
:root{
  --mhr-portal-navy:#102a43;
  --mhr-portal-ink:#13233a;
  --mhr-portal-muted:#637188;
  --mhr-portal-soft:#f6f9f8;
  --mhr-portal-soft-2:#edf6f1;
  --mhr-portal-card:#ffffff;
  --mhr-portal-line:#dfe8ee;
  --mhr-portal-green:#257f55;
  --mhr-portal-green-2:#38a3a5;
  --mhr-portal-sage:#eaf5ed;
  --mhr-portal-gold:#c99a47;
  --mhr-portal-shadow:0 24px 70px rgba(16,42,67,.10);
  --mhr-portal-radius:28px;
  --mhr-portal-font:var(--mhr-font-family);
}
.mhr-page,.mhr-page *{box-sizing:border-box}
.mhr-page{font-family:var(--mhr-portal-font);color:var(--mhr-portal-ink);width:min(1180px,calc(100vw - 32px));max-width:none;margin:28px 0 28px 50%;transform:translateX(-50%);background:linear-gradient(135deg,#f8fbfc 0%,#fff 48%,#f1f8f5 100%);border:1px solid rgba(223,232,238,.84);border-radius:34px;box-shadow:var(--mhr-portal-shadow);overflow:hidden;isolation:isolate}
.mhr-page a{text-decoration:none;color:var(--mhr-portal-green);font-weight:760}
.mhr-page p{margin:0;color:var(--mhr-portal-muted);line-height:1.55}
.mhr-portal-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 30px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--mhr-portal-line)}
.mhr-portal-brand{display:flex;align-items:center;gap:15px;min-width:0}
.mhr-portal-logo{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;flex:0 0 auto;background:#fff;border:1px solid var(--mhr-portal-line);box-shadow:0 8px 22px rgba(16,42,67,.08);color:var(--mhr-portal-green);font-weight:800;overflow:hidden}
.mhr-portal-logo img{width:100%;height:100%;object-fit:contain;padding:5px}.mhr-portal-logo svg{width:26px;height:26px}
.mhr-portal-brand strong{display:block;color:var(--mhr-portal-navy);font-size:23px;line-height:1;font-weight:800;letter-spacing:-.02em}.mhr-portal-brand small{display:block;color:var(--mhr-portal-muted);font-size:13px;margin-top:4px;font-weight:650}.mhr-portal-header-note{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--mhr-portal-line);color:#334155;font-size:12px;font-weight:800;white-space:nowrap}.mhr-portal-header-note:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--mhr-portal-green);box-shadow:0 0 0 5px rgba(37,127,85,.12)}
.mhr-portal-main{padding:42px 52px}.mhr-portal-two{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(390px,1.18fr);gap:58px;align-items:center}.mhr-portal-copy{position:relative}.mhr-portal-copy:before{content:"";position:absolute;left:-80px;bottom:-88px;width:280px;height:360px;background:radial-gradient(ellipse at center,rgba(37,127,85,.10),transparent 70%);border-radius:50%;z-index:-1}.mhr-portal-copy h1{color:var(--mhr-portal-navy);font-size:clamp(36px,3.25vw,50px);line-height:1.12;letter-spacing:-.035em;margin:0 0 18px;font-weight:800}.mhr-portal-copy>p{font-size:17px;max-width:420px}.mhr-portal-benefits{display:grid;gap:24px;margin-top:44px;max-width:420px}.mhr-portal-benefit{display:grid;grid-template-columns:54px 1fr;gap:17px;align-items:start;padding-bottom:22px;border-bottom:1px solid var(--mhr-portal-line)}.mhr-portal-benefit:last-child{border-bottom:0;padding-bottom:0}.mhr-portal-benefit-icon,.mhr-card-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--mhr-portal-sage);color:var(--mhr-portal-green);border:1px solid rgba(37,127,85,.08)}.mhr-portal-benefit-icon svg,.mhr-card-icon svg{width:25px;height:25px}.mhr-portal-benefit h3{margin:0 0 6px;color:var(--mhr-portal-navy);font-size:18px;line-height:1.18}.mhr-portal-benefit p{font-size:15px}.mhr-card{background:rgba(255,255,255,.96);border:1px solid var(--mhr-portal-line);border-radius:var(--mhr-portal-radius);box-shadow:0 22px 60px rgba(16,42,67,.09);padding:42px}.mhr-card h2{color:var(--mhr-portal-navy);font-size:clamp(34px,3.1vw,48px);line-height:1.05;letter-spacing:-.04em;margin:18px 0 12px;font-weight:800}.mhr-card>p{font-size:17px;margin-bottom:30px}.mhr-card form{display:grid;gap:18px}.mhr-field label,.mhr-card label{display:block;color:var(--mhr-portal-navy);font-size:14px;font-weight:760;margin:0 0 8px}.mhr-page input[type="text"],.mhr-page input[type="email"],.mhr-page input[type="password"],.mhr-page input[type="tel"],.mhr-page input[type="number"],.mhr-page select,.mhr-page textarea{width:100%;min-height:56px;border:1px solid #cfdbe5!important;border-radius:14px!important;background:#fff!important;color:var(--mhr-portal-ink)!important;font-family:var(--mhr-portal-font)!important;font-size:16px!important;padding:14px 16px!important;box-shadow:none!important;outline:0!important}.mhr-page textarea{min-height:128px;resize:vertical}.mhr-page input:focus,.mhr-page select:focus,.mhr-page textarea:focus{border-color:rgba(37,127,85,.62)!important;box-shadow:0 0 0 4px rgba(37,127,85,.10)!important}.mhr-portal-input-wrap{position:relative}.mhr-portal-input-wrap input{padding-left:48px!important}.mhr-portal-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#8391a3;width:20px;height:20px;display:grid;place-items:center}.mhr-button--primary,.mhr-page button,.mhr-page input[type="submit"],.mhr-page .button,.mhr-page .woocommerce-button,.mhr-page .checkout-button,.mhr-page #place_order{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:56px!important;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,var(--mhr-portal-green),var(--mhr-portal-green-2))!important;color:#fff!important;font-family:var(--mhr-portal-font)!important;font-size:16px!important;font-weight:800!important;text-decoration:none!important;padding:0 22px!important;box-shadow:0 12px 28px rgba(37,127,85,.18)!important;cursor:pointer!important}.mhr-button--primary:hover,.mhr-page button:hover,.mhr-page input[type="submit"]:hover{filter:brightness(.98)}.mhr-button--secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;background:#fff;border:1px solid var(--mhr-portal-line);color:var(--mhr-portal-navy)!important;font-weight:750;text-decoration:none}.mhr-portal-login-links{display:flex;align-items:center;justify-content:center;gap:24px;padding-top:4px}.mhr-portal-login-links span{width:1px;height:18px;background:var(--mhr-portal-line)}.mhr-portal-note{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;padding:14px 16px;border-radius:14px;background:#f8fbfc;border:1px solid var(--mhr-portal-line);color:var(--mhr-portal-muted);font-size:14px;font-weight:650}.mhr-portal-helpbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 30px;background:rgba(255,255,255,.92);border-top:1px solid var(--mhr-portal-line)}.mhr-portal-helpbar strong{color:var(--mhr-portal-navy)}.mhr-portal-helpbar p{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mhr-portal-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:var(--mhr-portal-sage);color:var(--mhr-portal-green);font-size:12px;font-weight:800}.mhr-portal-status-card{display:grid;gap:14px}.mhr-portal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.mhr-portal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mhr-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mhr-form-grid .is-full{grid-column:1/-1}.mhr-portal-section{background:#fff;border:1px solid var(--mhr-portal-line);border-radius:var(--mhr-portal-radius);box-shadow:0 16px 40px rgba(16,42,67,.06);padding:30px;margin-top:22px}.mhr-portal-section h2,.mhr-portal-section h3{color:var(--mhr-portal-navy);margin-top:0;letter-spacing:-.02em}.mhr-portal-after-login{margin-top:24px;border-top:1px solid var(--mhr-portal-line);padding-top:20px}.mhr-portal-after-login h3{text-align:center;color:var(--mhr-portal-navy);font-size:18px;margin:0 0 16px}.mhr-portal-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mhr-portal-mini{background:#fff;border:1px solid var(--mhr-portal-line);border-radius:18px;padding:16px}.mhr-portal-mini strong{display:block;color:var(--mhr-portal-navy);font-size:15px;margin-bottom:4px}.mhr-portal-mini p{font-size:13px}.mhr-portal-alert{background:#fff;border:1px solid var(--mhr-portal-line);border-left:4px solid var(--mhr-portal-green);border-radius:16px;padding:15px 16px;margin-bottom:18px;color:var(--mhr-portal-muted)}
/* WordPress login form normalization inside MHR portal */
.mhr-page .login-username,.mhr-page .login-password,.mhr-page .login-remember,.mhr-page .login-submit{margin:0!important}.mhr-page .login-remember label{display:flex;align-items:center;gap:9px;margin:0!important;color:var(--mhr-portal-ink);font-weight:650}.mhr-page input[type="checkbox"]{width:19px;height:19px;accent-color:var(--mhr-portal-green)}.mhr-page #mhr-clean-loginform input[type="submit"]{width:100%;margin-top:4px}.mhr-page .login-username input,.mhr-page .login-password input{padding-left:16px!important}
/* Access notice */
.mhr-access-notice-portal .mhr-card{max-width:760px;margin:0 auto}.mhr-access-notice-portal .mhr-card h2{text-align:left}.mhr-access-notice-steps{margin:18px 0 0;padding-left:20px;color:var(--mhr-portal-muted);line-height:1.65}.mhr-access-notice-steps li{margin-bottom:6px}.mhr-access-notice-portal .mhr-portal-actions{justify-content:flex-start}
/* Journey/Profile pages */
.mhr-page .mhr-form,.mhr-page .mhr-journey-form{display:grid;gap:20px}.mhr-page fieldset{border:1px solid var(--mhr-portal-line);border-radius:20px;padding:18px;margin:0;background:#fff}.mhr-page legend{color:var(--mhr-portal-navy);font-weight:800;padding:0 8px}.mhr-page .mhr-journey-goals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mhr-page .mhr-journey-goals label{display:flex;align-items:center;gap:9px;background:#f8fbfc;border:1px solid var(--mhr-portal-line);border-radius:14px;padding:12px;margin:0}.mhr-profile-score{display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--mhr-portal-sage);border:1px solid rgba(37,127,85,.12);border-radius:18px;padding:16px;margin-bottom:22px}.mhr-profile-score strong{color:var(--mhr-portal-navy);font-size:26px}
/* WooCommerce styling bridge */
body.mhr-portal-woo .site-main,body.mhr-portal-woo .entry-content{font-family:var(--mhr-portal-font)}
body.mhr-portal-woo .woocommerce, .mhr-portal-woo-wrap{width:min(1120px,calc(100vw - 32px));margin:28px auto!important;background:linear-gradient(135deg,#f8fbfc,#fff 48%,#f1f8f5);border:1px solid var(--mhr-portal-line);border-radius:34px;box-shadow:var(--mhr-portal-shadow);padding:34px;font-family:var(--mhr-portal-font);color:var(--mhr-portal-ink)}
body.mhr-portal-woo .woocommerce h2,body.mhr-portal-woo .woocommerce h3,body.mhr-portal-woo .woocommerce .woocommerce-MyAccount-content h2,body.mhr-portal-woo .woocommerce .woocommerce-MyAccount-content h3{color:var(--mhr-portal-navy);letter-spacing:-.02em}body.mhr-portal-woo .woocommerce table.shop_table{border:1px solid var(--mhr-portal-line)!important;border-radius:22px!important;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(16,42,67,.05)}body.mhr-portal-woo .woocommerce table.shop_table th{background:#f8fbfc;color:var(--mhr-portal-navy);font-weight:800}body.mhr-portal-woo .woocommerce table.shop_table td,body.mhr-portal-woo .woocommerce table.shop_table th{border-color:var(--mhr-portal-line)!important;padding:15px!important}body.mhr-portal-woo .woocommerce-info,body.mhr-portal-woo .woocommerce-message,body.mhr-portal-woo .woocommerce-error{border:1px solid var(--mhr-portal-line)!important;border-left:4px solid var(--mhr-portal-green)!important;border-radius:18px!important;background:#fff!important;color:var(--mhr-portal-ink)!important;box-shadow:0 10px 30px rgba(16,42,67,.05)!important}body.mhr-portal-woo .woocommerce-MyAccount-navigation ul{list-style:none;margin:0 0 18px!important;padding:0;display:grid;gap:8px}body.mhr-portal-woo .woocommerce-MyAccount-navigation li a{display:block;padding:12px 14px;border:1px solid var(--mhr-portal-line);border-radius:14px;background:#fff;color:var(--mhr-portal-navy);font-weight:750}body.mhr-portal-woo .woocommerce-MyAccount-navigation li.is-active a{background:var(--mhr-portal-sage);color:var(--mhr-portal-green)}body.mhr-portal-woo .woocommerce form.checkout,body.mhr-portal-woo .woocommerce form.login,body.mhr-portal-woo .woocommerce form.register,body.mhr-portal-woo .woocommerce form.lost_reset_password{background:#fff;border:1px solid var(--mhr-portal-line);border-radius:24px;padding:24px;box-shadow:0 14px 40px rgba(16,42,67,.05)}body.mhr-portal-woo .woocommerce form .form-row input.input-text,body.mhr-portal-woo .woocommerce form .form-row textarea,body.mhr-portal-woo .woocommerce form .form-row select{min-height:52px;border:1px solid #cfdbe5!important;border-radius:14px!important;background:#fff!important;padding:12px 14px!important;font-family:var(--mhr-portal-font)!important}body.mhr-portal-woo .woocommerce a.button,body.mhr-portal-woo .woocommerce button.button,body.mhr-portal-woo .woocommerce input.button,body.mhr-portal-woo .woocommerce #respond input#submit,body.mhr-portal-woo .woocommerce .checkout-button,body.mhr-portal-woo .woocommerce #place_order{background:linear-gradient(135deg,var(--mhr-portal-green),var(--mhr-portal-green-2))!important;color:#fff!important;border:0!important;border-radius:14px!important;min-height:48px!important;padding:0 20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important;box-shadow:0 12px 28px rgba(37,127,85,.18)!important}
@media(max-width:980px){.mhr-page{width:min(100%,calc(100vw - 20px));border-radius:26px}.mhr-portal-main{padding:28px 24px}.mhr-portal-two{grid-template-columns:1fr;gap:28px}.mhr-portal-copy{order:2}.mhr-card{order:1;padding:30px}.mhr-portal-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mhr-form-grid{grid-template-columns:1fr}.mhr-portal-header{padding:18px 20px}.mhr-portal-header-note{display:none}body.mhr-portal-woo .woocommerce{width:min(100%,calc(100vw - 20px));padding:22px;border-radius:26px}}
@media(max-width:640px){.mhr-page{margin-top:14px}.mhr-portal-main{padding:22px 16px}.mhr-card{padding:24px;border-radius:22px}.mhr-portal-copy h1{font-size:32px}.mhr-card h2{font-size:34px}.mhr-portal-mini-grid{grid-template-columns:1fr}.mhr-portal-helpbar{display:block;padding:18px 20px}.mhr-portal-helpbar .mhr-button--secondary{margin-top:12px;width:100%}.mhr-portal-benefit{grid-template-columns:44px 1fr}.mhr-portal-benefit-icon,.mhr-card-icon{width:44px;height:44px}.mhr-page .mhr-journey-goals{grid-template-columns:1fr}}

/* v1.01.10 dashboard visual alignment: approved light wellness portal style */
.mhr-member-command-center{font-family:var(--mhr-portal-font)!important;color:var(--mhr-portal-ink)!important;width:min(1180px,calc(100vw - 32px));max-width:none!important;margin:28px auto!important;padding:0!important;background:linear-gradient(135deg,#f8fbfc 0%,#fff 48%,#f1f8f5 100%);border:1px solid var(--mhr-portal-line);border-radius:34px;box-shadow:var(--mhr-portal-shadow);overflow:hidden}.mhr-member-command-center:before{content:"MHR Club  |  Member Dashboard";display:flex;align-items:center;min-height:72px;padding:0 30px;border-bottom:1px solid var(--mhr-portal-line);background:rgba(255,255,255,.92);color:var(--mhr-portal-navy);font-weight:800;font-size:21px;letter-spacing:-.02em}.mhr-member-command-center>.mhr-dashboard-notice,.mhr-member-command-center>section{margin-left:32px!important;margin-right:32px!important}.mhr-member-command-center>section:first-of-type{margin-top:32px!important}.mhr-member-command-center>section:last-child{margin-bottom:32px!important}.mhr-member-hero{background:#fff!important;color:var(--mhr-portal-ink)!important;border:1px solid var(--mhr-portal-line)!important;border-radius:var(--mhr-portal-radius)!important;box-shadow:0 18px 52px rgba(16,42,67,.08)!important}.mhr-member-hero h1{color:var(--mhr-portal-navy)!important}.mhr-member-hero p{color:var(--mhr-portal-muted)!important}.mhr-member-eyebrow{color:var(--mhr-portal-green)!important}.mhr-member-identity-card{background:var(--mhr-portal-sage)!important;border:1px solid rgba(37,127,85,.12)!important;color:var(--mhr-portal-ink)!important}.mhr-member-identity-card span{color:var(--mhr-portal-green)!important}.mhr-member-identity-card strong{color:var(--mhr-portal-navy)!important}.mhr-member-identity-card small{color:var(--mhr-portal-muted)!important}.mhr-member-action{background:linear-gradient(135deg,var(--mhr-portal-green),var(--mhr-portal-green-2))!important;color:#fff!important;border:0!important}.mhr-member-action.is-secondary{background:#fff!important;color:var(--mhr-portal-navy)!important;border:1px solid var(--mhr-portal-line)!important}.mhr-member-card,.mhr-dashboard-section,.mhr-member-next-steps{background:#fff!important;border:1px solid var(--mhr-portal-line)!important;border-radius:var(--mhr-portal-radius)!important;box-shadow:0 14px 40px rgba(16,42,67,.06)!important}.mhr-member-next-steps{background:#fff!important}.mhr-card-icon{background:var(--mhr-portal-sage)!important;color:var(--mhr-portal-green)!important;border:1px solid rgba(37,127,85,.12)!important}.mhr-feature-card a,.mhr-member-inline-link{color:var(--mhr-portal-green)!important}.mhr-progress-fill{background:linear-gradient(90deg,var(--mhr-portal-green),var(--mhr-portal-green-2))!important}.mhr-status-pill{background:var(--mhr-portal-sage)!important;color:var(--mhr-portal-green)!important;border-color:rgba(37,127,85,.12)!important}.mhr-dashboard-form button{background:linear-gradient(135deg,var(--mhr-portal-green),var(--mhr-portal-green-2))!important;color:#fff!important}.mhr-dashboard-list li{background:#f8fbfc!important;border-color:var(--mhr-portal-line)!important}@media(max-width:760px){.mhr-member-command-center{width:min(100%,calc(100vw - 20px));border-radius:26px}.mhr-member-command-center>.mhr-dashboard-notice,.mhr-member-command-center>section{margin-left:16px!important;margin-right:16px!important}.mhr-member-command-center:before{padding:0 20px;font-size:18px}}

/* v1.01.11 Prospect intake completion */
.mhr-prospect-form .mhr-field small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.45;
}
.mhr-consent-field label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid rgba(20, 83, 45, 0.16);
  background: rgba(240, 253, 244, 0.72);
  border-radius: 16px;
  color: #334155;
  font-weight: 500;
  line-height: 1.5;
}
.mhr-consent-field input[type="checkbox"] {
  margin-top: 3px;
  min-width: 18px;
}
.mhr-portal-alert-success {
  border-color: rgba(22, 101, 52, 0.22);
  background: rgba(240, 253, 244, 0.88);
}

/* v1.01.15 — MHR Club editable homepage */
.mhr-home-page{background:linear-gradient(135deg,#f8fbfc 0%,#fff 42%,#eef8f2 100%)}
.mhr-home-header{position:relative;z-index:2}.mhr-home-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.mhr-home-nav a{display:inline-flex;min-height:38px;align-items:center;padding:0 14px;border:1px solid var(--mhr-portal-line);border-radius:999px;background:#fff;color:var(--mhr-portal-navy);font-weight:800;font-size:13px}.mhr-home-main{padding:44px 52px 54px}.mhr-home-hero{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);gap:42px;align-items:center;min-height:520px}.mhr-home-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:var(--mhr-portal-sage);color:var(--mhr-portal-green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.mhr-home-hero h1{margin:20px 0 18px;color:var(--mhr-portal-navy);font-size:clamp(42px,5.3vw,76px);line-height:.98;letter-spacing:-.055em;font-weight:860;max-width:760px}.mhr-home-hero p{font-size:20px;line-height:1.55;max-width:670px}.mhr-home-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.mhr-home-visual{min-height:420px;border:1px solid var(--mhr-portal-line);border-radius:34px;background:radial-gradient(circle at 25% 20%,rgba(56,163,165,.18),transparent 32%),radial-gradient(circle at 75% 75%,rgba(37,127,85,.16),transparent 34%),#fff;box-shadow:0 22px 60px rgba(16,42,67,.08);display:grid;place-items:center;overflow:hidden}.mhr-home-visual img{width:100%;height:100%;object-fit:cover}.mhr-home-path{display:grid;gap:18px;width:min(320px,80%)}.mhr-home-path span{display:flex;align-items:center;justify-content:center;min-height:58px;border-radius:999px;background:#fff;border:1px solid var(--mhr-portal-line);box-shadow:0 14px 34px rgba(16,42,67,.06);color:var(--mhr-portal-navy);font-weight:800}.mhr-home-section{margin-top:34px;padding:36px;background:#fff;border:1px solid var(--mhr-portal-line);border-radius:var(--mhr-portal-radius);box-shadow:0 14px 42px rgba(16,42,67,.055)}.mhr-home-section-head{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(280px,1.2fr);gap:26px;align-items:start;margin-bottom:28px}.mhr-home-section-head h2,.mhr-home-final h2{margin:0;color:var(--mhr-portal-navy);font-size:clamp(30px,3.3vw,48px);line-height:1.05;letter-spacing:-.04em;font-weight:840}.mhr-home-section-head p{font-size:17px}.mhr-home-chip-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.mhr-home-chip-grid span{display:flex;align-items:center;justify-content:center;min-height:58px;padding:12px;border-radius:18px;background:#f8fbfc;border:1px solid var(--mhr-portal-line);color:var(--mhr-portal-navy);font-weight:800;text-align:center}.mhr-home-flow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;align-items:stretch}.mhr-home-flow div{position:relative;display:grid;gap:10px;place-items:center;min-height:112px;padding:16px;border-radius:20px;background:var(--mhr-portal-sage);border:1px solid rgba(37,127,85,.13);text-align:center;color:var(--mhr-portal-navy)}.mhr-home-flow strong{font-size:15px}.mhr-home-flow em{position:absolute;right:-14px;top:50%;transform:translateY(-50%) rotate(-90deg);font-style:normal;color:var(--mhr-portal-green);font-weight:800;font-size:22px;z-index:3}.mhr-home-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mhr-home-card-grid.features{grid-template-columns:repeat(5,minmax(0,1fr))}.mhr-home-card-grid article{padding:22px;border:1px solid var(--mhr-portal-line);border-radius:22px;background:#f8fbfc}.mhr-home-card-grid h3{margin:0 0 10px;color:var(--mhr-portal-navy);font-size:20px;letter-spacing:-.02em}.mhr-home-card-grid p{font-size:15px}.mhr-home-steps{display:grid;gap:14px}.mhr-home-steps article{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:start;padding:20px;border:1px solid var(--mhr-portal-line);border-radius:22px;background:#f8fbfc}.mhr-home-steps span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--mhr-portal-green),var(--mhr-portal-green-2));color:#fff;font-weight:800}.mhr-home-steps h3{margin:0 0 6px;color:var(--mhr-portal-navy);font-size:21px}.mhr-home-final{margin-top:34px;padding:46px;border-radius:34px;background:linear-gradient(135deg,var(--mhr-portal-green),var(--mhr-portal-green-2));color:#fff;text-align:center;box-shadow:0 20px 54px rgba(37,127,85,.22)}.mhr-home-final h2{color:#fff}.mhr-home-final p{color:rgba(255,255,255,.9);font-size:18px;max-width:760px;margin:14px auto 26px}.mhr-home-final .mhr-button--primary{background:#fff!important;color:var(--mhr-portal-green)!important;box-shadow:none!important}
@media(max-width:1080px){.mhr-home-hero{grid-template-columns:1fr;min-height:0}.mhr-home-visual{min-height:300px}.mhr-home-section-head{grid-template-columns:1fr}.mhr-home-chip-grid,.mhr-home-flow{grid-template-columns:repeat(3,minmax(0,1fr))}.mhr-home-flow em{display:none}.mhr-home-card-grid,.mhr-home-card-grid.features{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.mhr-home-main{padding:24px 16px 30px}.mhr-home-hero h1{font-size:38px}.mhr-home-hero p{font-size:17px}.mhr-home-section{padding:24px}.mhr-home-chip-grid,.mhr-home-flow,.mhr-home-card-grid,.mhr-home-card-grid.features{grid-template-columns:1fr}.mhr-home-header{align-items:flex-start}.mhr-home-nav{display:none}.mhr-home-final{padding:30px 22px}}

/* v1.01.17 — Step 1 Homepage Public Readiness Upgrade */
.mhr-home-public-ready{
  font-family:var(--mhr-portal-font)!important;
}
.mhr-home-public-ready .mhr-home-main{
  padding:42px 48px 54px;
}
.mhr-home-public-ready .mhr-home-hero{
  min-height:440px;
  grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);
  gap:34px;
}
.mhr-home-public-ready .mhr-home-hero h1{
  font-size:clamp(38px,4.4vw,64px);
  line-height:1.02;
  letter-spacing:-.045em;
  max-width:760px;
}
.mhr-home-public-ready .mhr-home-hero p{
  font-size:clamp(17px,1.5vw,20px);
  max-width:680px;
  color:#4d5f77;
}
.mhr-home-public-ready .mhr-home-visual{
  min-height:340px;
  border-radius:30px;
  background:
    radial-gradient(circle at 18% 18%,rgba(37,127,85,.12),transparent 32%),
    radial-gradient(circle at 78% 78%,rgba(56,163,165,.13),transparent 35%),
    linear-gradient(135deg,#fff 0%,#f4faf7 100%);
}
.mhr-home-public-ready .mhr-home-path{
  width:min(360px,82%);
}
.mhr-home-public-ready .mhr-home-path span{
  justify-content:flex-start;
  padding:0 20px;
  min-height:54px;
}
.mhr-home-public-ready .mhr-home-section{
  padding:34px;
}
.mhr-home-public-ready .mhr-home-section-head h2,
.mhr-home-public-ready .mhr-home-final h2{
  font-size:clamp(28px,2.8vw,42px);
  line-height:1.1;
}
.mhr-home-public-ready .mhr-home-section-head p{
  color:#4f6076;
  font-size:16.5px;
}
.mhr-home-public-ready .mhr-home-card-grid,
.mhr-home-public-ready .mhr-home-card-grid.features,
.mhr-home-public-ready .mhr-home-card-grid.three,
.mhr-home-public-ready .mhr-home-problem-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.mhr-home-public-ready .mhr-home-card-grid.four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.mhr-home-public-ready .mhr-home-card-grid article{
  background:#fff;
  border:1px solid var(--mhr-portal-line);
  box-shadow:0 10px 28px rgba(16,42,67,.045);
}
.mhr-home-public-ready .mhr-home-card-grid h3{
  font-size:19px;
  line-height:1.22;
}
.mhr-home-public-ready .mhr-home-card-grid p{
  color:#5d6c82;
  font-size:15px;
  line-height:1.55;
}
.mhr-home-public-ready .mhr-home-flow-detailed{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.mhr-home-public-ready .mhr-home-flow-detailed article{
  display:block;
  min-height:0;
  padding:22px;
  border-radius:22px;
  background:var(--mhr-portal-sage);
  border:1px solid rgba(37,127,85,.13);
  color:var(--mhr-portal-navy);
}
.mhr-home-public-ready .mhr-home-flow-detailed span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--mhr-portal-green),var(--mhr-portal-green-2));
  color:#fff;
  font-size:14px;
  font-weight:800;
  margin-bottom:14px;
}
.mhr-home-public-ready .mhr-home-flow-detailed h3{
  color:var(--mhr-portal-navy);
  margin:0 0 8px;
  font-size:18px;
  line-height:1.2;
}
.mhr-home-public-ready .mhr-home-flow-detailed p{
  color:#52647a;
  font-size:14.5px;
  line-height:1.55;
  margin:0;
}
.mhr-home-public-ready .mhr-home-trust{
  background:linear-gradient(135deg,#f8fcf9,#fff);
  border-color:rgba(37,127,85,.18);
}
.mhr-home-public-ready .mhr-home-start-process{
  background:#fff;
}
.mhr-home-public-ready .mhr-home-final{
  padding:42px 34px;
}
.mhr-toggle-row{
  display:flex!important;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border:1px solid #dfe8ee;
  border-radius:12px;
  background:#f8fbfc;
  margin:0 0 14px!important;
  font-weight:700;
}
.mhr-toggle-row input[type="checkbox"]{
  margin:0;
}
.mhr-home-editor-note h2{
  margin-top:0;
  color:var(--mhr-portal-navy,#102a43);
}
.mhr-home-editor-note p{
  color:#64748b;
  font-size:15px;
  line-height:1.6;
}
@media(max-width:1080px){
  .mhr-home-public-ready .mhr-home-hero,
  .mhr-home-public-ready .mhr-home-section-head{
    grid-template-columns:1fr;
  }
  .mhr-home-public-ready .mhr-home-card-grid,
  .mhr-home-public-ready .mhr-home-card-grid.features,
  .mhr-home-public-ready .mhr-home-card-grid.three,
  .mhr-home-public-ready .mhr-home-problem-grid,
  .mhr-home-public-ready .mhr-home-flow-detailed,
  .mhr-home-public-ready .mhr-home-card-grid.four{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .mhr-home-public-ready .mhr-home-main{
    padding:24px 16px 30px;
  }
  .mhr-home-public-ready .mhr-home-hero h1{
    font-size:36px;
  }
  .mhr-home-public-ready .mhr-home-section{
    padding:22px;
  }
  .mhr-home-public-ready .mhr-home-card-grid,
  .mhr-home-public-ready .mhr-home-card-grid.features,
  .mhr-home-public-ready .mhr-home-card-grid.three,
  .mhr-home-public-ready .mhr-home-problem-grid,
  .mhr-home-public-ready .mhr-home-flow-detailed,
  .mhr-home-public-ready .mhr-home-card-grid.four{
    grid-template-columns:1fr;
  }
}


/* v1.01.18 Journey Home page */
.mhr-journey-home-page{background:#f8fbf8;color:#102b42;overflow:hidden}
.mhr-journey-main{padding:0 32px 34px}
.mhr-journey-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:42px;align-items:center;padding:54px 26px 46px;border-bottom:1px solid rgba(16,43,66,.08)}
.mhr-journey-hero h1{margin:0 0 18px;font-family:var(--mhr-font-family);font-size:clamp(42px,4.4vw,68px);line-height:.98;letter-spacing:-.055em;color:#102b42;max-width:680px}
.mhr-journey-hero p{margin:0;color:#53677d;font-size:18px;line-height:1.7;max-width:680px}
.mhr-journey-trust-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}.mhr-journey-trust-row span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(35,128,89,.15);background:#fff;border-radius:999px;color:#17354d;font-size:13px;box-shadow:0 10px 30px rgba(16,43,66,.04)}
.mhr-journey-visual{min-height:260px;border-radius:36px;background:radial-gradient(circle at 30% 35%,rgba(231,211,178,.45),transparent 18%),linear-gradient(135deg,rgba(225,240,229,.72),rgba(255,255,255,.9));position:relative;overflow:hidden;border:1px solid rgba(16,43,66,.06)}
.mhr-journey-visual:before{content:"";position:absolute;inset:42px -20px auto 80px;height:190px;background:linear-gradient(135deg,rgba(115,157,126,.22),rgba(245,240,226,.65));border-radius:48% 52% 0 0;transform:rotate(-4deg)}
.mhr-journey-visual:after{content:"";position:absolute;right:52px;top:54px;width:120px;height:170px;background:repeating-linear-gradient(105deg,rgba(35,128,89,.22) 0 2px,transparent 2px 14px);border-radius:60% 40% 60% 40%;opacity:.65}
.mhr-journey-section{padding:30px 0}.mhr-journey-section>h2{font-size:28px;letter-spacing:-.03em;margin:0 0 18px;color:#102b42}
.mhr-journey-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.mhr-journey-step-card{background:#fff;border:1px solid rgba(16,43,66,.1);border-radius:22px;padding:24px;box-shadow:0 18px 45px rgba(16,43,66,.05);min-height:205px}.mhr-step-number{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#17764f;color:#fff;font-weight:800;margin-bottom:16px}.mhr-journey-step-card h3,.mhr-journey-after-grid h3{margin:0 0 10px;color:#102b42;font-size:18px;line-height:1.25}.mhr-journey-step-card p,.mhr-journey-after-grid p{margin:0;color:#53677d;line-height:1.55;font-size:14px}
.mhr-journey-scope-card{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:center;background:#f7fbf3;border:1px solid rgba(35,128,89,.16);border-radius:20px;padding:22px 26px;margin:0 0 18px}.mhr-journey-scope-card h2{margin:0 0 8px;color:#17764f;font-size:20px}.mhr-journey-scope-card p{margin:0;color:#31495f;line-height:1.6}.mhr-journey-scope-card aside{border-left:1px solid rgba(35,128,89,.17);padding-left:24px;color:#31495f}.mhr-journey-scope-card aside strong{display:block;color:#102b42;margin-bottom:6px}
.mhr-journey-form-card{background:#fff;border:1px solid rgba(16,43,66,.1);border-radius:26px;box-shadow:0 22px 60px rgba(16,43,66,.06);padding:28px;margin:18px 0 34px}.mhr-journey-form-head h2{margin:0 0 8px;color:#102b42;font-size:30px;letter-spacing:-.03em}.mhr-journey-form-head p{margin:0 0 22px;color:#53677d}.mhr-journey-form-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.mhr-form-section{border:1px solid rgba(16,43,66,.1);border-radius:18px;padding:20px;margin:0;background:#fcfefd}.mhr-form-section legend{font-weight:800;color:#102b42;padding:0 8px}.mhr-form-section-consent{grid-column:1/-1;background:#f7fbf3}.mhr-consent-check{display:flex;gap:14px;align-items:flex-start;color:#31495f;line-height:1.55}.mhr-consent-check input{margin-top:4px}.mhr-journey-submit-row{display:flex;align-items:center;gap:18px;justify-content:center;margin-top:24px;flex-wrap:wrap}.mhr-journey-submit-row .mhr-button--primary{min-width:320px;text-align:center}.mhr-journey-submit-row p{margin:0;color:#53677d;font-size:14px}.mhr-field small{display:block;margin-top:6px;color:#6a7b8e;font-size:12px;line-height:1.45}.mhr-journey-intake-form textarea{min-height:112px;resize:vertical}
.mhr-journey-after-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.mhr-journey-after-grid article{background:#fff;border:1px solid rgba(16,43,66,.08);border-radius:20px;padding:22px;box-shadow:0 16px 38px rgba(16,43,66,.04)}
.mhr-journey-support-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f7fbf3;border:1px solid rgba(35,128,89,.16);border-radius:18px;padding:18px 24px;margin-top:14px}.mhr-journey-support-strip strong{color:#102b42}.mhr-journey-support-strip p{margin:4px 0 0;color:#53677d}.mhr-journey-support-strip a{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(35,128,89,.28);border-radius:999px;color:#17764f;text-decoration:none;font-weight:800;padding:11px 18px;background:#fff}
@media(max-width:980px){.mhr-journey-main{padding:0 18px 28px}.mhr-journey-hero,.mhr-journey-scope-card,.mhr-journey-form-layout{grid-template-columns:1fr}.mhr-journey-visual{min-height:190px}.mhr-journey-step-grid,.mhr-journey-after-grid{grid-template-columns:1fr 1fr}.mhr-journey-scope-card aside{border-left:0;border-top:1px solid rgba(35,128,89,.17);padding-left:0;padding-top:18px}}
@media(max-width:640px){.mhr-journey-main{padding:0 12px 24px}.mhr-journey-hero{padding:32px 6px 30px}.mhr-journey-hero h1{font-size:38px}.mhr-journey-step-grid,.mhr-journey-after-grid{grid-template-columns:1fr}.mhr-journey-form-card{padding:18px}.mhr-journey-support-strip{align-items:flex-start;flex-direction:column}.mhr-journey-submit-row .mhr-button--primary{width:100%;min-width:0}.mhr-form-section{padding:16px}}

/* v1.01.19 Step 3: Intake Form UX hardening */
.mhr-form-readiness-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 24px}.mhr-form-readiness-panel article{background:#f7fbf3;border:1px solid rgba(35,128,89,.14);border-radius:18px;padding:16px}.mhr-form-readiness-panel strong{display:block;color:#102b42;font-weight:800;margin-bottom:6px}.mhr-form-readiness-panel p{margin:0;color:#53677d;font-size:14px;line-height:1.55}.mhr-section-helper{margin:0 0 16px;color:#53677d;font-size:14px;line-height:1.55}.mhr-required{display:inline-flex;align-items:center;border-radius:999px;background:#eef7e9;color:#257f55;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 7px;margin-left:6px;vertical-align:middle}.mhr-field label{display:block;color:#102b42;font-weight:750;margin-bottom:7px}.mhr-field input,.mhr-field select,.mhr-field textarea{width:100%;min-height:46px;border:1px solid rgba(16,43,66,.14);border-radius:14px;background:#fff;color:#102b42;padding:11px 13px;font:inherit;box-shadow:none}.mhr-field textarea{line-height:1.5}.mhr-field input:focus,.mhr-field select:focus,.mhr-field textarea:focus{outline:none;border-color:#257f55;box-shadow:0 0 0 3px rgba(37,127,85,.12)}.mhr-form-grid .is-full{grid-column:1/-1}.mhr-consent-box{display:grid;gap:14px}.mhr-consent-box>p{margin:0;color:#31495f;line-height:1.65}.mhr-form-section-consent .mhr-consent-check{background:#fff;border:1px solid rgba(37,127,85,.16);border-radius:16px;padding:16px}.mhr-consent-check input{width:20px;height:20px;min-width:20px;accent-color:#257f55}.mhr-consent-check strong{color:#257f55}.mhr-journey-submit-row{border-top:1px solid rgba(16,43,66,.08);padding-top:24px}.mhr-journey-submit-row p{max-width:420px;line-height:1.55}.mhr-form-section{position:relative}.mhr-form-section legend{font-size:18px}.mhr-form-section-identity,.mhr-form-section-journey,.mhr-form-section-support,.mhr-form-section-tools{min-width:0}
@media(max-width:980px){.mhr-form-readiness-panel{grid-template-columns:1fr}.mhr-form-grid{grid-template-columns:1fr}.mhr-form-grid .is-full{grid-column:auto}}
@media(max-width:640px){.mhr-form-readiness-panel article{padding:14px}.mhr-required{display:inline-flex;margin-left:4px}.mhr-field input,.mhr-field select,.mhr-field textarea{font-size:16px}.mhr-consent-check{gap:10px}.mhr-consent-check span{font-size:14px}.mhr-journey-submit-row{align-items:stretch;justify-content:flex-start}.mhr-journey-submit-row p{text-align:left}}


/* v1.01.22 Official MHR Header/Footer Shell */
.mhr-official-shell-body{margin:0;background:#f6f9f8;color:var(--mhr-portal-ink,#13233a);font-family:var(--mhr-portal-font,var(--mhr-font-family))}
.mhr-shell-skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.mhr-shell-skip:focus{left:18px;top:18px;width:auto;height:auto;padding:10px 12px;background:#fff;border:2px solid var(--mhr-portal-green,#257f55);z-index:9999}
.mhr-official-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--mhr-portal-line,#dfe8ee);box-shadow:0 10px 30px rgba(16,42,67,.05);backdrop-filter:saturate(1.1) blur(10px)}
.mhr-official-header-inner{width:min(1180px,calc(100vw - 32px));margin:0 auto;min-height:76px;display:flex;align-items:center;gap:22px;justify-content:space-between}
.mhr-official-brand{display:flex;align-items:center;gap:13px;color:var(--mhr-portal-navy,#102a43)!important;text-decoration:none!important;min-width:230px}.mhr-official-brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--mhr-portal-green,#257f55),var(--mhr-portal-green-2,#38a3a5));color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 12px 28px rgba(37,127,85,.16)}.mhr-official-brand strong{display:block;font-size:21px;line-height:1;font-weight:800;letter-spacing:-.02em}.mhr-official-brand small{display:block;margin-top:4px;color:var(--mhr-portal-muted,#637188);font-size:12px;font-weight:650}.mhr-official-nav{display:flex;align-items:center;justify-content:center;gap:6px;flex:1}.mhr-official-nav a{color:var(--mhr-portal-ink,#13233a)!important;text-decoration:none!important;font-weight:760;font-size:14px;padding:10px 12px;border-radius:999px}.mhr-official-nav a:hover,.mhr-official-nav a:focus{background:var(--mhr-portal-sage,#eaf5ed);color:var(--mhr-portal-green,#257f55)!important}.mhr-official-badge{display:inline-flex;align-items:center;white-space:nowrap;gap:8px;padding:9px 12px;border-radius:999px;background:var(--mhr-portal-sage,#eaf5ed);color:var(--mhr-portal-green,#257f55);font-size:12px;font-weight:800;border:1px solid rgba(37,127,85,.12)}.mhr-official-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--mhr-portal-green,#257f55)}.mhr-official-menu-toggle{display:none!important;min-height:42px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--mhr-portal-line,#dfe8ee)!important;color:var(--mhr-portal-navy,#102a43)!important;box-shadow:none!important;padding:0 16px!important;font-weight:800!important}.mhr-official-main{min-height:calc(100vh - 260px)}
.mhr-official-footer{background:#fff;border-top:1px solid var(--mhr-portal-line,#dfe8ee);margin-top:44px}.mhr-official-footer-inner{width:min(1180px,calc(100vw - 32px));margin:0 auto;padding:34px 0;display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:start}.mhr-official-footer strong{display:block;color:var(--mhr-portal-navy,#102a43);font-size:20px;margin-bottom:10px}.mhr-official-footer p{margin:0 0 10px;color:var(--mhr-portal-muted,#637188);line-height:1.6}.mhr-official-disclaimer{font-size:13px}.mhr-official-footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.mhr-official-footer-links a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:999px;background:#f8fbfc;border:1px solid var(--mhr-portal-line,#dfe8ee);color:var(--mhr-portal-navy,#102a43)!important;text-decoration:none!important;font-size:13px;font-weight:760}.mhr-official-footer-links a:hover{border-color:rgba(37,127,85,.35);color:var(--mhr-portal-green,#257f55)!important}
@media(max-width:900px){.mhr-official-header-inner{min-height:70px;display:grid;grid-template-columns:1fr auto;gap:12px}.mhr-official-brand{min-width:0}.mhr-official-badge{display:none}.mhr-official-menu-toggle{display:inline-flex!important;grid-column:2}.mhr-official-nav{grid-column:1 / -1;display:none;align-items:stretch;justify-content:flex-start;flex-direction:column;background:#fff;border:1px solid var(--mhr-portal-line,#dfe8ee);border-radius:18px;padding:8px;margin-bottom:12px;box-shadow:0 18px 45px rgba(16,42,67,.08)}.mhr-official-nav.is-open{display:flex}.mhr-official-nav a{border-radius:12px;padding:12px 14px}.mhr-official-footer-inner{grid-template-columns:1fr}.mhr-official-footer-links{justify-content:flex-start}.mhr-official-footer{margin-top:24px}}
@media(max-width:560px){.mhr-official-header-inner,.mhr-official-footer-inner{width:min(100% - 24px,1180px)}.mhr-official-brand small{font-size:11px}.mhr-official-brand strong{font-size:19px}.mhr-official-brand-mark{width:38px;height:38px}.mhr-page{width:calc(100vw - 20px);margin-top:16px;margin-bottom:16px}.mhr-official-footer-inner{padding:26px 0}}

/* v1.01.23 shell hardening */
.mhr-official-nav .mhr-official-wp-menu{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.mhr-official-nav .mhr-official-wp-menu li{margin:0;padding:0;position:relative}
.mhr-official-nav .mhr-official-wp-menu a{display:inline-flex;align-items:center;border-radius:999px;padding:9px 12px;text-decoration:none;color:#173b33;font-weight:700}
.mhr-official-nav .mhr-official-wp-menu a:hover,.mhr-official-nav .mhr-official-wp-menu a:focus{background:#e7f3ef;color:#0d5b49}
.admin-bar .mhr-official-header{top:32px}.admin-bar .mhr-shell-skip:focus{top:52px}
.mhr-shell-link-controls label{display:inline-block;min-width:170px;margin:6px 8px 6px 0}.mhr-shell-link-controls input.regular-text{margin:4px 0 8px;max-width:260px}
@media(max-width:782px){.admin-bar .mhr-official-header{top:46px}.mhr-official-nav .mhr-official-wp-menu{display:block}.mhr-official-nav .mhr-official-wp-menu a{display:flex;width:100%}}


/* v1.01.24 Public Page Quality + Visual System Repair */
.mhr-login-minimal-page,.mhr-access-state-page,.mhr-support-page{background:linear-gradient(135deg,#f7fbf7 0%,#eef7f1 50%,#fdfcf8 100%);min-height:70vh;color:#17352f;font-family:var(--mhr-font-family)}.mhr-login-minimal-wrap,.mhr-access-state-wrap{width:min(620px,calc(100vw - 32px));margin:0 auto;padding:clamp(48px,8vw,96px) 0}.mhr-login-minimal-card,.mhr-access-state-card{background:#fff;border:1px solid rgba(35,91,75,.14);border-radius:28px;padding:clamp(28px,5vw,44px);box-shadow:0 24px 70px rgba(23,53,47,.12);text-align:left}.mhr-login-brandline{display:flex;align-items:center;gap:14px;margin-bottom:28px}.mhr-login-brandline strong{display:block;font-size:20px;color:#13362f}.mhr-login-brandline small{display:block;color:#6f817b;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.mhr-login-minimal-card h1,.mhr-access-state-card h1{font-size:clamp(32px,4vw,46px);line-height:1.03;margin:0 0 12px;color:#12362f;letter-spacing:-.035em}.mhr-login-lead,.mhr-access-state-card p{font-size:17px;line-height:1.65;color:#5f716b;margin:0 0 24px}.mhr-login-form-shell form{display:grid;gap:16px}.mhr-login-form-shell label{display:block;font-weight:800;color:#17352f;margin-bottom:8px}.mhr-login-form-shell input[type=text],.mhr-login-form-shell input[type=password]{width:100%;border:1px solid rgba(35,91,75,.2);border-radius:16px;min-height:54px;padding:12px 16px;background:#fbfdfb;font-size:16px}.mhr-login-form-shell .login-remember label{display:flex;align-items:center;gap:10px;font-weight:700;color:#51645e}.mhr-login-form-shell .button-primary,.mhr-login-form-shell input[type=submit]{width:100%;min-height:54px;border:0;border-radius:999px;background:linear-gradient(135deg,#23745f,#0f9b77);color:#fff;font-weight:800;font-size:16px;cursor:pointer}.mhr-login-links{display:flex;justify-content:center;gap:10px;margin:20px 0 12px;font-weight:800}.mhr-login-links a{color:#23745f;text-decoration:none}.mhr-login-note{font-size:14px;color:#73847e;text-align:center}.mhr-login-action-row{margin-top:24px}.mhr-access-state-label{display:inline-flex!important;padding:7px 12px;border-radius:999px;background:#eef7f1;color:#23745f!important;font-size:12px!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px!important}.mhr-access-state-icon{width:54px;height:54px;border-radius:18px;display:inline-grid;place-items:center;background:#eef7f1;color:#23745f;margin-bottom:18px}.mhr-access-state-icon svg{width:28px;height:28px}.mhr-support-main{width:min(1120px,calc(100vw - 32px));margin:0 auto;padding:clamp(42px,7vw,86px) 0}.mhr-support-hero{display:grid;grid-template-columns:minmax(0,1.2fr) 220px;gap:28px;align-items:center;background:#fff;border:1px solid rgba(35,91,75,.12);border-radius:32px;padding:clamp(30px,5vw,56px);box-shadow:0 20px 60px rgba(23,53,47,.1)}.mhr-support-hero h1{font-size:clamp(38px,5vw,64px);line-height:1;margin:8px 0 16px;color:#12362f;letter-spacing:-.045em}.mhr-support-hero p{font-size:18px;line-height:1.65;color:#5f716b;max-width:700px}.mhr-support-hero-mark{width:180px;height:180px;border-radius:42px;background:radial-gradient(circle at 30% 30%,#dff3e7,#f8fbf8);display:grid;place-items:center;color:#23745f}.mhr-support-hero-mark svg{width:92px;height:92px}.mhr-support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:22px 0}.mhr-support-card{background:#fff;border:1px solid rgba(35,91,75,.12);border-radius:24px;padding:24px;box-shadow:0 14px 40px rgba(23,53,47,.08)}.mhr-card-icon{width:46px;height:46px;border-radius:16px;background:#eef7f1;color:#23745f;display:grid;place-items:center;margin-bottom:16px}.mhr-card-icon svg{width:24px;height:24px}.mhr-support-card h2{font-size:20px;margin:0 0 10px;color:#13362f}.mhr-support-card p{color:#60746d;line-height:1.55}.mhr-support-card a{font-weight:800;color:#23745f;text-decoration:none}.mhr-support-contact-strip,.mhr-support-scope{display:flex;justify-content:space-between;gap:18px;align-items:center;background:#f6fbf7;border:1px solid rgba(35,91,75,.12);border-radius:24px;padding:22px 24px;margin-top:18px}.mhr-support-contact-strip p,.mhr-support-scope p{margin:.25rem 0 0;color:#60746d}.mhr-support-scope{display:block;background:#fffdf7}.mhr-step-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#e8f6ef;color:#23745f;font-size:13px;font-weight:800;margin-right:10px;vertical-align:middle}.mhr-form-section legend{display:flex;align-items:center}.mhr-journey-form-card{box-shadow:0 24px 70px rgba(23,53,47,.1)}.mhr-form-readiness-panel article{position:relative;overflow:hidden}.mhr-form-readiness-panel article:before{content:"";position:absolute;inset:auto 16px 16px auto;width:42px;height:42px;border-radius:999px;background:rgba(35,116,95,.08)}@media (max-width:900px){.mhr-support-hero{grid-template-columns:1fr}.mhr-support-hero-mark{display:none}.mhr-support-grid{grid-template-columns:1fr 1fr}.mhr-support-contact-strip{display:block}.mhr-login-minimal-wrap,.mhr-access-state-wrap{padding-top:34px}}@media (max-width:640px){.mhr-support-grid{grid-template-columns:1fr}.mhr-login-minimal-card,.mhr-access-state-card{border-radius:22px;padding:24px}.mhr-support-hero h1{font-size:38px}.mhr-login-minimal-card h1,.mhr-access-state-card h1{font-size:34px}}


/* v1.01.26 shell truth and editor maturity repair */
.mhr-official-shell-active .mhr-page { padding-top: 0; }
.mhr-support-card .mhr-card-icon svg,
.mhr-support-hero-mark svg,
.mhr-support-scope svg,
.mhr-step-icon svg { width: 24px; height: 24px; display: block; }
.mhr-support-card .mhr-card-icon { display: inline-flex; align-items: center; justify-content: center; }
.mhr-support-scope { display: flex; gap: 16px; align-items: flex-start; }
.mhr-support-scope > span { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: rgba(34, 197, 94, .10); color: #0f7a55; }
.mhr-status-neutral { color: #64748b; font-weight: 700; }
@media (max-width: 720px) {
  .mhr-support-scope { flex-direction: column; }
  .mhr-support-card .mhr-card-icon { width: 42px; height: 42px; }
  .mhr-journey-intake-form .mhr-form-grid { grid-template-columns: 1fr; }
}


/* v1.01.27 visual asset controls */
.mhr-support-hero-image,
.mhr-journey-visual-image {
    border-radius: 28px;
    overflow: hidden;
    background: #f3faf6;
    border: 1px solid rgba(32, 91, 76, 0.12);
    box-shadow: 0 18px 50px rgba(23, 61, 54, 0.10);
}
.mhr-support-hero-image img,
.mhr-journey-visual-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}
.mhr-nested-card small {
    display: block;
    margin-top: 6px;
    color: #64746f;
}

/* v1.01.29 Routed Support System */
.mhr-support-routed-page .mhr-support-confirmation,.mhr-support-error{background:#fff;border:1px solid rgba(35,91,75,.14);border-radius:24px;padding:24px;margin:0 0 22px;box-shadow:0 14px 40px rgba(23,53,47,.08)}
.mhr-support-error{border-color:#f3b5b5;background:#fff8f8;color:#842029;font-weight:800}
.mhr-support-router{margin:24px 0;background:#fff;border:1px solid rgba(35,91,75,.12);border-radius:28px;padding:28px;box-shadow:0 14px 40px rgba(23,53,47,.07)}
.mhr-support-router h2{font-size:clamp(26px,3vw,38px);margin:0 0 8px;color:#12362f;letter-spacing:-.03em}.mhr-support-router p{margin:0 0 18px;color:#60746d}
.mhr-support-router-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mhr-support-router-card{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:20px;background:#f8fcf9;border:1px solid rgba(35,91,75,.12);text-decoration:none!important;color:#17352f!important}.mhr-support-router-card:hover{border-color:#23745f;box-shadow:0 12px 28px rgba(23,53,47,.08)}.mhr-support-router-card span{width:42px;height:42px;border-radius:14px;background:#e9f6ef;color:#23745f;display:grid;place-items:center}.mhr-support-router-card svg{width:22px;height:22px}.mhr-support-router-card strong{font-size:16px}.mhr-support-router-card small{color:#60746d;line-height:1.45}.mhr-support-form-stack{display:grid;gap:22px}.mhr-support-request-form{background:#fff;border:1px solid rgba(35,91,75,.12);border-radius:28px;padding:28px;box-shadow:0 16px 46px rgba(23,53,47,.08)}.mhr-support-request-form header{display:flex;align-items:flex-start;gap:16px;margin-bottom:18px}.mhr-support-request-form header h2{margin:0 0 6px;color:#12362f;font-size:24px}.mhr-support-request-form header p{margin:0;color:#60746d}.mhr-support-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mhr-support-request-form label{font-weight:800;color:#17352f;display:block}.mhr-support-request-form input[type=text],.mhr-support-request-form input[type=email],.mhr-support-request-form select,.mhr-support-request-form textarea{width:100%;margin-top:7px;border:1px solid rgba(35,91,75,.18);border-radius:14px;background:#fbfdfb;min-height:48px;padding:11px 13px;font-size:15px}.mhr-support-request-form textarea{min-height:140px}.mhr-support-full{margin-top:16px}.mhr-support-consent{display:flex!important;gap:12px;align-items:flex-start;background:#fffdf5;border:1px solid rgba(180,138,60,.22);border-radius:18px;padding:16px;margin-top:16px}.mhr-support-consent input{margin-top:4px;min-width:18px}.mhr-support-submit-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.mhr-support-submit-row small{color:#60746d;line-height:1.4}.mhr-support-confirmation h1{margin:8px 0;color:#12362f}.mhr-small{color:#60746d;font-size:14px}@media(max-width:900px){.mhr-support-router-grid{grid-template-columns:1fr 1fr}.mhr-support-form-grid{grid-template-columns:1fr}.mhr-support-submit-row{display:block}.mhr-support-submit-row small{display:block;margin-top:12px}}@media(max-width:640px){.mhr-support-router-grid{grid-template-columns:1fr}.mhr-support-request-form{padding:20px}.mhr-support-request-form header{display:block}.mhr-support-request-form header .mhr-card-icon{margin-bottom:12px}}

/* v1.01.30 conditional support routing */
.mhr-support-conditional-page .mhr-support-smart-form-shell{
  background:#fff;
  border:1px solid rgba(37,127,85,.16);
  border-radius:28px;
  box-shadow:0 18px 50px rgba(16,42,67,.08);
  padding:28px;
  margin:28px 0;
}
.mhr-support-form-intro{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding-bottom:18px;
  border-bottom:1px solid rgba(16,42,67,.09);
  margin-bottom:20px;
}
.mhr-support-form-intro h2{margin:0 0 6px;color:var(--mhr-portal-navy,#102a43);}
.mhr-support-form-intro p{margin:0;color:#56687c;line-height:1.55;}
.mhr-support-conditional-form .mhr-support-wide{grid-column:1/-1;}
.mhr-support-member-context{
  display:flex;
  flex-direction:column;
  gap:4px;
  background:#f3faf6;
  border:1px solid rgba(37,127,85,.16);
  border-radius:16px;
  padding:14px 16px;
}
.mhr-support-member-context span{color:#56687c;}
.mhr-support-conditional-sections{margin:18px 0;}
.mhr-support-conditional-section{
  display:none;
  background:#f8fcf9;
  border:1px solid rgba(37,127,85,.13);
  border-radius:22px;
  padding:20px;
  margin:14px 0;
}
.mhr-support-conditional-section.is-active{display:block;}
.mhr-support-conditional-section h3{margin:0 0 14px;color:var(--mhr-portal-navy,#102a43);font-size:18px;}
.mhr-support-next-list{
  margin:16px auto 0;
  padding-left:22px;
  max-width:680px;
  color:#52647a;
  text-align:left;
}
.mhr-support-payload-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:12px 0 18px;
}
.mhr-support-payload-list div{
  border:1px solid #dfe8ee;
  background:#f8fbfc;
  border-radius:12px;
  padding:10px 12px;
}
.mhr-support-payload-list dt{font-weight:800;color:#102a43;}
.mhr-support-payload-list dd{margin:4px 0 0;color:#52647a;}
@media (max-width: 760px){
  .mhr-support-conditional-page .mhr-support-smart-form-shell{padding:18px;border-radius:22px;}
  .mhr-support-form-intro{display:block;}
  .mhr-support-payload-list{grid-template-columns:1fr;}
}
.mhr-support-guidance-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:24px 0 0;
}
.mhr-support-guidance-card{
  background:#fff;
  border:1px solid rgba(37,127,85,.14);
  border-radius:22px;
  box-shadow:0 12px 28px rgba(16,42,67,.055);
  padding:20px;
}
.mhr-support-guidance-card h2{font-size:18px;line-height:1.25;margin:10px 0 8px;color:var(--mhr-portal-navy,#102a43);}
.mhr-support-guidance-card p{margin:0;color:#5c6f82;line-height:1.55;font-size:14.5px;}
@media (max-width: 980px){.mhr-support-guidance-cards{grid-template-columns:1fr;}}

/* v1.01.34 Homepage redundancy cleanup */
.mhr-home-simplified .mhr-home-trust-start{
  background:linear-gradient(135deg,#f8fcf9 0%,#ffffff 58%,#eef8f2 100%);
}
.mhr-home-simplified .mhr-home-start-steps{
  margin-bottom:24px;
}
.mhr-home-simplified .mhr-home-final-compact{
  margin-top:24px;
  padding:34px 26px;
}
.mhr-home-simplified .mhr-home-final-compact h2{
  font-size:clamp(26px,2.5vw,38px);
}
.mhr-home-simplified .mhr-home-final-compact p{
  max-width:720px;
}
.mhr-home-simplified .mhr-home-card-grid.three article,
.mhr-home-simplified .mhr-home-card-grid.four article,
.mhr-home-simplified .mhr-home-flow-detailed article{
  min-width:0;
}

/* v1.01.37 — 2025 Public Experience Redesign */
.mhr-home{--mhr-legacy-ink:#102a43;--mhr-legacy-muted:#56687c;--mhr-legacy-line:rgba(16,42,67,.10);--mhr-legacy-soft:#f2faf5;--mhr-legacy-glow:0 24px 80px rgba(23,76,61,.12)}
.mhr-home .mhr-home-main{padding:clamp(24px,4vw,56px);background:radial-gradient(circle at 8% 5%,rgba(37,127,85,.10),transparent 22%),radial-gradient(circle at 92% 12%,rgba(56,163,165,.12),transparent 26%),#f8fbf8}
.mhr-home .mhr-home-hero-product{position:relative;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:clamp(28px,4vw,58px);padding:clamp(34px,5vw,70px);border-radius:42px;background:linear-gradient(135deg,#fff 0%,#f7fcf9 58%,#eef8f2 100%);border:1px solid rgba(37,127,85,.14);box-shadow:var(--mhr-legacy-glow);overflow:hidden}
.mhr-home .mhr-home-hero-product:before{content:"";position:absolute;inset:auto auto -110px -80px;width:320px;height:320px;border-radius:50%;background:rgba(37,127,85,.08)}
.mhr-home .mhr-home-hero-copy{position:relative;z-index:2}.mhr-home .mhr-home-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#e9f6ef;color:#17684c;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.mhr-home .mhr-home-hero h1{font-size:clamp(42px,6.2vw,82px);line-height:.96;letter-spacing:-.065em;color:var(--mhr-legacy-ink);margin:18px 0 16px;max-width:850px}.mhr-home .mhr-home-hero p{font-size:clamp(17px,1.55vw,21px);line-height:1.62;color:var(--mhr-legacy-muted);max-width:720px}.mhr-home .mhr-home-actions{margin-top:30px}.mhr-home .mhr-home-actions a{min-height:52px;display:inline-flex;align-items:center;justify-content:center}.mhr-home-proof-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.mhr-home-proof-row span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:16px;background:#fff;border:1px solid var(--mhr-legacy-line);box-shadow:0 12px 28px rgba(16,42,67,.045);font-weight:800;color:#17352f;font-size:13px}.mhr-home-proof-row svg{width:18px;height:18px;color:#23745f}.mhr-home-journey-panel{min-height:440px!important;border-radius:34px!important;background:linear-gradient(145deg,#eaf7ef 0%,#fff 52%,#f7efe1 100%)!important;border:1px solid rgba(37,127,85,.15)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 28px 70px rgba(16,42,67,.10);position:relative;overflow:hidden}.mhr-home-journey-panel:before{content:"";position:absolute;inset:40px;border-radius:34px;border:1px dashed rgba(37,127,85,.22)}.mhr-home-map-path{position:absolute;left:18%;right:14%;top:50%;height:3px;background:linear-gradient(90deg,rgba(37,127,85,.18),rgba(37,127,85,.62),rgba(56,163,165,.20));transform:rotate(-18deg);border-radius:999px}.mhr-home-map-card,.mhr-home-map-node{position:absolute;background:#fff;border:1px solid rgba(16,42,67,.11);box-shadow:0 16px 42px rgba(16,42,67,.10);color:#102a43}.mhr-home-map-card{left:50%;top:50%;transform:translate(-50%,-50%);width:190px;border-radius:28px;padding:22px;text-align:center;z-index:3}.mhr-home-map-card span,.mhr-home-map-node span{display:inline-grid;place-items:center;border-radius:18px;background:#eaf7ef;color:#23745f}.mhr-home-map-card span{width:54px;height:54px;margin-bottom:12px}.mhr-home-map-card svg,.mhr-home-map-node svg{width:24px;height:24px}.mhr-home-map-card strong{display:block;font-size:18px}.mhr-home-map-card small{display:block;color:#66788a;margin-top:4px}.mhr-home-map-node{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:18px;font-size:13px;font-weight:800;z-index:2}.mhr-home-map-node span{width:34px;height:34px}.node-goals{left:8%;top:15%}.node-blood{right:10%;top:16%}.node-family{left:6%;bottom:18%}.node-prep{right:8%;bottom:17%}.node-progress{right:34%;bottom:6%}.mhr-home .mhr-home-section{border-radius:34px;box-shadow:0 20px 60px rgba(16,42,67,.07);border:1px solid rgba(16,42,67,.09);padding:clamp(28px,4vw,48px)}.mhr-home .mhr-home-section-head h2{font-size:clamp(32px,4.2vw,58px);letter-spacing:-.055em}.mhr-home .mhr-home-section-head p{font-size:17px;line-height:1.7}.mhr-home-problem-split{background:linear-gradient(135deg,#fff 0%,#f9fbfc 100%)}.mhr-home-problem-grid,.mhr-home-inside-grid,.mhr-home-audience-grid{display:grid;gap:18px}.mhr-home-problem-grid,.mhr-home-inside-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mhr-home-audience-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mhr-home .mhr-home-card-grid article,.mhr-home .mhr-home-problem-grid article{position:relative;min-height:190px;padding:24px;border-radius:26px;background:#fff;border:1px solid rgba(16,42,67,.09);box-shadow:0 16px 44px rgba(16,42,67,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mhr-home .mhr-home-card-grid article:hover,.mhr-home .mhr-home-problem-grid article:hover{transform:translateY(-3px);box-shadow:0 22px 54px rgba(16,42,67,.09);border-color:rgba(37,127,85,.22)}.mhr-home-card-icon,.mhr-home-pathway-icon{width:46px;height:46px;border-radius:16px;background:#eaf7ef;color:#23745f;display:inline-grid;place-items:center;margin-bottom:14px}.mhr-home-card-icon svg,.mhr-home-pathway-icon svg{width:23px;height:23px}.mhr-home-pathway{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.mhr-home-pathway:before{content:"";position:absolute;left:7%;right:7%;top:42px;height:2px;background:linear-gradient(90deg,rgba(37,127,85,.08),rgba(37,127,85,.45),rgba(37,127,85,.08));z-index:0}.mhr-home-pathway-step{position:relative;z-index:1;background:#fff;border:1px solid rgba(37,127,85,.14);border-radius:26px;padding:20px;box-shadow:0 15px 38px rgba(16,42,67,.06)}.mhr-home-pathway-step b{position:absolute;right:16px;top:16px;color:rgba(16,42,67,.22);font-size:22px}.mhr-home-pathway-step h3{margin:0 0 8px;font-size:18px;color:#102a43}.mhr-home-pathway-step p{margin:0;color:#5b6c80;line-height:1.55;font-size:14px}.mhr-home-trust-premium{background:linear-gradient(135deg,#0f3a31 0%,#1f7a5c 58%,#39a5a2 100%)!important;color:#fff!important;overflow:hidden;position:relative}.mhr-home-trust-premium:after{content:"";position:absolute;right:-120px;top:-130px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.10)}.mhr-home-trust-premium .mhr-home-section-head,.mhr-home-trust-premium .mhr-home-trust-steps,.mhr-home-trust-premium .mhr-home-final{position:relative;z-index:1}.mhr-home-trust-premium h2,.mhr-home-trust-premium h3{color:#fff!important}.mhr-home-trust-premium p{color:rgba(255,255,255,.88)!important}.mhr-home-trust-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.mhr-home-trust-steps article{display:flex;gap:12px;align-items:flex-start;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);border-radius:22px;padding:18px}.mhr-home-trust-steps span{flex:0 0 42px;width:42px;height:42px;border-radius:16px;background:rgba(255,255,255,.16);display:grid;place-items:center}.mhr-home-trust-steps svg{width:22px;height:22px;color:#fff}.mhr-home .mhr-home-final-compact{background:rgba(255,255,255,.13);box-shadow:none;border:1px solid rgba(255,255,255,.20)}.mhr-home .mhr-home-final-compact .mhr-button--primary{background:#fff!important;color:#17684c!important}
.mhr-journey{background:radial-gradient(circle at 8% 7%,rgba(37,127,85,.10),transparent 25%),#f8fbf8}.mhr-journey .mhr-journey-main{padding:clamp(22px,4vw,52px)}.mhr-journey-hero-legacy-retired{border-radius:42px;background:linear-gradient(135deg,#fff,#f3faf6);border:1px solid rgba(37,127,85,.14);box-shadow:0 24px 80px rgba(23,76,61,.11);padding:clamp(32px,5vw,64px);margin-bottom:28px}.mhr-journey-hero-legacy-retired h1{font-size:clamp(40px,5.4vw,76px);letter-spacing:-.06em}.mhr-journey-hero-legacy-retired .mhr-button--primary{margin-top:24px}.mhr-journey-trust-row span svg{width:18px;height:18px;color:#23745f}.mhr-journey-visual-product{min-height:390px!important;border-radius:34px!important;background:linear-gradient(145deg,#e8f6ee 0%,#fff 52%,#f7efe1 100%)!important}.mhr-journey-visual-card,.mhr-journey-visual-node{position:absolute;background:#fff;border:1px solid rgba(16,42,67,.10);box-shadow:0 16px 44px rgba(16,42,67,.10);color:#102a43}.mhr-journey-visual-card{left:50%;top:50%;transform:translate(-50%,-50%);width:190px;border-radius:28px;text-align:center;padding:22px}.mhr-journey-visual-card span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#eaf7ef;color:#23745f;margin:0 auto 12px}.mhr-journey-visual-card svg{width:25px;height:25px}.mhr-journey-visual-card small{display:block;color:#64748b;margin-top:4px}.mhr-journey-visual-node{display:flex;align-items:center;gap:7px;border-radius:18px;padding:10px 12px;font-size:13px;font-weight:800}.mhr-journey-visual-node svg{width:20px;height:20px;color:#23745f}.node-profile{left:8%;top:18%}.node-goals{right:10%;top:18%}.node-support{left:8%;bottom:20%}.node-next{right:8%;bottom:20%}.mhr-journey-how-legacy-retired .mhr-journey-step-grid,.mhr-journey-after-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.mhr-journey .mhr-journey-step-card,.mhr-journey .mhr-journey-after-grid article{border-radius:26px;transition:transform .2s ease,box-shadow .2s ease}.mhr-journey .mhr-journey-step-card:hover,.mhr-journey .mhr-journey-after-grid article:hover{transform:translateY(-3px);box-shadow:0 22px 58px rgba(16,42,67,.09)}.mhr-journey .mhr-step-number{width:42px;height:42px;background:#eaf7ef;color:#23745f}.mhr-journey .mhr-step-number svg{width:22px;height:22px}.mhr-journey-scope-legacy-retired{grid-template-columns:56px minmax(0,1fr) 280px;border-radius:28px;background:#fffdf4}.mhr-scope-icon{width:52px;height:52px;border-radius:18px;background:#eaf7ef;color:#23745f;display:grid;place-items:center}.mhr-scope-icon svg{width:24px;height:24px}.mhr-journey-stepper-card{border-radius:34px;padding:clamp(22px,4vw,42px);box-shadow:0 26px 80px rgba(16,42,67,.10)}.mhr-journey-stepper-top{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:22px 0 14px}.mhr-journey-step-dot{border:1px solid rgba(16,42,67,.12);background:#fff;border-radius:18px;padding:11px 10px;color:#52647a;font-weight:800;font-size:13px;cursor:pointer;text-align:left;transition:all .2s ease}.mhr-journey-step-dot span{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:999px;background:#edf6f1;color:#23745f;margin-right:6px;font-size:12px}.mhr-journey-step-dot.is-active{border-color:rgba(35,116,95,.38);background:#eaf7ef;color:#14372f;box-shadow:0 10px 30px rgba(23,76,61,.08)}.mhr-journey-progress{height:8px;border-radius:999px;background:#edf3ef;overflow:hidden;margin-bottom:22px}.mhr-journey-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#23745f,#38a3a5);transition:width .24s ease}.mhr-journey-stepper-form.is-js .mhr-form-section[data-mhr-step]{display:none}.mhr-journey-stepper-form.is-js .mhr-form-section[data-mhr-step].is-active{display:block}.mhr-journey-stepper-form.is-js .mhr-journey-form-layout{display:block}.mhr-journey-stepper-form.is-js .mhr-form-section{min-height:360px}.mhr-journey-stepper-actions [data-mhr-step-submit]{display:none}.mhr-journey-stepper-form.is-final-step .mhr-journey-stepper-actions [data-mhr-step-next]{display:none}.mhr-journey-stepper-form.is-final-step .mhr-journey-stepper-actions [data-mhr-step-submit]{display:inline-flex}.mhr-journey-stepper-form.is-first-step .mhr-journey-stepper-actions [data-mhr-step-prev]{visibility:hidden}.mhr-mobile-sticky-cta{display:none}
@media(max-width:1180px){.mhr-home-pathway{grid-template-columns:repeat(3,minmax(0,1fr))}.mhr-home-pathway:before{display:none}.mhr-home-audience-grid,.mhr-home-trust-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.mhr-journey-stepper-top{grid-template-columns:1fr 1fr}.mhr-journey-how-legacy-retired .mhr-journey-step-grid,.mhr-journey-after-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.mhr-home .mhr-home-main,.mhr-journey .mhr-journey-main{padding:18px}.mhr-home .mhr-home-hero-product,.mhr-journey-hero-legacy-retired{border-radius:28px;padding:26px}.mhr-home .mhr-home-hero h1,.mhr-journey-hero-legacy-retired h1{font-size:40px}.mhr-home-journey-panel,.mhr-journey-visual-product{min-height:280px!important}.mhr-home-map-card,.mhr-journey-visual-card{width:160px}.mhr-home-map-node,.mhr-journey-visual-node{display:none}.mhr-home-problem-grid,.mhr-home-inside-grid,.mhr-home-audience-grid,.mhr-home-pathway,.mhr-home-trust-steps,.mhr-journey-how-legacy-retired .mhr-journey-step-grid,.mhr-journey-after-grid{grid-template-columns:1fr}.mhr-journey-scope-legacy-retired{grid-template-columns:1fr}.mhr-journey-scope-card aside{border-left:0;border-top:1px solid rgba(35,128,89,.17);padding:16px 0 0}.mhr-journey-stepper-top{display:flex;overflow:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.mhr-journey-step-dot{min-width:170px;scroll-snap-align:start}.mhr-journey-stepper-actions{position:sticky;bottom:0;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(16,42,67,.08);border-radius:20px;padding:12px;z-index:10}.mhr-journey-stepper-actions .mhr-button--primary,.mhr-journey-stepper-actions .mhr-button--secondary{min-width:0!important;flex:1}.mhr-journey-stepper-actions p{width:100%;font-size:12px!important}.mhr-journey-stepper-form.is-js .mhr-form-section{min-height:auto}}

/* MHR Club v1.01.39 — Public Experience Architecture + Premium Homepage */
.mhr-home,
.mhr-journey{--mhr-xp-ink:#12312f;--mhr-xp-muted:#5b6f69;--mhr-xp-line:rgba(22,70,61,.14);--mhr-xp-surface:#ffffff;--mhr-xp-soft:#f4faf6;--mhr-xp-accent:#1e7567;--mhr-xp-accent-2:#d7efe4;--mhr-xp-shadow:0 24px 70px rgba(15,54,47,.10)}
.mhr-home .mhr-home-main,
.mhr-journey .mhr-journey-main{display:grid;gap:clamp(34px,5vw,72px)}
.mhr-home .mhr-home-hero-product,
.mhr-journey .mhr-journey-hero-legacy-retired{position:relative;overflow:hidden;border:1px solid var(--mhr-xp-line);background:linear-gradient(135deg,#fff 0%,#f5fbf7 58%,#eaf7f1 100%);box-shadow:var(--mhr-xp-shadow)}
.mhr-home .mhr-home-hero-product:before,
.mhr-journey .mhr-journey-hero-legacy-retired:before{content:"";position:absolute;inset:auto -80px -140px auto;width:360px;height:360px;border-radius:999px;background:rgba(30,117,103,.09);pointer-events:none}
.mhr-home .mhr-home-hero-copy,
.mhr-journey .mhr-journey-hero-copy{position:relative;z-index:1}
.mhr-home .mhr-home-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(30,117,103,.18);border-radius:999px;background:rgba(255,255,255,.72);color:#1e7567;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.mhr-home .mhr-home-proof-row span,
.mhr-journey .mhr-journey-trust-row span{border:1px solid var(--mhr-xp-line);background:rgba(255,255,255,.82);box-shadow:0 10px 30px rgba(15,54,47,.06);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.mhr-home .mhr-home-proof-row span:hover,
.mhr-journey .mhr-journey-trust-row span:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(15,54,47,.10);border-color:rgba(30,117,103,.28)}
.mhr-home .mhr-home-journey-panel,
.mhr-journey .mhr-journey-visual-product{background:radial-gradient(circle at 20% 10%,rgba(215,239,228,.9),transparent 38%),linear-gradient(135deg,#fff,#f1faf5);border:1px solid rgba(30,117,103,.13);box-shadow:0 28px 70px rgba(15,54,47,.12)}
.mhr-home .mhr-home-map-node,
.mhr-home .mhr-home-map-card,
.mhr-journey .mhr-journey-visual-node,
.mhr-journey .mhr-journey-visual-card{transition:transform .18s ease, box-shadow .18s ease}
.mhr-home .mhr-home-map-node:hover,
.mhr-home .mhr-home-map-card:hover,
.mhr-journey .mhr-journey-visual-node:hover,
.mhr-journey .mhr-journey-visual-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,54,47,.12)}
.mhr-home .mhr-home-card-grid article,
.mhr-home .mhr-home-pathway-step,
.mhr-journey .mhr-journey-step-card{border:1px solid rgba(22,70,61,.12);box-shadow:0 14px 45px rgba(15,54,47,.07);transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease}
.mhr-home .mhr-home-card-grid article:hover,
.mhr-home .mhr-home-pathway-step:hover,
.mhr-journey .mhr-journey-step-card:hover{transform:translateY(-3px);border-color:rgba(30,117,103,.25);box-shadow:0 22px 55px rgba(15,54,47,.11)}
.mhr-journey-stepper-card .mhr-journey-steps button{position:relative;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.mhr-journey-stepper-card .mhr-journey-steps button.is-complete{background:rgba(215,239,228,.9);border-color:rgba(30,117,103,.34);color:#12312f}
.mhr-journey-stepper-card .mhr-journey-steps button.is-complete span{background:#1e7567;color:#fff}
.mhr-journey-stepper-card .mhr-journey-steps button.is-incomplete{border-color:#b45309;background:#fff7ed}
.mhr-journey-stepper-card .mhr-journey-steps button[aria-disabled="true"]{opacity:.55;cursor:not-allowed}
.mhr-review-summary{border:1px solid rgba(30,117,103,.18);background:linear-gradient(135deg,#f8fdf9,#fff);border-radius:22px;padding:22px;margin-bottom:20px;box-shadow:0 14px 42px rgba(15,54,47,.07)}
.mhr-review-summary h3{margin:0 0 6px;color:#12312f;font-size:clamp(20px,2vw,26px)}
.mhr-review-summary-note{margin:0 0 18px;color:#5b6f69}
.mhr-review-summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}
.mhr-review-summary div{padding:14px;border-radius:16px;background:#fff;border:1px solid rgba(22,70,61,.10)}
.mhr-review-summary dt{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6a7f78;font-weight:800;margin-bottom:4px}
.mhr-review-summary dd{margin:0;color:#12312f;font-weight:700;line-height:1.35}
.mhr-form.is-js .mhr-form-section:not(.is-active){display:none}
.mhr-form.is-js.is-final-step .mhr-journey-stepper-actions{position:sticky;bottom:14px;z-index:4;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid rgba(22,70,61,.12);border-radius:20px;padding:12px;box-shadow:0 18px 50px rgba(15,54,47,.12)}
@media (max-width: 720px){
  .mhr-review-summary dl{grid-template-columns:1fr}
  .mhr-home .mhr-home-proof-row,
  .mhr-journey .mhr-journey-trust-row{display:grid;grid-template-columns:1fr;gap:10px}
  .mhr-journey-stepper-card .mhr-journey-steps{overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}
  .mhr-journey-stepper-card .mhr-journey-steps button{min-width:180px;scroll-snap-align:start}
  .mhr-form.is-js .mhr-journey-stepper-actions{position:sticky;bottom:10px;z-index:5;background:rgba(255,255,255,.94);border:1px solid rgba(22,70,61,.12);border-radius:18px;padding:10px;box-shadow:0 14px 40px rgba(15,54,47,.14)}
}

/* MHR Club v1.01.39 — Premium Homepage Composition + Public Header Repair */
.mhr-premium-header{background:rgba(255,255,255,.88)!important;border-bottom:1px solid rgba(18,49,47,.08)!important;box-shadow:0 10px 34px rgba(12,40,35,.055)!important;backdrop-filter:blur(18px) saturate(1.18)}
.mhr-premium-header-inner{width:min(1240px,calc(100vw - 40px))!important;min-height:74px!important;gap:18px!important}
.mhr-premium-brand{min-width:250px!important;gap:12px!important}.mhr-premium-brand .mhr-official-brand-mark{width:44px!important;height:44px!important;border-radius:15px!important;background:linear-gradient(135deg,#1f8a68,#38a6a1)!important;box-shadow:0 12px 30px rgba(31,138,104,.18)!important;font-size:18px!important}.mhr-premium-brand strong{font-size:20px!important;letter-spacing:-.035em!important;color:#102a43!important}.mhr-premium-brand small{font-size:12px!important;letter-spacing:.01em!important;color:#66788a!important;font-weight:750!important}.mhr-premium-nav{gap:8px!important;justify-content:center!important}.mhr-premium-nav a{padding:10px 13px!important;border-radius:14px!important;font-size:14px!important;color:#17352f!important;font-weight:800!important}.mhr-premium-nav a:hover,.mhr-premium-nav a:focus{background:#eef8f3!important;color:#17684c!important}.mhr-premium-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:230px}.mhr-official-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,#218b6a,#35a6a1);color:#fff!important;text-decoration:none!important;font-weight:800!important;box-shadow:0 12px 28px rgba(31,138,104,.18);white-space:nowrap}.mhr-official-cta:hover,.mhr-official-cta:focus{transform:translateY(-1px);box-shadow:0 16px 36px rgba(31,138,104,.24)}.mhr-official-utility{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 13px;border-radius:999px;background:#fff;border:1px solid rgba(18,49,47,.11);color:#17352f!important;text-decoration:none!important;font-size:13px;font-weight:800;white-space:nowrap}.mhr-official-badge{display:none!important}.mhr-shell-purpose-public_home .mhr-premium-header{background:rgba(255,255,255,.82)!important}.mhr-shell-purpose-public_home .mhr-official-footer-links a[href*="member"],.mhr-shell-purpose-public_home .mhr-official-footer-links a[href^="mailto:"]{display:none!important}

.mhr-home{background:linear-gradient(180deg,#fbfdfb 0%,#f5fbf7 100%)}.mhr-home .mhr-home-main{width:min(1240px,calc(100vw - 40px));margin:0 auto;padding:clamp(26px,4vw,52px) 0!important;background:transparent!important;gap:clamp(28px,4vw,54px)!important}.mhr-home .mhr-home-hero-product{min-height:auto!important;padding:clamp(38px,5vw,70px)!important;border-radius:36px!important;grid-template-columns:minmax(0,.92fr) minmax(390px,.78fr)!important;background:radial-gradient(circle at 12% 8%,rgba(229,247,238,.9),transparent 30%),linear-gradient(135deg,#fff 0%,#f6fcf8 64%,#eef8f2 100%)!important}.mhr-home .mhr-home-hero h1{font-size:clamp(46px,5vw,72px)!important;line-height:.98!important;letter-spacing:-.06em!important;max-width:720px!important;margin:18px 0 18px!important}.mhr-home .mhr-home-hero p{font-size:clamp(17px,1.35vw,20px)!important;line-height:1.62!important;max-width:640px!important;color:#53677d!important}.mhr-home .mhr-home-actions{margin-top:28px!important}.mhr-home .mhr-home-actions .mhr-button--primary{box-shadow:0 14px 32px rgba(31,138,104,.20)!important}.mhr-home .mhr-home-actions .mhr-button--secondary{background:#fff!important;border-color:rgba(18,49,47,.12)!important}.mhr-home-proof-row{max-width:560px!important}.mhr-home-proof-row span{border-radius:999px!important;padding:10px 14px!important}

.mhr-home-journey-panel{min-height:460px!important;border-radius:32px!important;overflow:hidden!important}.mhr-home-journey-panel:before{inset:36px!important;border-radius:30px!important}.mhr-home-map-path{left:15%!important;right:12%!important;top:49%!important;height:3px!important;transform:rotate(-16deg)!important}.mhr-home-map-card{width:200px!important;border-radius:28px!important;padding:24px!important}.mhr-home-map-card.is-main{z-index:6!important}.mhr-home-map-node{position:absolute!important;display:flex!important;align-items:center!important;gap:8px!important;max-width:170px!important;white-space:normal!important}.mhr-home-map-node strong{line-height:1.1!important}.mhr-home-map-node.node-1{left:8%!important;top:12%!important}.mhr-home-map-node.node-2{right:7%!important;top:14%!important}.mhr-home-map-node.node-3{left:7%!important;bottom:18%!important}.mhr-home-map-node.node-4{right:8%!important;bottom:19%!important}.mhr-home-map-node.node-5{left:39%!important;bottom:6%!important}.mhr-home-map-node:after{content:"";position:absolute;width:34px;height:1px;background:rgba(31,138,104,.22);top:50%}.mhr-home-map-node.node-1:after,.mhr-home-map-node.node-3:after{right:-34px}.mhr-home-map-node.node-2:after,.mhr-home-map-node.node-4:after{left:-34px}.mhr-home-map-node.node-5:after{display:none}

.mhr-home .mhr-home-section{padding:clamp(30px,4vw,46px)!important;border-radius:30px!important;margin-top:0!important}.mhr-home .mhr-home-section-head{grid-template-columns:minmax(260px,.75fr) minmax(300px,1.25fr)!important;gap:clamp(22px,4vw,58px)!important;margin-bottom:30px!important}.mhr-home .mhr-home-section-head h2{font-size:clamp(34px,3.65vw,54px)!important;line-height:1.02!important;letter-spacing:-.055em!important;max-width:560px}.mhr-home .mhr-home-section-head p{font-size:clamp(16px,1.25vw,18px)!important;color:#53677d!important;line-height:1.72!important;max-width:720px}.mhr-home-problem-split{display:grid!important;gap:26px!important}.mhr-home-problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mhr-home .mhr-home-problem-grid article{min-height:165px!important}.mhr-home .mhr-home-card-grid article{min-height:172px!important}.mhr-home .mhr-home-card-grid article h3,.mhr-home .mhr-home-problem-grid article h3{font-size:clamp(18px,1.45vw,22px)!important;line-height:1.15!important}.mhr-home .mhr-home-card-grid article p,.mhr-home .mhr-home-problem-grid article p{font-size:15px!important;line-height:1.55!important}.mhr-home-pathway{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}.mhr-home-pathway-step{padding:18px!important;min-height:230px!important}.mhr-home-pathway-step h3{font-size:17px!important}.mhr-home-pathway-step p{font-size:13.5px!important}.mhr-home-trust-premium{border-radius:34px!important;padding:clamp(34px,5vw,56px)!important}.mhr-home-trust-premium .mhr-home-section-head h2{font-size:clamp(36px,4.2vw,60px)!important}.mhr-home-trust-steps article{backdrop-filter:blur(8px);min-height:150px}.mhr-home .mhr-home-final-compact{border-radius:26px!important;padding:26px!important}.mhr-home .mhr-home-final-compact p{max-width:760px;margin-inline:auto!important}

@media(max-width:1080px){.mhr-premium-actions{min-width:0}.mhr-official-utility{display:none}.mhr-home .mhr-home-hero-product{grid-template-columns:1fr!important}.mhr-home-journey-panel{min-height:360px!important}.mhr-home-pathway{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mhr-home-pathway:before{display:none!important}.mhr-home-audience-grid,.mhr-home-trust-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){.mhr-premium-header-inner{width:min(100% - 28px,1240px)!important}.mhr-premium-actions{grid-column:1 / -1;justify-content:stretch;display:none}.mhr-official-nav.is-open + .mhr-premium-actions,.mhr-premium-header:has(.mhr-official-nav.is-open) .mhr-premium-actions{display:flex}.mhr-official-cta{width:100%}.mhr-home .mhr-home-section-head{grid-template-columns:1fr!important}.mhr-home-problem-grid,.mhr-home-inside-grid{grid-template-columns:1fr!important}.mhr-home-audience-grid{grid-template-columns:1fr!important}.mhr-home-map-node{display:none!important}.mhr-home-map-path{left:16%!important;right:16%!important;transform:none!important}.mhr-home-journey-panel:before{inset:24px!important}}
@media(max-width:640px){.mhr-home .mhr-home-main{width:calc(100vw - 24px)!important;padding:16px 0 24px!important}.mhr-home .mhr-home-hero-product{padding:26px!important;border-radius:28px!important}.mhr-home .mhr-home-hero h1{font-size:clamp(38px,12vw,50px)!important}.mhr-home .mhr-home-section{padding:24px!important;border-radius:26px!important}.mhr-home .mhr-home-section-head h2{font-size:34px!important}.mhr-home-proof-row{display:grid!important;grid-template-columns:1fr!important}.mhr-home-pathway{grid-template-columns:1fr!important}.mhr-home-pathway-step{min-height:auto!important}.mhr-home-trust-steps{grid-template-columns:1fr!important}.mhr-home-journey-panel{min-height:260px!important}.mhr-home-map-card{width:168px!important;padding:18px!important}.mhr-home-map-card strong{font-size:16px!important}}

/* 1.01.56 elite login + privacy-first Journey */
.mhr-login-elite{min-height:100vh;padding:clamp(24px,5vw,72px);background:radial-gradient(circle at 10% 10%,#e6f6f1 0,transparent 34%),linear-gradient(145deg,#f8fbfa,#eef5f3);color:#102b43}.mhr-login-shell{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);background:#fff;border:1px solid #dce9e5;border-radius:32px;overflow:hidden;box-shadow:0 28px 80px rgba(17,54,46,.14)}.mhr-login-story{padding:clamp(42px,6vw,88px);background:linear-gradient(150deg,#f3faf7,#eef7f4 56%,#fff8ef);position:relative}.mhr-login-brand{display:inline-flex;align-items:center;gap:12px;color:#12324a;text-decoration:none;font-size:20px}.mhr-login-brand img{max-height:42px;width:auto}.mhr-login-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#157c68;color:#fff;font-weight:800}.mhr-login-eyebrow{display:block;margin-top:64px;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800;color:#18745f}.mhr-login-story h1{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.045em;max-width:720px;margin:16px 0 22px}.mhr-login-lead{font-size:19px;line-height:1.7;color:#526b7d;max-width:680px}.mhr-login-value-preview{margin-top:42px;background:rgba(255,255,255,.9);border:1px solid #dbe8e4;border-radius:22px;padding:24px;box-shadow:0 18px 40px rgba(34,73,65,.08)}.mhr-login-preview-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding-bottom:16px;border-bottom:1px solid #e4ece9;font-weight:800}.mhr-private-chip{font-size:12px;color:#176d5b;background:#e7f5f0;border-radius:999px;padding:7px 10px}.mhr-login-value-preview article{padding:16px 0;border-bottom:1px solid #edf2f0;display:grid;gap:4px}.mhr-login-value-preview article:last-child{border:0}.mhr-login-value-preview small{color:#687f8f}.mhr-login-value-preview strong{font-size:16px}.mhr-login-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.mhr-login-trust span{font-size:12px;font-weight:700;padding:8px 11px;border:1px solid #cddfda;border-radius:999px;background:rgba(255,255,255,.6)}.mhr-login-card{padding:clamp(36px,5vw,72px);display:flex;flex-direction:column;justify-content:center}.mhr-login-card-head>span{color:#18745f;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800}.mhr-login-card h2{font-size:34px;line-height:1.1;margin:10px 0}.mhr-login-card-head p,.mhr-login-security,.mhr-login-secondary p{color:#647887;line-height:1.6}.mhr-login-alert{padding:13px 15px;background:#fff3f0;border:1px solid #efc5bc;border-radius:12px;margin:18px 0;color:#8c3324}.mhr-login-form{display:grid;gap:10px;margin-top:26px}.mhr-login-form>label{font-weight:750;font-size:14px}.mhr-login-form>label span{float:right;color:#72838f;font-size:11px;text-transform:uppercase}.mhr-login-form input[type=text],.mhr-login-form input[type=password]{width:100%;min-height:54px;border:1px solid #cbdad6;border-radius:13px;padding:0 15px;font-size:16px;background:#fbfdfc}.mhr-login-form input:focus{outline:3px solid rgba(20,127,105,.16);border-color:#147f69}.mhr-login-password{display:grid;grid-template-columns:1fr auto;border:1px solid #cbdad6;border-radius:13px;overflow:hidden}.mhr-login-password input{border:0!important;border-radius:0!important}.mhr-login-password button{border:0;background:#eef6f3;padding:0 16px;font-weight:750;color:#176d5b}.mhr-login-options{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:10px 0 4px;font-size:14px}.mhr-login-options a,.mhr-login-secondary a,.mhr-login-legal button{color:#126a59}.mhr-login-submit{display:flex;justify-content:center;align-items:center;min-height:54px;border:0;border-radius:13px;background:linear-gradient(135deg,#168368,#2d9e96);color:#fff!important;text-decoration:none;font-weight:800;font-size:16px;box-shadow:0 12px 28px rgba(23,124,102,.2)}.mhr-login-security{font-size:12px;margin:14px 0}.mhr-login-secondary{border-top:1px solid #e4ece9;margin-top:20px;padding-top:20px;display:grid;gap:18px}.mhr-login-secondary>div{padding:16px;background:#f7faf9;border-radius:14px}.mhr-login-secondary strong{display:block}.mhr-login-legal{margin-top:26px;padding-top:18px;border-top:1px solid #e4ece9;font-size:12px;color:#6c7e89}.mhr-login-legal button{border:0;background:none;padding:0;text-decoration:underline;cursor:pointer}.mhr-policy-modal[hidden]{display:none}.mhr-policy-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}.mhr-policy-backdrop{position:absolute;inset:0;background:rgba(4,18,27,.72);backdrop-filter:blur(8px)}.mhr-policy-dialog{position:relative;width:min(760px,100%);max-height:min(84vh,820px);background:#fff;border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.28);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.mhr-policy-dialog header{padding:22px 26px;border-bottom:1px solid #e3ebe8;display:flex;justify-content:space-between;gap:20px}.mhr-policy-dialog header span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#18745f;font-weight:800}.mhr-policy-dialog h2{margin:4px 0}.mhr-policy-dialog header button{border:0;background:#edf4f2;border-radius:999px;width:40px;height:40px;font-size:26px;cursor:pointer}.mhr-policy-content{padding:26px;overflow:auto;line-height:1.75;color:#405969}.mhr-policy-dialog footer{padding:16px 26px;border-top:1px solid #e3ebe8;text-align:right}.mhr-policy-dialog footer button{padding:11px 20px;border:0;border-radius:10px;background:#176f5d;color:#fff;font-weight:750}.mhr-privacy-intro{display:flex;gap:16px;padding:20px 22px;margin:0 0 24px;background:#eff8f5;border:1px solid #cfe6df;border-radius:18px}.mhr-privacy-intro>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:#177963;color:#fff;font-weight:800}.mhr-privacy-intro strong{font-size:17px}.mhr-privacy-intro p{margin:5px 0 9px;color:#4d6877;line-height:1.6}.mhr-privacy-intro button{border:0;background:none;color:#116a58;text-decoration:underline;font-weight:750;padding:0;margin-right:16px;cursor:pointer}.mhr-journey-preview{border:1px solid #d8e7e2;background:linear-gradient(150deg,#fff,#f5faf8);border-radius:26px;padding:24px;box-shadow:0 24px 50px rgba(27,74,62,.12);color:#122f45}.mhr-journey-preview-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-bottom:17px;border-bottom:1px solid #e1ebe7;font-weight:800}.mhr-journey-preview-head strong{font-size:12px;color:#166f5c}.mhr-journey-preview-progress{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin:20px 0;font-size:12px}.mhr-journey-preview-progress div{height:7px;background:#e4eeeb;border-radius:999px;overflow:hidden}.mhr-journey-preview-progress i{display:block;width:28%;height:100%;background:#1f8c74;border-radius:999px}.mhr-journey-preview>article{padding:20px;background:#f0f7f4;border-radius:18px}.mhr-journey-preview article small{display:block;color:#66808d;margin-bottom:6px}.mhr-journey-preview article strong{display:block;font-size:17px}.mhr-journey-preview article p{margin:7px 0 0;color:#536d7b;line-height:1.55}.mhr-journey-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.mhr-journey-preview-grid article{padding:15px;border:1px solid #dfebe7;border-radius:15px;background:#fff}.mhr-journey-preview-note{margin:16px 0 0;font-size:12px;color:#5f7480}.mhr-consent-box ul{margin:12px 0 18px;padding-left:20px}.mhr-consent-box li{margin:7px 0;line-height:1.5}
@media(max-width:860px){.mhr-login-elite{padding:0;background:#fff}.mhr-login-shell{display:block;border:0;border-radius:0;box-shadow:none}.mhr-login-story{padding:30px 22px 24px}.mhr-login-eyebrow{margin-top:34px}.mhr-login-story h1{font-size:42px}.mhr-login-value-preview{display:none}.mhr-login-card{padding:30px 22px 42px}.mhr-login-options{align-items:flex-start;flex-direction:column}.mhr-policy-modal{padding:0}.mhr-policy-dialog{width:100%;height:100%;max-height:none;border-radius:0}.mhr-journey-preview-grid{grid-template-columns:1fr}.mhr-privacy-intro{padding:17px}.mhr-journey-preview{padding:18px}}

.mhr-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
html.mhr-modal-open{overflow:hidden}


/* 1.01.61 journey and login refinement */
.mhr-journey-current-step{display:none;margin:18px 0 10px}.mhr-journey-current-step span{display:block;color:#557080;font-size:.85rem;font-weight:800}.mhr-journey-current-step strong{display:block;color:#132f45;font-size:1.35rem;margin-top:3px}.mhr-journey-error-summary{border:1px solid #d85c5c;background:#fff5f5;color:#762d2d;border-radius:14px;padding:15px 18px;margin:14px 0}.mhr-journey-error-summary ul{margin:8px 0 0;padding-left:20px}.mhr-inline-error{display:block;color:#a23737;font-weight:700;margin-top:7px}.mhr-journey-stepper-form [aria-invalid="true"]{border-color:#c94b4b!important;box-shadow:0 0 0 3px rgba(201,75,75,.12)!important}.mhr-journey-stepper-form.is-js [data-mhr-step]{display:none}.mhr-journey-stepper-form.is-js [data-mhr-step].is-active{display:block}.mhr-journey-stepper-form.is-js:not(.is-final-step) [data-mhr-step-submit]{display:none!important}.mhr-journey-stepper-form.is-js.is-final-step [data-mhr-step-next]{display:none!important}.mhr-journey-stepper-form.is-js.is-first-step [data-mhr-step-prev]{visibility:hidden}.mhr-journey-stepper-actions{align-items:center}.mhr-journey-stepper-actions p{flex-basis:100%;margin:8px 0 0}.mhr-journey-stepper-top{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.mhr-journey-step-dot{min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important;text-align:left!important;line-height:1.25!important}.mhr-journey-step-dot span{flex:0 0 auto}.mhr-form-section{border-radius:20px!important;padding:24px!important}.mhr-form-section legend{font-size:1.25rem!important}.mhr-field select,.mhr-field input,.mhr-field textarea{font-size:16px}.mhr-field textarea{min-height:130px}.mhr-required{background:none!important;color:#32755f!important;padding:0!important;font-size:.72rem!important}.mhr-login-shared-device{font-size:12px;color:#647783;margin:2px 0 12px}.mhr-login-account-security{margin-top:20px;padding:18px;border:1px solid #d7e6e1;border-radius:16px;background:#f4faf7}.mhr-login-account-security strong{display:block;color:#153b32}.mhr-login-account-security p{margin:7px 0 0;color:#5c746c;line-height:1.55}.mhr-login-submit{min-height:58px;border-radius:12px}.mhr-login-card{border-left:1px solid #e1ebe7}.mhr-login-story h1{max-width:680px}.mhr-login-value-preview article{transition:transform .2s ease,border-color .2s ease}.mhr-login-value-preview article:hover{transform:translateY(-2px);border-color:#bddbd1}@media(max-width:860px){.mhr-journey-stepper-top{display:none!important}.mhr-journey-current-step{display:block}.mhr-form-section{padding:20px!important}.mhr-journey-stepper-actions{display:grid!important;grid-template-columns:1fr}.mhr-journey-stepper-actions button{width:100%!important}.mhr-journey-stepper-actions [data-mhr-step-prev]{order:2}.mhr-journey-stepper-actions [data-mhr-step-next],.mhr-journey-stepper-actions [data-mhr-step-submit]{order:1}.mhr-journey-stepper-actions p{order:3}.mhr-login-card{border-left:0;border-top:1px solid #e1ebe7}.mhr-login-story{padding-bottom:20px}.mhr-login-card{padding-top:26px}}

/* 1.01.62 public experience correction */
.mhr-journey-stepper-card{border-radius:24px!important;padding:clamp(20px,3vw,34px)!important;box-shadow:0 18px 54px rgba(16,42,67,.09)!important}
.mhr-journey-form-head{max-width:760px;margin-bottom:18px}.mhr-journey-form-head h2{margin:.35rem 0 .55rem;line-height:1.12}.mhr-journey-form-head p{margin:0;color:#566f7c;line-height:1.6}
.mhr-privacy-intro{display:grid!important;grid-template-columns:34px 1fr;gap:14px;align-items:start;border:1px solid #cfe4db!important;background:#f2faf6!important;border-radius:16px!important;padding:16px 18px!important;margin:0 0 22px!important}.mhr-privacy-intro>span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#1f765f;color:#fff;font-weight:800}.mhr-privacy-intro strong{color:#173d34;font-size:1rem}.mhr-privacy-intro p{margin:4px 0 9px;color:#557169;line-height:1.5}.mhr-privacy-intro button{border:0;background:none;color:#155f50;padding:0;margin:0 14px 0 0;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.mhr-journey-stepper-top{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px!important;margin:20px 0 12px!important}.mhr-journey-step-dot{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;min-height:54px;border-radius:14px!important;padding:9px 10px!important;line-height:1.2!important}.mhr-journey-step-dot span{margin:0!important}.mhr-journey-step-dot strong{display:block;font-size:.78rem;line-height:1.2;overflow-wrap:anywhere}.mhr-journey-current-step span,.mhr-journey-current-step strong{line-height:1.25}
.mhr-journey-progress{height:6px!important;margin-bottom:20px!important;background:#e8f0ec!important}
.mhr-journey-form-layout{display:block!important}.mhr-form-section{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;padding:10px 0 4px!important;min-height:0!important}.mhr-form-section legend{display:block;width:100%;margin:0 0 6px!important;padding:0!important;color:#173447!important;font-size:clamp(1.35rem,2vw,1.7rem)!important;letter-spacing:-.02em}.mhr-section-helper{margin:0 0 20px!important;color:#607784!important;line-height:1.55}.mhr-step-icon{display:none!important}
.mhr-form-grid{gap:18px!important}.mhr-field label{display:block;margin-bottom:7px;color:#173447;font-weight:800;line-height:1.35}.mhr-field input,.mhr-field select,.mhr-field textarea{width:100%;border:1px solid #c8d8d2!important;border-radius:12px!important;background:#fff!important;padding:13px 14px!important;min-height:50px;box-shadow:0 1px 0 rgba(16,42,67,.02);transition:border-color .16s ease,box-shadow .16s ease}.mhr-field textarea{min-height:112px!important;resize:vertical}.mhr-field input:focus,.mhr-field select:focus,.mhr-field textarea:focus{outline:0;border-color:#2b7f68!important;box-shadow:0 0 0 4px rgba(43,127,104,.13)!important}.mhr-field small{display:block;margin-top:7px;color:#657a84;line-height:1.45}.mhr-required,.mhr-optional{display:inline!important;background:none!important;padding:0!important;margin-left:5px;font-size:.72rem!important;font-weight:800!important;letter-spacing:.02em;text-transform:uppercase}.mhr-required{color:#9d3f3f!important}.mhr-optional{color:#647984!important}
.mhr-review-summary{border:1px solid #d7e4df;background:#f8fbfa;border-radius:16px;padding:20px}.mhr-review-summary h3{margin-top:0}.mhr-review-summary dl{display:grid;gap:10px}.mhr-review-summary dl div{display:grid;grid-template-columns:minmax(130px,.45fr) 1fr;gap:16px;padding:10px 0;border-top:1px solid #e2ebe7}.mhr-review-summary dt{font-weight:800;color:#345349}.mhr-review-summary dd{margin:0;color:#243d4a;overflow-wrap:anywhere}
.mhr-consent-box{margin-top:18px;border:1px solid #cfe1da;background:#f4faf7;border-radius:16px;padding:20px}.mhr-consent-box h3{margin-top:0}.mhr-consent-check{display:grid!important;grid-template-columns:22px 1fr;gap:10px;align-items:start;padding:12px 0;border-top:1px solid #dce9e4;cursor:pointer}.mhr-consent-check input{width:19px;height:19px;margin-top:2px}.mhr-consent-check span{line-height:1.5}.mhr-consent-check strong{color:#9d3f3f}
.mhr-journey-stepper-actions{position:static!important;display:flex!important;flex-wrap:wrap;gap:12px;align-items:center;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:22px 0 0!important;margin-top:12px}.mhr-journey-stepper-actions button{min-width:150px}.mhr-journey-stepper-actions [hidden]{display:none!important}.mhr-journey-stepper-actions p{flex-basis:100%;margin:0!important;color:#667b84;font-size:.86rem!important}
.mhr-journey-error-summary{scroll-margin-top:110px}.mhr-inline-error{font-size:.84rem}.mhr-journey-stepper-form [aria-invalid="true"]{border-color:#b84c4c!important}
@media(max-width:980px){.mhr-journey-stepper-top{grid-template-columns:repeat(5,minmax(110px,1fr));overflow-x:auto;padding-bottom:5px}.mhr-journey-step-dot{scroll-snap-align:start}.mhr-form-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:860px){.mhr-journey-stepper-top{display:none!important}.mhr-journey-current-step{display:block!important;margin:16px 0 10px!important}.mhr-form-grid{grid-template-columns:1fr!important}.mhr-journey-stepper-actions{display:grid!important;grid-template-columns:1fr!important}.mhr-journey-stepper-actions button{width:100%!important}.mhr-journey-stepper-actions [data-mhr-step-prev]{order:2}.mhr-journey-stepper-actions [data-mhr-step-next],.mhr-journey-stepper-actions [data-mhr-step-submit]{order:1}.mhr-journey-stepper-actions p{order:3}.mhr-review-summary dl div{grid-template-columns:1fr;gap:3px}}
@media(max-width:520px){.mhr-journey-stepper-card{padding:18px!important;border-radius:20px!important}.mhr-privacy-intro{grid-template-columns:1fr!important}.mhr-privacy-intro>span{display:none}.mhr-privacy-intro button{display:block;margin:6px 0 0}.mhr-consent-box,.mhr-review-summary{padding:16px}}

/* Login and recovery states */
.mhr-login-shell{width:min(1180px,calc(100% - 36px));margin:clamp(28px,5vw,70px) auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr);background:#fff;border:1px solid #dbe7e2;border-radius:28px;box-shadow:0 26px 80px rgba(18,55,48,.12);overflow:hidden}.mhr-login-story{padding:clamp(34px,5vw,68px);background:linear-gradient(145deg,#ecf7f1,#fff 58%,#f8f1e5)}.mhr-login-card{padding:clamp(30px,4vw,54px);background:#fff}.mhr-login-value-preview{display:grid;gap:10px;margin:28px 0}.mhr-login-value-preview article{padding:14px 16px;border:1px solid #d7e5df;border-radius:14px;background:rgba(255,255,255,.82)}.mhr-login-form input{min-height:52px;border:1px solid #c8d8d2;border-radius:12px;padding:13px 14px;font-size:16px}.mhr-login-submit{width:100%;justify-content:center}.mhr-login-alert{border:1px solid #d88f8f;background:#fff4f4;color:#772e2e;border-radius:14px;padding:14px 16px;margin-bottom:16px}.mhr-recovery-layout{width:min(760px,calc(100% - 32px));margin:clamp(28px,5vw,70px) auto}.mhr-recovery-card{border:1px solid #d9e6e1;border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(18,55,48,.1);padding:clamp(26px,5vw,52px)}.mhr-access-success{border:1px solid #bcdccd;background:#f0faf5;border-radius:16px;padding:18px;margin:18px 0}.mhr-access-help{margin-top:22px;padding:18px;border:1px solid #d9e6e1;border-radius:16px;background:#f7fbf9}
@media(max-width:860px){.mhr-login-shell{grid-template-columns:1fr;width:min(100% - 24px,720px);border-radius:22px}.mhr-login-story{padding:28px 24px}.mhr-login-card{padding:26px 24px}.mhr-login-value-preview{display:none}}
