@charset "UTF-8";
.mg-guide{--mg-primary:#1a5fb4;--mg-primary-dark:#0d3d7a;--mg-accent:#26a269;--mg-warn:#e5a50a;--mg-bg:#f6f8fb;--mg-card:#fff;--mg-text:#1e1e1e;--mg-muted:#5e6c84;--mg-border:#dde3ec;--mg-radius:14px;--mg-shadow:0 8px 30px rgba(26,95,180,.08);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;color:var(--mg-text);line-height:1.65;max-width:980px;margin:0 auto}
.mg-guide *{box-sizing:border-box}
.mg-hero{background:linear-gradient(135deg,#1a5fb4 0%,#3584e4 55%,#62a0ea 100%);color:#fff;border-radius:var(--mg-radius);padding:2.5rem 2rem 2rem;margin-bottom:2rem;box-shadow:var(--mg-shadow)}
.mg-hero h1{margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;line-height:1.25}
.mg-hero p{margin:0;opacity:.95;font-size:1.05rem;max-width:720px}
.mg-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}
.mg-badge{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);padding:.35rem .75rem;border-radius:999px;font-size:.85rem;backdrop-filter:blur(4px)}
.mg-intro{background:var(--mg-card);border:1px solid var(--mg-border);border-radius:var(--mg-radius);padding:1.5rem 1.75rem;margin-bottom:2rem;box-shadow:var(--mg-shadow)}
.mg-intro h2{margin:0 0 .75rem;font-size:1.25rem;color:var(--mg-primary-dark)}
.mg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}
.mg-card{background:var(--mg-card);border:1px solid var(--mg-border);border-radius:var(--mg-radius);padding:1.35rem 1.5rem;box-shadow:var(--mg-shadow);transition:transform .2s,box-shadow .2s}
.mg-card:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(26,95,180,.12)}
.mg-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:.85rem}
.mg-card-icon.blue{background:#e8f2ff;color:var(--mg-primary)}
.mg-card-icon.green{background:#e6f4ea;color:var(--mg-accent)}
.mg-card-icon.gold{background:#fef3cd;color:#b8860b}
.mg-card-icon.purple{background:#f0e6ff;color:#613583}
.mg-card h3{margin:0 0 .5rem;font-size:1.08rem;color:var(--mg-primary-dark)}
.mg-card p{margin:0 0 .75rem;font-size:.95rem;color:var(--mg-muted)}
.mg-card ul{margin:0;padding-left:1.15rem;font-size:.92rem;color:var(--mg-text)}
.mg-card li{margin-bottom:.35rem}
.mg-card a{color:var(--mg-primary);text-decoration:none;font-weight:600}
.mg-card a:hover{text-decoration:underline}
.mg-section{margin-bottom:2rem}
.mg-section h2{font-size:1.35rem;color:var(--mg-primary-dark);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--mg-border)}
.mg-steps{counter-reset:step;display:grid;gap:1rem}
.mg-step{background:var(--mg-card);border:1px solid var(--mg-border);border-radius:var(--mg-radius);padding:1.15rem 1.25rem 1.15rem 3.5rem;position:relative;box-shadow:var(--mg-shadow)}
.mg-step::before{counter-increment:step;content:counter(step);position:absolute;left:1rem;top:1.1rem;width:2rem;height:2rem;background:var(--mg-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.mg-step strong{display:block;margin-bottom:.25rem;color:var(--mg-primary-dark)}
.mg-step span{color:var(--mg-muted);font-size:.93rem}
.mg-safety{background:linear-gradient(180deg,#f0fdf4 0%,#fff 100%);border:1px solid #b8e6c8;border-radius:var(--mg-radius);padding:1.5rem 1.75rem;margin-bottom:2rem}
.mg-safety h2{margin:0 0 1rem;color:#1a7431;font-size:1.25rem}
.mg-safety-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}
.mg-safety-item{background:#fff;border-radius:10px;padding:1rem 1.1rem;border:1px solid #d4edda}
.mg-safety-item h4{margin:0 0 .4rem;font-size:.98rem;color:#1a7431}
.mg-safety-item p{margin:0;font-size:.9rem;color:var(--mg-muted)}
.mg-cta{text-align:center;background:var(--mg-bg);border-radius:var(--mg-radius);padding:2rem 1.5rem;border:1px solid var(--mg-border)}
.mg-cta p{margin:0 0 1rem;color:var(--mg-muted)}
.mg-cta-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}
.mg-btn{display:inline-block;padding:.65rem 1.25rem;border-radius:8px;font-weight:600;text-decoration:none;font-size:.95rem}
.mg-btn-primary{background:var(--mg-primary);color:#fff!important}
.mg-btn-primary:hover{background:var(--mg-primary-dark)}
.mg-btn-outline{background:#fff;color:var(--mg-primary)!important;border:2px solid var(--mg-primary)}
.mg-btn-outline:hover{background:#e8f2ff}
.mg-mission{background:linear-gradient(135deg,#0d3d7a 0%,#1a5fb4 100%);color:#fff;border-radius:var(--mg-radius);padding:2rem 2rem 1.75rem;margin-bottom:2rem;box-shadow:var(--mg-shadow);text-align:center}
.mg-mission h2{margin:0 0 1rem;font-size:1.45rem;font-weight:700}
.mg-mission p{margin:0 auto 1rem;max-width:760px;font-size:1.08rem;line-height:1.7;opacity:.96}
.mg-mission .mg-quote{font-size:1.15rem;font-style:italic;border-left:4px solid rgba(255,255,255,.45);padding:.5rem 0 .5rem 1.25rem;text-align:left;margin:1.25rem auto 0;max-width:680px;opacity:.92}
.mg-lead{font-size:1.05rem;color:var(--mg-text);line-height:1.75;margin:0}
.mg-card .mg-lead{margin-bottom:.85rem;color:var(--mg-muted)}
.mg-callout{background:linear-gradient(135deg,#fef9e7 0%,#fff 55%,#e8f2ff 100%);border:2px solid #e5a50a;border-radius:var(--mg-radius);padding:1.75rem 2rem;margin-bottom:2rem;box-shadow:var(--mg-shadow)}
.mg-callout h2{margin:0 0 .85rem;font-size:1.35rem;color:#8a5a00}
.mg-callout p{margin:0 0 .75rem;line-height:1.7;color:var(--mg-text)}
.mg-callout p:last-of-type{margin-bottom:1rem}
.mg-callout-links{display:flex;flex-wrap:wrap;gap:.65rem}
.mg-callout .mg-btn{font-size:.92rem}
.mg-callout-highlight{background:#fff;border-left:4px solid var(--mg-accent);padding:.85rem 1rem;border-radius:0 8px 8px 0;margin:1rem 0;font-size:.98rem;line-height:1.65}
@media(max-width:600px){.mg-hero{padding:1.75rem 1.25rem}.mg-card,.mg-intro,.mg-safety,.mg-mission{padding:1.15rem}}
