
:root{--bg:#0b1020;--text:#e7ecff;--muted:#a4aed4;--shadow:0 10px 30px rgba(0,0,0,.35)}
*{box-sizing:border-box} body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}
.container{width:min(1100px,92vw);margin-inline:auto;padding:20px}
.header{background:#003366;color:#fff;position:sticky;top:0;z-index:10}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand img.logo{height:54px;border-radius:10px;background:#0f1733;border:1px solid rgba(255,255,255,.08)}
.brand h1{margin:0;font-size:20px;font-weight:700}
.nav{display:flex;gap:8px}
.nav a{color:#fff;text-decoration:none;padding:10px 14px;border-radius:8px;font-weight:600}
.nav a.active{background:rgba(74,168,255,.25)}
.nav a:hover{background:rgba(255,255,255,.15)}
.lang{display:flex;gap:6px}
.lang button{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.25);padding:8px 10px;border-radius:8px;cursor:pointer;font-weight:700}
.lang button.active{background:#4aa8ff;border-color:#4aa8ff}
.footer{margin-top:40px;padding:18px 0;color:var(--muted);text-align:center;border-top:1px solid rgba(255,255,255,.15)}
h2{margin:12px 0}
.highlight-images{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-top:16px}
.highlight-images img{width:100%;max-width:360px;height:auto;object-fit:contain;border-radius:12px;background:#0f1733;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);cursor:zoom-in}
.gallery{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}
@media (min-width:740px){.gallery{grid-template-columns:repeat(3,1fr)}}
@media (min-width:1024px){.gallery{grid-template-columns:repeat(5,1fr)}}
.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;background:#0f1733;cursor:zoom-in;border:1px solid rgba(255,255,255,.08)}
.muted{color:var(--muted)}
.table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
.table th,.table td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}
.table thead th{background:rgba(255,255,255,.08)}
.map{width:100%;height:320px;border:none;border-radius:12px}
.lightbox-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.85);display:none;align-items:center;justify-content:center;z-index:100}
.lightbox-backdrop.active{display:flex}
.lightbox-img{max-width:92vw;max-height:92vh;border-radius:14px;outline:1px solid rgba(122,190,255,.35)}
.lightbox-close{position:fixed;top:14px;right:16px;width:44px;height:44px;border:none;border-radius:999px;background:rgba(255,255,255,.9);color:#111;font-size:22px;font-weight:700;cursor:pointer}
