/* =========================================================
   GP23 — ПРОФИЛАКТИКА ЖӘНЕ ӘЛЕУМЕТТІК-ПСИХОЛОГИЯЛЫҚ КӨМЕК
   Тек #gp23-prevention-kz-2026 блогына әсер етеді
   ========================================================= */

#gp23-prevention-kz-2026{
    max-width:1380px;
    margin:0 auto;
    font-family:"Segoe UI",Arial,Helvetica,sans-serif;
    color:#243942;
    font-size:16px;
    line-height:1.65;
}
#gp23-prevention-kz-2026,
#gp23-prevention-kz-2026 *{box-sizing:border-box}

/* HERO */
#gp23-prevention-kz-2026 .hero{
    position:relative;
    overflow:hidden;
    margin-bottom:28px;
    padding:40px 42px;
    border-radius:24px;
    background:linear-gradient(135deg,#0a6f75 0%,#0d8f95 58%,#14a8ac 100%);
    box-shadow:0 16px 40px rgba(10,111,117,.18);
}
#gp23-prevention-kz-2026 .hero:before{
    content:"";
    position:absolute;
    width:250px;height:250px;
    right:-80px;top:-115px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}
#gp23-prevention-kz-2026 .hero:after{
    content:"";
    position:absolute;
    width:140px;height:140px;
    right:120px;bottom:-82px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
}
#gp23-prevention-kz-2026 .hero h2{
    position:relative;
    z-index:1;
    margin:0;
    color:#fff;
    font-size:36px;
    line-height:1.2;
    font-weight:850;
    letter-spacing:-.4px;
}
#gp23-prevention-kz-2026 .hero p{
    position:relative;
    z-index:1;
    max-width:980px;
    margin:11px 0 0;
    color:rgba(255,255,255,.93);
    font-size:17px;
}

/* LEADER */
#gp23-prevention-kz-2026 .leader{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:28px;
    padding:24px 26px;
    background:#fff;
    border:1px solid #dce7e9;
    border-left:5px solid #0d8f95;
    border-radius:18px;
    box-shadow:0 9px 28px rgba(23,62,70,.07);
}
#gp23-prevention-kz-2026 .leader-avatar{
    display:flex;
    align-items:center;
    justify-content:center;
    width:58px;height:58px;min-width:58px;
    border-radius:17px;
    background:linear-gradient(135deg,#e6f7f7,#d8f0f0);
    color:#0b777c;
    font-size:20px;
    font-weight:850;
}
#gp23-prevention-kz-2026 .leader h3{
    margin:0;
    color:#173f48;
    font-size:22px;
    font-weight:850;
}
#gp23-prevention-kz-2026 .leader p{
    margin:5px 0 0;
    color:#6f8186;
    font-size:14px;
}

/* COMMON SECTION */
#gp23-prevention-kz-2026 .section{
    margin-bottom:28px;
    padding:30px;
    background:#fff;
    border:1px solid #dce7e9;
    border-radius:20px;
    box-shadow:0 9px 28px rgba(23,62,70,.07);
}
#gp23-prevention-kz-2026 .section-head{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:20px;
    padding-bottom:17px;
    border-bottom:1px solid #e5eeee;
}
#gp23-prevention-kz-2026 .section-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;height:48px;min-width:48px;
    border-radius:14px;
    background:linear-gradient(135deg,#0b777c,#12a2a7);
    color:#fff;
    font-size:21px;
    font-weight:850;
    box-shadow:0 6px 16px rgba(13,143,149,.18);
}
#gp23-prevention-kz-2026 .section h3{
    margin:0;
    color:#17474b;
    font-size:24px;
    line-height:1.3;
    font-weight:850;
}
#gp23-prevention-kz-2026 .section-head p{
    margin:4px 0 0;
    color:#748589;
    font-size:14px;
}

/* CABINETS */
#gp23-prevention-kz-2026 .cabinet-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
#gp23-prevention-kz-2026 .cabinet{
    padding:18px 18px;
    background:#f8fbfc;
    border:1px solid #e1eaec;
    border-radius:14px;
}
#gp23-prevention-kz-2026 .cabinet strong{
    display:block;
    margin-bottom:5px;
    color:#17474b;
    font-size:16px;
}
#gp23-prevention-kz-2026 .cabinet span{
    color:#6a7d82;
    font-size:14px;
}

