:root{
  --bg:#0b1220;
  --card:rgba(255,255,255,.06);
  --text:rgba(255,255,255,.88);
  --muted:rgba(255,255,255,.68);
  --line:rgba(255,255,255,.12);
  --blue:#0b6aa3;
  --green:#86b300;
  --white:#ffffff;
  --shadow: 0 18px 45px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:26px;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 700px at 20% -10%, rgba(11,106,163,.35), transparent 55%),
              radial-gradient(900px 600px at 90% 10%, rgba(134,179,0,.30), transparent 55%),
              linear-gradient(180deg, #050914, #0b1220 70%, #070c18);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}
.nav{
  position:sticky; top:0; z-index:50;
  background: rgba(5,9,20,.62);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0;
}
.brand{
  display:flex; gap:12px; align-items:center;
  font-weight:800; letter-spacing:.4px;
}
.brand .mark{
  width:44px; height:44px; border-radius:14px;
  background: rgba(255,255,255,.08);
  display:grid; place-items:center;
  border: 1px solid var(--line);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.brand .mark img{width:32px;height:32px;object-fit:contain}
.brand .name{display:flex;flex-direction:column;line-height:1.1}
.brand .name small{font-weight:600;color:var(--muted)}
.nav-links{display:flex;gap:14px;align-items:center}
.nav-links a{
  padding:9px 10px;border-radius:12px;
  color:var(--muted); font-weight:650; font-size:14px;
}
.nav-links a:hover{background:rgba(255,255,255,.06);color:var(--text)}
.nav-cta{
  display:flex; gap:10px; align-items:center;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:var(--text);
  font-weight:800;
  box-shadow: 0 12px 25px rgba(0,0,0,.25);
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18)}
.btn.primary{
  background: linear-gradient(135deg, rgba(11,106,163,.95), rgba(134,179,0,.80));
  border-color: rgba(255,255,255,.18);
}
.btn.primary:hover{background: linear-gradient(135deg, rgba(11,106,163,1), rgba(134,179,0,.95))}
.btn.small{padding:10px 12px;border-radius:12px;font-weight:800;font-size:14px}
.btn.ghost{background:transparent}
.icon{
  width:18px;height:18px;display:inline-block;flex:0 0 auto;
}
.hero{
  padding:34px 0 10px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:24px;
  align-items:stretch;
}
.card{
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-card{
  position:relative;
  padding:26px;
}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(134,179,0,.12);
  border: 1px solid rgba(134,179,0,.25);
  color: rgba(255,255,255,.9);
  font-weight:800;
  font-size:13px;
}
.h1{
  margin:14px 0 8px;
  font-size:42px;
  line-height:1.06;
  letter-spacing:-.6px;
}
.h1 span{color: rgba(134,179,0,.95)}
.lead{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
  max-width:60ch;
}
.hero-actions{
  display:flex; flex-wrap:wrap; gap:12px; margin-top:18px;
}
.pills{
  display:flex; flex-wrap:wrap; gap:10px; margin-top:18px;
}
.pill{
  display:inline-flex; gap:10px; align-items:center;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight:700;
  font-size:13px;
}
.pill b{color:var(--text)}
.hero-side{
  display:grid;
  grid-template-rows: 1fr auto;
  gap:16px;
}
.hero-media{
  position:relative;
  min-height: 340px;
}
.hero-media img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit: cover;
  transform: scale(1.02);
}
.hero-media::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(5,9,20,.15), rgba(5,9,20,.75) 78%, rgba(5,9,20,.92));
}
.hero-badge{
  position:absolute; left:18px; bottom:18px; right:18px;
  padding:14px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(7,12,24,.55);
  backdrop-filter: blur(10px);
}
.hero-badge h3{margin:0 0 6px;font-size:16px}
.hero-badge p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.stat{
  padding:14px;
  border-radius: 18px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
}
.stat .num{font-size:18px;font-weight:900}
.stat .lbl{color:var(--muted);font-weight:700;font-size:13px;margin-top:4px;line-height:1.35}
.section{padding:42px 0}
.section-title{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:16px; margin-bottom:16px;
}
.section-title h2{
  margin:0;
  font-size:28px;
  letter-spacing:-.3px;
}
.section-title p{margin:0;color:var(--muted);max-width:70ch;line-height:1.7}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.feature{
  padding:18px;
}
.feature h3{margin:10px 0 6px;font-size:16px}
.feature p{margin:0;color:var(--muted);line-height:1.7;font-size:14px}
.badge{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:16px;
  background: rgba(11,106,163,.16);
  border:1px solid rgba(11,106,163,.30);
}
.badge.green{background: rgba(134,179,0,.14); border-color: rgba(134,179,0,.30)}
.badge svg{width:22px;height:22px}
.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:10px;
}
.g-item{
  grid-column: span 4;
  border-radius: 18px;
  overflow:hidden;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  cursor:pointer;
  position:relative;
}
.g-item img{width:100%;height:220px;object-fit:cover;transition: transform .25s ease}
.g-item:hover img{transform: scale(1.04)}
.g-item::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.30));
  opacity:.75;
}
.g-item .cap{
  position:absolute; left:12px; right:12px; bottom:10px;
  font-weight:800; font-size:13px; color:rgba(255,255,255,.92);
  z-index:2;
  text-shadow: 0 10px 30px rgba(0,0,0,.6);
}
.lightbox{
  position:fixed; inset:0;
  background: rgba(0,0,0,.78);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:1000;
  padding:18px;
}
.lightbox.active{display:flex}
.lightbox-inner{
  max-width: 980px; width:100%;
}
.lightbox-img{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.lightbox-img img{width:100%;height:auto}
.lightbox-bar{
  display:flex; justify-content:space-between; align-items:center;
  margin-top:10px;
  gap:10px;
}
.lb-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 12px;border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  font-weight:800;
}
.lb-btn:hover{background: rgba(255,255,255,.12)}
.video-wrap{
  position:relative;
  border-radius: 22px;
  overflow:hidden;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.video-wrap iframe{
  width:100%;
  height: 420px;
  border:0;
}
.social-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:stretch;
}
.embed{
  height: 520px;
}
.embed iframe{
  width:100%;
  height:100%;
  border:0;
  border-radius: 18px;
}
.embed-fallback{
  padding:18px;
}
.embed-fallback p{margin:0;color:var(--muted);line-height:1.7}
.contact-grid{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap:14px;
  align-items:stretch;
}
.field{
  display:flex;flex-direction:column;gap:8px;margin-top:12px;
}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  color:var(--text);
  outline:none;
  font-size:14px;
}
textarea{min-height:120px;resize:vertical}
label{font-weight:800;font-size:13px;color:rgba(255,255,255,.86)}
small.help{color:var(--muted);line-height:1.4}
hr.sep{border:none;border-top:1px solid var(--line);margin:18px 0}
.footer{
  padding:26px 0 60px;
  border-top:1px solid var(--line);
  background: rgba(0,0,0,.12);
}
.footer .row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}
.footer p{margin:0;color:var(--muted);line-height:1.6}
.float-wa{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:999;
}
.float-wa a{
  width:56px;height:56px;border-radius:18px;
  display:grid;place-items:center;
  background: #25d366;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.25);
  transform: translateZ(0);
}
.float-wa a:hover{transform: translateY(-2px)}
.float-wa svg{width:28px;height:28px;fill:white}
.mobile-toggle{display:none}
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(3,1fr)}
  .social-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .video-wrap iframe{height:360px}
}
@media (max-width: 720px){
  .nav-links{display:none}
  .mobile-toggle{display:inline-flex}
  .h1{font-size:34px}
  .stats{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(6,1fr)}
  .g-item{grid-column:span 6}
  .g-item img{height:210px}
  .embed{height: 460px}
  .video-wrap iframe{height:300px}
}