:root{
  --card:#ffffff;
  --muted:#5b6475;
  --text:#182033;
  --accent:#1d4ed8;
  --line:#e6eaf2;
  --shadow:0 18px 40px rgba(15,23,42,.08);
  --maxw:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f8fbff 0%, #f3f7fc 100%);
  line-height:1.65;
}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{width:min(92%,var(--maxw));margin:0 auto}
header{
  background:linear-gradient(135deg,#0b1220,#16213b);
  color:#fff;
  position:sticky;
  top:0;
  z-index:100;
  box-shadow:0 8px 30px rgba(0,0,0,.15);
}
.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 0;
  gap:18px;
  flex-wrap:wrap;
}
.brand{font-weight:800;font-size:1.12rem;color:#fff;letter-spacing:.2px}
nav a{color:#eef4ff;margin-left:18px;font-weight:600}
.hero{
  background:linear-gradient(135deg,#0f172a 0%, #17305f 55%, #14532d 100%);
  color:#fff;
  padding:68px 0 54px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:28px;
  align-items:center;
}
h1{
  font-size:clamp(2.5rem,5vw,4.2rem);
  line-height:1.05;
  margin:0;
}
.home-name-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  width:100%;
}
.home-hero-inline-logo{
  margin-top:16px;
  display:flex;
  justify-content:center;
  width:100%;
}
.home-hero-inline-logo img{
  display:block;
  width:160px;
  max-width:100%;
  height:auto;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  padding:8px;
}
.home-hero-right{
  display:flex;
  justify-content:flex-end;
}
.top-photo-card,
.logo-box{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:12px;
}
.top-photo-card img{
  display:block;
  width:340px;
  max-width:100%;
  height:auto;
  border-radius:14px;
}
.logo-box{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100px;
  height:100px;
  padding:8px;
}

.logo-box img{
  display:block;
  width:78px;
  max-width:100%;
  height:auto;
  border-radius:12px;
}
.section{padding:56px 0}
.section h2{font-size:2rem;margin:0 0 10px}
.lead{color:var(--muted);max-width:860px;margin:0 0 28px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}
.card,.pub-item,.contact-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:24px;
}
.kpi .card{padding:18px}
.kpi strong{display:block;font-size:1.45rem;color:var(--accent)}
.pub-list{display:grid;gap:16px}
.pub-item h3{margin:0 0 8px;font-size:1rem;font-weight:600}
.pub-number{font-weight:800;color:var(--accent);margin-right:8px}
.muted{color:var(--muted)}
.list-clean{margin:0;padding-left:18px}
.counter-wrap{margin-top:22px;max-width:420px}
footer{
  background:#0f172a;
  color:#dbe5f5;
  padding:26px 0;
  margin-top:24px;
}
.small{font-size:.95rem}
@media(max-width:920px){
  .hero-grid,.grid-2,.kpi{grid-template-columns:1fr}
  .home-hero-right{justify-content:center}
  .top-photo-card img{width:270px}
  nav a{margin-left:0;margin-right:14px}
}





max-width:100%;
  height:auto;
  border-radius:12px;
}
.subpage-empty{
  min-height:1px;
}
