/* =========
   HG Neon / Cyberpunk (SEO & Mobile First)
   ========= */

:root{
  --bg0:#070814;
  --bg1:#0a0b1f;
  --panel:rgba(255,255,255,.06);
  --border:rgba(255,255,255,.14);
  --text:#e9e9ff;
  --muted:rgba(233,233,255,.78);
  --accent:#7cf7ff;
  --accent2:#ff4dff;
  --shadow:0 22px 70px rgba(0,0,0,.55);
  --r-xl:22px;
  --r-lg:18px;
  --r-md:14px;
  --gap:16px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 800px at 15% 10%, rgba(124,247,255,.16), transparent 60%),
    radial-gradient(900px 600px at 85% 25%, rgba(255,77,255,.12), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
}

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

.container{
  width:min(1120px, 92vw);
  margin-inline:auto;
}

.link{ color:var(--accent); text-decoration:none; }
.link:hover{ text-decoration:underline; }

.accent{ color:var(--accent); }

/* ===== Header ===== */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,8,20,.55);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
}

.brand{ display:flex; align-items:center; gap:12px; min-width: 220px; }
.logo{ width:44px; height:44px; object-fit:contain; }
.brand-text{ line-height:1.1; }
.kicker{ margin:0; font-size:11px; letter-spacing:.12em; opacity:.8; }
.brand-name{ margin:2px 0 0; font-weight:800; font-size:16px; }

.nav{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:center;
}
.nav a{
  text-decoration:none;
  font-size:13px;
  opacity:.92;
  padding:8px 10px;
  border-radius:12px;
}
.nav a:hover{
  background: rgba(255,255,255,.08);
}

.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.lang-switch{
  display:flex;
  gap:6px;
  padding:6px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
}
.lang-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  padding:8px 10px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:12px;
  opacity:.92;
}
.lang-btn[aria-current="page"]{
  background: rgba(124,247,255,.22);
  border:1px solid rgba(124,247,255,.35);
}

/* ===== Buttons ===== */
.cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 14px;
  border-radius:16px;
  text-decoration:none;
  font-weight:800;
  border:1px solid rgba(124,247,255,.28);
  background: rgba(124,247,255,.16);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.cta:hover{
  background: rgba(124,247,255,.22);
}
.cta-primary{
  border-color: rgba(124,247,255,.38);
  background: rgba(124,247,255,.20);
}
.cta-ghost{
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.cta-full{ width:100%; }

.btn-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}

/* ===== Sections ===== */
.section{ padding:56px 0; }
.section-alt{
  background: rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.section-head h1,
.section-head h2{ margin:0 0 10px; }
.section-head h1{ font-size: clamp(24px, 3.2vw, 40px); }
.section-head h2{ font-size: clamp(20px, 2.4vw, 30px); }
.section-sub{ margin:0; color:var(--muted); line-height:1.6; }

/* ===== Hero (Image-first on mobile) ===== */
.hero{ padding: 26px 0 40px; }
.hero-inner{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:24px;
  align-items:stretch;
}

.hero-title{
  margin:0 0 10px;
  font-size: clamp(26px, 3.4vw, 44px);
  letter-spacing: -.02em;
}
.sep{ opacity:.5; padding:0 8px; }
.hero-sub{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.6;
}

.hero-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin: 12px 0 14px;
}
.badge{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.hero-cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}

.hero-meta{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top:16px;
}
.meta-item{
  padding:12px;
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.meta-label{ font-size:12px; opacity:.78; }
.meta-value{ font-size:13px; margin-top:4px; font-weight:700; }

.hero-media{
  border-radius: var(--r-xl);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
  position:relative;
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height: 320px;
}
.hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(124,247,255,.18), transparent 55%),
    radial-gradient(900px 420px at 80% 40%, rgba(255,77,255,.12), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.45));
  pointer-events:none;
}

.card{
  padding:18px;
  border-radius: var(--r-xl);
  background: var(--panel);
  border:1px solid var(--border);
  box-shadow: var(--shadow);
}
.card-title{ margin:0 0 10px; font-size:18px; }
.card-note{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  margin: 12px 0;
  color: var(--muted);
}
.dot{
  width:8px;height:8px;border-radius:99px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(124,247,255,.8);
}
.checklist{ margin:0; padding-left:18px; line-height:1.7; color: var(--muted); }
.checklist li{ margin:6px 0; }

