/* ==========================================================================
   BIOMEDICAL TECH DESIGN LANGUAGE (Diabetology CSS)
   ========================================================================== */

.db-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    margin-top:50px;
}

.db-capsule-tag {
    display: inline-block;
    color: #4f8267;
    background-color: rgba(79, 130, 103, 0.08);
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.db-highlight-span {
    color: #326295;
    position: relative;
}

/* --- HERO SECTION --- */
.db-tech-hero {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f1f6f9 100%);
    padding: 100px 0;
    overflow: hidden;
}

.db-ambient-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    z-index: 1;
    opacity: 0.35;
}
.db-glow-left { top: -20%; left: -10%; width: 500px; height: 500px; background: rgba(79, 130, 103, 0.15); }
.db-glow-right { bottom: -20%; right: -10%; width: 500px; height: 500px; background: rgba(50, 98, 149, 0.2); }

.db-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.db-heading-main {
    font-size: 3.25rem;
    color: #1a4d6c;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
}

.db-hero-description {
    font-size: 1.1rem;
    color: #60737d;
    line-height: 1.6;
    margin: 0;
}

/* Asymmetric Grid Cluster Layout */
.db-hero-hub-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.db-hub-card {
    background: #ffffff;
    padding: 30px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(26, 77, 108, 0.04);
    border: 1px solid rgba(26, 77, 108, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.db-hub-card:hover {
    transform: scale(1.04);
    box-shadow: 0 20px 40px rgba(26, 77, 108, 0.08);
}

.db-hub-card:nth-child(even) {
    transform: translateY(20px);
}
.db-hub-card:nth-child(even):hover {
    transform: translateY(20px) scale(1.04);
}

.db-hub-icon {
    font-size: 1.5rem;
    color: #326295;
    margin-bottom: 16px;
}

.db-hub-card h4 {
    margin: 0;
    font-size: 1rem;
    color: #1a4d6c;
    font-weight: 700;
}

/* --- CONDITIONS TIMELINE SECTION --- */
.db-accent-timeline {
    padding: 100px 0;
    background: #ffffff;
}

.db-split-timeline-grid {
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 60px;
    align-items: start;
}

.db-sticky-panel-frame {
    position: sticky;
    top: 50px;
}

.db-interactive-monitor {
    background: #f8fafc;
    border-radius: 16px;
    padding: 36px;
    border: 1px solid #edf2f7;
}

.db-monitor-media {
    width: 100%;
    height: 230px;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
}
.db-monitor-img { width: 100%; height: 100%; object-fit: cover; }

.db-monitor-details h3 { color: #1a4d6c; font-size: 1.5rem; margin: 0 0 12px 0; font-weight: 700; }
.db-monitor-details p { color: #60737d; font-size: 0.95rem; line-height: 1.6; margin: 0 0 24px 0; }

.db-checked-stack { list-style: none; padding: 0; margin: 0; }
.db-checked-stack li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #1a4d6c;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.db-checked-stack li i { color: #4f8267; font-size: 0.95rem; }

/* Timeline rows */
.db-track-row {
    display: flex;
    gap: 24px;
    padding: 26px 30px;
    border-radius: 12px;
    margin-bottom: 14px;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}

.db-row-indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent;
    border-radius: 4px 0 0 4px;
    transition: all 0.2s ease;
}

.db-track-row:hover,
.db-track-row.active {
    background: #f3f7fa;
}

.db-track-row.active .db-row-indicator {
    background: #326295;
}

.db-row-num {
    font-size: 1.1rem;
    font-weight: 800;
    color: #4f8267;
    opacity: 0.7;
    margin-top: 2px;
}

.db-row-body h3 { font-size: 1.25rem; color: #1a4d6c; margin: 0 0 6px 0; font-weight: 700; }
.db-row-body p { color: #60737d; font-size: 0.95rem; line-height: 1.5; margin: 0; }

/* --- SERVICES GRID MASONRY --- */
.db-clinical-masonry {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6fafc 100%);
}

.db-module-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px;
}
.db-module-header h2 { font-size: 2.5rem; color: #1a4d6c; margin: 0 0 16px 0; font-weight: 800; }
.db-module-header p { color: #60737d; margin: 0; font-size: 1.05rem; }

.db-masonry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}

.db-tech-card {
    background: #ffffff;
    padding: 45px 35px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(26, 77, 108, 0.03);
    transition: all 0.3s ease;
    border: 1px solid #eef2f5;
}
.db-tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(26, 77, 108, 0.07);
    border-color: rgba(50, 98, 149, 0.2);
}

.db-tech-icon-container {
    width: 48px;
    height: 48px;
    background: #f0f5f9;
    color: #326295;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.db-tech-card h3 { font-size: 1.3rem; color: #1a4d6c; margin: 0 0 12px 0; font-weight: 700; }
.db-tech-card p { color: #60737d; font-size: 0.95rem; line-height: 1.6; margin: 0; }

/* --- DOCTOR EXECUTIVE SHOWCASE --- */
.db-executive-showcase {
    padding: 100px 0;
    background: #ffffff;
}

.db-showcase-wrapper {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 70px;
    align-items: center;
}

.db-showcase-media-frame {
    position: relative;
    width: 100%;
}

.db-image-inner-cutout {
    width: 100%;
    height: 460px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(26, 77, 108, 0.06);
}
.db-image-inner-cutout img { width: 100%; height: 100%; object-fit: cover; }

.db-floating-experience-tag {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: #4f8267;
    color: #ffffff;
    padding: 18px 22px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(79, 130, 103, 0.25);
}
.db-exp-number { font-size: 1.85rem; font-weight: 800; line-height: 1; }
.db-exp-text { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.3; }

.db-showcase-bio-details h2 { font-size: 2.5rem; color: #1a4d6c; margin: 0 0 6px 0; font-weight: 800; }
.db-expert-designation { color: #4f8267; font-size: 1.1rem; font-weight: 700; margin: 0 0 20px 0; }
.db-expert-bio-p { color: #60737d; font-size: 1.05rem; line-height: 1.65; margin: 0 0 30px 0; }

.db-specialty-pill-box { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.db-check-pill {
    background: #f1f6f9;
    color: #1a4d6c;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.db-check-pill i { color: #326295; }

.db-btn-action-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1a4d6c;
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(26, 77, 108, 0.12);
}
.db-btn-action-trigger:hover {
    background: #326295;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(50, 98, 149, 0.2);
}

/* --- RESPONSIVE WORKFLOWS --- */
@media (max-width: 992px) {
    .db-hero-layout, .db-split-timeline-grid, .db-showcase-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .db-heading-main { font-size: 2.5rem; }
    .db-sticky-panel-frame { position: relative; top: 0; }
    .db-image-inner-cutout { height: 380px; }
    .db-hub-card:nth-child(even) { transform: none; }
    .db-hub-card:nth-child(even):hover { transform: scale(1.04); }
}

@media (max-width: 576px) {
    .db-hero-hub-visual { grid-template-columns: 1fr; }
    .db-floating-experience-tag { right: 10px; }
}