﻿.dh-architecture-wrap {
    position: relative;
    padding: 130px 10px;
    /*  background: linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px), #020304;
 */ background-size: 48px 48px, 48px 48px, auto;
    overflow: hidden;
}

.dh-architecture-panel {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.08);
    background: black;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset, 0 30px 80px rgba(0,0,0,0.45);
}

.dh-architecture-inner {
    position: relative;
    min-height: 720px;
    padding: 28px 28px 34px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.04);
    background: linear-gradient(180deg, rgba(12,14,18,0.98), rgba(5,6,8,0.98));
}

.dh-architecture-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.dh-architecture-title,
.dh-architecture-state {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dh-architecture-title {
    color: rgba(255,255,255,0.62);
    font-size: 13px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.dh-architecture-state {
    color: rgba(255,255,255,0.62);
    font-size: 15px;
}

.dh-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.62);
    display: inline-block;
    flex: 0 0 auto;
}

.dh-dot-small {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.45);
}

.dh-architecture-body {
    position: relative;
    height: 500px;
    margin-top: 34px;
    margin-bottom: 34px;
}

.dh-architecture-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .dh-architecture-lines line {
        stroke: rgba(255,255,255,0.12);
        stroke-width: 2;
    }

.dh-node,
.dh-core-node {
    position: absolute;
    background: linear-gradient(180deg, rgba(15,18,23,0.98), rgba(10,12,16,0.98));
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

.dh-node {
    width: 102px;
    height: 102px;
    padding: 16px 14px;
    border-radius: 22px;
}

.dh-core-node {
    width: 148px;
    height: 148px;
    padding: 20px;
    border-radius: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dh-node-top-left {
    left: 30px;
    top: 42px;
}

.dh-node-top-right {
    right: 30px;
    top: 42px;
}

.dh-node-bottom-left {
    left: 30px;
    bottom: 42px;
}

.dh-node-bottom-right {
    right: 30px;
    bottom: 42px;
}

.dh-node-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.dh-node-sub {
    margin-top: 8px;
    color: rgba(255,255,255,0.42);
    font-size: 14px;
    line-height: 1.2;
}

.dh-core-title {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
}

.dh-core-sub {
    margin-top: 10px;
    color: rgba(255,255,255,0.42);
    font-size: 24px;
    line-height: 1.1;
}

.dh-architecture-footer {
    display: flex;
    justify-content: center;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.dh-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
}

.dh-pill-label {
    color: rgba(255,255,255,0.50);
    font-size: 14px;
}

.dh-pill-value {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.dh-connected-badge {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 3;
    padding: 16px 28px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(30,32,36,0.96);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.dh-floating-card {
    position: absolute;
    left: -42px;
    bottom: -56px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 335px;
    padding: 24px 28px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(10,12,16,0.97);
    box-shadow: 0 18px 50px rgba(0,0,0,0.45);
}

.dh-floating-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.85);
    flex: 0 0 auto;
}

    .dh-floating-icon svg {
        width: 28px;
        height: 28px;
    }

.dh-floating-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.dh-floating-sub {
    margin-top: 6px;
    color: rgba(255,255,255,0.50);
    font-size: 15px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .dh-architecture-wrap {
        padding: 30px 16px 40px;
    }

    .dh-architecture-panel {
        padding: 18px;
        border-radius: 26px;
    }

    .dh-architecture-inner {
        min-height: auto;
        padding: 22px 20px 26px;
        border-radius: 22px;
    }

    .dh-architecture-body {
        height: 430px;
    }

    .dh-node {
        width: 92px;
        height: 92px;
        padding: 12px;
    }

    .dh-node-title {
        font-size: 13px;
    }

    .dh-node-sub {
        font-size: 12px;
    }

    .dh-core-node {
        width: 128px;
        height: 128px;
    }

    .dh-core-title {
        font-size: 24px;
    }

    .dh-core-sub {
        font-size: 18px;
    }

    .dh-floating-card {
        position: static;
        margin-top: 24px;
        min-width: 0;
    }

    .dh-connected-badge {
        top: 14px;
        right: 14px;
        padding: 10px 16px;
        font-size: 14px;
        border-radius: 14px;
    }
}

@media (max-width: 640px) {
    .dh-architecture-title {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .dh-architecture-state {
        font-size: 13px;
    }

    .dh-architecture-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .dh-architecture-body {
        height: 360px;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .dh-node {
        width: 78px;
        height: 78px;
        padding: 10px;
        border-radius: 18px;
    }

    .dh-node-title {
        font-size: 12px;
    }

    .dh-node-sub {
        margin-top: 5px;
        font-size: 11px;
    }

    .dh-core-node {
        width: 108px;
        height: 108px;
        border-radius: 20px;
    }

    .dh-core-title {
        font-size: 18px;
    }

    .dh-core-sub {
        font-size: 14px;
        margin-top: 6px;
    }

    .dh-node-top-left {
        left: 8px;
        top: 36px;
    }

    .dh-node-top-right {
        right: 8px;
        top: 36px;
    }

    .dh-node-bottom-left {
        left: 8px;
        bottom: 36px;
    }

    .dh-node-bottom-right {
        right: 8px;
        bottom: 36px;
    }

    .dh-floating-card {
        padding: 18px;
        gap: 12px;
        border-radius: 18px;
    }

    .dh-floating-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .dh-floating-title {
        font-size: 15px;
    }

    .dh-floating-sub {
        font-size: 13px;
    }
}



.dh-diagnostic-visual {
    position: relative;
    max-width: 560px;
    margin-left: auto;
}

.dh-diagnostic-panel {
    position: relative;
    padding: 6px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    background: black;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 28px 70px rgba(0,0,0,0.30);
}

.dh-diagnostic-panel-inner {
    padding: 32px;
    border-radius: 18px;
    background: rgba(7, 9, 12, 0.76);
}

.dh-diagnostic-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.dh-diagnostic-header-left,
.dh-diagnostic-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dh-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.60);
    display: inline-block;
}

.dh-scan-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.70);
    display: inline-block;
    animation: dhPulse 1.4s infinite ease-in-out;
}

