/* =========================================================
   GP23 — МӘМС ЖӘНЕ ТМККК
   Полная версия
   ========================================================= */
#gp23-osms-kz-2026{
  --teal:#0c858a;
  --teal2:#12a4a9;
  --dark:#173f48;
  --text:#294148;
  --muted:#6e8085;
  --line:#dce8ea;
  --soft:#f7fafb;
  max-width:1380px;
  margin:0 auto;
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  color:var(--text);
  font-size:16px;
  line-height:1.65;
}
#gp23-osms-kz-2026,
#gp23-osms-kz-2026 *{box-sizing:border-box}
#gp23-osms-kz-2026 a{text-decoration:none}

/* HERO */
#gp23-osms-kz-2026 .hero{
  position:relative;
  overflow:hidden;
  margin-bottom:28px;
  padding:40px 42px;
  border-radius:25px;
  background:
    radial-gradient(circle at 94% 13%,rgba(255,255,255,.10) 0 115px,transparent 116px),
    linear-gradient(135deg,#08656c,#0c858a 56%,#13a5aa);
  box-shadow:0 17px 42px rgba(10,111,117,.19);
}
#gp23-osms-kz-2026 .hero-label{
  display:inline-block;
  margin-bottom:13px;
  padding:6px 11px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
#gp23-osms-kz-2026 .hero h2{
  margin:0;
  color:#fff;
  font-size:38px;
  line-height:1.18;
  font-weight:850;
}
#gp23-osms-kz-2026 .hero p{
  max-width:900px;
  margin:12px 0 0;
  color:rgba(255,255,255,.92);
  font-size:17px;
}
#gp23-osms-kz-2026 .page-nav{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:23px;
}
#gp23-osms-kz-2026 .page-nav a{
  display:inline-flex;
  align-items:center;
  min-height:39px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  background:rgba(255,255,255,.10);
  color:#fff !important;
  font-size:13px;
  font-weight:750;
}

/* SECTION */
#gp23-osms-kz-2026 .section{
  margin-bottom:28px;
  padding:30px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:21px;
  box-shadow:0 9px 28px rgba(23,62,70,.06);
  scroll-margin-top:120px;
}
#gp23-osms-kz-2026 .section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}
#gp23-osms-kz-2026 .eyebrow{
  display:block;
  margin-bottom:4px;
  color:var(--teal);
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.7px;
}
#gp23-osms-kz-2026 .section h3{
  margin:0;
  color:var(--dark);
  font-size:26px;
  line-height:1.3;
  font-weight:850;
}
#gp23-osms-kz-2026 .section-head p{
  max-width:900px;
  margin:5px 0 0;
  color:var(--muted);
  font-size:14px;
}
#gp23-osms-kz-2026 .count-badge{
  flex:none;
  padding:7px 11px;
  border-radius:999px;
  background:#e8f8f8;
  color:#0b777c;
  font-size:12px;
  font-weight:850;
}

/* INTRO */
#gp23-osms-kz-2026 .intro{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:17px;
  margin-bottom:20px;
  padding:23px;
  border:1px solid #d6eaea;
  border-left:5px solid var(--teal);
  border-radius:0 16px 16px 0;
  background:linear-gradient(90deg,#eefafa,#fff);
}
#gp23-osms-kz-2026 .intro-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border-radius:14px;
  background:#ddf4f4;
  color:#0b777c;
  font-size:22px;
}
#gp23-osms-kz-2026 .intro strong{
  display:block;
  margin-bottom:8px;
  color:#17474b;
  font-size:18px;
}
#gp23-osms-kz-2026 .intro p{
  margin:0 0 10px;
  color:#5b7176;
}

/* BENEFITS */
#gp23-osms-kz-2026 .compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
#gp23-osms-kz-2026 .benefit-card{
  padding:24px;
  border:1px solid #dfeaec;
  border-radius:18px;
}
#gp23-osms-kz-2026 .benefit-card.gobmp{
  background:linear-gradient(180deg,#fbfefe,#f4fbfb);
}
#gp23-osms-kz-2026 .benefit-card.osms{
  background:linear-gradient(180deg,#173f48,#225967);
  color:#fff;
  border-color:#274e57;
}
#gp23-osms-kz-2026 .benefit-head{
  display:flex;
  gap:13px;
  align-items:flex-start;
  margin-bottom:15px;
}
#gp23-osms-kz-2026 .benefit-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:12px;
  background:#e1f5f5;
  color:#0b7f83;
  font-weight:900;
}
#gp23-osms-kz-2026 .osms .benefit-icon{
  background:rgba(255,255,255,.12);
  color:#fff;
}
#gp23-osms-kz-2026 .kicker{
  display:block;
  color:#0c858a;
  font-size:11px;
  font-weight:900;
  letter-spacing:.7px;
}
#gp23-osms-kz-2026 .osms .kicker{color:#8fe1e2}
#gp23-osms-kz-2026 .benefit-card h3{
  margin:3px 0 0;
  font-size:20px;
}
#gp23-osms-kz-2026 .osms h3{color:#fff}
#gp23-osms-kz-2026 .benefit-card ul{
  margin:0;
  padding-left:21px;
}
#gp23-osms-kz-2026 .benefit-card li{
  margin-bottom:10px;
  color:#536a70;
}
#gp23-osms-kz-2026 .osms li{color:rgba(255,255,255,.82)}

