/* ============================================
   SERVICES PAGES — SHARED STYLES
   Uses --page-accent set inline per page for
   hero overlays, icons, and check colours.
   ============================================ */

/* ============================================
   SERVICE HERO
   ============================================ */
.service-hero {
    background: linear-gradient(135deg, rgba(45,45,45,.96) 0%, rgba(60,60,60,.92) 100%);
    padding: 38px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.service-hero::before {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 46%; height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(var(--page-accent-rgb),.28) 100%);
}

.service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.service-breadcrumb {
    font-size: 11px;
    margin-bottom: 14px;
    opacity: .78;
}

.service-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

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

.service-hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.service-hero-text { max-width: 620px; }

.service-hero-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.15;
}

.service-hero-title span { color: var(--page-accent); }

.service-hero-desc {
    font-size: 14px;
    opacity: .9;
    margin-bottom: 20px;
    line-height: 1.65;
}

.service-hero-badges {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.service-hero-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
}

.service-hero-badge-icon {
    width: 24px; height: 24px;
    background: var(--page-accent);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.service-hero-image {
    width: 270px; height: 175px;
    background: linear-gradient(145deg, #555 0%, #333 100%);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 56px;
    flex-shrink: 0;
    opacity: .85;
}

/* ============================================
   MAIN CONTENT LAYOUT
   ============================================ */
.svc-main-content {
    padding: 28px 0 40px;
    background: #f5f5f5;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 245px 1fr 270px;
    gap: 24px;
}

.left-sidebar,
.right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.center-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-width: 0;
}

/* ============================================
   SHARED CARD / BOX
   ============================================ */
.svc-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    overflow: hidden;
}

.svc-card-header {
    background: #2D2D2D;
    color: #fff;
    padding: 13px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 9px;
}

.svc-card-header.accent {
    background: var(--page-accent);
}

.svc-card-body { padding: 16px; }

/* ============================================
   INFO LIST (sidebar)
   ============================================ */
.svc-info-label {
    font-size: 11px;
    font-weight: 700;
    color: #2D2D2D;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.svc-info-list {
    list-style: none;
    padding: 0; margin: 0 0 16px;
}

.svc-info-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.svc-info-list li:last-child { border-bottom: none; }

.svc-info-list li::before {
    content: '✓';
    color: var(--page-accent);
    font-weight: 700;
    font-size: 11px;
    flex-shrink: 0;
}

/* tag grid (brands / capacities) */
.tag-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-bottom: 12px;
}

.tag-item {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 6px 9px;
    font-size: 11px;
    color: #666;
    text-align: center;
}

/* feature tags */
.feature-tags { display: flex; flex-direction: column; gap: 7px; }

.feature-tag {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 8px 11px;
    font-size: 12px;
    color: #555;
}

.feature-tag-icon { color: var(--page-accent); font-size: 14px; }

/* industry list */
.industry-list {
    list-style: none;
    padding: 0; margin: 0;
}

.industry-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    color: #666;
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f0;
}

.industry-list li:last-child { border-bottom: none; }

.industry-icon {
    width: 26px; height: 26px;
    background: rgba(var(--page-accent-rgb),.1);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

/* why-choose */
.why-choose-list {
    list-style: none;
    padding: 0; margin: 0;
}

.why-choose-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #666;
    margin-bottom: 9px;
}

.why-choose-list li::before {
    content: '✓';
    color: var(--page-accent);
    font-weight: 700;
    flex-shrink: 0;
}

/* ============================================
   SECTION BOX (center content cards)
   ============================================ */
.section-box {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.section-box-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.section-box-icon {
    width: 32px; height: 32px;
    background: var(--page-accent);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}

.section-box h2 {
    font-size: 18px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0;
}

.section-box > .section-desc {
    font-size: 13px;
    color: #666;
    margin: 0 0 20px;
}

/* ============================================
   SERVICE CARDS GRID (overview 2×3 and sub-pages)
   ============================================ */
.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    border-top: 3px solid transparent;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    border-top-color: var(--page-accent);
}

.service-card-icon {
    width: 48px; height: 48px;
    background: var(--page-accent);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 14px;
}

.service-card-icon.circle {
    border-radius: 50%;
}

.service-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
    margin: 0 0 8px;
}

.service-card p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 14px;
}

.learn-more-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: var(--page-accent);
    text-decoration: none;
    transition: gap .2s;
}

.learn-more-link:hover { gap: 9px; }
.learn-more-link::after { content: '→'; }

/* ============================================
   RESOURCES GRID
   ============================================ */
.resources-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.resource-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px;
    background: #f5f5f5;
    border-radius: 6px;
    cursor: pointer;
    transition: background .2s;
}

.resource-item:hover { background: rgba(var(--page-accent-rgb),.08); }

.resource-icon {
    width: 36px; height: 36px;
    background: #fff;
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    color: var(--page-accent);
    box-shadow: 0 2px 4px rgba(0,0,0,.09);
    flex-shrink: 0;
}