.dh-diagnostic-header-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.56);
}

.dh-diagnostic-scan-label {
    font-size: 10px;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.46);
}

.dh-diagnostic-nodes {
    padding-top: 20px;
}

.dh-diagnostic-node {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.03);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

    .dh-diagnostic-node:hover {
        background: rgba(255,255,255,0.05);
        border-color: rgba(255,255,255,0.12);
        transform: translateY(-1px);
    }

    .dh-diagnostic-node:last-child {
        margin-bottom: 0;
    }

.dh-diagnostic-node-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.72);
}

    .dh-diagnostic-node-icon svg {
        width: 16px;
        height: 16px;
    }

.dh-diagnostic-node-content {
    flex: 1 1 auto;
    min-width: 0;
}

.dh-diagnostic-node-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.dh-diagnostic-node-sub {
    margin-top: 4px;
    color: rgba(255,255,255,0.46);
    font-size: 12px;
    line-height: 1.25;
}

.dh-severity-pill {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid transparent;
}

.dh-severity-high {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.24);
    color: #ffffff;
}

.dh-severity-medium {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.92);
}

.dh-severity-low {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.78);
}

.dh-analysis-progress-wrap {
    padding-top: 22px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.dh-analysis-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.dh-analysis-progress-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.46);
}

.dh-analysis-progress-value {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

.dh-analysis-progress-bar {
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
}

.dh-analysis-progress-fill {
    width: 78%;
    height: 100%;
    border-radius: 999px;
    background: rgba(255,255,255,0.60);
    animation: dhProgressFill 1.6s ease-out;
}

.dh-diagnostic-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 18px;
}

.dh-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.dh-stat-pill-label {
    font-size: 10px;
    color: rgba(255,255,255,0.46);
}