/* INFOGRAPHICS */
#gp23-osms-kz-2026 .infographics-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
#gp23-osms-kz-2026 .infographic-card{
  position:relative;
  display:block;
  overflow:hidden;
  border:1px solid #dfeaec;
  border-radius:16px;
  background:#fff;
  color:#24464d !important;
  box-shadow:0 6px 20px rgba(23,62,70,.05);
}
#gp23-osms-kz-2026 .infographic-card img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  background:#f3f7f8;
}
#gp23-osms-kz-2026 .infographic-card span{
  display:block;
  padding:13px 14px 2px;
  font-weight:800;
}
#gp23-osms-kz-2026 .infographic-card b{
  display:block;
  padding:0 14px 13px;
  color:#0b858a;
  font-size:12px;
}

/* VIDEOS */
#gp23-osms-kz-2026 .videos-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
#gp23-osms-kz-2026 .video-card{
  overflow:hidden;
  border:1px solid #dfeaec;
  border-radius:15px;
  background:#fff;
}
#gp23-osms-kz-2026 .video-frame{
  position:relative;
  aspect-ratio:16 / 9;
  overflow:hidden;
  background:#111;
}
#gp23-osms-kz-2026 .video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
#gp23-osms-kz-2026 .video-card > span{
  display:block;
  padding:11px 13px;
  color:#536a70;
  font-size:13px;
  font-weight:800;
}

/* FILES */
#gp23-osms-kz-2026 .files-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
#gp23-osms-kz-2026 .file-card{
  display:grid;
  grid-template-columns:46px 1fr auto;
  gap:12px;
  align-items:center;
  min-height:78px;
  padding:13px 15px;
  border:1px solid #dfeaec;
  border-radius:13px;
  background:#f9fbfc;
  color:#294148 !important;
}
#gp23-osms-kz-2026 .file-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:43px;
  height:43px;
  border-radius:11px;
  background:#e3f6f6;
  color:#0b7f83;
  font-size:11px;
  font-weight:900;
}
#gp23-osms-kz-2026 .file-title{
  line-height:1.4;
  font-size:14px;
  font-weight:700;
}
#gp23-osms-kz-2026 .file-action{
  white-space:nowrap;
  color:#0b858a;
  font-size:12px;
  font-weight:850;
}

/* LIGHTBOX */
.osms-lightbox{
  display:none !important;
  position:fixed !important;
  inset:0 !important;
  z-index:2147483647 !important;
  align-items:center !important;
  justify-content:center !important;
  padding:20px !important;
}
.osms-lightbox:target{display:flex !important}
.osms-lightbox-bg{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  background:rgba(3,14,18,.92) !important;
  backdrop-filter:blur(6px);
}
.osms-lightbox-box{
  position:relative !important;
  z-index:2 !important;
  max-width:94vw !important;
  max-height:94vh !important;
  overflow:hidden !important;
  border-radius:16px !important;
  background:#111 !important;
  box-shadow:0 28px 90px rgba(0,0,0,.55) !important;
}
.osms-lightbox-box img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:94vw !important;
  max-height:92vh !important;
  object-fit:contain !important;
}
.osms-lightbox-close{
  position:absolute !important;
  top:10px !important;
  right:10px !important;
  z-index:3 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  background:rgba(12,34,39,.85) !important;
  border:1px solid rgba(255,255,255,.35) !important;
  color:#fff !important;
  font-size:30px !important;
  line-height:1 !important;
}

/* RESPONSIVE */
@media(max-width:1000px){
  #gp23-osms-kz-2026 .compare-grid{grid-template-columns:1fr}
  #gp23-osms-kz-2026 .infographics-grid,
  #gp23-osms-kz-2026 .videos-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  #gp23-osms-kz-2026 .files-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  #gp23-osms-kz-2026{font-size:15px}
  #gp23-osms-kz-2026 .hero{padding:27px 21px;border-radius:18px}
  #gp23-osms-kz-2026 .hero h2{font-size:30px}
  #gp23-osms-kz-2026 .hero p{font-size:15px}
  #gp23-osms-kz-2026 .page-nav{display:grid;grid-template-columns:1fr}
  #gp23-osms-kz-2026 .section{padding:21px 17px;border-radius:17px}
  #gp23-osms-kz-2026 .section-head{align-items:flex-start;flex-direction:column}
  #gp23-osms-kz-2026 .section h3{font-size:22px}
  #gp23-osms-kz-2026 .intro{grid-template-columns:42px 1fr;padding:18px 15px}
  #gp23-osms-kz-2026 .intro-icon{width:40px;height:40px}
  #gp23-osms-kz-2026 .infographics-grid,
  #gp23-osms-kz-2026 .videos-grid{grid-template-columns:1fr}
  #gp23-osms-kz-2026 .file-card{grid-template-columns:42px 1fr}
  #gp23-osms-kz-2026 .file-action{grid-column:2}
}