.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
  margin-top:18px;
}
.feature-card{
  padding:16px;
  border-radius: var(--r-xl);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.feature-card h3{ margin:0 0 8px; font-size:16px; }
.feature-card p{ margin:0; color:var(--muted); line-height:1.6; }

.pricing-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:12px;
  margin-top:18px;
}
.price-box{
  padding:16px;
  border-radius: var(--r-xl);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.price-box.highlight{
  border-color: rgba(124,247,255,.30);
  background: rgba(124,247,255,.10);
}
.price-box h3{ margin:0 0 8px; font-size:14px; opacity:.9; }
.price{ margin:0; font-size:22px; font-weight:900; }
.unit{ font-size:14px; opacity:.9; }
.small{ font-size:12px; opacity:.8; }

.notice{
  margin-top:14px;
  padding:12px 14px;
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: var(--muted);
}
.notice strong{ color: var(--text); }

.table-wrap{ overflow:auto; border-radius: var(--r-xl); }
.neo-table{
  width:100%;
  border-collapse:collapse;
  min-width: 380px;
}
.neo-table th, .neo-table td{
  text-align:left;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.neo-table thead th{
  font-size:12px;
  letter-spacing:.06em;
  opacity:.9;
  background: rgba(255,255,255,.06);
}
.microcopy{ margin-top:10px; color: var(--muted); font-size:12px; }

.gallery-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top:18px;
}
.shot{
  margin:0;
  border-radius: var(--r-xl);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.shot img{
  width:100%;
  height:200px;
  object-fit:cover;
  cursor: zoom-in;
}
.shot figcaption{
  padding:10px 12px;
  font-size:12px;
  color: var(--muted);
  border-top:1px solid rgba(255,255,255,.08);
}

.access-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  margin-top:18px;
}
.panel{
  padding:16px;
  border-radius: var(--r-xl);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.panel h3{ margin:0 0 10px; }
.dl{ margin:0; }
.dl .row{ display:grid; grid-template-columns: 120px 1fr; gap:10px; padding:8px 0; border-bottom:1px solid rgba(255,255,255,.06); }
.dl .row:last-child{ border-bottom:0; }
dt{ opacity:.8; }
dd{ margin:0; color: var(--muted); line-height:1.5; }

.map-embed iframe{
  width:100%;
  height:100%;
  min-height: 340px;
  border:0;
  border-radius: var(--r-xl);
}

/* ===== Footer ===== */
.site-footer{
  padding:26px 0;
  border-top:1px solid rgba(255,255,255,.06);
  background: rgba(0,0,0,.18);
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.footer-brand{ margin:0; font-weight:900; }
.footer-left .small{ margin:6px 0 0; color: var(--muted); }

/* ===== Lightbox ===== */
.lightbox{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.88);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding: 18px;
}
.lightbox img{
  max-width:min(1100px, 96vw);
  max-height: 86vh;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
}
.lightbox-close{
  position:fixed;
  top:14px;
  right:14px;
  border-radius:999px;
  padding:10px 12px;
  font-weight:900;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: var(--text);
  cursor:pointer;
}

/* =========
   Responsive (Mobile First)
   ========= */

/* Tablet */
@media (max-width: 1024px){
  .cards{ grid-template-columns: repeat(2, 1fr); }
  .pricing-grid{ grid-template-columns: repeat(2, 1fr); }
  .gallery-grid{ grid-template-columns: repeat(3, 1fr); }
  .hero-meta{ grid-template-columns: 1fr; }
  .nav{ display:none; } /* mobile UX: keep header clean */
}

/* Phone */
@media (max-width: 680px){
  .header-inner{ padding: 10px 0; }
  .brand{ min-width: auto; }
  .hero-inner{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* Image first on mobile */
  .hero-media{ order: -1; }
  .hero-media img{ min-height: 240px; }

  .hero-cta-row .cta{ width:100%; }
  .btn-row .cta{ width:100%; }

  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .shot img{ height: 150px; }

  .access-grid{ grid-template-columns: 1fr; }
  .map-embed iframe{ min-height: 280px; }

  .dl .row{ grid-template-columns: 92px 1fr; }
}