.dh-stat-pill-value {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
}

.dh-diagnostic-floating-card {
    position: absolute;
    left: -32px;
    bottom: -32px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    border-radius: 16px;
    background: rgba(15, 17, 21, 0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
}

.dh-diagnostic-floating-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.72);
}

    .dh-diagnostic-floating-icon svg {
        width: 20px;
        height: 20px;
    }

.dh-diagnostic-floating-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.dh-diagnostic-floating-sub {
    margin-top: 4px;
    color: rgba(255,255,255,0.46);
    font-size: 12px;
    line-height: 1.25;
}

.dh-diagnostic-badge {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 3;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.22);
}

    .dh-diagnostic-badge span {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

@keyframes dhPulse {
    0% {
        opacity: 0.35;
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.35;
        transform: scale(0.95);
    }
}

@keyframes dhProgressFill {
    0% {
        width: 0;
    }

    100% {
        width: 78%;
    }
}

@media (max-width: 991px) {
    .dh-diagnostic-visual {
        max-width: 100%;
        margin-top: 40px;
    }

    .dh-diagnostic-panel-inner {
        padding: 24px;
    }

    .dh-diagnostic-floating-card {
        position: static;
        margin-top: 20px;
    }

    .dh-diagnostic-badge {
        top: 14px;
        right: 14px;
    }
}

@media (max-width: 640px) {
    .dh-diagnostic-panel-inner {
        padding: 18px;
        border-radius: 16px;
    }

    .dh-diagnostic-header {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .dh-diagnostic-node {
        gap: 12px;
        padding: 12px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .dh-diagnostic-node-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .dh-diagnostic-node-title {
        font-size: 13px;
    }

    .dh-diagnostic-node-sub {
        font-size: 11px;
    }

    .dh-severity-pill {
        margin-left: 48px;
    }

    .dh-diagnostic-footer {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .dh-diagnostic-floating-card {
        gap: 12px;
        padding: 16px;
    }

    .dh-diagnostic-floating-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .dh-diagnostic-badge {
        position: static;
        display: inline-flex;
        margin-top: 14px;
    }
}


.dh-ecosystem-visual {
    position: relative;
    max-width: 560px;
}

.dh-ecosystem-card {
    position: relative;
    padding: 32px;
    border-radius: 18px;
    background: rgba(15, 17, 21, 0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);

}

.dh-ecosystem-status {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dh-ecosystem-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.42);
}

.dh-ecosystem-status-text {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}

.dh-ecosystem-hub-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}

.dh-ecosystem-hub {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    border: 2px solid rgba(255,255,255,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dh-ecosystem-hub span {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.08em;
        color: rgba(255,255,255,0.78);
    }

.dh-ecosystem-hub-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.10);
    animation: dhEcoPing 2s infinite ease-out;
}

.dh-ecosystem-nodes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 34px;
}

.dh-ecosystem-node-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dh-ecosystem-line {
    width: 1px;
    height: 24px;
    margin-bottom: 8px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.20), transparent);
}

.dh-ecosystem-node-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .dh-ecosystem-node-box span {
        font-size: 10px;
        font-weight: 500;
        color: rgba(255,255,255,0.62);
    }

.dh-ecosystem-flows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dh-ecosystem-flow-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dh-ecosystem-flow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 auto;
    background: rgba(255,255,255,0.38);
}

.dh-ecosystem-flow-dot-medium {
    background: rgba(255,255,255,0.28);
}

.dh-ecosystem-flow-dot-low {
    background: rgba(255,255,255,0.20);
}

.dh-ecosystem-flow-bar {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0.20), rgba(255,255,255,0.08), transparent);
}

.dh-ecosystem-flow-bar-medium {
    background: linear-gradient(to right, rgba(255,255,255,0.15), rgba(255,255,255,0.08), transparent);
}

.dh-ecosystem-flow-bar-low {
    background: linear-gradient(to right, rgba(255,255,255,0.10), rgba(255,255,255,0.05), transparent);
}

