/* MEEMMail — Brand CSS
   Colors: IDgrafica_MEEMNet.pdf
   Font: Raleway (Aptos equivalent)
   Layout: W3.CSS handles everything */

body { font-family: 'Aptos', 'Segoe UI', Calibri, 'Trebuchet MS', sans-serif; }

/* Colors */
.mn-sky     { color: #2680ff; }
.mn-magenta { color: #ff00aa; }
.mn-green   { color: #26eb0d; }
.mn-navy    { color: #0e2160; }
.mn-gray    { color: #666666; }
.mn-subwhite{ color: rgba(255,255,255,0.7); }

/* Backgrounds */
.mn-bg-dark  { background: #000000; }
.mn-bg-navy  { background: #0e2160; }
.mn-bg-black { background: #000000; border-top: 1px solid #111; }
.mn-bg-card  { background: #111111; }

/* Navbar */
.mn-navbar { background: #0e2160; height: 64px; display: flex; align-items: center; padding: 0 24px; position: fixed; top: 0; width: 100%; z-index: 100; box-sizing: border-box; }
.mn-nav-logo { height: 40px; }
.mn-nav-right { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.mn-nav-btn { color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; padding: 6px 16px; text-decoration: none; font-size: 0.8rem; font-family: 'Aptos', 'Segoe UI', Calibri, 'Trebuchet MS', sans-serif; }
.mn-nav-btn:hover { border-color: #2680ff; color: #2680ff; }
.mn-lang { color: rgba(255,255,255,0.4); font-size: 0.8rem; font-weight: 600; background: none; border: none; cursor: pointer; font-family: 'Aptos', 'Segoe UI', Calibri, 'Trebuchet MS', sans-serif; padding: 4px 6px; }
.mn-lang:hover, .mn-lang.active { color: #2680ff; }
.mn-sep { color: rgba(255,255,255,0.2); font-size: 0.8rem; }

/* Hero */
.mn-hero { background: linear-gradient(135deg, #000 0%, #0e2160 60%, #0a1a4a 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; padding-top: 64px; text-align: center; }
.mn-hero-logo { width: 90px; margin-bottom: 20px; }
.mn-hero-title { font-size: 3.5rem; font-weight: 200; color: #fff; margin: 0 0 8px; }
.mn-hero-tagline { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 0 0 10px; }
.mn-hero-sub { color: rgba(255,255,255,0.7); margin: 0 0 28px; }

/* Buttons */
.mn-btn-outline { color: #2680ff; border: 2px solid #2680ff; border-radius: 6px; padding: 12px 36px; text-decoration: none; font-weight: 600; font-size: 0.85rem; font-family: 'Aptos', 'Segoe UI', Calibri, 'Trebuchet MS', sans-serif; }
.mn-btn-outline:hover { background: #2680ff; color: #fff; }
.mn-btn-contact { background: #ff8000; color: #fff; border-radius: 6px; padding: 14px 44px; text-decoration: none; font-weight: 600; font-family: 'Aptos', 'Segoe UI', Calibri, 'Trebuchet MS', sans-serif; display: inline-block; }
.mn-btn-contact:hover { background: #e67200; color: #fff; }

/* Typography */
.mn-label { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: #2680ff; margin: 0 0 12px; }
.mn-heading { font-weight: 200; font-size: 2.2rem; margin: 0 0 24px; }
.mn-text { font-size: 0.97rem; line-height: 1.8; margin-bottom: 16px; }
.mn-card-text { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin: 0; }

/* Footer */
.mn-footer-text { color: rgba(255,255,255,0.4); font-size: 0.82rem; margin: 0 0 4px; }
.mn-footer-tagline { color: rgba(255,255,255,0.2); font-size: 0.78rem; font-style: italic; margin: 0; }
.mn-footer-link { color: #2680ff; text-decoration: none; font-size: 0.85rem; }
.mn-footer-link:hover { color: #fff; }
