:root{
  --bg:#070b14;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.10);
  --text:#eaf0ff;
  --muted: rgba(234,240,255,.72);
  --accent:#5eead4;
  --accent2:#60a5fa;
  --danger:#fb7185;
  --ring: rgba(94,234,212,.35);
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 26px;
  --max: 1150px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(1200px 700px at 20% 0%, rgba(96,165,250,.18), transparent 60%),
    radial-gradient(900px 600px at 80% 10%, rgba(94,234,212,.16), transparent 55%),
    radial-gradient(900px 800px at 50% 95%, rgba(251,113,133,.10), transparent 55%),
    var(--bg);
  color:var(--text);
  line-height:1.55;
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.section{padding:72px 0}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px;
  background: linear-gradient(90deg, rgba(94,234,212,.18), rgba(96,165,250,.14));
  border:1px solid rgba(255,255,255,.12);
  color:var(--text);
  border-radius:999px;
  font-weight:700;
  letter-spacing:.2px;
  font-size:13px;
}
.badge .dot{width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 6px rgba(94,234,212,.16)}
.h1{
  font-size: clamp(34px, 4.2vw, 54px);
  line-height:1.04;
  letter-spacing:-.9px;
  margin:12px 0 12px;
}
.lead{font-size: clamp(16px, 2vw, 19px); color:var(--muted); margin:0 0 18px}
.btnrow{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.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);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  font-weight:800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, filter .18s ease;
  cursor:pointer;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.22)}
.btn.primary{
  background: linear-gradient(135deg, rgba(94,234,212,.95), rgba(96,165,250,.90));
  color:#071018;
  border-color: rgba(94,234,212,.55);
  box-shadow: 0 18px 40px rgba(94,234,212,.14);
}
.btn.primary:hover{filter:brightness(1.02)}
.btn.danger{
  background: linear-gradient(135deg, rgba(251,113,133,.95), rgba(96,165,250,.65));
  color:#12040a;
  border-color: rgba(251,113,133,.50);
}
.btn svg{width:18px; height:18px}

.nav{
  position:sticky; top:0; z-index:20;
  background: rgba(7,11,20,.70);
  backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.navwrap{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0;
}
.brand{display:flex; align-items:center; gap:10px; min-width:0}
.brand img{
  width:44px; height:44px; border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
}
.brand .t{
  display:flex; flex-direction:column; min-width:0;
}
.brand .t strong{font-size:14px; letter-spacing:.2px}
.brand .t span{font-size:12px; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width: 46vw}
.menu{display:flex; gap:14px; align-items:center}
.menu a{
  color: var(--muted);
  font-weight:700;
  font-size:13px;
  padding:10px 10px;
  border-radius:12px;
  transition: background .18s ease, color .18s ease;
}
.menu a:hover{background: rgba(255,255,255,.07); color: var(--text)}
.burger{display:none}
@media (max-width: 880px){
  .menu{display:none}
  .burger{display:inline-flex}
}

.hero{
  padding:34px 0 62px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:20px;
  align-items:stretch;
}
@media (max-width: 920px){
  .heroGrid{grid-template-columns: 1fr; gap:16px}
}
.card{
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroCard{padding:22px}
.heroMedia{
  position:relative;
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  min-height: 320px;
}
.heroMedia img{
  width:100%; height:100%; object-fit:cover;
  transform: scale(1.02);
  filter: contrast(1.06) brightness(1.05) saturate(1.08);
}
.heroMedia::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(7,11,20,.05) 0%, rgba(7,11,20,.58) 82%, rgba(7,11,20,.82) 100%);
  pointer-events:none;
}
.heroMedia .overlay{
  position:absolute; left:16px; right:16px; bottom:16px;
  display:flex; align-items:flex-end; justify-content:space-between; gap:12px;
}
.kpis{
  display:flex; gap:10px; flex-wrap:wrap;
}
.kpi{
  padding:10px 12px;
  background: rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.12);
  border-radius: 14px;
}
.kpi strong{display:block; font-size:13px}
.kpi span{display:block; font-size:12px; color: rgba(234,240,255,.78)}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.12);
  color: rgba(234,240,255,.88);
  font-weight:800;
  font-size:13px;
  white-space:nowrap;
}

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 900px){ .grid3{grid-template-columns: 1fr; } }

