
:root{
  --bg:#0b0c10;
  --panel:#0f1117;
  --text:#f2f4f8;
  --muted:#b9c0cc;
  --brand:#E0A020;
  --brand-2:#cfd3da;
  --line:rgba(255,255,255,.10);
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --radius: 18px;
  --max: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, sans-serif;
  background: radial-gradient(1200px 800px at 20% -10%, rgba(224,160,32,.25), transparent 55%),
              radial-gradient(900px 700px at 95% 0%, rgba(207,211,218,.12), transparent 45%),
              var(--bg);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; height:auto; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.badge{
  display:inline-flex; gap:10px; align-items:center;
  padding:8px 12px; border:1px solid var(--line);
  border-radius:999px; background: rgba(255,255,255,.03);
  color:var(--muted); font-size:14px;
}
header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(11,12,16,.65);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:12px}
.brand img{width:44px; height:44px; border-radius:12px; background:#fff; padding:6px}
.brand .t1{font-weight:800; letter-spacing:.2px}
.brand .t2{font-size:12px; color:var(--muted); margin-top:1px}
.menu{display:flex; gap:16px; align-items:center}
.menu a{font-size:14px; color:var(--muted); padding:10px 10px; border-radius:12px}
.menu a:hover{background:rgba(255,255,255,.04); color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px; padding:12px 16px; border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:var(--text); cursor:pointer;
  transition: transform .15s ease, background .15s ease;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.07)}
.btn.primary{background: linear-gradient(135deg, rgba(224,160,32,.95), rgba(224,160,32,.55)); border-color: rgba(224,160,32,.45); color:#0b0c10; font-weight:800}
.btn.primary:hover{background: linear-gradient(135deg, rgba(224,160,32,1), rgba(224,160,32,.60))}
.hero{
  padding:54px 0 26px;
}
.heroGrid{
  display:grid; gap:26px;
  grid-template-columns: 1.15fr .85fr;
  align-items:stretch;
}
@media (max-width: 980px){
  .heroGrid{grid-template-columns:1fr}
  .menu{display:none}
}
.card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.heroCard{padding:26px}
h1{font-size:42px; line-height:1.06; margin:14px 0 12px}
@media (max-width: 520px){ h1{font-size:34px} }
.lead{color:var(--muted); font-size:16px; margin:0 0 18px}
.heroCtas{display:flex; flex-wrap:wrap; gap:12px; margin-top:16px}
.kpis{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:18px}
.kpi{padding:14px; border-radius:16px; border:1px solid var(--line); background: rgba(0,0,0,.18)}
.kpi .n{font-size:18px; font-weight:900; color:var(--brand)}
.kpi .d{font-size:12px; color:var(--muted)}
.heroMedia{
  overflow:hidden;
  border-radius: var(--radius);
  position:relative;
}
.heroMedia img{width:100%; height:100%; object-fit:cover; min-height:340px}
.heroMedia::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(11,12,16,0) 0%, rgba(11,12,16,.72) 78%, rgba(11,12,16,.94) 100%);
}
.heroMedia .caption{
  position:absolute; left:16px; right:16px; bottom:14px; z-index:2;
  color: rgba(242,244,248,.92);
  font-weight:700; letter-spacing:.2px;
}
section{padding:44px 0}
.sectionTitle{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:16px}
.sectionTitle h2{margin:0; font-size:26px}
.sectionTitle p{margin:0; color:var(--muted); max-width:560px}
.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
@media (max-width: 980px){ .grid3{grid-template-columns: 1fr} }
.feature{padding:18px}
.feature h3{margin:8px 0 8px; font-size:18px}
.feature p{margin:0; color:var(--muted); font-size:14px}
.iconBubble{
  width:44px; height:44px; border-radius:14px;
  background: rgba(224,160,32,.15);
  border:1px solid rgba(224,160,32,.25);
  display:flex; align-items:center; justify-content:center;
}
.iconBubble svg{width:22px; height:22px; fill: var(--brand)}

.gallery{display:grid; gap:12px; grid-template-columns: repeat(12, 1fr)}
.gItem{grid-column: span 4; border-radius: 18px; overflow:hidden; border:1px solid var(--line); background:#0c0e13; cursor:pointer; position:relative}
.gItem img{width:100%; height:100%; object-fit:cover; aspect-ratio: 4/3}
.gItem .tag{position:absolute; left:10px; bottom:10px; font-size:12px; padding:6px 10px; border-radius:999px; background: rgba(0,0,0,.55); border:1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.9)}
@media (max-width:980px){ .gItem{grid-column: span 6} }
@media (max-width:520px){ .gItem{grid-column: span 12} }

.videoWrap{
  position:relative; padding-top: 56.25%;
  border-radius: var(--radius);
  overflow:hidden; border:1px solid var(--line); background:#000;
}
.videoWrap iframe{position:absolute; inset:0; width:100%; height:100%; border:0}

.twoCol{display:grid; gap:14px; grid-template-columns: 1fr 1fr}
@media (max-width: 980px){ .twoCol{grid-template-columns: 1fr} }
.map{border-radius: var(--radius); overflow:hidden; border:1px solid var(--line); min-height:340px}
.map iframe{width:100%; height:100%; border:0; min-height:340px}
.form{padding:18px}
label{display:block; font-size:13px; color:var(--muted); margin:12px 0 6px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.2);
  color: var(--text);
  outline:none;
}
textarea{min-height:120px; resize:vertical}
small{color:var(--muted)}
footer{
  border-top: 1px solid var(--line);
  padding:26px 0 36px;
  color: var(--muted);
}
.footerInner{display:flex; flex-wrap:wrap; gap:10px; align-items:center; justify-content:space-between}

.whatsapp-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99;
}
.whatsapp-float a{
  width:54px; height:54px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 18px;
  background: rgba(37, 211, 102, .95);
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.22);
}
.whatsapp-float svg{width:26px; height:26px; fill:#0b0c10}

.lightbox{
  position:fixed; inset:0; z-index:120;
  display:none; align-items:center; justify-content:center;
  background: rgba(0,0,0,.78);
  padding: 20px;
}
.lightbox.open{display:flex}
.lightboxContent{
  max-width: 1060px; width: 100%;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.16);
  background:#0b0c10;
}
.lightboxTop{display:flex; justify-content:space-between; align-items:center; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.10)}
.lightboxTop .t{font-weight:800}
.lightboxTop button{background:transparent; color:var(--text); border:1px solid rgba(255,255,255,.18); padding:10px 12px; border-radius:12px; cursor:pointer}
.lightboxImg img{width:100%; height:auto}
.reveal{opacity:0; transform: translateY(10px); transition: opacity .6s ease, transform .6s ease}
.reveal.show{opacity:1; transform: translateY(0)}
