:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f62fe;--accent-green:#10b981;--accent-red:#ef4444;--accent-gold:#f59e0b;--border:#e2e8f0;--border-radius:12px;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}p,li,td{color:#334155}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{font-weight:500;color:var(--text-main) !important;transition:color 0.3s ease}.nav-link:hover{color:var(--accent) !important}.hero-section{padding:100px 0 60px;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(15,98,254,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;line-height:1.3}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-img{border-radius:var(--border-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--accent);border-radius:2px}.section-title-center::after{left:50%;transform:translateX(-50%)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.badge-live{background-color:var(--accent-red);color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.table-responsive{border-radius:var(--border-radius);background-color:var(--surface);border:1px solid var(--border)}.table th{background-color:#f1f5f9;color:var(--surface-strong);font-weight:600}.city-card{position:relative;height:300px;border-radius:var(--border-radius);overflow:hidden}.city-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.city-card:hover img{transform:scale(1.08)}.city-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(15,23,42,0.9) 0%,rgba(15,23,42,0.2) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:#ffffff}.accordion-item{border:1px solid var(--border);border-radius:var(--border-radius) !important;margin-bottom:12px;overflow:hidden}.accordion-button:not(.collapsed){background-color:#eff6ff;color:var(--accent);box-shadow:none}.accordion-button:focus{box-shadow:none}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px}.footer-section h5{color:#ffffff;font-weight:600}.footer-link{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-link:hover{color:#ffffff}