.dh-ecosystem-flow-label {
    font-size: 10px;
    color: rgba(255,255,255,0.44);
    white-space: nowrap;
}

.dh-ecosystem-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(15,17,21,0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

.dh-ecosystem-floating-card-left {
    left: -24px;
    bottom: -24px;
}

.dh-ecosystem-floating-card-right {
    top: -16px;
    right: -16px;
}

.dh-ecosystem-floating-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.62);
    flex: 0 0 auto;
}

    .dh-ecosystem-floating-icon svg {
        width: 16px;
        height: 16px;
    }

.dh-ecosystem-floating-title {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    line-height: 1.2;
}

.dh-ecosystem-floating-sub {
    margin-top: 2px;
    font-size: 10px;
    color: rgba(255,255,255,0.46);
    line-height: 1.2;
}

@keyframes dhEcoPing {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }

    70% {
        transform: scale(1.18);
        opacity: 0;
    }

    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .dh-ecosystem-visual {
        max-width: 100%;
        margin-top: 40px;
    }

    .dh-ecosystem-floating-card-left,
    .dh-ecosystem-floating-card-right {
        position: static;
        margin-top: 16px;
    }
}

@media (max-width: 640px) {
    .dh-ecosystem-card {
        padding: 20px;
    }

    .dh-ecosystem-nodes {
        gap: 10px;
    }

    .dh-ecosystem-node-box {
        width: 50px;
        height: 50px;
    }

        .dh-ecosystem-node-box span {
            font-size: 9px;
        }

    .dh-ecosystem-hub {
        width: 82px;
        height: 82px;
    }

        .dh-ecosystem-hub span {
            font-size: 10px;
        }

    .dh-ecosystem-floating-card {
        padding: 12px 14px;
    }
}



.dh-system-project-block {
    position: relative;
    margin-top: 28px;
    padding: 32px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(14,16,20,0.98), rgba(8,10,14,0.98));
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset, 0 28px 80px rgba(0,0,0,0.30);
    overflow: hidden;
}

    .dh-system-project-block::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.025) 1px, transparent 1px);
        background-size: 48px 48px;
        pointer-events: none;
    }

.dh-system-project-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.dh-system-project-label {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dh-system-project-label-line {
    width: 56px;
    height: 1px;
    background: rgba(255,255,255,0.20);
    display: inline-block;
}

.dh-system-project-label-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.52);
}

.dh-system-project-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.82);
    font-size: 12px;
    font-weight: 500;
}

.dh-system-project-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.52);
    display: inline-block;
}

.dh-system-project-visual {
    position: relative;
    z-index: 1;
    padding: 28px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.02);
}

.dh-system-project-lines {
    position: absolute;
    top: 40px;
    left: 28px;
    right: 28px;
    width: calc(100% - 56px);
    height: 220px;
    pointer-events: none;
}

    .dh-system-project-lines line {
        stroke: rgba(255,255,255,0.10);
        stroke-width: 2;
    }

.dh-system-project-top-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.dh-system-node {
    position: relative;
    min-height: 148px;
    padding: 20px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.07);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

    .dh-system-node:hover {
        transform: translateY(-2px);
        border-color: rgba(255,255,255,0.12);
        background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
    }

.dh-system-node-core {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.03) inset;
}

.dh-system-node-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.76);
}

    .dh-system-node-icon svg {
        width: 20px;
        height: 20px;
    }

.dh-system-node-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 8px;
}

.dh-system-node-sub {
    color: rgba(255,255,255,0.48);
    font-size: 13px;
    line-height: 1.5;
}

.dh-system-project-bottom-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.03);
}

.dh-system-project-bottom-left {
    max-width: 620px;
}

.dh-system-project-bottom-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 8px;
}

.dh-system-project-bottom-sub {
    color: rgba(255,255,255,0.50);
    font-size: 14px;
    line-height: 1.65;
}

