.main-header:where(.astro-YFFX4ZBX){background-color:var(--backgroundColor);color:var(--textColor);width:100%;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:1000}.header-container:where(.astro-YFFX4ZBX){max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;min-height:80px}.logo-link:where(.astro-YFFX4ZBX){flex-shrink:0;display:flex;align-items:center}.main-logo:where(.astro-YFFX4ZBX){height:50px;width:auto;object-fit:contain}.main-navigation:where(.astro-YFFX4ZBX){flex-grow:1;justify-content:center}.main-navigation:where(.astro-YFFX4ZBX) ul:where(.astro-YFFX4ZBX){list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:1.5rem}.main-navigation:where(.astro-YFFX4ZBX) a:where(.astro-YFFX4ZBX){color:var(--textColor);text-decoration:none;font-weight:600;font-size:15px;font-family:sans-serif;transition:opacity .2s}.main-navigation:where(.astro-YFFX4ZBX) a:where(.astro-YFFX4ZBX):hover{opacity:.8;color:#0d47a1}.right-actions:where(.astro-YFFX4ZBX){display:flex;align-items:center;gap:15px}.btn-ticket:where(.astro-YFFX4ZBX){background-color:#ff9800;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:700;text-decoration:none;transition:background-color .2s;white-space:nowrap}.btn-ticket:where(.astro-YFFX4ZBX):hover{background-color:#f57c00;color:#fff}.social-icons:where(.astro-YFFX4ZBX){align-items:center;gap:12px}.social-icons:where(.astro-YFFX4ZBX) a:where(.astro-YFFX4ZBX){color:var(--textColor);display:inline-flex;align-items:center;transition:opacity .2s}.social-icons:where(.astro-YFFX4ZBX) a:where(.astro-YFFX4ZBX):hover{opacity:.7}.site-footer:where(.astro-37FXCHFA){background-color:var(--footerBackgroundColor);color:var(--footerTextColor);padding:2rem 1rem;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-menu-placeholder:where(.astro-37FXCHFA){margin-left:var(--footerMenuMarginLeft);border:1px dashed rgba(255,255,255,.3);padding:5px;opacity:.7;min-width:100px;text-align:left}.footer-copyright:where(.astro-37FXCHFA){flex-grow:1;text-align:center;padding:0 10px;{} <link rel="icon" type="image/png" href="/images/logo_mounkey_header.png" /> {} {} {} {} {} {} {} <style> body {font-family: sans-serif; margin: 0; display: flex; flex-direction: column; min-height: 100vh; background-color: #f4f4f4; color: #333;} header {background-color: #333; color: white; padding: 1rem; text-align: center;} header img.logo {max-height: 50px; margin-bottom: .5rem;} nav ul {list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; gap: 1rem;} nav a {color: white; text-decoration: none; font-weight: bold;} nav a:hover {text-decoration: underline;} main {flex-grow: 1; padding: 1rem 2rem; max-width: 1200px; margin: 0 auto; width: 100%;} footer {background-color: #222; color: white; text-align: center; padding: 2rem 1rem; margin-top: auto;} .social-links a {color: white; margin: 0 .5rem; font-size: 1.5rem; text-decoration: none;} .social-links a:hover {color: #ddd;} .company-info {display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 1rem;}}body{margin:0;padding:0;background-color:#f7f9fb}::-webkit-scrollbar{display:none}
