:root{
  --bg:#071214;
  --card:#0b1b1e;
  --card2:#0f2428;
  --text:#eaf6f7;
  --muted:#b7c9cc;
  --accent:#1fe3d4;
  --accent2:#16bfb3;
  --border:rgba(255,255,255,.10);
  --shadow:0 10px 30px rgba(0,0,0,.35);
  --radius:18px;
  --max:1120px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(31,227,212,.18), transparent 60%),
              radial-gradient(900px 500px at 100% 20%, rgba(31,227,212,.10), transparent 65%),
              var(--bg);
  color:var(--text);
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,18,20,.72);
  border-bottom:1px solid var(--border);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0;
  gap:14px;
}
.brand{
  display:flex; align-items:center; gap:12px; min-width:0;
}
.brand img{height:44px; width:auto; display:block}
.brand .name{font-weight:800; letter-spacing:.3px}
.brand .sub{font-size:12px; color:var(--muted); margin-top:2px}
.navlinks{display:flex; gap:14px; flex-wrap:wrap; align-items:center; justify-content:flex-end}
.navlinks a{
  font-weight:650; font-size:14px; color:var(--text);
  padding:9px 10px; border-radius:999px;
  border:1px solid transparent;
}
.navlinks a:hover{border-color:var(--border); background:rgba(255,255,255,.04)}
.ctaRow{display:flex; gap:10px; align-items:center; flex-wrap:wrap; justify-content:flex-end}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:999px; font-weight:800;
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  transition:transform .08s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{transform:translateY(-1px); border-color:rgba(31,227,212,.35)}
.btn.primary{background:linear-gradient(135deg, var(--accent), var(--accent2)); color:#042023; border-color:transparent}
.btn.primary:hover{background:linear-gradient(135deg, #35efe2, #1dd0c4)}
.hero{
  padding:34px 0 18px;
}
.heroGrid{
  display:grid; gap:18px;
  grid-template-columns: 1.25fr .75fr;
  align-items:stretch;
}
.heroCard{
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroInner{padding:22px}
.kicker{
  display:inline-flex; gap:8px; align-items:center;
  font-size:13px; font-weight:800; color:var(--muted);
  padding:8px 12px; border-radius:999px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
}
h1{margin:14px 0 10px; font-size:42px; line-height:1.12; letter-spacing:-.8px}
.hero p{margin:0; color:var(--muted); font-size:16px}
.heroBullets{
  margin:16px 0 0; padding:0; list-style:none;
  display:grid; gap:8px;
}
.heroBullets li{
  display:flex; gap:10px; align-items:flex-start;
  padding:10px 12px; border-radius:14px;
  border:1px solid var(--border);
  background:rgba(0,0,0,.14);
}
.dot{width:10px;height:10px;margin-top:6px;border-radius:50%; background:var(--accent)}
.heroActions{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.aside{
  padding:18px;
  display:flex; flex-direction:column; gap:12px;
}
.badge{
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  border-radius:16px;
  padding:14px;
}
.badge h3{margin:0 0 6px; font-size:15px}
.badge p{margin:0; color:var(--muted); font-size:14px}
.grid3{display:grid; gap:14px; grid-template-columns:repeat(3, 1fr)}
.section{padding:26px 0}
.section h2{margin:0 0 10px; font-size:26px; letter-spacing:-.3px}
.section p.lead{margin:0 0 14px; color:var(--muted)}
.card{
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.cardPad{padding:16px}
.iconTitle{display:flex; gap:10px; align-items:center; margin-bottom:8px}
.icon{
  width:36px;height:36px;border-radius:12px;
  display:inline-flex; align-items:center; justify-content:center;
  background:rgba(31,227,212,.14);
  border:1px solid rgba(31,227,212,.22);
}
.icon svg{width:18px;height:18px; fill:var(--accent)}
.small{color:var(--muted); font-size:14px}
.split{
  display:grid; gap:14px; grid-template-columns: 1fr 1fr;
}
.gallery{
  display:grid; gap:12px;
  grid-template-columns: 1fr 1fr;
}
.figure{
  border:1px solid var(--border); border-radius:18px; overflow:hidden;
  background:rgba(255,255,255,.02);
}
.figure img{display:block; width:100%; height:auto}
.figure .cap{padding:10px 12px; color:var(--muted); font-size:13px}
.review{
  padding:16px; border-radius:18px;
  border:1px solid var(--border);
  background:rgba(0,0,0,.12);
}
.stars{letter-spacing:2px; color:var(--accent); font-weight:900}
.review .who{margin-top:10px; color:var(--muted); font-size:13px; font-weight:700}
.footer{
  padding:28px 0 90px;
  border-top:1px solid var(--border);
  background:rgba(0,0,0,.14);
}
.footerGrid{display:grid; gap:14px; grid-template-columns: 1.2fr .8fr}
.footer a{color:var(--muted)}
.footer a:hover{color:var(--text)}
.mobileBar{
  position:fixed; left:0; right:0; bottom:0; z-index:60;
  background: rgba(7,18,20,.88);
  backdrop-filter: blur(10px);
  border-top:1px solid var(--border);
  padding:10px 12px;
  display:none;
}
.mobileBar .row{display:flex; gap:10px}
.mobileBar .row a{flex:1}
form{display:grid; gap:10px}
input, textarea{
  width:100%;
  background:rgba(255,255,255,.03);
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px 12px;
  color:var(--text);
  font-size:15px;
}
textarea{min-height:120px; resize:vertical}
label{font-size:13px; color:var(--muted); font-weight:700}
.notice{
  font-size:13px; color:var(--muted);
}
.breadcrumbs{font-size:13px; color:var(--muted); margin-top:10px}
.breadcrumbs a{color:var(--muted); text-decoration:underline; text-underline-offset:3px}
@media (max-width: 940px){
  .heroGrid{grid-template-columns:1fr}
  h1{font-size:36px}
  .grid3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .navlinks{display:none}
  .mobileBar{display:block}
}
/* --- Gallery grid (mobile friendly) --- */
.galleryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.galleryGrid .gItem{display:block;border-radius:16px;overflow:hidden;}
.galleryGrid .gItem img{width:100%;height:220px;object-fit:cover;display:block;border:1px solid rgba(255,255,255,.08);}
@media (max-width: 900px){
  .galleryGrid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .galleryGrid .gItem img{height:210px;}
}
@media (max-width: 560px){
  .galleryGrid{grid-template-columns:1fr;}
  .galleryGrid .gItem img{height:240px;}
}

/* --- Mobile header layout fix (prevents top-right overlap) --- */
@media (max-width: 560px){
  .nav{flex-direction:column;align-items:stretch;gap:10px;}
  .brand{justify-content:center;}
  .ctaRow{width:100%;justify-content:center;}
  .ctaRow .btn{flex:1;min-width:150px;text-align:center;}
  .logo{height:34px;}
}