.dh-system-project-bottom-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dh-system-mini-stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
}

.dh-system-mini-stat-label {
    color: rgba(255,255,255,0.45);
    font-size: 11px;
}

.dh-system-mini-stat-value {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

.dh-system-floating-insight {
    position: absolute;
    left: 24px;
    bottom: -24px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(13,15,19,0.98);
    box-shadow: 0 18px 50px rgba(0,0,0,0.28);
}

.dh-system-floating-insight-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.78);
    flex: 0 0 auto;
}

    .dh-system-floating-insight-icon svg {
        width: 18px;
        height: 18px;
    }

.dh-system-floating-insight-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.dh-system-floating-insight-sub {
    margin-top: 4px;
    color: rgba(255,255,255,0.48);
    font-size: 12px;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .dh-system-project-top-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .dh-system-project-lines {
        display: none;
    }
}

@media (max-width: 991px) {
    .dh-system-project-block {
        padding: 22px;
        border-radius: 22px;
    }

    .dh-system-project-visual {
        padding: 20px;
    }

    .dh-system-project-bottom-card {
        flex-direction: column;
    }

    .dh-system-project-bottom-right {
        justify-content: flex-start;
    }

    .dh-system-floating-insight {
        position: static;
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .dh-system-project-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .dh-system-project-top-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .dh-system-node {
        min-height: 132px;
        padding: 16px 14px;
    }

    .dh-system-node-title {
        font-size: 14px;
    }

    .dh-system-node-sub {
        font-size: 12px;
    }

    .dh-system-project-bottom-title {
        font-size: 16px;
    }

    .dh-system-project-bottom-sub {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .dh-system-project-top-grid {
        grid-template-columns: 1fr;
    }

    .dh-system-project-block {
        padding: 18px;
    }

    .dh-system-project-visual {
        padding: 16px;
    }

    .dh-system-project-label-line {
        width: 34px;
    }

    .dh-system-project-badge {
        font-size: 11px;
    }

    .dh-system-floating-insight {
        padding: 14px 16px;
    }
}



/* CONTAINER */
.dh-production-system {
    position: relative;
    margin-top: 30px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.02) inset;
    overflow: hidden;
}

    /* GRID subtle (très léger) */
    .dh-production-system::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(0,0,0,0.02) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.02) 1px, transparent 1px);
        background-size: 60px 60px;
        pointer-events: none;
    }

/* HEADER */
.dh-production-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dh-production-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dh-production-line {
    width: 40px;
    height: 1px;
    background: rgba(0,0,0,0.15);
}

.dh-production-label span:last-child {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.45);
    font-weight: 600;
}

/* STATUS */
.dh-production-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: rgba(0,0,0,0.6);
}

.dh-production-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
}

/* STACK */
.dh-production-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ITEMS */
.dh-production-stack-item {
    padding: 14px;
    border-radius: 14px;
    background: #f9fafb;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

    .dh-production-stack-item:hover {
        background: #f3f4f6;
        transform: translateY(-1px);
    }

/* CORE */
.dh-production-core {
    background: #f1f5f9;
    border: 1px solid rgba(0,0,0,0.08);
}

/* TEXT */
.dh-production-stack-item span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.dh-production-stack-item small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: rgba(0,0,0,0.5);
}

