/* =========================================================
   GP23 — АҚЫЛЫ ҚЫЗМЕТТЕР ПРЕЙСКУРАНТЫ
   Только для #gp23-price-kz-2026
   ========================================================= */

#gp23-price-kz-2026 {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #20323c;
    font-size: 16px;
    line-height: 1.6;
}

#gp23-price-kz-2026,
#gp23-price-kz-2026 * {
    box-sizing: border-box;
}

/* HERO */
#gp23-price-kz-2026 .price-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 38px 40px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0a6f75 0%, #0e8f95 55%, #14a8ac 100%);
    box-shadow: 0 16px 38px rgba(10, 111, 117, .18);
}

#gp23-price-kz-2026 .price-hero:before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -70px;
    top: -105px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
}

#gp23-price-kz-2026 .price-hero:after {
    content: "";
    position: absolute;
    width: 135px;
    height: 135px;
    right: 115px;
    bottom: -80px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
}

#gp23-price-kz-2026 .price-hero h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.4px;
}

#gp23-price-kz-2026 .price-hero p {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.94);
    font-size: 17px;
}

/* INFO INTRO */
#gp23-price-kz-2026 .intro-card {
    margin-bottom: 30px;
    padding: 24px 26px;
    background: #fff;
    border: 1px solid #dce7e9;
    border-left: 5px solid #0e8f95;
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(23, 62, 70, .06);
}

#gp23-price-kz-2026 .intro-card p {
    margin: 0;
    font-size: 17px;
    color: #354851;
}

/* SECTION */
#gp23-price-kz-2026 .price-section {
    margin-bottom: 30px;
    padding: 28px;
    background: #fff;
    border: 1px solid #dce7e9;
    border-radius: 20px;
    box-shadow: 0 9px 28px rgba(23, 62, 70, .07);
}

#gp23-price-kz-2026 .section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

#gp23-price-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;
    box-shadow: 0 6px 16px rgba(13,143,149,.18);
}

#gp23-price-kz-2026 .section-title h3 {
    margin: 0;
    color: #17474b;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

#gp23-price-kz-2026 .section-title p {
    margin: 4px 0 0;
    color: #748589;
    font-size: 14px;
}

/* SERVICES GRID */
#gp23-price-kz-2026 .services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

#gp23-price-kz-2026 .service-item {
    position: relative;
    padding: 15px 16px 15px 46px;
    background: #f7fbfb;
    border: 1px solid #e2eeee;
    border-radius: 12px;
    color: #29434a;
    font-size: 16px;
    font-weight: 650;
}

#gp23-price-kz-2026 .service-item:before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 14px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dff5f4;
    color: #0a7d81;
    font-size: 13px;
    font-weight: 900;
}

/* DOCTORS GRID */
#gp23-price-kz-2026 .doctors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

#gp23-price-kz-2026 .doctor-chip {
    padding: 14px 15px;
    background: #f8fbfc;
    border: 1px solid #e4ebed;
    border-radius: 12px;
    color: #26424a;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

/* NOTICE CARDS */
#gp23-price-kz-2026 .notice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

#gp23-price-kz-2026 .notice-card {
    padding: 22px 24px;
    border-radius: 16px;
    border: 1px solid #dfe9eb;
    background: #fff;
    box-shadow: 0 7px 22px rgba(23,62,70,.06);
}

#gp23-price-kz-2026 .notice-card.discount {
    background: linear-gradient(135deg, #fff9ef, #fff);
    border-color: #f1dfbb;
}

#gp23-price-kz-2026 .notice-card.payment {
    background: linear-gradient(135deg, #eefafa, #fff);
    border-color: #d6ecec;
}

#gp23-price-kz-2026 .notice-card strong {
    display: block;
    margin-bottom: 7px;
    color: #17474b;
    font-size: 18px;
}

#gp23-price-kz-2026 .notice-card p {
    margin: 0;
    color: #52666d;
    font-size: 15px;
}

/* SCHEDULE TABLE */
#gp23-price-kz-2026 .table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#gp23-price-kz-2026 table {
    width: 100%;
    min-width: 820px;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden;
    border: 1px solid #dfe8ea;
    border-radius: 14px;
}

#gp23-price-kz-2026 table thead th {
    padding: 16px 14px !important;
    background: #173f48 !important;
    color: #fff !important;
    border: 0 !important;
    border-right: 1px solid rgba(255,255,255,.09) !important;
    border-bottom: 3px solid #0e979c !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
    text-align: left !important;
    vertical-align: middle !important;
}

#gp23-price-kz-2026 table tbody td {
    padding: 16px 14px !important;
    background: #fff !important;
    color: #2a3a43 !important;
    border: 0 !important;
    border-bottom: 1px solid #e9eef0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    vertical-align: middle !important;
}

#gp23-price-kz-2026 table tbody tr:nth-child(even) td {
    background: #f9fcfc !important;
}

#gp23-price-kz-2026 table tbody tr:hover td {
    background: #edf9f9 !important;
}

#gp23-price-kz-2026 .work-time {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 8px;
    background: #eaf8f8;
    border: 1px solid #d2eded;
    color: #0b7074;
    font-size: 15px;
    font-weight: 750;
    white-space: nowrap;
}

/* PDF CTA */
#gp23-price-kz-2026 .pdf-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    padding: 26px 28px;
    background: linear-gradient(135deg, #173f48, #225967);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(23,63,72,.16);
}

#gp23-price-kz-2026 .pdf-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#gp23-price-kz-2026 .pdf-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 23px;
}

#gp23-price-kz-2026 .pdf-card h3 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}

#gp23-price-kz-2026 .pdf-card p {
    margin: 5px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 14px;
}

#gp23-price-kz-2026 .pdf-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#gp23-price-kz-2026 .pdf-btn {
    display: inline-block;
    padding: 11px 17px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 750;
    transition: .2s ease;
}

#gp23-price-kz-2026 .pdf-btn.primary {
    background: #fff;
    color: #17474b !important;
}

#gp23-price-kz-2026 .pdf-btn.secondary {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff !important;
}

#gp23-price-kz-2026 .pdf-btn:hover {
    transform: translateY(-1px);
    opacity: .92;
}

/* MOBILE */
@media (max-width: 900px) {
    #gp23-price-kz-2026 .doctors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #gp23-price-kz-2026 .pdf-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    #gp23-price-kz-2026 .price-hero {
        padding: 25px 21px;
        border-radius: 17px;
    }

    #gp23-price-kz-2026 .price-hero h2 {
        font-size: 28px;
    }

    #gp23-price-kz-2026 .price-hero p {
        font-size: 15px;
    }

    #gp23-price-kz-2026 .price-section {
        padding: 20px 16px;
        border-radius: 15px;
    }

    #gp23-price-kz-2026 .section-title h3 {
        font-size: 20px;
    }

    #gp23-price-kz-2026 .services-grid,
    #gp23-price-kz-2026 .doctors-grid,
    #gp23-price-kz-2026 .notice-grid {
        grid-template-columns: 1fr;
    }

    #gp23-price-kz-2026 .intro-card {
        padding: 19px 18px;
    }

    #gp23-price-kz-2026 .pdf-card {
        padding: 22px 18px;
    }

    #gp23-price-kz-2026 .pdf-actions {
        width: 100%;
    }

    #gp23-price-kz-2026 .pdf-btn {
        text-align: center;
        flex: 1 1 auto;
    }
}
