:root{
  --bg:#0b0f12;
  --card:#121820;
  --text:#e9eef2;
  --muted:#b6c3cc;
  --line:rgba(255,255,255,.12);
  --brand:#1890A4;
  --brand2:#0f5d6b;
  --white:#ffffff;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background: radial-gradient(1200px 800px at 80% -10%, rgba(24,144,164,.22), transparent 60%),
              radial-gradient(900px 700px at 10% 10%, rgba(255,255,255,.06), transparent 55%),
              var(--bg);
  line-height:1.5;
}
a{color:inherit}
.container{width:min(1100px, 92vw); margin:0 auto}
header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(11,15,18,.62);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:14px;
}
.brand{
  display:flex; align-items:center; gap:12px; text-decoration:none;
}
.brand img{width:42px; height:42px; border-radius:10px; background:rgba(255,255,255,.06); padding:6px}
.brand .t1{font-weight:700; letter-spacing:.4px}
.brand .t2{font-size:.85rem; color:var(--muted); margin-top:-2px}
.navlinks{display:flex; gap:18px; align-items:center}
.navlinks a{
  text-decoration:none; color:var(--muted);
  padding:8px 10px; border-radius:999px; border:1px solid transparent;
}
.navlinks a:hover{color:var(--text); border-color:var(--line); background:rgba(255,255,255,.04)}
.actions{display:flex; gap:10px; align-items:center}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--text);
  text-decoration:none;
  font-weight:600;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform:translateY(-1px); background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.22)}
.btn.primary{
  background: linear-gradient(135deg, rgba(24,144,164,1), rgba(15,93,107,1));
  border-color: rgba(24,144,164,.35);
}
.btn.primary:hover{border-color: rgba(24,144,164,.65)}
.btn.ghost{background:transparent}
.hamburger{display:none}
.hero{
  padding:44px 0 22px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
.heroCard{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-radius:24px;
  overflow:hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.heroMedia{
  position:relative;
  min-height:320px;
  background:#0c1218;
}
.heroMedia img{
  width:100%; height:100%;
  object-fit:cover; display:block;
  filter:saturate(1.05) contrast(1.02);
}
.heroOverlay{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(11,15,18,.78) 0%, rgba(11,15,18,.10) 55%, rgba(11,15,18,.00) 100%);
}
.heroBody{
  position:absolute; inset:0;
  padding:26px;
  display:flex; flex-direction:column; justify-content:flex-end;
  gap:12px;
}
.kicker{
  display:inline-flex; gap:10px; align-items:center;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  border-radius:999px;
  width:max-content;
  color:var(--muted);
  font-weight:600;
}
h1{
  margin:0;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  line-height:1.12;
  letter-spacing:-.02em;
}
.lead{margin:0; color:rgba(233,238,242,.88); font-size:1.05rem; max-width:52ch}
.heroCtas{display:flex; flex-wrap:wrap; gap:10px; margin-top:4px}
.sideCard{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:24px;
  padding:18px;
  display:flex; flex-direction:column; gap:14px;
}
.sideCard h3{margin:0; font-size:1.05rem}
.sideCard p{margin:0; color:var(--muted)}
.pills{display:flex; flex-wrap:wrap; gap:10px}
.pill{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  padding:8px 10px;
  border-radius:999px;
  color:var(--muted);
  font-weight:600;
  font-size:.92rem;
}
.section{padding:28px 0}
.section h2{
  margin:0 0 12px;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
}
.grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:20px;
  padding:18px;
}
.card p{color:var(--muted)}
.videoWrap{
  position:relative;
  padding-top:56.25%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#0c1218;
}
.videoWrap iframe{position:absolute; inset:0; width:100%; height:100%}
.gallery{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:12px;
}
.gItem{
  grid-column: span 4;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#0c1218;
  cursor:pointer;
  position:relative;
}
.gItem img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .25s ease}
.gItem:hover img{transform:scale(1.03)}
.gItem::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.45) 100%);
  opacity:.9;
}
.gCap{
  position:absolute; left:12px; right:12px; bottom:10px;
  z-index:2;
  color:rgba(233,238,242,.92);
  font-weight:700;
  font-size:.95rem;
  text-shadow: 0 8px 22px rgba(0,0,0,.55);
}
.formRow{display:grid; grid-template-columns:1fr 1fr; gap:12px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  color:var(--text);
  outline:none;
}
textarea{min-height:120px; resize:vertical}
input:focus, textarea:focus{border-color: rgba(24,144,164,.65); box-shadow:0 0 0 4px rgba(24,144,164,.15)}
.small{font-size:.92rem; color:var(--muted)}
.map{
  border-radius:18px; overflow:hidden;
  border:1px solid var(--line);
  background:#0c1218;
  min-height:320px;
}
.map iframe{width:100%; height:100%; border:0}
footer{
  border-top:1px solid var(--line);
  padding:22px 0 34px;
  color:var(--muted);
}
.footerGrid{
  display:flex; flex-wrap:wrap;
  gap:14px; align-items:center; justify-content:space-between;
}
.fade{
  opacity:0;
  transform: translateY(10px);
  transition: opacity .7s ease, transform .7s ease;
}
.fade.in{opacity:1; transform:none}

.whatsapp-float{
  position:fixed; right:18px; bottom:18px; z-index:60;
  width:56px; height:56px;
  border-radius:18px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(34,193,195,1), rgba(24,144,164,1));
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.2);
  text-decoration:none;
}
.whatsapp-float svg{width:28px; height:28px; fill:white}

.lightbox{
  position:fixed; inset:0; z-index:80;
  background:rgba(0,0,0,.72);
  display:none;
  align-items:center; justify-content:center;
  padding:18px;
}
.lightbox.open{display:flex}
.lightboxInner{
  width:min(980px, 96vw);
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:#0b0f12;
}
.lightboxTop{
  display:flex; justify-content:space-between; align-items:center;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.10);
  color:var(--muted);
}
.lbClose{
  cursor:pointer;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:12px;
  padding:8px 10px;
  font-weight:700;
}
.lightbox img{width:100%; height:auto; display:block}

@media (max-width: 900px){
  .heroGrid{grid-template-columns:1fr}
  .gItem{grid-column: span 6}
}
@media (max-width: 640px){
  .navlinks{display:none}
  .hamburger{display:inline-flex}
  .actions .btn.ghost{display:none}
  .gItem{grid-column: span 12}
  .formRow{grid-template-columns:1fr}
  .heroBody{padding:18px}
}