.resource-info h4 { font-size: 12px; font-weight: 600; color: #2D2D2D; margin: 0 0 2px; }
.resource-info p  { font-size: 10px; color: #888; margin: 0; }

/* ============================================
   SIDEBAR NAV (services overview)
   ============================================ */
.sidebar-nav-list {
    list-style: none;
    padding: 0; margin: 0;
}

.sidebar-nav-list li { border-bottom: 1px solid #f0f0f0; }
.sidebar-nav-list li:last-child { border-bottom: none; }

.sidebar-nav-list a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 15px;
    font-size: 13px;
    color: #2D2D2D;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.sidebar-nav-list a:hover,
.sidebar-nav-list a.active {
    background: rgba(var(--page-accent-rgb),.06);
    color: var(--page-accent);
}

.sidebar-nav-list .nav-arrow { margin-left: auto; opacity: .45; font-size: 13px; }

/* ============================================
   PRICING GRID
   ============================================ */
.pricing-grid {
    display: grid;
    gap: 14px;
}

.pricing-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.pricing-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }

.pricing-card {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 2px solid transparent;
    transition: border-color .25s, transform .25s;
    position: relative;
}

.pricing-card:hover { border-color: var(--page-accent); transform: translateY(-3px); }

.pricing-card.popular,
.pricing-card.best-value {
    border-color: var(--page-accent);
    background: #fff;
}

.pricing-card.popular::before { content: 'MOST POPULAR'; }
.pricing-card.best-value::before { content: 'BEST VALUE'; }

.pricing-card.popular::before,
.pricing-card.best-value::before {
    position: absolute;
    top: -11px; left: 50%;
    transform: translateX(-50%);
    background: var(--page-accent);
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.pricing-card h3 {
    font-size: 12px;
    font-weight: 700;
    color: #2D2D2D;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.pricing-amount {
    font-size: 30px;
    font-weight: 700;
    color: var(--page-accent);
    line-height: 1;
    margin-bottom: 3px;
}

.pricing-unit {
    font-size: 11px;
    color: #888;
    margin-bottom: 12px;
}

.pricing-features {
    list-style: none;
    padding: 0; margin: 0 0 14px;
    text-align: left;
}

.pricing-features li {
    font-size: 11px;
    color: #666;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pricing-features li::before {
    content: '✓';
    color: #28a745;
    font-size: 10px;
    font-weight: 700;
}

.pricing-btn {
    width: 100%;
    padding: 9px;
    background: var(--page-accent);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s;
}

.pricing-btn:hover { opacity: .85; }

/* ============================================
   PROCESS STEPS
   ============================================ */
.process-steps {
    display: grid;
    gap: 14px;
    position: relative;
}

.process-steps.steps-4 { grid-template-columns: repeat(4, 1fr); }
.process-steps.steps-5 { grid-template-columns: repeat(5, 1fr); }

.process-steps::before {
    content: '';
    position: absolute;
    top: 28px; left: 8%; right: 8%;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 48px; height: 48px;
    background: #fff;
    border: 3px solid var(--page-accent);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 11px;
    font-size: 17px;
    font-weight: 700;
    color: var(--page-accent);
}

.process-step h4 { font-size: 12px; font-weight: 600; color: #2D2D2D; margin: 0 0 4px; }
.process-step p  { font-size: 11px; color: #888; margin: 0; }

/* ============================================
   WHAT'S INCLUDED GRID
   ============================================ */
.included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-top: 18px;
}

.included-item {
    background: #f5f5f5;
    border-radius: 7px;
    padding: 16px;
    text-align: center;
}

.included-icon {
    width: 42px; height: 42px;
    background: var(--page-accent);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    color: #fff;
    margin: 0 auto 9px;
}

.included-item h4 { font-size: 12px; font-weight: 600; color: #2D2D2D; margin: 0 0 4px; }
.included-item p  { font-size: 11px; color: #888; margin: 0; }

/* ============================================
   PLATFORM SPEC TABLE (Artemis)
   ============================================ */
.art-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 14px;
}
.art-spec-table th {
    width: 34%;
    font-weight: 600;
    color: #2D2D2D;
    padding: 9px 12px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
    background: #f9f9f9;
    text-align: left;
}
.art-spec-table td {
    color: #555;
    padding: 9px 12px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
    line-height: 1.55;
}
.art-spec-table tr:last-child th,
.art-spec-table tr:last-child td { border-bottom: none; }

/* ============================================
   GETTING STARTED LIST (Artemis)
   ============================================ */
.art-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: art-steps;
}
.art-steps-list li {
    counter-increment: art-steps;
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: 13px;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.55;
}
.art-steps-list li:last-child { border-bottom: none; }
.art-steps-list li::before {
    content: counter(art-steps);
    font-size: 11px;
    font-weight: 700;
    color: var(--page-accent);
    background: rgba(var(--page-accent-rgb),.08);
    border: 1px solid var(--page-accent);
    min-width: 22px; height: 22px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

/* ============================================
   MEASUREMENT / INDUSTRY CHECKLIST (Lab Monitoring)
   ============================================ */
.art-measure-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.art-measure-list li {
    font-size: 13px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.art-measure-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.art-measure-list li::before {
    content: '✓';
    color: #4d9ca6;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
.art-measure-list li strong {
    display: block;
    color: var(--page-accent);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
}

/* ============================================
   RIGHT SIDEBAR — REQUEST FORM
   ============================================ */
.request-header {
    background: var(--page-accent);
    color: #fff;
    padding: 16px;
    text-align: center;
}

.request-header h3 { font-size: 14px; font-weight: 700; margin: 0 0 3px; }
.request-header p  { font-size: 11px; opacity: .9; margin: 0; }

.request-form { padding: 15px; }

.form-row { margin-bottom: 11px; }

.form-row label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 4px;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
    transition: border-color .2s;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: var(--page-accent);
}

.form-row textarea { resize: vertical; min-height: 72px; }

.form-submit-btn {
    width: 100%;
    padding: 12px;
    background: var(--page-accent);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s;
}

.form-submit-btn:hover { opacity: .88; }

/* contact box */
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.contact-icon-circle {
    width: 38px; height: 38px;
    background: rgba(var(--page-accent-rgb),.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    color: var(--page-accent);
    flex-shrink: 0;
}

.contact-item h4 { font-size: 15px; font-weight: 700; color: var(--page-accent); margin: 0 0 1px; }
.contact-item p  { font-size: 10px; color: #888; margin: 0; }

.schedule-btn {
    width: 100%;
    padding: 10px;
    background: #2D2D2D;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    gap: 7px;
    transition: background .2s;
    text-decoration: none;
}

.schedule-btn:hover { background: #444; color: #fff; }

/* accreditations */
.accred-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.accred-badge {
    width: 62px; height: 62px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #666;
    text-align: center;
    padding: 5px;
}

.accred-badge-icon { font-size: 20px; color: var(--page-accent); margin-bottom: 3px; }

/* assistance / status boxes */
.assistance-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 11px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 9px;
    transition: opacity .2s, background .2s;
    border: none;
    text-decoration: none;
}

.btn-dark-solid { background: #2D2D2D; color: #fff; }
.btn-dark-solid:hover { background: #444; color: #fff; }

.btn-outline-accent {
    background: transparent;
    color: var(--page-accent);
    border: 1px solid var(--page-accent) !important;
    border: none;
}

.btn-outline-accent:hover {
    background: var(--page-accent);
    color: #fff;
}

/* ============================================
   FOOTER BADGES BAR
   ============================================ */
.svc-footer-badges {
    background: #2D2D2D;
    padding: 18px 0;
}

.svc-footer-badges .service-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.svc-footer-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    padding: 10px;
    border-right: 1px solid rgba(255,255,255,.1);
}

.svc-footer-badge:last-child { border-right: none; }

.svc-footer-badge-icon {
    width: 40px; height: 40px;
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.svc-footer-badge h4 { font-size: 13px; font-weight: 600; margin: 0 0 2px; }
.svc-footer-badge p  { font-size: 11px; opacity: .65; margin: 0; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
    .content-wrapper {
        grid-template-columns: 230px 1fr;
    }
    .right-sidebar { display: none; }
    .service-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .resources-grid    { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
    .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
    .svc-footer-badges .service-container { grid-template-columns: repeat(2, 1fr); }
    .svc-footer-badge { border-right: none; }
}

@media (max-width: 900px) {
    .content-wrapper { grid-template-columns: 1fr; }
    .left-sidebar    { display: none; }
    .service-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .process-steps.steps-4,
    .process-steps.steps-5 { grid-template-columns: repeat(2, 1fr); }
    .process-steps::before { display: none; }
    .service-hero-content { flex-direction: column; }
    .service-hero-image   { display: none; }
    .included-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .service-hero-title { font-size: 28px; }
    .service-cards-grid   { grid-template-columns: 1fr; }
    .pricing-grid.cols-4,
    .pricing-grid.cols-3  { grid-template-columns: 1fr; }
    .resources-grid       { grid-template-columns: 1fr; }
    .included-grid        { grid-template-columns: 1fr; }
    .dashboard-metrics    { grid-template-columns: repeat(2, 1fr); }
    .svc-footer-badges .service-container { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
    .service-hero-title { font-size: 24px; }
    .service-hero-badges { flex-direction: column; }
    .dashboard-metrics  { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================
   CAPACITY GRID (balance sidebar)
   ============================================ */
.capacity-grid {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 4px;
}

.capacity-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 8px 11px;
    gap: 8px;
}

.capacity-label {
    font-size: 12px;
    font-weight: 600;
    color: #2D2D2D;
}

.capacity-range {
    font-size: 11px;
    color: #888;
    white-space: nowrap;
}

/* ============================================
   ON-SITE PROMO CARD (balance sidebar)
   ============================================ */
.onsite-promo {
    background: var(--page-accent) !important;
}

/* ============================================
   CIRCULAR SERVICE CARD ICON (Artemis)
   ============================================ */
.service-card-icon-circle {
    border-radius: 50% !important;
}

/* ============================================
   DASHBOARD PREVIEW EXTRAS (Artemis)
   ============================================ */
.dashboard-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.dashboard-preview-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.dashboard-preview-subtitle {
    font-size: 11px;
    color: rgba(255,255,255,.5);
}

/* dashboard-metric is an alias for metric-card */
.dashboard-metric {
    background: rgba(255,255,255,.07);
    border-radius: 7px;
    padding: 14px;
    text-align: center;
}

.metric-status.ok { color: #4caf50; }
.metric-status.warn { color: #ff9800; }
.metric-status.alert { color: #f44336; }

/* sparkline bar chart */
.dashboard-chart {
    margin-top: 18px;
}

.chart-bar-group {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 60px;
    background: rgba(255,255,255,.04);
    border-radius: 6px;
    padding: 8px;
}

.chart-bar {
    flex: 1;
    background: var(--page-accent);
    border-radius: 3px 3px 0 0;
    opacity: .7;
    transition: opacity .2s;
}

.chart-bar:hover { opacity: 1; }

.chart-label {
    font-size: 10px;
    color: rgba(255,255,255,.4);
    text-align: center;
    margin-top: 6px;
}

/* ============================================
   PIPETTE SERVICE PAGE — FULL-WIDTH SECTIONS
   ============================================ */

/* 1. Title bar */
.pip-title-bar {
    background: #cde8f0;
    padding: 18px 0;
    border-bottom: 1px solid #b5d8e6;
}
/* Neutral variant — used on the Solutions hub so the header band does not clash
   with the teal .sol-hero gradient directly beneath it. */
.pip-title-bar--neutral {
    background: var(--white);
    border-bottom-color: var(--border-gray);
}
.pip-title-bar h1 {
    font-size: 24px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0;
    line-height: 1.3;
}
.pip-title-bar .service-breadcrumb { color: #444; margin-bottom: 6px; opacity: 1; }
.pip-title-bar .service-breadcrumb a { color: #2D6A7A; }
.pip-title-bar .service-breadcrumb a:hover { color: #C8102E; }

/* 2. Photo hero */
.pip-photo-hero {
    background-color: #1e3040;
    background-image: url('/images/landing_page_picture.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.pip-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(25, 45, 65, 0.78);
    z-index: 1;
}
.pip-photo-hero .service-container { position: relative; z-index: 2; }
.pip-photo-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.pip-bullets-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    margin-bottom: 30px;
}
.pip-bullets-cols ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}
.pip-bullets-cols ul li {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 6px;
    color: #fff;
}
.pip-contact-btn {
    display: inline-block;
    background: #4d9ca6;
    color: #fff !important;
    padding: 11px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
}
.pip-contact-btn:hover { background: #3a8590; }
.pip-photo-hero-headline h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #fff;
}

/* 3. Manufacturers section */
.pip-manufacturers {
    background: #fff;
    padding: 64px 0;
}
.pip-mfg-inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: start;
}
.pip-mfg-text h2 {
    font-size: 22px !important;
    font-weight: 700;
    color: #2D2D2D !important;
    margin: 0 0 10px !important;
    line-height: 1.3;
}
.pip-mfg-sub {
    font-size: 14px;
    color: #4d9ca6;
    margin: 0 0 22px;
}
.pip-mfg-list-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}
.pip-mfg-list-cols ul {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}
.pip-mfg-list-cols ul li {
    font-size: 13px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 10px;
}
.pip-mfg-photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
}

/* 4. Service includes section */
.pip-includes {
    background: #f2f2f2;
    padding: 64px 0;
}
.pip-includes-inner {
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 60px;
    align-items: center;
}
.pip-includes-photo img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 4px;
}
.pip-includes-text h2 {
    font-size: 20px !important;
    font-weight: 700;
    color: #2D2D2D !important;
    margin: 0 0 26px !important;
    line-height: 1.35;
}
.pip-includes-list-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}
.pip-includes-list-cols ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pip-includes-list-cols ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 22px;
}
.pip-includes-list-cols ul li::before {
    content: '✓';
    color: #4d9ca6;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: -1px;
}

/* 5. Service levels table */
.pip-levels {
    background: #fff;
    padding: 48px 0 64px;
}
.pip-level-tabs {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
}
.pip-level-tab {
    padding: 12px 32px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #4d9ca6;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
}
.pip-level-tab.active {
    color: #2D2D2D;
    border-bottom-color: #2D2D2D;
}
.pip-level-tab:hover { color: #2D2D2D; }
.pip-level-note {
    margin: 0 0 18px;
}
.pip-level-note-label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #999;
    display: block;
    margin-bottom: 8px;
}
.pip-level-labs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.pip-level-lab-chip {
    font-size: 12px;
    font-weight: 600;
    color: #2D3E50;
    background: #edf2f5;
    border: 1px solid #c5d5dc;
    padding: 4px 11px;
    border-radius: 3px;
    white-space: nowrap;
}
.pip-level-note-desc {
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin: 0;
    line-height: 1.6;
}
.pip-level-desc {
    font-size: 13px;
    color: #555;
    margin: 0 0 26px;
    line-height: 1.65;
}
.pip-level-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    border: 1px solid #ddd;
}
.pip-level-table thead tr {
    background-color: #2D3E50;
}
.pip-level-table thead th {
    padding: 14px 18px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    color: #fff !important;
    background-color: #2D3E50;
}
.pip-level-table thead th:not(:first-child) { text-align: center; }
.pip-level-table tbody tr:nth-child(even) { background: #f9f9f9; }
.pip-level-table tbody td {
    padding: 13px 18px;
    border-bottom: 1px solid #e8e8e8;
    color: #444;
}
.pip-level-table tbody td:not(:first-child) {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
.pip-level-table .lv-check { color: #C8102E; }
.pip-level-table .lv-dash  { color: #4d9ca6; }
.pip-option-sub {
    font-size: 10px;
    color: #888;
    font-weight: 400;
    margin-top: 2px;
    letter-spacing: 0.2px;
}
.pip-options-header td {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #4d9ca6 !important;
    padding: 20px 18px 8px !important;
    border-bottom: none !important;
    background: #fff !important;
    text-align: left !important;
}

/* 6. Locations + map */
.pip-locations {
    background: #f9f9f9;
    padding: 64px 0;
}
.pip-locations-inner {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 60px;
    align-items: start;
}
.pip-locations-text h2 {
    font-size: 22px !important;
    font-weight: 700;
    color: #2D2D2D !important;
    margin: 0 0 28px !important;
    line-height: 1.3;
}
.pip-locations-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}
.pip-locations-cols ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pip-locations-cols ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #555;
    margin-bottom: 13px;
}
.pip-locations-cols ul li::before {
    content: '✓';
    color: #4d9ca6;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}
.pip-locations-map iframe {
    width: 100%;
    height: 360px;
    border: none;
    border-radius: 4px;
}

/* Responsive — pip sections */
@media (max-width: 1100px) {
    .pip-mfg-inner { grid-template-columns: 1fr; }
    .pip-mfg-photo { display: none; }
    .pip-includes-inner { grid-template-columns: 1fr; }
    .pip-includes-photo { display: none; }
    .pip-locations-inner { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .pip-photo-hero-inner { grid-template-columns: 1fr; gap: 32px; }
    .pip-photo-hero-headline h2 { font-size: 28px; }
}
@media (max-width: 640px) {
    .pip-bullets-cols { grid-template-columns: 1fr; }
    .pip-mfg-list-cols { grid-template-columns: 1fr; }
    .pip-includes-list-cols { grid-template-columns: 1fr; }
    .pip-locations-cols { grid-template-columns: 1fr; }
    .pip-level-tab { padding: 10px 16px; font-size: 13px; }
    .pip-photo-hero-headline h2 { font-size: 24px; }
}

/* ============================================
   PIPETTE PAGE — NEW SEO SECTIONS
   ============================================ */

/* Outline CTA button (phone) */
.pip-contact-btn--outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}
.pip-contact-btn--outline:hover { background: rgba(255,255,255,0.12); }

/* Includes note (compliance level callout) */
.pip-includes-note {
    font-size: 12px;
    color: #777;
    margin: 20px 0 0;
    line-height: 1.7;
    border-top: 1px solid #ddd;
    padding-top: 14px;
}

/* 7. Why Choose Femto (E-E-A-T) */
.pip-why-femto {
    background: #fff;
    padding: 64px 0;
}
.pip-why-femto > .service-container > h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0 0 32px;
    line-height: 1.3;
}
.pip-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.pip-why-card {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 24px 20px;
    background: #f9f9f9;
}
.pip-why-card__title {
    font-size: 14px;
    font-weight: 700;
    color: #2D3E50;
    margin-bottom: 10px;
    line-height: 1.3;
}
.pip-why-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
@media (max-width: 1100px) {
    .pip-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .pip-why-grid { grid-template-columns: 1fr; }
}

/* 8. Compliance & Regulatory */
.pip-compliance {
    background: #f2f2f2;
    padding: 64px 0;
}
.pip-compliance > .service-container > h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0 0 10px;
    line-height: 1.3;
}
.pip-compliance-lead {
    font-size: 14px;
    color: #555;
    margin: 0 0 32px;
    line-height: 1.7;
    max-width: 760px;
}
.pip-compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.pip-compliance-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 24px 20px;
}
.pip-compliance-item h3 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2D3E50 !important;
    margin: 0 0 12px !important;
    line-height: 1.35;
}
.pip-compliance-item p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
@media (max-width: 1000px) {
    .pip-compliance-grid { grid-template-columns: 1fr; }
}

/* 9. FAQ Section */
.pip-faq {
    background: #fff;
    padding: 64px 0;
}
.pip-faq > .service-container > h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0 0 32px;
    line-height: 1.3;
}
.pip-faq-list {
    max-width: 860px;
}
.pip-faq-item {
    border-bottom: 1px solid #e0e0e0;
}
.pip-faq-item:first-child {
    border-top: 1px solid #e0e0e0;
}
.pip-faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 36px 18px 0;
    font-size: 14px;
    font-weight: 600;
    color: #2D2D2D;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
}
.pip-faq-q::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 300;
    color: #4d9ca6;
    transition: transform 0.2s;
}
.pip-faq-q[aria-expanded="true"]::after {
    content: '−';
}
.pip-faq-a {
    padding: 0 0 18px;
}
.pip-faq-a p {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* 10. Related Services */
.pip-related-services {
    background: #f9f9f9;
    padding: 64px 0;
}
.pip-related-services > .service-container > h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0 0 28px;
    line-height: 1.3;
}
.pip-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.pip-related-card {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 24px 20px;
    text-decoration: none !important;
    color: inherit !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.pip-related-card:hover {
    border-color: #4d9ca6;
    box-shadow: 0 2px 8px rgba(77,156,166,0.12);
}
.pip-related-card__title {
    font-size: 14px;
    font-weight: 700;
    color: #2D3E50;
    margin-bottom: 10px;
}
.pip-related-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 14px;
}
.pip-related-card__cta {
    font-size: 12px;
    font-weight: 700;
    color: #4d9ca6;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
@media (max-width: 900px) {
    .pip-related-grid { grid-template-columns: 1fr; }
}

/* ============================================
   PIP-PROCESS — service lifecycle / workflow
   ============================================ */
.pip-process {
    background: #f4f8f9;
    padding: 56px 0;
    border-top: 1px solid #dce6ea;
    border-bottom: 1px solid #dce6ea;
}
.pip-process > .service-container > h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a3a4a;
    margin: 0 0 10px;
}
.pip-process-lead {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 36px;
    max-width: 560px;
    font-style: italic;
}
.pip-process-track {
    margin-bottom: 40px;
}
.pip-process-track-label {
    display: inline-flex;
    align-items: center;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.pip-process-track--mailin .pip-process-track-label { background: #2D3E50; }
.pip-process-track--onsite .pip-process-track-label { background: #0a6b75; }
.pip-process-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
}
.pip-process-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    position: relative;
}
.pip-process-step:not(:last-child)::after {
    content: '\203A'; /* ›  single right angle quotation */
    font-size: 26px;
    font-weight: 300;
    color: #a0b8bf;
    position: absolute;
    top: 7px;
    right: -6px;
    line-height: 1;
}
.pip-process-step__num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    flex-shrink: 0;
}
.pip-process-track--mailin .pip-process-step__num { background: #2D3E50; }
.pip-process-track--onsite .pip-process-step__num { background: #0a6b75; }
.pip-process-step__toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    color: #1a3a4a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.35;
    margin: 0 0 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: inherit;
}
.pip-process-step__toggle::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #1a3a4a;
    flex-shrink: 0;
    transition: transform 0.15s;
}
.pip-process-step__toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.pip-process-step__body {
    font-size: 11.5px;
    color: #556;
    line-height: 1.65;
    margin: 0;
}
.pip-process-callout {
    margin: 0 0 36px;
    border-left: 3px solid #2D3E50;
    background: #edf2f5;
    padding: 14px 20px;
    border-radius: 0 4px 4px 0;
}
.pip-process-callout-inner {
    font-size: 13px;
    color: #2D3E50;
    line-height: 1.7;
}
.pip-process-callout-link {
    display: inline-block;
    margin-left: 14px;
    font-weight: 700;
    color: #0a6b75;
    font-size: 11.5px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.pip-process-callout-link:hover { color: #2D3E50; }
.pip-process-fomo {
    font-size: 13px;
    color: #2D3E50;
    line-height: 1.75;
    margin: 28px 0 0;
    border-top: 1px solid #dce6ea;
    padding-top: 24px;
}
.pip-process-fomo a {
    color: #0a6b75;
    font-weight: 600;
    text-decoration: none;
}
.pip-process-fomo a:hover { color: #2D3E50; }
@media (max-width: 700px) {
    .pip-process-steps {
        flex-direction: column;
        gap: 20px;
    }
    .pip-process-step {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 14px;
        padding: 0;
    }
    .pip-process-step:not(:last-child)::after { display: none; }
    .pip-process-step__num { margin-bottom: 0; }
    .pip-process-step__head,
    .pip-process-step__body { text-align: left; }
    .pip-process-callout-link {
        display: block;
        margin: 8px 0 0;
    }
}

/* ============================================
   ARTEMIS — HERO BLOCK (single left-aligned text)
   ============================================ */
.art-hero-block {
    max-width: 560px;
}
.art-hero-headline {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: 0.3px;
}
.art-hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.88);
    line-height: 1.65;
    margin: 0 0 28px;
}
@media (max-width: 768px) {
    .art-hero-headline { font-size: 22px; }
    .art-hero-sub { font-size: 14px; }
}

/* ============================================
   ARTEMIS — PHOTO HERO
   ============================================ */
.art-photo-hero {
    background-color: #0d2233;
    background-image: url('/images/co2-incubators.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.art-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(10, 25, 40, 0.80);
    z-index: 1;
}
.art-photo-hero .service-container { position: relative; z-index: 2; }
.art-photo-hero .pip-photo-hero-inner { color: #fff; }
.art-photo-hero .pip-bullets-cols ul li { color: #fff; }
.art-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================
   BALANCE — PHOTO HERO
   ============================================ */
.bal-photo-hero {
    background-color: #1e2f3c;
    background-image: url('/images/balances.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.bal-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(15, 30, 45, 0.80);
    z-index: 1;
}
.bal-photo-hero .service-container { position: relative; z-index: 2; }
.bal-photo-hero .pip-photo-hero-inner { color: #fff; }
.bal-photo-hero .pip-bullets-cols ul li { color: #fff; }
.bal-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================
   THERMOMETER CALIBRATION — PHOTO HERO
   ============================================ */
.therm-photo-hero {
    background-color: #1c2f2e;
    background-image: url('/images/thermometers.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.therm-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(12, 28, 27, 0.82);
    z-index: 1;
}
.therm-photo-hero .service-container { position: relative; z-index: 2; }
.therm-photo-hero .pip-photo-hero-inner { color: #fff; }
.therm-photo-hero .pip-bullets-cols ul li { color: #fff; }
.therm-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================
   CENTRIFUGE CALIBRATION — PHOTO HERO
   ============================================ */
.cent-photo-hero {
    background-color: #1c2836;
    background-image: url('/images/centrifuge.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.cent-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(10, 20, 35, 0.84);
    z-index: 1;
}
.cent-photo-hero .service-container { position: relative; z-index: 2; }
.cent-photo-hero .pip-photo-hero-inner { color: #fff; }
.cent-photo-hero .pip-bullets-cols ul li { color: #fff; }
.cent-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================
   ABOUT — PHOTO HERO
   ============================================ */
.abt-photo-hero {
    background-color: #1a2d3e;
    background-image: url('/images/landing_page_picture.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
    color: #fff;
}
.abt-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(12, 28, 44, 0.82);
    z-index: 1;
}
.abt-photo-hero .service-container { position: relative; z-index: 2; }

/* ============================================
   ABOUT — STATS STRIP
   ============================================ */
.abt-stats-strip {
    background: #C8102E;
    padding: 40px 0;
}
.abt-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.abt-stat {
    text-align: center;
    padding: 20px 24px;
    border-right: 1px solid rgba(255,255,255,0.18);
}
.abt-stat:last-child { border-right: none; }
.abt-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}
.abt-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.82);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .abt-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .abt-stat:nth-child(2) { border-right: none; }
    .abt-stat:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.18); border-top: 1px solid rgba(255,255,255,0.18); }
    .abt-stat:nth-child(4) { border-right: none; border-top: 1px solid rgba(255,255,255,0.18); }
}
@media (max-width: 480px) {
    .abt-stats-grid { grid-template-columns: 1fr; }
    .abt-stat { border-right: none !important; border-top: 1px solid rgba(255,255,255,0.18); }
    .abt-stat:first-child { border-top: none; }
    .abt-stat-number { font-size: 28px; }
}

/* ============================================
   ABOUT — SERVICES CARD GRID
   ============================================ */
.abt-services-section {
    background: #f5f5f5;
    padding: 64px 0;
}
.abt-services-section h2 {
    font-size: 24px;
    font-weight: 800;
    color: #2D2D2D;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 36px;
}
.abt-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.abt-service-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #C8102E;
    padding: 28px 22px;
}
.abt-service-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0 0 10px;
}
.abt-service-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 18px;
}
.abt-service-card a {
    font-size: 13px;
    font-weight: 700;
    color: #C8102E;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.abt-service-card a:hover { text-decoration: underline; }
@media (max-width: 992px) { .abt-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .abt-services-grid { grid-template-columns: 1fr; } }

/* ============================================
   TEMP & HUMIDITY MAPPING — PHOTO HERO
   ============================================ */
.thm-photo-hero {
    background-color: #0d1f2d;
    background-image: url('/images/thermometers.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
    color: #fff;
}
.thm-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(8, 20, 32, 0.82);
    z-index: 1;
}
.thm-photo-hero .service-container { position: relative; z-index: 2; }

/* ============================================
   CAREERS — PHOTO HERO
   ============================================ */
.car-photo-hero {
    background-color: #1a2b1a;
    background-image: url('/images/automated-liquid-handler.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
    color: #fff;
}
.car-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(10, 22, 14, 0.84);
    z-index: 1;
}
.car-photo-hero .service-container { position: relative; z-index: 2; }

/* ============================================
   CAREERS — JOB LISTING CARDS
   ============================================ */
.car-jobs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 16px;
}
.car-job-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 4px solid #C8102E;
    padding: 32px 28px;
}
.car-job-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #C8102E;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border: 1px solid #C8102E;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 14px;
}
.car-job-card h3 {
    font-size: 19px;
    font-weight: 800;
    color: #2D2D2D;
    margin: 0 0 12px;
    line-height: 1.25;
}
.car-job-card > p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 22px;
}
.car-job-section-label {
    font-size: 11px;
    font-weight: 700;
    color: #2D2D2D;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
}
.car-job-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.car-job-card ul li {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    padding: 5px 0 5px 18px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.car-job-card ul li:last-child { border-bottom: none; }
.car-job-card ul li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #C8102E;
    font-weight: 700;
    font-size: 14px;
}
.car-apply-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 10px 22px;
    background: #C8102E;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 2px;
}
.car-apply-btn:hover { background: #a00e26; color: #fff; text-decoration: none; }
@media (max-width: 900px) { .car-jobs-grid { grid-template-columns: 1fr; } }

/* ============================================
   ISO 17025 — PHOTO HERO
   ============================================ */
.iso-photo-hero {
    background-color: #142330;
    background-image: url('/images/mass-weights.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
    color: #fff;
}
.iso-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(10, 22, 36, 0.84);
    z-index: 1;
}
.iso-photo-hero .service-container { position: relative; z-index: 2; }

/* ============================================
   ISO 17025 — REGULATION CARDS
   ============================================ */
.iso-reg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}
.iso-reg-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #C8102E;
    padding: 22px 20px;
}
.iso-reg-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0 0 8px;
}
.iso-reg-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 900px) { .iso-reg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .iso-reg-grid { grid-template-columns: 1fr; } }

/* =========================================
   CALIBRATION SERVICES HUB PAGE
   ========================================= */
.cal-hub-hero {
    background-color: #1c2836;
    background-image: url('/images/pipette-biosafety-cabinet-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.cal-hub-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(7, 46, 52, 0.87);
    z-index: 1;
}
.cal-hub-hero .service-container { position: relative; z-index: 2; }
.cal-hub-hero .pip-photo-hero-inner { color: #fff; }
.cal-hub-hero .pip-bullets-cols ul li { color: #fff; }
.cal-hub-hero .pip-photo-hero-headline h2 { color: #fff; }

.cal-hub-services {
    background: #fff;
    padding: 60px 0;
}
.cal-hub-services-intro {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 0 32px;
}
.cal-hub-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.cal-hub-card {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
}
.cal-hub-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.12); color: inherit; text-decoration: none; }
.cal-hub-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.cal-hub-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.cal-hub-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.cal-hub-card__desc { font-size: 13px; color: #555; line-height: 1.65; flex: 1; margin: 0 0 16px; }
.cal-hub-card__cta {
    display: inline-block;
    background: #075d63;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}
.cal-hub-card:hover .cal-hub-card__cta { background: #054e53; }

@media (max-width: 992px) {
    .cal-hub-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .cal-hub-services-grid { grid-template-columns: 1fr; }
}

/* =========================================
   SERVICE PAGE — IN-DEPTH GUIDE CALLOUT
   ========================================= */
.pip-article-callout {
    background: #f0f7f8;
    border-top: 3px solid #075d63;
    border-bottom: 1px solid #d0e8eb;
    padding: 28px 0;
}
.pip-article-callout-inner {
    display: flex;
    align-items: center;
    gap: 24px;
}
.pip-article-callout-icon {
    font-size: 42px;
    color: #075d63;
    flex-shrink: 0;
    line-height: 1;
}
.pip-article-callout-text { flex: 1; }
.pip-article-callout-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #075d63;
    background: #d6eef0;
    border-radius: 3px;
    padding: 2px 8px;
    margin-bottom: 8px;
}
.pip-article-callout-text h2 {
    font-size: 18px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.pip-article-callout-text p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 14px;
}
.pip-article-callout-btn {
    display: inline-block;
    background: #075d63;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.pip-article-callout-btn:hover {
    background: #054e53;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 576px) {
    .pip-article-callout-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .pip-article-callout-icon { font-size: 32px; }
}

/* ============================================
   CO2 INCUBATOR CALIBRATION — PHOTO HERO
   ============================================ */
.co2-photo-hero {
    background-color: #1a2c28;
    background-image: url('/images/co2-incubators.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.co2-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(8, 28, 25, 0.82);
    z-index: 1;
}
.co2-photo-hero .service-container { position: relative; z-index: 2; }
.co2-photo-hero .pip-photo-hero-inner { color: #fff; }
.co2-photo-hero .pip-bullets-cols ul li { color: #fff; }
.co2-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================
   THERMAL CYCLER / PCR CALIBRATION — PHOTO HERO
   Gradient-only until thermal-cycler.jpg is available.
   To add image: uncomment background-image line below.
   ============================================ */
.pcr-photo-hero {
    background-color: #0e2e34;
    /* background-image: url('/images/thermal-cycler.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(160deg, #064d53 0%, #075d63 45%, #0a7080 100%);
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.pcr-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(6, 30, 35, 0.55);
    z-index: 1;
}
.pcr-photo-hero .service-container { position: relative; z-index: 2; }
.pcr-photo-hero .pip-photo-hero-inner { color: #fff; }
.pcr-photo-hero .pip-bullets-cols ul li { color: #fff; }
.pcr-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================
   HPLC PREVENTATIVE MAINTENANCE — PHOTO HERO
   Gradient-only until hplc-system.jpg is available.
   ============================================ */
.hplc-photo-hero {
    background-color: #1a2038;
    background-image: linear-gradient(160deg, #1a2038 0%, #1e2d4a 45%, #162040 100%);
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.hplc-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(10, 16, 40, 0.45);
    z-index: 1;
}
.hplc-photo-hero .service-container { position: relative; z-index: 2; }
.hplc-photo-hero .pip-photo-hero-inner { color: #fff; }
.hplc-photo-hero .pip-bullets-cols ul li { color: #fff; }
.hplc-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================
   PH METER CALIBRATION — PHOTO HERO
   Deep ocean blue-teal — chemistry/aqueous theme.
   Replace background-image url when ph-meter.jpg is available.
   ============================================ */
.ph-photo-hero {
    background-color: #0a3040;
    background-image: linear-gradient(160deg, #0a3040 0%, #0e4a5e 45%, #0c3d50 100%);
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.ph-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(6, 24, 36, 0.45);
    z-index: 1;
}
.ph-photo-hero .service-container { position: relative; z-index: 2; }
.ph-photo-hero .pip-photo-hero-inner { color: #fff; }
.ph-photo-hero .pip-bullets-cols ul li { color: #fff; }
.ph-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================
   HUMIDITY & TEMPERATURE CALIBRATION — PHOTO HERO
   Deep blue-slate — evokes controlled environments
   and environmental monitoring equipment.
   ============================================ */
.humidity-photo-hero {
    background-color: #0d2a45;
    background-image: linear-gradient(160deg, #0d2a45 0%, #133d5e 45%, #0f3352 100%);
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.humidity-photo-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(5, 18, 30, 0.45);
    z-index: 1;
}
.humidity-photo-hero .service-container { position: relative; z-index: 2; }
.humidity-photo-hero .pip-photo-hero-inner { color: #fff; }
.humidity-photo-hero .pip-bullets-cols ul li { color: #fff; }
.humidity-photo-hero .pip-photo-hero-headline h2 { color: #fff; }

/* ============================================================
   Consolidated Solutions hub (/solutions) — sol-* classes
   Tokens from basic.css :root; per-page accent via --page-accent.
   ============================================================ */
.sol-hero { background: linear-gradient(160deg, var(--svc-grad-start), var(--svc-grad-end)); color: var(--white); padding: 60px 0 52px; }
.sol-hero h2 { font-size: 36px; font-weight: 700; line-height: 1.2; margin: 0 0 14px; color: var(--white); max-width: 740px; }
.sol-hero-sub { font-size: 16px; line-height: 1.7; margin: 0 0 26px; max-width: 660px; opacity: .92; }
.sol-hero-bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin: 0 0 28px; max-width: 680px; }
.sol-hero-bullets ul { list-style: disc; padding-left: 20px; margin: 0; }
.sol-hero-bullets ul li { font-size: 14px; line-height: 1.75; margin-bottom: 6px; color: var(--white); }
.sol-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.sol-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--page-accent); color: var(--white) !important; padding: 11px 26px; border-radius: 4px; font-size: 14px; font-weight: 600; text-decoration: none !important; transition: background .2s, color .2s; }
.sol-btn:hover { background: var(--teal-dark); }
.sol-btn--ghost { background: transparent; border: 1.5px solid rgba(255, 255, 255, .85); }
.sol-btn--ghost:hover { background: rgba(255, 255, 255, .12); }
.sol-btn--outline { background: transparent; color: var(--page-accent) !important; border: 1.5px solid var(--page-accent); }
.sol-btn--outline:hover { background: rgba(var(--page-accent-rgb), .08); }

/* Formal accreditation block (ISO 17025 §7.8 — no emoji, no invented marks) */
.sol-credentials { padding: 26px 0 0; }
.trust-credential { display: flex; gap: 28px; flex-wrap: wrap; padding: 18px 22px; border: 1px solid var(--border-gray); border-radius: 4px; background: var(--light-gray); margin: 0; }
.trust-credential__item { display: flex; flex-direction: column; gap: 3px; }
.trust-credential__standard { font-weight: 700; font-size: 14px; color: var(--page-accent); }
.trust-credential__detail { font-size: 12px; color: var(--medium-gray); }
.trust-credential__detail a { color: var(--page-accent); }

.sol-section { padding: 54px 0; }
.sol-section--alt { background: var(--light-gray); }
.sol-sec-head { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.sol-sec-icon { width: 52px; height: 52px; border-radius: 8px; background: rgba(var(--page-accent-rgb), .1); color: var(--page-accent); display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.sol-sec-head h2 { font-size: 24px; font-weight: 700; color: var(--dark-gray); margin: 0; }
.sol-sec-lead { font-size: 15px; line-height: 1.75; color: var(--fs-text); max-width: 780px; margin: 0 0 18px; }
.sol-caps { list-style: none; padding: 0; margin: 0 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; max-width: 900px; }
.sol-caps li { position: relative; padding-left: 26px; font-size: 14px; line-height: 1.6; color: var(--fs-text); }
.sol-caps li .bi { position: absolute; left: 0; top: 3px; color: var(--page-accent); font-size: 14px; }
.sol-sec-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

.sol-calibration-band { background: rgba(var(--page-accent-rgb), .07); border-top: 1px solid var(--border-gray); border-bottom: 1px solid var(--border-gray); padding: 44px 0; }
.sol-calibration-band h2 { font-size: 22px; font-weight: 700; color: var(--dark-gray); margin: 0 0 8px; }
.sol-calibration-band p { font-size: 14px; line-height: 1.7; color: var(--fs-text); max-width: 760px; margin: 0 0 18px; }

.sol-assist { padding: 50px 0; background: var(--white); }
.sol-assist h2 { font-size: 22px; font-weight: 700; color: var(--dark-gray); margin: 0 0 22px; }
.sol-assist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sol-assist-cell { display: flex; gap: 14px; align-items: flex-start; padding: 20px; border: 1px solid var(--border-gray); border-radius: 8px; background: var(--white); }
.sol-assist-icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(var(--page-accent-rgb), .1); color: var(--page-accent); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.sol-assist-cell h3 { font-size: 15px; font-weight: 700; margin: 0 0 4px; color: var(--dark-gray); }
.sol-assist-cell p { font-size: 13px; color: var(--medium-gray); margin: 0 0 8px; line-height: 1.6; }
.sol-assist-link { font-size: 13px; font-weight: 600; color: var(--page-accent); text-decoration: none; }
.sol-assist-link:hover { text-decoration: underline; }

@media (max-width: 900px) {
    .sol-hero h2 { font-size: 28px; }
    .sol-caps { grid-template-columns: 1fr; }
    .sol-assist-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .sol-hero-bullets { grid-template-columns: 1fr; }
}
