:root{
  --bg:#0b1220;
  --bg2:#0e172a;
  --card:#0f1b33;
  --text:#e9eefb;
  --muted:#a9b4d0;
  --line:rgba(255,255,255,.08);
  --gold:#d7b46a;
  --max:1180px;
  --r:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial;
  background: radial-gradient(900px 500px at 20% 0%, rgba(215,180,106,.18), transparent 60%),
              radial-gradient(900px 500px at 80% 0%, rgba(79,140,255,.18), transparent 60%),
              linear-gradient(180deg, var(--bg), #060a14 70%);
  color:var(--text);
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.container{width:min(var(--max), calc(100% - 40px)); margin-inline:auto}
.section{padding:64px 0}
.kicker{color:var(--gold); letter-spacing:.12em; text-transform:uppercase; font-size:12px}
.h1{font-size:44px; line-height:1.05; margin:10px 0 12px}
.h2{font-size:28px; margin:0 0 12px}
.p{color:var(--muted); line-height:1.8; margin:0}
.small{font-size:13px;color:var(--muted);line-height:1.8;margin:0}

.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:12px 16px; border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  transition:.2s; cursor:pointer;
}
.btn:hover{transform:translateY(-1px); border-color:rgba(215,180,106,.55)}
.btn.primary{
  background:linear-gradient(90deg, rgba(215,180,106,.25), rgba(215,180,106,.08));
  border-color:rgba(215,180,106,.35);
}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:999px;
  padding:8px 12px;
  color:var(--muted);
  font-size:13px;
}

header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background:rgba(6,10,20,.55);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.logo{
  display:flex; align-items:center; gap:10px; font-weight:700;
}
.logo img{width:28px; height:28px}
.nav a{color:var(--muted)}
.nav a:hover{color:var(--text)}
.navlinks{display:flex; gap:18px; align-items:center}

.hero{
  padding:64px 0 22px;
}
.heroGrid{
  display:grid; grid-template-columns: 1.2fr .8fr; gap:26px; align-items:stretch;
}
.heroCard{
  border:1px solid var(--line);
  border-radius:var(--r);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  overflow:hidden;
}
.heroMedia{
  height:100%;
  min-height:320px;
  background:linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.45)),
             url("/images/veiw seazen.jpeg") center/cover no-repeat;
}
.heroBody{padding:22px}
.heroActions{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}

.grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:16px;
}
.card{
  grid-column: span 4;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--r);
  overflow:hidden;
  transition:.2s;
}
.card:hover{transform:translateY(-2px); border-color:rgba(255,255,255,.16)}
.cardMedia{height:160px; background:#111; background-size:cover; background-position:center}
.cardBody{padding:16px}
.cardTitle{font-weight:700; margin:0 0 8px}
.cardMeta{color:var(--muted); font-size:13px; line-height:1.6}
.cardCtas{display:flex; gap:10px; margin-top:12px; flex-wrap:wrap}

.split{
  display:grid; grid-template-columns: 1fr 1fr; gap:18px; align-items:start;
}
.box{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:var(--r);
  padding:18px;
}
.ul{margin:10px 0 0; padding-left:18px; color:var(--muted); line-height:1.9}
.hr{height:1px; background:var(--line); margin:18px 0}

.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:12px;
}
.g{
  grid-column: span 3;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#0b0f1b;
}
.g img{width:100%; height:160px; object-fit:cover}

.breadcrumbs{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:13px;margin:10px 0 0}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs a:hover{color:var(--text)}

.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.02);
}
.table th,.table td{
  text-align:left;
  padding:12px 14px;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:14px;
  vertical-align:top;
}
.table th{color:var(--text);font-weight:700;background:rgba(255,255,255,.03)}
.table tr:last-child td{border-bottom:none}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0;
  color:var(--muted);
}

.floating{
  position:fixed; right:18px; bottom:18px; z-index:60;
  display:flex; flex-direction:column; gap:10px;
}
.floating a{
  display:inline-flex; align-items:center; justify-content:center;
  width:46px; height:46px; border-radius:999px;
  border:1px solid rgba(215,180,106,.35);
  background:rgba(6,10,20,.55);
  backdrop-filter: blur(10px);
}

@media (max-width: 980px){
  .heroGrid{grid-template-columns:1fr}
  .card{grid-column: span 6}
  .split{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .h1{font-size:34px}
  .card{grid-column: span 12}
  .g{grid-column: span 6}
}
