/* IndoSurgicals Stethoscopes subcategory - FCP v1.0 */

.isp-subcategory-page .isp-stethoscope-group-heading {
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    margin: 14px 0 2px;
    padding: 18px 20px;
    border: 1px solid #d8e7eb;
    border-radius: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f4fafb 100%);
    box-shadow: 0 8px 20px rgba(22, 50, 74, .035);
}
.isp-subcategory-page .isp-stethoscope-group-heading::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    content: "";
    background: #0a8f92;
}
.isp-subcategory-page .isp-stethoscope-group-heading--paediatric::before { background: #7867a8; }
.isp-subcategory-page .isp-stethoscope-group-heading--cardiology::before { background: #345f82; }
.isp-subcategory-page .isp-stethoscope-group-heading--teaching::before { background: #9b7532; }
.isp-subcategory-page .isp-stethoscope-group-heading--foetal::before { background: #8b5d78; }
.isp-subcategory-page .isp-stethoscope-group-heading span {
    display: block;
    color: #15364b;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}
.isp-subcategory-page .isp-stethoscope-group-heading p {
    max-width: 880px;
    margin: 6px 0 0;
    color: #60757f;
    font-size: 13px;
    line-height: 1.6;
}

.isp-subcategory-page .isp-product-card--stethoscope .isp-product-category-label {
    color: #075d67;
    background: #edf8f7;
    border-color: #cee7e5;
}
.isp-subcategory-page .isp-product-card--stethoscope-paediatric .isp-product-category-label {
    color: #655587;
    background: #f5f2fb;
    border-color: #ddd6ef;
}
.isp-subcategory-page .isp-product-card--stethoscope-cardiology .isp-product-category-label {
    color: #355d7d;
    background: #f1f6fa;
    border-color: #d4e1ea;
}
.isp-subcategory-page .isp-product-card--stethoscope-teaching .isp-product-category-label {
    color: #7b5b25;
    background: #fff8e9;
    border-color: #ead9b7;
}
.isp-subcategory-page .isp-product-card--stethoscope-foetal .isp-product-category-label {
    color: #74506a;
    background: #fbf3f8;
    border-color: #ead8e4;
}

.isp-steth-cat-content,
.isp-steth-cat-content * { box-sizing: border-box; }
.isp-steth-cat-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #304954;
    font-size: 15px;
    line-height: 1.72;
}
.isp-steth-cat-content h3,
.isp-steth-cat-content h4 { color: #15364b !important; }
.isp-steth-cat-content h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
}
.isp-steth-cat-content h4 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.4;
}
.isp-steth-cat-content p:last-child { margin-bottom: 0; }

.isp-steth-cat-section {
    margin: 0 0 20px;
    padding: 24px;
    border: 1px solid #dbe7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(22, 50, 74, .035);
}
.isp-steth-cat-intro {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-left: 5px solid #0a8f92;
    background:
        radial-gradient(circle at 94% 8%, rgba(10,143,146,.11), transparent 31%),
        linear-gradient(135deg, #f1faf9 0%, #ffffff 68%);
}
.isp-steth-cat-intro p { max-width: 920px; }

.isp-steth-cat-highlights {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #14364c 0%, #0c5963 58%, #087b78 100%);
    box-shadow: 0 14px 30px rgba(22, 50, 74, .12);
}
.isp-steth-cat-highlight {
    min-width: 0;
    padding: 15px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    background: rgba(255,255,255,.07);
    text-align: center;
}
.isp-steth-cat-highlight strong,
.isp-steth-cat-highlight span { display: block; }
.isp-steth-cat-highlight strong {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.3;
}
.isp-steth-cat-highlight span {
    margin-top: 5px;
    color: rgba(255,255,255,.82);
    font-size: 11px;
    line-height: 1.45;
}

.isp-steth-cat-grid,
.isp-steth-cat-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}
.isp-steth-cat-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.isp-steth-cat-card,
.isp-steth-cat-panel {
    min-width: 0;
    padding: 19px;
    border: 1px solid #dbe7eb;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
}
.isp-steth-cat-card strong {
    display: block;
    margin-bottom: 7px;
    color: #09606a !important;
    font-size: 17px;
    line-height: 1.35;
}
.isp-steth-cat-card span {
    display: block;
    color: #627680;
    font-size: 13px;
    line-height: 1.6;
}

/* Stethoscope family comparison - CSS-grid component.
   Deliberately avoids <table> markup so the global Public Page Standard
   technical-table rules cannot override this category-specific design. */
.isp-steth-compare {
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #d6e5e9;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(21, 54, 75, .055);
}
.isp-steth-compare__header,
.isp-steth-compare__row {
    display: grid;
    grid-template-columns: minmax(150px, .72fr) minmax(210px, 1.08fr) minmax(250px, 1.3fr) minmax(285px, 1.5fr);
    width: 100%;
}
.isp-steth-compare__header {
    background: linear-gradient(135deg, #15384e 0%, #0e5963 58%, #087b78 100%);
}
.isp-steth-compare__header > div {
    min-width: 0;
    padding: 15px 16px;
    border-right: 1px solid rgba(255,255,255,.16);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .015em;
}
.isp-steth-compare__header > div:last-child { border-right: 0; }
.isp-steth-compare__row {
    border-top: 1px solid #e2ebee;
    background: #ffffff;
}
.isp-steth-compare__row:nth-child(odd) { background: #f8fbfc; }
.isp-steth-compare__cell {
    min-width: 0;
    padding: 16px;
    border-right: 1px solid #e4edef;
    color: #455f6b;
    font-size: 13px;
    line-height: 1.62;
    word-break: normal;
    overflow-wrap: break-word;
}
.isp-steth-compare__cell:last-child { border-right: 0; }
.isp-steth-compare__cell--group {
    position: relative;
    padding-left: 22px;
    color: #17374c;
    background: linear-gradient(180deg, rgba(240,249,248,.92), rgba(255,255,255,.82));
    font-weight: 800;
}
.isp-steth-compare__cell--group::before {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    width: 4px;
    border-radius: 0 5px 5px 0;
    content: "";
    background: #0a9698;
}
.isp-steth-compare__cell--models {
    color: #294f62;
    font-weight: 700;
}
.isp-steth-compare__label {
    display: none;
    margin-bottom: 5px;
    color: #087078;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .03em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .isp-steth-compare {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .isp-steth-compare__header { display: none; }
    .isp-steth-compare__row {
        display: block;
        margin-bottom: 14px;
        overflow: hidden;
        border: 1px solid #d8e6ea;
        border-radius: 14px;
        background: #ffffff !important;
        box-shadow: 0 7px 18px rgba(21, 54, 75, .045);
    }
    .isp-steth-compare__row:last-child { margin-bottom: 0; }
    .isp-steth-compare__cell {
        padding: 13px 15px;
        border-right: 0;
        border-bottom: 1px solid #e6eef0;
        background: #ffffff;
    }
    .isp-steth-compare__cell:last-child { border-bottom: 0; }
    .isp-steth-compare__cell--group {
        padding: 14px 16px;
        border-bottom: 0;
        color: #ffffff;
        background: linear-gradient(135deg, #15394f 0%, #0d6c70 100%);
        font-size: 15px;
    }
    .isp-steth-compare__cell--group::before { display: none; }
    .isp-steth-compare__label { display: block; }
}

@media (max-width: 520px) {
    .isp-steth-compare__cell { padding: 12px 14px; }
    .isp-steth-compare__cell--group { padding: 14px; }
}

.isp-steth-cat-note {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid #d2e8e6;
    border-left: 4px solid #0a8f92;
    border-radius: 10px;
    background: #eff9f8;
    color: #4c6870;
}
.isp-steth-cat-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 15px;
}
.isp-steth-cat-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #cfe1e5;
    border-radius: 9px;
    background: #ffffff;
    color: #09606a !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}
.isp-steth-cat-links a:hover,
.isp-steth-cat-links a:focus { background: #f1f9f9; }

@media (max-width: 1000px) {
    .isp-steth-cat-highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .isp-steth-cat-grid--three { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
    .isp-steth-cat-section,
    .isp-steth-cat-intro { padding: 18px 15px; border-radius: 13px; }
    .isp-steth-cat-highlights { grid-template-columns: repeat(2, minmax(0,1fr)); padding: 14px; }
    .isp-steth-cat-grid,
    .isp-steth-cat-grid--three,
    .isp-steth-cat-split { grid-template-columns: 1fr; }
    .isp-subcategory-page .isp-stethoscope-group-heading { padding: 15px 16px; }
}