/* SUMMARY */
.dh-production-summary {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dh-production-summary-text {
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    line-height: 1.5;
}

/* PILLS */
.dh-production-summary-stats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.dh-production-pill {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    font-size: 11px;
    color: #111827;
    font-weight: 500;
}

/* FLOATING CARD */
.dh-production-floating {
    position: absolute;
    bottom: -14px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.dh-production-floating-title {
    font-size: 12px;
    color: #111827;
    font-weight: 600;
}

.dh-production-floating-sub {
    font-size: 10px;
    color: rgba(0,0,0,0.5);
}

/* MOBILE */
@media (max-width: 991px) {
    .dh-production-floating {
        position: static;
        margin-top: 16px;
    }
}


.dh-real-system {
    position: relative;
    padding: 26px;
    border-radius: 26px;
    background: linear-gradient(180deg, #0c0f13, #06080b);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    color: #fff;
}

/* HEADER */
.dh-real-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dh-real-label {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

.dh-real-status {
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dh-real-dot {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
}

/* PIPELINE */
.dh-real-pipeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.dh-real-block {
    flex: 1;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.dh-real-core {
    background: rgba(255,255,255,0.07);
}

.dh-real-block-title {
    font-size: 12px;
    font-weight: 600;
}

.dh-real-block-sub {
    font-size: 10px;
    margin-top: 4px;
    color: rgba(255,255,255,0.5);
}

.dh-real-connector {
    width: 20px;
    height: 1px;
    background: rgba(255,255,255,0.2);
}

/* CHIPS */
.dh-real-subsystems {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.dh-real-chip {
    font-size: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
}

/* FOOTER */
.dh-real-footer {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: rgba(255,255,255,0.6);
}

.dh-real-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .dh-real-indicator span {
        width: 5px;
        height: 5px;
        background: rgba(255,255,255,0.4);
        border-radius: 50%;
    }

/* FLOATING */
.dh-real-floating {
    position: absolute;
    bottom: -16px;
    left: 16px;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #111418;
    border: 1px solid rgba(255,255,255,0.08);
}

.dh-real-floating-title {
    font-size: 12px;
}

.dh-real-floating-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
}

@media (max-width: 991px) {
    .dh-real-pipeline {
        flex-direction: column;
    }

    .dh-real-connector {
        display: none;
    }

    .dh-real-floating {
        position: static;
        margin-top: 15px;
    }
}





.dh-workflow-system {
    position: relative;
    padding: 26px;
    border-radius: 26px;
    background: linear-gradient(180deg, #0c0f13, #06080b);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    color: #fff;
    overflow: hidden;
}

    .dh-workflow-system::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.02) 1px, transparent 1px);
        background-size: 56px 56px;
        pointer-events: none;
    }

.dh-workflow-header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.dh-workflow-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.52);
    font-weight: 600;
}

.dh-workflow-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: rgba(255,255,255,0.70);
}

.dh-workflow-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
}

.dh-workflow-canvas {
    position: relative;
    z-index: 1;
    min-height: 420px;
    display: grid;
    grid-template-columns: 1fr 180px 1fr;
    align-items: center;
    gap: 18px;
}

.dh-workflow-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .dh-workflow-lines line {
        stroke: rgba(255,255,255,0.12);
        stroke-width: 2;
    }

.dh-workflow-left,
.dh-workflow-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.dh-workflow-node {
    position: relative;
    padding: 16px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    min-height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

    .dh-workflow-node:hover {
        transform: translateY(-1px);
        background: rgba(255,255,255,0.06);
        border-color: rgba(255,255,255,0.12);
    }

.dh-workflow-node-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.dh-workflow-node-sub {
    margin-top: 4px;
    font-size: 11px;
    color: rgba(255,255,255,0.50);
    line-height: 1.2;
}

.dh-workflow-core {
    position: relative;
    z-index: 2;
    padding: 22px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    text-align: center;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset;
}

.dh-workflow-core-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.82);
}

    .dh-workflow-core-icon svg {
        width: 20px;
        height: 20px;
    }

.dh-workflow-core-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.dh-workflow-core-sub {
    margin-top: 6px;
    font-size: 11px;
    color: rgba(255,255,255,0.54);
    line-height: 1.45;
}

.dh-workflow-footer {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.dh-workflow-pill {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 10px;
    color: rgba(255,255,255,0.82);
    font-weight: 500;
}

.dh-workflow-floating {
    position: absolute;
    left: 18px;
    bottom: -18px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(12,14,18,0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 36px rgba(0,0,0,0.20);
}

.dh-workflow-floating-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.84);
}

    .dh-workflow-floating-icon svg {
        width: 16px;
        height: 16px;
    }

