:root { --mg-ink:#122c32; --mg-muted:#5d7074; --mg-teal:#087f83; --mg-teal-dark:#056267; --mg-green:#22bb18; --mg-soft:#edf7f5; --mg-line:#dce9e7; }
* { box-sizing:border-box; }
.mg-download-page { margin:0; color:var(--mg-ink); background:#f7faf9; font-family:"Plus Jakarta Sans","Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
.mg-download-page a { text-decoration:none; }
.mg-shell { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
.mg-site-header { position:relative; z-index:20; background:rgba(255,255,255,.96); border-bottom:1px solid rgba(8,127,131,.1); }
.mg-header-inner { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.mg-brand-link img { display:block; width:152px; height:64px; object-fit:contain; }
.mg-official-label { display:inline-flex; align-items:center; gap:8px; color:var(--mg-teal-dark); font-size:.88rem; font-weight:800; }
.mg-official-label i { font-size:1.2rem; }
.mg-hero { position:relative; overflow:hidden; padding:76px 0 68px; background:radial-gradient(circle at 82% 8%,rgba(34,187,24,.14),transparent 27%),radial-gradient(circle at 8% 82%,rgba(23,188,192,.18),transparent 30%),linear-gradient(145deg,#f8fffd 0%,#eef8f6 48%,#f7fbf7 100%); }
.mg-hero-grid { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr); gap:72px; align-items:center; }
.mg-app-heading { display:flex; align-items:center; gap:24px; }
.mg-app-icon { width:124px; height:124px; border-radius:27px; background:#fff; box-shadow:0 18px 48px rgba(7,80,83,.16); object-fit:cover; }
.mg-eyebrow { display:block; margin-bottom:9px; color:var(--mg-teal); font-size:.76rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.mg-app-heading h1 { margin:0; color:var(--mg-ink); font-size:clamp(2.2rem,4vw,4.25rem); line-height:.98; letter-spacing:-.05em; }
.mg-developer { margin:10px 0 0; color:var(--mg-green); font-weight:800; }
.mg-hero-lead { max-width:710px; margin:30px 0 22px; color:#3e555a; font-size:1.13rem; line-height:1.75; }
.mg-trust-row { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:24px; }
.mg-trust-row span { display:inline-flex; align-items:center; gap:7px; padding:8px 11px; color:#31565a; background:rgba(255,255,255,.8); border:1px solid var(--mg-line); border-radius:999px; font-size:.78rem; font-weight:800; }
.mg-trust-row i { color:var(--mg-teal); font-size:1rem; }
.mg-download-button { display:flex; align-items:center; gap:15px; width:min(100%,510px); padding:16px 18px; color:#fff; background:linear-gradient(135deg,var(--mg-teal),var(--mg-teal-dark)); border-radius:16px; box-shadow:0 16px 34px rgba(5,98,103,.22); transition:transform .2s ease,box-shadow .2s ease; }
.mg-download-button:hover { color:#fff; transform:translateY(-2px); box-shadow:0 20px 40px rgba(5,98,103,.28); }
.mg-download-button:focus-visible,.mg-mobile-download-bar a:focus-visible { outline:3px solid #8ce684; outline-offset:4px; }
.mg-download-button>i:first-child { font-size:2.2rem; }
.mg-download-button>i:last-child { margin-left:auto; font-size:1.35rem; }
.mg-download-button span { display:flex; flex-direction:column; font-weight:700; line-height:1.4; }
.mg-download-button small { color:#fff; font-size:1rem; font-weight:900; }
.mg-release-strip { display:grid; grid-template-columns:repeat(3,1fr); width:min(100%,570px); margin-top:28px; }
.mg-release-strip div { padding:0 18px; border-right:1px solid #cededc; }
.mg-release-strip div:first-child { padding-left:0; }
.mg-release-strip div:last-child { border-right:0; }
.mg-release-strip strong,.mg-release-strip span { display:block; }
.mg-release-strip strong { font-size:.96rem; }
.mg-release-strip span { margin-top:3px; color:var(--mg-muted); font-size:.73rem; }
.mg-unavailable { display:flex; gap:14px; max-width:570px; padding:18px; color:#725d14; background:#fff8d8; border:1px solid #f1dc85; border-radius:16px; }
.mg-unavailable i { font-size:1.8rem; }
.mg-unavailable strong,.mg-unavailable span { display:block; }
.mg-unavailable span { margin-top:3px; }
.mg-hero-visual { position:relative; min-height:610px; }
.mg-phone { position:absolute; overflow:hidden; width:278px; padding:9px; background:#14292e; border:1px solid rgba(255,255,255,.35); border-radius:38px; box-shadow:0 30px 65px rgba(13,55,60,.22); }
.mg-phone img { display:block; width:100%; border-radius:29px; }
.mg-phone-approved { z-index:3; top:12px; left:50%; transform:translateX(-50%) rotate(-3deg); }
.mg-phone-speaker { position:absolute; z-index:2; top:18px; left:50%; width:58px; height:7px; background:#14292e; border-radius:20px; transform:translateX(-50%); }
.mg-orbit { position:absolute; border:1px dashed rgba(8,127,131,.25); border-radius:999px; }
.mg-orbit-one { width:490px; height:490px; top:30px; left:-35px; }
.mg-orbit-two { width:330px; height:330px; top:135px; left:58px; }
.mg-section { padding:84px 0; }
.mg-section-heading { display:flex; align-items:end; justify-content:space-between; gap:48px; margin-bottom:34px; }
.mg-section-heading h2,.mg-detail-card h2,.mg-install-intro h2,.mg-security-copy h2 { margin:0; font-size:clamp(1.75rem,3vw,2.7rem); letter-spacing:-.035em; }
.mg-section-heading>p { max-width:460px; margin:0; color:var(--mg-muted); line-height:1.7; }
.mg-heading-centered { display:block; max-width:760px; margin-inline:auto; text-align:center; }
.mg-heading-centered>p { margin:14px auto 0; }
.mg-capabilities { background:#f4f9f8; }
.mg-feature-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:42px; }
.mg-feature-card { min-height:250px; padding:28px; background:#fff; border:1px solid var(--mg-line); border-radius:22px; }
.mg-feature-card>i { display:grid; place-items:center; width:48px; height:48px; color:var(--mg-teal); background:var(--mg-soft); border-radius:14px; font-size:1.55rem; }
.mg-feature-card h3 { margin:32px 0 10px; font-size:1.17rem; }
.mg-feature-card p { margin:0; color:var(--mg-muted); font-size:.9rem; line-height:1.65; }
.mg-feature-primary { color:#fff; background:linear-gradient(145deg,var(--mg-teal),#075f65); border-color:transparent; }
.mg-feature-primary>i { color:#fff; background:rgba(255,255,255,.15); }
.mg-feature-primary p { color:rgba(255,255,255,.78); }
.mg-feature-wide { grid-column:span 2; display:flex; align-items:center; gap:26px; min-height:190px; background:linear-gradient(120deg,#fff,#effbf0); }
.mg-feature-wide h3 { margin-top:0; }
.mg-feature-wide>i { flex:0 0 auto; width:64px; height:64px; color:#187c21; background:#e0f6df; font-size:2rem; }
.mg-release-section { background:#fff; }
.mg-detail-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:24px; }
.mg-detail-card { padding:38px; background:#f8fbfa; border:1px solid var(--mg-line); border-radius:24px; }
.mg-release-notes { margin-top:24px; color:#41575c; font-size:1rem; line-height:1.8; }
.mg-published-date { display:flex; align-items:center; gap:8px; margin:26px 0 0; color:var(--mg-muted); font-size:.85rem; }
.mg-app-facts { margin:24px 0 0; }
.mg-app-facts div { display:flex; justify-content:space-between; gap:24px; padding:15px 0; border-bottom:1px solid var(--mg-line); }
.mg-app-facts div:last-child { border-bottom:0; }
.mg-app-facts dt { color:var(--mg-muted); font-weight:600; }
.mg-app-facts dd { margin:0; text-align:right; font-weight:800; overflow-wrap:anywhere; }
.mg-install-section { background:#eef6f4; }
.mg-install-panel { display:grid; grid-template-columns:.8fr 1.2fr; gap:64px; align-items:center; padding:48px; color:#fff; background:linear-gradient(135deg,#0a7479,#05555b); border-radius:30px; box-shadow:0 24px 55px rgba(5,85,91,.18); }
.mg-install-intro .mg-eyebrow { color:#8be987; }
.mg-install-intro p { margin:18px 0 0; color:rgba(255,255,255,.75); line-height:1.75; }
.mg-install-steps { display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.mg-install-steps li { display:flex; gap:16px; padding:17px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.12); border-radius:16px; }
.mg-install-steps li>span { display:grid; place-items:center; flex:0 0 auto; width:36px; height:36px; color:#074b50; background:#8be987; border-radius:50%; font-weight:900; }
.mg-install-steps strong { display:block; }
.mg-install-steps p { margin:4px 0 0; color:rgba(255,255,255,.7); font-size:.83rem; line-height:1.5; }
.mg-security-section { padding-top:0; background:#eef6f4; }
.mg-security-card { display:grid; grid-template-columns:auto 1fr; gap:28px; padding:36px; background:#fff; border:1px solid var(--mg-line); border-radius:24px; }
.mg-security-icon { display:grid; place-items:center; width:72px; height:72px; color:var(--mg-teal); background:var(--mg-soft); border-radius:20px; font-size:2.2rem; }
.mg-security-copy>p { max-width:820px; margin:16px 0; color:var(--mg-muted); line-height:1.7; }
.mg-security-copy details { margin-top:20px; }
.mg-security-copy summary { width:fit-content; color:var(--mg-teal); cursor:pointer; font-weight:900; }
.mg-fingerprint { margin-top:16px; padding:16px; background:#f4f8f7; border-radius:12px; }
.mg-fingerprint strong,.mg-fingerprint code { display:block; }
.mg-fingerprint strong { margin-bottom:6px; font-size:.78rem; }
.mg-fingerprint code { color:#31484c; font-size:.72rem; overflow-wrap:anywhere; }
.mg-footer { padding:38px 0 42px; background:#102b30; color:rgba(255,255,255,.72); }
.mg-footer .mg-shell { display:flex; align-items:center; gap:24px; }
.mg-footer img { width:132px; height:56px; object-fit:contain; background:#fff; border-radius:10px; }
.mg-footer p { margin:0; }
.mg-footer a { margin-left:auto; color:#8be987; font-weight:800; }
.mg-mobile-download-bar { display:none; }
@media (max-width:991px) { .mg-hero{padding-top:56px}.mg-hero-grid{grid-template-columns:1fr;gap:46px}.mg-hero-visual{min-height:570px;width:min(100%,510px);margin-inline:auto}.mg-feature-grid{grid-template-columns:repeat(2,1fr)}.mg-detail-grid,.mg-install-panel{grid-template-columns:1fr}.mg-install-panel{gap:34px} }
@media (max-width:640px) { .mg-shell{width:min(100% - 28px,1180px)}.mg-download-page{padding-bottom:78px}.mg-header-inner{min-height:68px}.mg-brand-link img{width:124px;height:54px}.mg-official-label{font-size:0}.mg-official-label i{font-size:1.45rem}.mg-hero{padding:38px 0 50px}.mg-app-heading{align-items:flex-start;gap:16px}.mg-app-icon{width:82px;height:82px;border-radius:20px}.mg-app-heading h1{font-size:clamp(2rem,11vw,3rem)}.mg-eyebrow{font-size:.67rem}.mg-hero-lead{margin-top:24px;font-size:1rem}.mg-download-button{padding:14px}.mg-download-button small{font-size:.92rem}.mg-release-strip div{padding-inline:10px}.mg-release-strip strong{font-size:.82rem}.mg-release-strip span{font-size:.65rem}.mg-hero-visual{min-height:450px}.mg-phone{width:215px;border-radius:30px}.mg-phone img{border-radius:23px}.mg-phone-approved{top:6px}.mg-orbit-one{width:390px;height:390px}.mg-orbit-two{width:260px;height:260px}.mg-section{padding:58px 0}.mg-section-heading{display:block}.mg-section-heading>p{margin-top:14px}.mg-feature-grid{grid-template-columns:1fr}.mg-feature-card,.mg-feature-wide{grid-column:auto;min-height:0}.mg-feature-wide{display:block}.mg-feature-wide h3{margin-top:26px}.mg-detail-card,.mg-install-panel,.mg-security-card{padding:26px;border-radius:20px}.mg-security-card{grid-template-columns:1fr}.mg-footer .mg-shell{flex-wrap:wrap;gap:14px}.mg-footer p{width:100%;order:3}.mg-footer a{margin-left:auto}.mg-mobile-download-bar{position:fixed;z-index:50;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 14px;background:rgba(255,255,255,.97);border-top:1px solid var(--mg-line);box-shadow:0 -10px 25px rgba(18,44,50,.1);backdrop-filter:blur(14px)}.mg-mobile-download-bar strong,.mg-mobile-download-bar span{display:block}.mg-mobile-download-bar strong{font-size:.82rem}.mg-mobile-download-bar span{margin-top:2px;color:var(--mg-muted);font-size:.67rem}.mg-mobile-download-bar a{display:inline-flex;align-items:center;gap:6px;padding:11px 15px;color:#fff;background:var(--mg-teal);border-radius:12px;font-size:.82rem;font-weight:900} }
@media (prefers-reduced-motion:reduce) { .mg-download-button{transition:none} }
