
.mhapp-wrap{max-width:1040px;margin:26px auto 60px;padding:0 18px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#202124}
.mhapp-hero{display:grid;grid-template-columns:132px 1fr;gap:24px;align-items:center;padding:26px 0 22px;border-bottom:1px solid #e7e7e7}
.mhapp-icon{width:132px;height:132px;border-radius:28px;box-shadow:0 10px 28px rgba(0,0,0,.14);object-fit:cover}
.mhapp-title{font-size:34px;line-height:1.1;margin:0 0 8px;font-weight:750}
.mhapp-sub{font-size:16px;color:#5f6368;margin:0 0 14px}
.mhapp-meta{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 18px}
.mhapp-chip{background:#f1f3f4;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:650}
.mhapp-install{appearance:none;border:0;border-radius:999px;padding:13px 26px;font-size:16px;font-weight:750;cursor:pointer;background:#1769aa;color:#fff;box-shadow:0 5px 16px rgba(23,105,170,.28)}
.mhapp-install[disabled]{opacity:.55;cursor:default}
.mhapp-secondary{margin-left:8px;color:#1769aa;text-decoration:none;font-weight:700}
.mhapp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}
.mhapp-card{border:1px solid #e6e8eb;border-radius:18px;padding:18px;background:#fff}
.mhapp-card h3{margin:0 0 8px;font-size:16px}
.mhapp-card p{margin:0;color:#5f6368;font-size:14px;line-height:1.5}
.mhapp-section{padding-top:18px}
.mhapp-section h2{font-size:22px;margin:0 0 13px}
.mhapp-about{line-height:1.7;color:#3c4043}
.mhapp-shots{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x mandatory}
.mhapp-shot{width:230px;max-height:470px;border-radius:20px;border:1px solid #e4e6e8;object-fit:cover;scroll-snap-align:start;box-shadow:0 5px 18px rgba(0,0,0,.08)}
.mhapp-info{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 28px}
.mhapp-info div{padding:10px 0;border-bottom:1px solid #eee}
.mhapp-info strong{display:block;font-size:12px;color:#5f6368;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px}
.mhapp-ios-modal{position:fixed;inset:0;background:rgba(0,0,0,.58);display:none;align-items:flex-end;justify-content:center;z-index:999999}
.mhapp-ios-modal.is-open{display:flex}
.mhapp-ios-sheet{background:#fff;width:min(620px,100%);border-radius:24px 24px 0 0;padding:22px 22px 28px;box-shadow:0 -10px 40px rgba(0,0,0,.24)}
.mhapp-ios-sheet h3{margin:0 0 10px;font-size:22px}
.mhapp-ios-sheet ol{padding-left:22px;line-height:1.65}
.mhapp-close{float:right;border:0;background:#f1f3f4;border-radius:50%;width:34px;height:34px;font-size:20px;cursor:pointer}
.mhapp-floating{position:fixed;right:18px;bottom:18px;z-index:99990;border:0;border-radius:999px;background:#1769aa;color:#fff;padding:13px 18px;font-weight:800;box-shadow:0 8px 26px rgba(0,0,0,.25);display:none}
.mhapp-floating.show{display:block}
@media(max-width:700px){
  .mhapp-wrap{margin-top:10px;padding:0 14px}
  .mhapp-hero{grid-template-columns:92px 1fr;gap:16px}
  .mhapp-icon{width:92px;height:92px;border-radius:22px}
  .mhapp-title{font-size:25px}
  .mhapp-sub{font-size:14px}
  .mhapp-install{width:100%;margin-top:4px}
  .mhapp-secondary{display:inline-block;margin:12px 0 0}
  .mhapp-grid{grid-template-columns:1fr}
  .mhapp-info{grid-template-columns:1fr}
  .mhapp-shot{width:190px}
}


/* v1.2.0 premium mobile install + WhatsApp support */
.mhapp-floating{
  bottom:92px !important;
  left:50%;
  right:auto !important;
  transform:translateX(-50%);
  white-space:nowrap;
}
.mhapp-install-center,
.mhapp-whatsapp-modal{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(18,25,32,.58);
  backdrop-filter:blur(3px);
}
.mhapp-install-center.is-open,
.mhapp-whatsapp-modal.is-open{display:flex}
.mhapp-install-center-card,
.mhapp-whatsapp-card{
  position:relative;
  width:min(430px,94vw);
  max-height:88vh;
  overflow:auto;
  background:#fff;
  border-radius:24px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  padding:26px;
  text-align:center;
}
.mhapp-install-center-icon{
  width:76px;height:76px;border-radius:18px;box-shadow:0 8px 22px rgba(0,0,0,.14);margin-bottom:12px;
}
.mhapp-install-center-card h3{font-size:24px;margin:4px 0 8px}
.mhapp-install-center-card p{color:#5f6368;line-height:1.55;margin:0 0 18px}
.mhapp-install-center-close,
.mhapp-whatsapp-close{
  position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;
  background:#f1f3f4;font-size:22px;cursor:pointer;
}
.mhapp-install-center-now,
.mhapp-whatsapp-send{
  width:100%;border:0;border-radius:999px;background:#1769aa;color:#fff;
  padding:13px 18px;font-size:16px;font-weight:800;cursor:pointer;
}
.mhapp-install-later{
  position:static;width:auto;height:auto;border-radius:0;background:transparent;margin-top:10px;
  font-size:14px;color:#5f6368;
}
.mhapp-whatsapp-fab{
  position:fixed;
  right:18px;
  bottom:92px;
  z-index:2147482000;
  width:58px;height:58px;border:0;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#25D366;color:#fff;cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.26);
}
.mhapp-whatsapp-fab svg{width:34px;height:34px}
.mhapp-whatsapp-card{text-align:left}
.mhapp-whatsapp-head{display:flex;gap:12px;align-items:flex-start;margin:2px 36px 18px 0}
.mhapp-whatsapp-logo{
  flex:0 0 48px;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:#25D366;color:#fff;
}
.mhapp-whatsapp-logo svg{width:28px;height:28px}
.mhapp-whatsapp-head h3{margin:0 0 4px;font-size:21px}
.mhapp-whatsapp-head p{margin:0;color:#5f6368;font-size:13px;line-height:1.5}
#mhpwa-whatsapp-form label{display:block;font-weight:700;margin:12px 0 6px}
#mhpwa-whatsapp-form input,
#mhpwa-whatsapp-form textarea{
  width:100%;box-sizing:border-box;border:1px solid #d7dce1;border-radius:12px;padding:11px 12px;
  font:inherit;background:#fff;color:#202124;
}
#mhpwa-whatsapp-form textarea{resize:vertical}
.mhapp-whatsapp-send{margin-top:16px;background:#25D366}
.mhapp-whatsapp-note{text-align:center;color:#6b7280;font-size:12px;margin-top:9px}
@media(max-width:700px){
  .mhapp-floating{bottom:94px !important;max-width:calc(100vw - 100px)}
  .mhapp-whatsapp-fab{bottom:92px;right:14px}
  .mhapp-install-center-card,.mhapp-whatsapp-card{border-radius:22px;padding:22px}
}


/* v1.2.1 mobile popup tap reliability */
.mhapp-install-center,
.mhapp-install-center-card,
.mhapp-install-center-now,
.mhapp-install-center-close,
.mhapp-install-later,
.mhapp-whatsapp-modal,
.mhapp-whatsapp-card,
.mhapp-whatsapp-fab,
.mhapp-whatsapp-close,
.mhapp-whatsapp-send{
  pointer-events:auto !important;
}
.mhapp-install-center-card,
.mhapp-whatsapp-card{
  z-index:2;
}
.mhapp-install-center-now,
.mhapp-install-center-close,
.mhapp-install-later,
.mhapp-whatsapp-fab,
.mhapp-whatsapp-close,
.mhapp-whatsapp-send{
  z-index:5;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.mhapp-install-center-close:not(.mhapp-install-later),
.mhapp-whatsapp-close{
  position:absolute;
}
