:root{
  --bg:#070A10;
  --panel:#0B1020;
  --panel2:#0B1226;
  --text:#EAF0FF;
  --muted:#A9B3CC;
  --soft:#1B2542;
  --line:rgba(255,255,255,.08);
  --glow:rgba(120,180,255,.25);
  --accent:#7DB2FF;
  --accent2:#93F0FF;
  --shadow: 0 30px 80px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 24px;
  --max: 1100px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1000px 500px at 20% -10%, rgba(125,178,255,.18), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(147,240,255,.12), transparent 60%),
    linear-gradient(180deg, #05070D 0%, #05070D 40%, #070A10 100%);
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.container{max-width:var(--max); margin:0 auto; padding:0 18px}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(5,7,13,.55);
  border-bottom: 1px solid var(--line);
}
.topbar__inner{
  height:68px;
  display:flex; align-items:center; justify-content:space-between;
  gap:14px;
}
.topbar__nav{display:flex; gap:14px}
.navlink{
  color:var(--muted);
  font-weight:600;
  font-size:14px;
  padding:10px 10px;
  border-radius:999px;
}
.navlink:hover{background:rgba(255,255,255,.06); color:var(--text)}
.pill{
  font-weight:700;
  font-size:14px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
}
.pill:hover{border-color:rgba(125,178,255,.35); box-shadow:0 0 0 6px rgba(125,178,255,.08)}

.brand{display:flex; align-items:center; gap:10px}
.brand__dot{
  width:12px; height:12px; border-radius:50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
  box-shadow: 0 0 0 6px rgba(125,178,255,.12);
}
.brand__name{font-weight:800; letter-spacing:.2px}
.brand--small .brand__name{font-size:14px}
.brand--small .brand__dot{width:10px;height:10px; box-shadow:0 0 0 5px rgba(125,178,255,.10)}

.hero{padding:58px 0 10px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:stretch;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-weight:700;
  font-size:12px;
  letter-spacing:.3px;
  margin-bottom:14px;
}
.h1{
  margin:0 0 14px;
  font-size:44px;
  line-height:1.05;
  letter-spacing:-.6px;
}
.h1__sub{
  display:block;
  font-size:18px;
  color:var(--muted);
  font-weight:600;
  margin-top:10px;
}
.lead{
  margin:0 0 18px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
  max-width: 54ch;
}
.checks{
  list-style:none;
  padding:0;
  margin:0 0 22px;
  display:grid;
  gap:10px;
}
.checks li{
  display:flex; align-items:flex-start;
  gap:10px;
  color:var(--text);
  font-weight:600;
  font-size:14px;
}
.checks li::before{
  content:"✓";
  flex:0 0 auto;
  display:inline-flex;
  width:22px; height:22px;
  align-items:center; justify-content:center;
  border-radius:8px;
  background:rgba(125,178,255,.12);
  border:1px solid rgba(125,178,255,.22);
  color:var(--accent);
}

.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:12px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  font-weight:800;
  font-size:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(125,178,255,.35); box-shadow: 0 0 0 6px rgba(125,178,255,.08)}
.btn--primary{
  border-color: rgba(125,178,255,.35);
  background: linear-gradient(135deg, rgba(125,178,255,.20), rgba(147,240,255,.10));
}
.btn--ghost{background: rgba(255,255,255,.02)}
.micro{margin:0; color:rgba(169,179,204,.92); font-size:12.5px; line-height:1.6}

.hero__panel{display:flex}
.panel{
  width:100%;
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(11,16,32,.92), rgba(11,18,38,.92));
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.panel::before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(700px 200px at 20% 0%, rgba(125,178,255,.22), transparent 60%);
  pointer-events:none;
}
.panel__top{
  position:relative;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
}
.panel__dots{display:flex; gap:6px}
.panel__dots span{
  width:10px; height:10px; border-radius:50%;
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
}
.panel__title{color:var(--muted); font-weight:700; font-size:13px}
.panel__body{position:relative; padding:16px}

.kpis{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; margin-bottom:12px}
.kpi{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: 16px;
  padding:12px 12px;
}
.kpi__label{color:var(--muted); font-size:12px; font-weight:700}
.kpi__value{font-size:22px; font-weight:900; margin-top:6px}
.kpi__hint{color:rgba(169,179,204,.85); font-size:12px; margin-top:4px}

