:root{
  --bg:#06131a;
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.10);
  --text:#e8f4ff;
  --muted:rgba(232,244,255,.75);
  --brand:#19d3c5;
  --brand2:#ffd34d;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(25,211,197,.22), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(255,211,77,.14), transparent 55%),
    linear-gradient(180deg, #041018 0%, #06131a 45%, #030a10 100%);
}
a{color:inherit}
.container{width:min(1120px, 92vw); margin:0 auto}
header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(3,10,16,.55);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0;
}
.brand{
  display:flex; align-items:center; gap:10px;
  text-decoration:none;
}
.brand img{width:40px; height:40px; border-radius:12px; box-shadow: var(--shadow)}
.brand .t1{font-weight:800; letter-spacing:.3px; line-height:1.1}
.brand .t2{font-size:12px; color:var(--muted)}
.menu{
  display:flex; gap:18px; align-items:center;
}
.menu a{
  text-decoration:none; font-weight:650; font-size:14px;
  padding:10px 12px; border-radius:12px;
  color:var(--muted);
}
.menu a:hover{background:rgba(255,255,255,.06); color:var(--text)}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:var(--text); text-decoration:none; font-weight:750;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.10)}
.btn.primary{
  background: linear-gradient(135deg, rgba(25,211,197,.95), rgba(255,211,77,.85));
  color:#072027;
  border: 0;
}
.btn.primary:hover{filter:saturate(1.05)}
.btn.small{padding:10px 12px; border-radius:12px; font-size:14px}
.hero{
  padding:34px 0 24px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:stretch;
}
@media (max-width: 900px){
  .heroGrid{grid-template-columns:1fr; gap:16px}
  .menu{display:none}
}
.card{
  background: var(--card);
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.heroLeft{
  padding:22px;
  overflow:hidden;
  position:relative;
}
.kicker{
  display:inline-flex; gap:8px; align-items:center;
  font-weight:800; font-size:12px; letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(232,244,255,.82);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  padding:8px 10px; border-radius:999px;
}
h1{
  margin:14px 0 10px;
  font-size: clamp(28px, 4.2vw, 46px);
  line-height:1.05;
  letter-spacing:-.02em;
}
.sub{
  color: var(--muted);
  font-size: 16px;
  line-height:1.55;
  margin:0 0 18px;
}
.heroActions{display:flex; flex-wrap:wrap; gap:12px; margin-top:8px}
.pills{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px}
.pill{
  font-size:13px; color:rgba(232,244,255,.8);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  padding:8px 10px; border-radius:999px;
}
.heroRight{
  padding:16px;
  display:flex; flex-direction:column; gap:12px;
}
.cover{
  position:relative;
  overflow:hidden;
  border-radius: 16px;
  height: 210px;
}
.cover img{
  width:100%; height:100%; object-fit:cover;
  transform:scale(1.02);
}
.overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.55) 100%);
}
.coverText{
  position:absolute; left:14px; bottom:14px; right:14px;
  display:flex; align-items:flex-end; justify-content:space-between; gap:10px;
}
.coverText .loc{
  font-weight:850;
}
.badge{
  font-size:12px; font-weight:850;
  background: rgba(25,211,197,.18);
  border:1px solid rgba(25,211,197,.35);
  padding:8px 10px; border-radius:999px;
}
.quick{
  display:grid; grid-template-columns:1fr 1fr;
  gap:10px;
}
@media (max-width:520px){ .quick{grid-template-columns:1fr} }
.qCard{
  padding:12px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
}
.qCard .t{font-size:12px; color:var(--muted); margin-bottom:6px}
.qCard .v{font-size:14px; font-weight:800}
.section{padding:26px 0}
.section h2{
  margin:0 0 8px;
  font-size: clamp(22px, 2.7vw, 30px);
}
.section p.lead{
  margin:0 0 16px;
  color: var(--muted);
  line-height:1.6;
}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width:900px){ .grid3{grid-template-columns:1fr 1fr} }
@media (max-width:600px){ .grid3{grid-template-columns:1fr} }
.tour{
  padding:12px;
  overflow:hidden;
}
.tour .imgWrap{
  border-radius:16px; overflow:hidden; height:200px;
  border:1px solid rgba(255,255,255,.10);
}
.tour img{
  width:100%; height:100%; object-fit:cover;
  transition: transform .35s ease;
}
.tour:hover img{transform:scale(1.05)}
.tour .meta{padding:12px 4px 2px}
.tour .meta .name{font-weight:900; font-size:16px; margin:0 0 6px}
.tour .meta .desc{margin:0; color:var(--muted); font-size:14px; line-height:1.45}
.tour .actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:10px;
}
.gItem{
  position:relative; overflow:hidden;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  cursor:pointer;
}
.gItem img{width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease}
.gItem:hover img{transform:scale(1.05)}
.g1{grid-column: span 6; height:240px}
.g2{grid-column: span 6; height:240px}
.g3{grid-column: span 4; height:220px}
.g4{grid-column: span 4; height:220px}
.g5{grid-column: span 4; height:220px}
@media(max-width:900px){
  .g1,.g2{grid-column:span 12}
  .g3,.g4,.g5{grid-column:span 12}
}
.lightbox{
  position:fixed; inset:0; z-index:9999;
  background: rgba(0,0,0,.75);
  display:none;
  align-items:center; justify-content:center;
  padding:18px;
}
.lightbox.open{display:flex}
.lightbox img{
  width:min(980px, 96vw);
  max-height: 86vh;
  object-fit:contain;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.lbClose{
  position:absolute; top:14px; right:14px;
  width:44px; height:44px; border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  color:var(--text);
  cursor:pointer;
  font-size:20px;
}
.videoWrap{
  border-radius: 18px; overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.videoWrap iframe{width:100%; aspect-ratio: 16/9; border:0; display:block}
.formGrid{
  display:grid; grid-template-columns: 1fr 1fr;
  gap:12px;
}
@media(max-width:800px){ .formGrid{grid-template-columns:1fr} }
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(3,10,16,.45);
  color:var(--text);
  outline:none;
}
textarea{min-height:120px; resize:vertical}
label{font-size:13px; color:var(--muted)}
.field{display:flex; flex-direction:column; gap:8px}
.formActions{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
footer{
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(232,244,255,.75);
}
.fade{
  opacity:0; transform: translateY(10px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade.in{opacity:1; transform:none}
.floatWhats{
  position:fixed; right:16px; bottom:16px; z-index:60;
  width:54px; height:54px;
  border-radius: 999px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(25,211,197,.92);
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
  text-decoration:none;
}
.floatWhats svg{width:26px; height:26px; fill:#062126}