        :where(.pg-scope, .pg-scope *){ margin: 0; padding: 0; box-sizing: border-box; }


        .pg-scope {
            --primary: #0e8a8a;
            --primary-dark: #0a6a6a;
            --secondary: #16a085;
            --emergency: #dc2626;
            --text-dark: #1f2937;
            --text-light: #666666;
            --gray-light: #f5f5f5;
            --gradient-primary: linear-gradient(135deg, #0a6a6a 0%, #0e8a8a 50%, #16a085 100%);
            --gradient-blue: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
        }


        .pg-scope { color: var(--text-dark); line-height: 1.6}


        
        .sp-breadcrumb { background: #f8fafc; border-bottom: 1px solid #eef2f2; padding: 10px 0; font-size: 13px; color: var(--text-light); }

        .sp-breadcrumb a { color: var(--primary); text-decoration: none; font-weight: 600; }

        .sp-breadcrumb a:hover { text-decoration: underline; }

        .sp-breadcrumb svg { width: 13px; height: 13px; fill: #9ca3af; margin: 0 4px; vertical-align: -2px; }


        
        .sp-hero { background: var(--gradient-primary); color: white; padding: 46px 0 50px; }

        .sp-hero h1 { font-size: 34px; margin-bottom: 16px; line-height: 1.25; }

        .sp-lead { font-size: 16.5px; line-height: 1.8; max-width: 860px; opacity: 0.97; margin-bottom: 12px; }

        .sp-lead:last-of-type { margin-bottom: 0; }

        .hero-features { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

        .hero-feature { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.18); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; }

        .hero-feature svg { width: 16px; height: 16px; fill: #ffffff; flex-shrink: 0; }

        .sp-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

        .sp-btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 26px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 16px; transition: all .25s; }

        .sp-btn svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

        .sp-btn-solid { background: #ffffff; color: var(--primary-dark); }

        .sp-btn-solid:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.18); }

        .sp-btn-outline { border: 2px solid rgba(255,255,255,0.85); color: #ffffff; }

        .sp-btn-outline:hover { background: rgba(255,255,255,0.12); }

        @media (max-width: 768px){

            .sp-hero h1 { font-size: 26px; }

            .sp-hero { padding: 36px 0 40px; }
}


        
        .sp-section { padding: 48px 0; background: #ffffff; }

        .sp-section.alt { background: #f8fafc; }

        .section-title { font-size: 28px; text-align: center; margin-bottom: 26px; color: var(--text-dark); }

        .content-wrap { max-width: 920px; margin: 0 auto; }

        .content-wrap p { font-size: 16.5px; line-height: 1.85; color: #374151; margin-bottom: 16px; }

        .content-wrap p:last-child { margin-bottom: 0; }

        .sp-note { text-align: center; font-weight: 600; color: var(--primary-dark) !important; margin-top: 22px !important; }


        
        .check-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 26px; margin-top: 10px; }

        .check-grid .check-item { flex: 0 1 calc((100% - 26px) / 2); }

        @media (max-width: 640px){
 .check-grid .check-item { flex-basis: 100%; }
}

        .check-item { display: flex; align-items: flex-start; gap: 11px; background: #ffffff; border: 1px solid #e5efef; border-radius: 10px; padding: 14px 16px; font-size: 16px; line-height: 1.6; color: #2b3644; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }

        .sp-section.alt .check-item { background: #ffffff; }

        .sp-section:not(.alt) .check-item { background: #fbfdfd; }

        .check-item svg { width: 19px; height: 19px; fill: var(--primary); margin-top: 3px; flex-shrink: 0; }

        .icon-list { list-style: none; margin-top: 8px; }

        .icon-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 16.5px; line-height: 1.75; color: #374151; padding: 9px 0; }

        .icon-list li svg { width: 19px; height: 19px; fill: var(--primary); margin-top: 5px; flex-shrink: 0; }


        
        .option-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 14px; }

        .option-card { flex: 0 1 calc((100% - 36px) / 3); min-width: 235px; background: #ffffff; border: 1px solid #e2ecec; border-top: 4px solid var(--primary); border-radius: 12px; padding: 20px; box-shadow: 0 4px 14px rgba(0,0,0,0.05); }

        @media (max-width: 640px){
 .option-card { flex-basis: 100%; }
}

        .option-card h3 { font-size: 17px; color: var(--primary-dark); margin-bottom: 8px; }

        .option-card p { font-size: 16px; line-height: 1.7; color: #4b5563; margin: 0; }


        
        .doctors-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 12px; max-width: 920px; margin-left: auto; margin-right: auto; }

        .doctors-grid.single { max-width: 460px; }

        .modern-doctor-card { display: flex; background: #ffffff; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.08); border: 1px solid #eef2f2; border-top: 4px solid var(--primary); transition: all 0.3s ease; }

        .modern-doctor-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(14,138,138,0.16); }

        .doctor-info-modern { padding: 18px 20px 20px; text-align: center; display: flex; flex-direction: column; flex: 1; }

        .doctor-specialty-badge { display: inline-block; background: rgba(14,138,138,0.10); color: var(--primary); padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; margin-bottom: 14px; }

        .doctor-info-modern h3 { font-size: 21px; color: var(--text-dark); margin-bottom: 6px; }

        .doctor-specialty-text { color: var(--primary); font-size: 14px; font-weight: 600; margin-bottom: 6px; }

        .doctor-quals { font-size: 13px; color: #5b6675; margin-bottom: 8px; line-height: 1.5; }

        .doctor-experience { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 6px 0 14px; padding: 12px 0; border-top: 1px solid #f0f2f2; border-bottom: 1px solid #f0f2f2; }

        .doctor-experience .exp-item span { font-weight: 600; color: var(--text-dark); }

        .exp-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-light); }

        .exp-item svg { width: 15px; height: 15px; fill: var(--primary); flex-shrink: 0; }

        .doctor-bio { font-size: 14.5px; line-height: 1.6; color: #4b5563; text-align: left; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

        .doctor-cta-btn { display: block; width: 100%; margin-top: auto; padding: 12px; background: var(--gradient-primary); color: white; text-align: center; text-decoration: none; border-radius: 10px; font-weight: 600; transition: all 0.3s; }

        .doctor-cta-btn:hover { transform: scale(1.04); }


        
        .faq-wrap { max-width: 920px; margin: 0 auto; }

        .faq-item { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }

        .faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 18px; background: none; border: none; cursor: pointer; font-family: inherit; font-size: 16px; font-weight: 600; color: var(--text-dark); text-align: left; line-height: 1.5; }

        .faq-q svg { width: 20px; height: 20px; fill: var(--primary); transition: transform .3s; flex-shrink: 0; }

        .faq-item.open .faq-q svg { transform: rotate(180deg); }

        .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }

        .faq-item.open .faq-a { max-height: 560px; }

        .faq-a p { padding: 0 18px 16px; font-size: 16px; line-height: 1.75; color: #4a5563; }


        
        .pill-label { font-size: 15px; font-weight: 700; color: var(--text-dark); margin: 18px 0 4px; }

        .keyword-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }

        .keyword-tag { background: white; padding: 6px 14px; border-radius: 20px; font-size: 13.5px; border: 1px solid var(--primary); color: var(--primary); text-decoration: none; transition: all 0.3s; font-weight: 600; }

        .keyword-tag:hover { background: var(--primary); color: white; }


        
        .sp-cta { background: var(--gradient-primary); color: white; padding: 48px 0; text-align: center; }

        .sp-cta h2 { font-size: 27px; margin-bottom: 14px; }

        .sp-cta p { font-size: 16.5px; line-height: 1.8; max-width: 820px; margin: 0 auto 24px; opacity: 0.97; }

        .sp-cta .sp-hero-cta { justify-content: center; margin-top: 0; }


        
        .sp-address { background: #f8fafc; border-left: 4px solid var(--primary); border-radius: 10px; padding: 22px 24px; max-width: 920px; margin: 0 auto; }

        .sp-address h3 { font-size: 19px; color: var(--text-dark); margin-bottom: 8px; }

        .sp-address p { font-size: 16px; color: #374151; line-height: 1.8; margin-bottom: 4px; }

        .sp-address a { color: var(--primary); font-weight: 600; text-decoration: none; }

        .sp-address a:hover { text-decoration: underline; }

        .sp-directions { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 15px; }

        .sp-directions svg { width: 16px; height: 16px; fill: var(--primary); flex-shrink: 0; }

        .sp-map { margin-top: 18px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,0.08); }

        .sp-map iframe { display: block; width: 100%; height: 400px; border: 0; }

        @media (max-width: 992px){
 .pg-scope { padding-bottom: 132px}
}

        /* ---- Compact doctor card: photo left, details right, expertise tags ---- */
        .doctors-grid { gap: 20px; }
        .modern-doctor-card { border-top-width: 3px; }
        .doctor-info-modern { padding: 18px 18px 16px; text-align: left; }
        .doctor-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
        .doctor-photo, .doctor-initials { width: 64px; height: 64px; border-radius: 50%; flex-shrink: 0; margin: 0; border: 2px solid #e5efef; }
        .doctor-photo { object-fit: cover; object-position: top center; display: block; background: #f2f7f7; }
        .doctor-initials { display: flex; align-items: center; justify-content: center; background: var(--gradient-primary); color: #fff; font-size: 21px; font-weight: 700; letter-spacing: .5px; }
        .doctor-head-text { min-width: 0; }
        .modern-doctor-card h3 { font-size: 17px; line-height: 1.3; margin: 0 0 3px; text-align: left; }
        .doctor-specialty-text { font-size: 13px; line-height: 1.4; color: var(--primary); font-weight: 600; margin: 0 0 3px; text-align: left; }
        .doctor-quals { font-size: 12.5px; line-height: 1.45; color: #6b7280; margin: 0; text-align: left; }
        .doctor-meta { font-size: 12.5px; color: #6b7280; font-weight: 600; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
        .doctor-meta svg { width: 14px; height: 14px; fill: var(--primary); flex-shrink: 0; }
        .doctor-expertise { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
        .doctor-expertise span { background: #eef6f6; color: #17696b; font-size: 12px; font-weight: 600; padding: 5px 10px; border-radius: 20px; line-height: 1.3; }
        .doctor-cta-btn { padding: 10px; font-size: 14.5px; }
        /* hide the legacy bits we no longer use */
        .modern-doctor-card .doctor-specialty-badge, .modern-doctor-card .doctor-bio, .modern-doctor-card .doctor-experience { display: none; }
