
:root{--gcs-dark:#0b172a;--gcs-accent:#f59e0b;--gcs-muted:#6b7280;}
html,body{scroll-behavior:smooth;}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;}
.fw-black{font-weight:900;}
.navbar{backdrop-filter:saturate(180%) blur(10px); background:rgba(11,23,42,.88)!important;}
.navbar .nav-link{color:#e5e7eb!important; opacity:.9;}
.navbar .nav-link:hover{opacity:1;}
.brand-badge{display:inline-flex; align-items:center; gap:.6rem; font-weight:800; letter-spacing:.4px;}
.brand-mark{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--gcs-accent),#ffd08a);box-shadow:0 12px 24px rgba(245,158,11,.22);}
.hero{position:relative;min-height:84vh;color:#fff;overflow:hidden;background:var(--gcs-dark);}
.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(11,23,42,.82),rgba(11,23,42,.35)),url("../images/site_enrox.jpg");background-size:cover;background-position:center;transform:scale(1.02);}
.hero .container{position:relative;z-index:2;}
.hero-pill{display:inline-flex;gap:.5rem;align-items:center;padding:.45rem .75rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);}
.btn-accent{background:var(--gcs-accent);border:none;color:#0b172a;font-weight:900;}
.btn-accent:hover{filter:brightness(.95);}
.btn-ghost{border:1px solid rgba(255,255,255,.35);color:#fff;font-weight:900;}
.btn-ghost:hover{background:rgba(255,255,255,.08);color:#fff;}
.section{padding:80px 0;}
.section-title{font-weight:900;letter-spacing:.2px;}
.kpi{background:linear-gradient(180deg,#0b172a,#0b172a 60%,#0f213d);color:#fff;}
.kpi .card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:18px;}
.kpi .kpi-value{font-size:2rem;font-weight:900;}
.soft-card{border-radius:18px;border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 34px rgba(2,6,23,.06);}
.icon-bubble{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:rgba(245,158,11,.12);color:var(--gcs-accent);}
.gallery-grid img{width:100%;height:220px;object-fit:cover;border-radius:16px;box-shadow:0 14px 30px rgba(2,6,23,.12);}
.footer{background:#071224;color:#cbd5e1;}
.footer a{color:#e2e8f0;text-decoration:none;}
.footer a:hover{text-decoration:underline;}
.lang-switch{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.25rem;display:flex;gap:.25rem;}
.lang-switch a{color:#e5e7eb;text-decoration:none;font-weight:900;padding:.35rem .7rem;border-radius:999px;opacity:.85;}
.lang-switch a.active{background:rgba(255,255,255,.14);opacity:1;}
.badge-soft{background:rgba(245,158,11,.12);color:#b45309;border:1px solid rgba(245,158,11,.18);font-weight:900;}