/* SAMGA */
#gp23-prevention-kz-2026 .samga{
    margin-bottom:28px;
    padding:28px;
    border-radius:20px;
    background:linear-gradient(135deg,#173f48,#225967);
    color:#fff;
    box-shadow:0 12px 30px rgba(23,63,72,.15);
}
#gp23-prevention-kz-2026 .samga h3{
    margin:0 0 16px;
    color:#fff;
    font-size:24px;
    font-weight:850;
}
#gp23-prevention-kz-2026 .samga-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
}
#gp23-prevention-kz-2026 .samga-item{
    padding:13px 14px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:12px;
    background:rgba(255,255,255,.07);
}
#gp23-prevention-kz-2026 .samga-item strong{
    display:block;
    color:#fff;
    font-size:14px;
}
#gp23-prevention-kz-2026 .samga-item span{
    color:rgba(255,255,255,.75);
    font-size:13px;
}

/* INFO CARDS */
#gp23-prevention-kz-2026 .info-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
#gp23-prevention-kz-2026 .info-card{
    padding:22px 22px;
    background:#fff;
    border:1px solid #dce7e9;
    border-radius:17px;
    box-shadow:0 7px 22px rgba(23,62,70,.05);
}
#gp23-prevention-kz-2026 .info-card h4{
    margin:0 0 9px;
    color:#17474b;
    font-size:19px;
    line-height:1.35;
    font-weight:850;
}
#gp23-prevention-kz-2026 .info-card p{
    margin:0;
    color:#566b71;
}
#gp23-prevention-kz-2026 .info-card ul{
    margin:10px 0 0;
    padding-left:20px;
}
#gp23-prevention-kz-2026 .info-card li{
    margin-bottom:7px;
}

/* WIDE */
#gp23-prevention-kz-2026 .wide-card{
    margin-top:16px;
    padding:24px;
    border:1px solid #dce7e9;
    border-radius:17px;
    background:linear-gradient(90deg,#f1fafa,#fff);
}
#gp23-prevention-kz-2026 .wide-card h4{
    margin:0 0 8px;
    color:#17474b;
    font-size:20px;
    font-weight:850;
}
#gp23-prevention-kz-2026 .wide-card p{margin:0}
#gp23-prevention-kz-2026 .wide-card ul{margin:10px 0 0;padding-left:20px}
#gp23-prevention-kz-2026 .wide-card li{margin-bottom:7px}

/* HIGHLIGHT */
#gp23-prevention-kz-2026 .highlight{
    padding:20px 22px;
    background:#fff8ee;
    border:1px solid #f0debd;
    border-left:5px solid #e3a33a;
    border-radius:0 14px 14px 0;
}
#gp23-prevention-kz-2026 .highlight strong{
    display:block;
    margin-bottom:6px;
    color:#7c5a20;
    font-size:17px;
}

/* MOBILE */
@media(max-width:950px){
    #gp23-prevention-kz-2026 .cabinet-grid,
    #gp23-prevention-kz-2026 .info-grid{grid-template-columns:1fr}
    #gp23-prevention-kz-2026 .samga-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
    #gp23-prevention-kz-2026{font-size:15px}
    #gp23-prevention-kz-2026 .hero{
        padding:26px 21px;
        border-radius:18px;
    }
    #gp23-prevention-kz-2026 .hero h2{font-size:29px}
    #gp23-prevention-kz-2026 .hero p{font-size:15px}
    #gp23-prevention-kz-2026 .leader{
        align-items:flex-start;
        padding:20px 18px;
    }
    #gp23-prevention-kz-2026 .section{
        padding:21px 17px;
        border-radius:16px;
    }
    #gp23-prevention-kz-2026 .section h3{font-size:21px}
    #gp23-prevention-kz-2026 .samga{padding:21px 17px}
    #gp23-prevention-kz-2026 .samga-grid{grid-template-columns:1fr}
}