.feature{
  padding:16px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.feature:hover{transform: translateY(-2px); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18)}
.feature h3{margin:0 0 6px; font-size:16px}
.feature p{margin:0; color:var(--muted); font-size:13px}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  align-items:stretch;
}
@media (max-width: 900px){ .split{grid-template-columns: 1fr} }

.tourCard{
  padding:16px;
  display:flex; gap:14px; align-items:stretch;
}
.tourCard img{
  width:120px; height:120px; object-fit:cover;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.tourCard h4{margin:0 0 4px; font-size:16px}
.tourCard p{margin:0; color:var(--muted); font-size:13px}
.tourCard .tags{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.tag{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  font-size:12px;
  color: rgba(234,240,255,.86);
  font-weight:700;
}

.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:10px;
}
.gitem{
  position:relative;
  overflow:hidden;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  cursor: zoom-in;
  min-height: 140px;
}
.gitem img{
  width:100%; height:100%;
  object-fit:cover;
  transition: transform .35s ease, filter .35s ease;
  filter: contrast(1.03) saturate(1.03);
}
.gitem:hover img{transform: scale(1.06); filter: contrast(1.06) saturate(1.12) brightness(1.02)}
.gitem::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.40) 100%);
  opacity:.55;
  transition: opacity .35s ease;
}
.gitem:hover::after{opacity:.35}

.span6{grid-column: span 6}
.span4{grid-column: span 4}
.span3{grid-column: span 3}
@media (max-width: 900px){
  .span6,.span4,.span3{grid-column: span 12}
}

.lightbox{
  position:fixed; inset:0; z-index:50;
  display:none;
  align-items:center; justify-content:center;
  padding:18px;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(6px);
}
.lightbox.open{display:flex}
.lightboxInner{
  max-width:min(1100px, 96vw);
  max-height: 86vh;
  position:relative;
}
.lightboxInner img{
  width:auto; height:auto;
  max-width: 96vw;
  max-height: 86vh;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
}
.lbClose{
  position:absolute; top:-10px; right:-10px;
  width:44px; height:44px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(7,11,20,.75);
  color: var(--text);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition: transform .18s ease, background .18s ease;
}
.lbClose:hover{transform: scale(1.03); background: rgba(7,11,20,.90)}
.lbHint{
  text-align:center;
  margin-top:10px;
  color: rgba(234,240,255,.72);
  font-size:12px;
}

.videoWrap{
  position:relative;
  border-radius: 22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
  aspect-ratio: 16/9;
}
.videoWrap iframe{position:absolute; inset:0; width:100%; height:100%; border:0}

.form{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.form .full{grid-column: span 2}
@media (max-width: 800px){
  .form{grid-template-columns: 1fr}
  .form .full{grid-column: span 1}
}
.input{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: var(--text);
  outline:none;
}
.input:focus{
  border-color: rgba(94,234,212,.45);
  box-shadow: 0 0 0 4px var(--ring);
}
label{display:block; font-size:12px; color: rgba(234,240,255,.78); margin:0 0 6px; font-weight:800}
.small{font-size:12px; color: rgba(234,240,255,.72)}

.map{
  border-radius: 22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  height: 340px;
}
.map iframe{width:100%; height:100%; border:0}

.footer{
  padding:22px 0 28px;
  border-top:1px solid rgba(255,255,255,.08);
  color: rgba(234,240,255,.70);
  font-size:13px;
}
.footer .row{
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
}

.fab{
  position:fixed;
  right:16px;
  bottom:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index:60;
}
.fab a{
  width:54px; height:54px;
  border-radius: 18px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(7,11,20,.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.fab a:hover{transform: translateY(-2px); background: rgba(7,11,20,.90); border-color: rgba(255,255,255,.22)}
.fab svg{width:22px; height:22px}

.reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.show{
  opacity:1;
  transform: translateY(0);
}

.notice{
  padding:14px 14px;
  border-radius: 16px;
  border:1px dashed rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: rgba(234,240,255,.78);
  font-size:13px;
}