.panelgrid{display:grid; grid-template-columns: 1fr 1fr; gap:10px}
.card{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: 16px;
  padding:12px;
}
.card__head{display:flex; align-items:center; justify-content:space-between; margin-bottom:10px}
.card__title{font-weight:900; font-size:13px}
.chip{
  font-size:11px;
  font-weight:800;
  color:var(--text);
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(125,178,255,.25);
  background: rgba(125,178,255,.10);
}
.chip--muted{
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: var(--muted);
}
.bars{display:grid; gap:8px}
.bar{
  height:10px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
.bar span{
  display:block; height:100%;
  background: linear-gradient(90deg, rgba(125,178,255,.55), rgba(147,240,255,.40));
}
.card__foot{margin-top:10px; color:rgba(169,179,204,.90); font-size:12px}

.table{display:grid; gap:8px}
.row{
  display:grid;
  grid-template-columns: 1fr 1fr auto;
  gap:10px;
  align-items:center;
  color:rgba(234,240,255,.95);
  font-size:12.5px;
}
.tag{
  justify-self:end;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: var(--muted);
  font-weight:800;
  font-size:11px;
}
.tag--ok{
  border-color: rgba(147,240,255,.22);
  background: rgba(147,240,255,.10);
  color: rgba(210,255,255,.92);
}

.panel__note{
  margin-top:12px;
  padding:10px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  color: rgba(169,179,204,.92);
  font-size:12px;
}

.section{padding:56px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section__head{margin-bottom:18px}
.h2{
  margin:0 0 8px;
  font-size:28px;
  letter-spacing:-.3px;
}
.sub{
  margin:0;
  color: var(--muted);
  line-height:1.7;
  max-width: 70ch;
}

.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:18px;
}
.shot{
  text-align:left;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  overflow:hidden;
  cursor:pointer;
  padding:0;
  transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.shot:hover{transform: translateY(-2px); border-color: rgba(125,178,255,.35); box-shadow: 0 0 0 6px rgba(125,178,255,.08)}
.shot img{width:100%; height: 190px; object-fit: cover; background: rgba(0,0,0,.25)}
.shot__meta{padding:12px 12px 14px}
.shot__title{font-weight:900}
.shot__desc{color:var(--muted); font-size:12.5px; margin-top:4px}

.cards{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
  margin-top:18px;
}
.cap{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding:16px;
}
.h3{margin:0 0 10px; font-size:16px; letter-spacing:-.1px}
.cap ul{margin:0; padding-left:18px; color:var(--muted); line-height:1.9}
.cap li{margin:0}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  margin-top:18px;
}
.note{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding:16px;
  color: var(--muted);
  line-height:1.8;
}
.note p{margin:0 0 10px}
.note p:last-child{margin:0}

.listcard{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding:16px;
}
.listcard__row{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap:14px;
  padding:12px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.listcard__row:last-child{border-bottom:none; padding-bottom:0}
.label{color:rgba(169,179,204,.90); font-weight:800; font-size:12.5px}
.value{color:rgba(234,240,255,.92); line-height:1.6}
.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}

.footercta{
  margin-top:20px;
  border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(125,178,255,.12), rgba(147,240,255,.05));
  border-radius: 20px;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.footercta__title{font-weight:1000; letter-spacing:-.2px}
.footercta__sub{color:var(--muted); margin-top:6px; font-size:13px}

.footer{
  border-top: 1px solid var(--line);
  padding:24px 0;
}
.footer__inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.footer__right{display:flex; gap:12px; flex-wrap:wrap}

/* MODAL */
.modal{
  position:fixed; inset:0;
  display:none;
  align-items:center; justify-content:center;
  padding:18px;
  z-index:100;
}
.modal[aria-hidden="false"]{display:flex}
.modal__backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.68);
}
.modal__panel{
  position:relative;
  width:min(980px, 100%);
  max-height: 86vh;
  border-radius: 20px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(11,16,32,.96);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal__head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.modal__title{font-weight:1000}
.iconbtn{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 12px;
  padding:8px 10px;
  cursor:pointer;
  color:var(--text);
  font-weight:900;
}
.iconbtn:hover{border-color: rgba(125,178,255,.35); box-shadow:0 0 0 6px rgba(125,178,255,.08)}
.modal__body{
  padding:14px;
  overflow:auto;
  max-height: calc(86vh - 58px);
}
.modal__body img{
  width:100%;
  height:auto;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .hero__grid{grid-template-columns: 1fr}
  .topbar__nav{display:none}
  .h1{font-size:38px}
  .kpis{grid-template-columns: 1fr; }
  .panelgrid{grid-template-columns: 1fr}
  .gallery{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .listcard__row{grid-template-columns: 1fr}
  .footer__inner{flex-direction:column}
}