.dh-workflow-floating-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.dh-workflow-floating-sub {
    margin-top: 3px;
    font-size: 11px;
    color: rgba(255,255,255,0.50);
    line-height: 1.25;
}

@media (max-width: 991px) {
    .dh-workflow-canvas {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dh-workflow-lines {
        display: none;
    }

    .dh-workflow-left,
    .dh-workflow-right {
        gap: 12px;
    }

    .dh-workflow-floating {
        position: static;
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .dh-workflow-system {
        padding: 20px;
        border-radius: 20px;
    }

    .dh-workflow-header {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .dh-workflow-core {
        padding: 18px 14px;
    }
}


.dh-reliability-system {
    position: relative;
    padding: 26px;
    border-radius: 26px;
    background: linear-gradient(180deg, #0c0f13, #06080b);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    color: #ffffff;
    overflow: hidden;
}

    .dh-reliability-system::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.02) 1px, transparent 1px);
        background-size: 56px 56px;
        pointer-events: none;
    }

.dh-reliability-header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.dh-reliability-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.52);
    font-weight: 600;
}

.dh-reliability-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: rgba(255,255,255,0.72);
}

.dh-reliability-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
}

.dh-reliability-canvas {
    position: relative;
    z-index: 1;
    min-height: 420px;
    display: grid;
    grid-template-columns: 1fr 180px 1fr;
    align-items: center;
    gap: 18px;
}

.dh-reliability-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .dh-reliability-lines line {
        stroke: rgba(255,255,255,0.12);
        stroke-width: 2;
    }

.dh-reliability-left,
.dh-reliability-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.dh-reliability-chip {
    position: relative;
    padding: 16px;
    border-radius: 16px;
    min-height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

    .dh-reliability-chip:hover {
        transform: translateY(-1px);
        background: rgba(255,255,255,0.06);
        border-color: rgba(255,255,255,0.12);
    }

.dh-reliability-chip-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.dh-reliability-chip-sub {
    margin-top: 4px;
    font-size: 11px;
    color: rgba(255,255,255,0.50);
    line-height: 1.2;
}

.dh-reliability-core {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 22px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset;
}

.dh-reliability-core-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.84);
}

    .dh-reliability-core-icon svg {
        width: 20px;
        height: 20px;
    }

.dh-reliability-core-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.dh-reliability-core-sub {
    margin-top: 6px;
    font-size: 11px;
    color: rgba(255,255,255,0.54);
    line-height: 1.45;
}

.dh-reliability-metrics {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dh-reliability-metric {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 12px;
}

.dh-reliability-metric-label {
    font-size: 11px;
    color: rgba(255,255,255,0.62);
    font-weight: 500;
}

.dh-reliability-metric-bar {
    height: 6px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    display: block;
}

    .dh-reliability-metric-bar span {
        display: block;
        height: 100%;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255,0.55));
    }

.dh-reliability-footer {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.dh-reliability-pill {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 10px;
    color: rgba(255,255,255,0.82);
    font-weight: 500;
}

.dh-reliability-floating {
    position: absolute;
    left: 18px;
    bottom: -18px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(12,14,18,0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 36px rgba(0,0,0,0.20);
}

.dh-reliability-floating-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.84);
}

    .dh-reliability-floating-icon svg {
        width: 16px;
        height: 16px;
    }

.dh-reliability-floating-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.dh-reliability-floating-sub {
    margin-top: 3px;
    font-size: 11px;
    color: rgba(255,255,255,0.50);
    line-height: 1.25;
}

@media (max-width: 991px) {
    .dh-reliability-canvas {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dh-reliability-lines {
        display: none;
    }

    .dh-reliability-left,
    .dh-reliability-right {
        gap: 12px;
    }

    .dh-reliability-floating {
        position: static;
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .dh-reliability-system {
        padding: 20px;
        border-radius: 20px;
    }

    .dh-reliability-header {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .dh-reliability-metric {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}