/* fizichna.html — компонент, винесено з інлайн-стилів */

.bz-human-section {
    position: relative;
    padding: 110px 0;
    background:
            radial-gradient(circle at 14% 28%, rgba(224, 0, 31, 0.2), transparent 32%),
            radial-gradient(circle at 86% 64%, rgba(224, 0, 31, 0.12), transparent 34%),
            #020202;
    color: #fff;
    overflow: hidden;
}

.bz-human-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(90deg, rgba(255,255,255,0.032) 1px, transparent 1px),
            linear-gradient(0deg, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 78px 78px;
    opacity: 0.22;
    pointer-events: none;
}

.bz-human-section:after {
    content: "";
    position: absolute;
    left: -180px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(224, 0, 31, 0.18);
    border-radius: 50%;
    pointer-events: none;
}

.bz-human-section .container {
    position: relative;
    z-index: 2;
}

.bz-section-kicker {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    padding-bottom: 12px;
    color: #e0001f;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bz-section-kicker:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    height: 1px;
    background: #e0001f;
}

.bz-human-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: 76px;
    align-items: center;
    margin-bottom: 54px;
}

.bz-human-title {
    max-width: 640px;
    margin-bottom: 24px;
    font-size: clamp(36px, 4.4vw, 68px);
    line-height: 1.05;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.bz-human-text {
    max-width: 560px;
    margin-bottom: 26px;
    color: rgba(255,255,255,0.72);
    font-size: 17px;
    line-height: 1.65;
}

.bz-human-note {
    position: relative;
    max-width: 520px;
    padding: 20px 24px 20px 54px;
    border: 1px solid rgba(224, 0, 31, 0.42);
    background: linear-gradient(135deg, rgba(224,0,31,0.12), rgba(255,255,255,0.018));
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.55;
}

.bz-human-note:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 25px;
    width: 10px;
    height: 10px;
    background: #e0001f;
    box-shadow: 0 0 18px rgba(224, 0, 31, 0.8);
}

.bz-human-visual {
    position: relative;
    min-height: 430px;
    display: grid;
    grid-template-columns: 1fr 92px 1fr;
    gap: 18px;
    align-items: center;
}

.bz-human-camera,
.bz-human-guard {
    position: relative;
}

.bz-camera-frame {
    position: relative;
    min-height: 310px;
    border: 1px solid rgba(255,255,255,0.15);
    background:
            linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.9)),
            radial-gradient(circle at 50% 50%, rgba(224,0,31,0.18), transparent 48%),
            rgba(255,255,255,0.025);
    overflow: hidden;
}

.bz-camera-frame:before {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px dashed rgba(255,255,255,0.12);
}

.bz-camera-frame:after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, transparent, rgba(224,0,31,0.13), transparent);
    animation: bzScan 4.4s linear infinite;
}

.bz-camera-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(224, 0, 31, 0.16);
}

.bz-camera-line-1 {
    top: 34%;
}

.bz-camera-line-2 {
    top: 66%;
}

.bz-camera-corner {
    position: absolute;
    width: 34px;
    height: 34px;
    border-color: #e0001f;
    opacity: 0.8;
}

.bz-camera-corner-tl {
    left: 22px;
    top: 22px;
    border-left: 1px solid;
    border-top: 1px solid;
}

.bz-camera-corner-tr {
    right: 22px;
    top: 22px;
    border-right: 1px solid;
    border-top: 1px solid;
}

.bz-camera-corner-bl {
    left: 22px;
    bottom: 22px;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.bz-camera-corner-br {
    right: 22px;
    bottom: 22px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.bz-camera-status,
.bz-guard-status {
    position: absolute;
    left: 22px;
    top: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.52);
    color: rgba(255,255,255,0.72);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bz-camera-status span,
.bz-guard-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e0001f;
    box-shadow: 0 0 16px rgba(224, 0, 31, 0.8);
}

.bz-camera-center {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bz-camera-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.035);
    color: rgba(255,255,255,0.82);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bz-camera-caption {
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bz-human-arrow {
    position: relative;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.18), #e0001f);
}

.bz-human-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(224, 0, 31, 0.42);
    background: rgba(4,4,4,0.82);
}

.bz-human-arrow span {
    position: absolute;
    right: -1px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #e0001f;
    border-right: 1px solid #e0001f;
    transform: translateY(-50%) rotate(45deg);
}

.bz-guard-card {
    position: relative;
    min-height: 360px;
    padding: 92px 34px 34px;
    border: 1px solid rgba(224, 0, 31, 0.52);
    background:
            linear-gradient(145deg, rgba(224,0,31,0.18), rgba(255,255,255,0.025)),
            rgba(0,0,0,0.72);
    overflow: hidden;
}

.bz-guard-card:before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -110px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(224, 0, 31, 0.28);
    border-radius: 50%;
}

.bz-guard-icon {
    width: 86px;
    height: 86px;
    margin-bottom: 34px;
    background: #e0001f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 36px rgba(224,0,31,0.28);
}

.bz-guard-title {
    margin-bottom: 14px;
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bz-guard-text {
    max-width: 340px;
    color: rgba(255,255,255,0.66);
    font-size: 15px;
    line-height: 1.6;
}

.bz-human-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bz-human-action {
    position: relative;
    min-height: 190px;
    padding: 26px;
    border: 1px solid rgba(255,255,255,0.13);
    background: rgba(255,255,255,0.022);
    transition: border-color 0.32s ease, transform 0.32s ease, background 0.32s ease;
}

.bz-human-action:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background: #e0001f;
    transition: width 0.32s ease;
}

.bz-human-action:hover {
    transform: translateY(-6px);
    border-color: rgba(224, 0, 31, 0.6);
    background: linear-gradient(145deg, rgba(224,0,31,0.11), rgba(255,255,255,0.018));
}

.bz-human-action:hover:before {
    width: 100%;
}

.bz-human-action-num {
    margin-bottom: 32px;
    color: #e0001f;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.12em;
}

.bz-human-action-title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bz-human-action-text {
    color: rgba(255,255,255,0.58);
    font-size: 14px;
    line-height: 1.55;
}

@keyframes bzScan {
    0% {
        top: -80%;
    }

    100% {
        top: 120%;
    }
}

@media (max-width: 1199.98px) {
    .bz-human-layout {
        gap: 48px;
    }

    .bz-human-visual {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .bz-human-arrow {
        width: 1px;
        height: 54px;
        margin: 0 auto;
        background: linear-gradient(180deg, rgba(255,255,255,0.18), #e0001f);
    }

    .bz-human-arrow span {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -1px;
        transform: translateX(-50%) rotate(135deg);
    }
}

@media (max-width: 991.98px) {
    .bz-human-section {
        padding: 84px 0;
    }

    .bz-human-layout {
        grid-template-columns: 1fr;
    }

    .bz-human-actions {
        grid-template-columns: repeat(2, 1fr);
    }

    .bz-human-content {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .bz-human-section {
        padding: 70px 0;
    }

    .bz-human-title {
        font-size: 34px;
    }

    .bz-human-text {
        font-size: 15px;
    }

    .bz-human-note {
        padding: 18px 20px 18px 46px;
        font-size: 15px;
    }

    .bz-human-note:before {
        left: 20px;
        top: 24px;
    }

    .bz-camera-frame {
        min-height: 270px;
    }

    .bz-guard-card {
        min-height: auto;
        padding: 86px 26px 28px;
    }

    .bz-guard-title {
        font-size: 28px;
    }

    .bz-human-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .bz-human-section {
        padding: 62px 0;
    }

    .bz-camera-status,
    .bz-guard-status {
        left: 18px;
        top: 18px;
    }

    .bz-human-action {
        min-height: auto;
        padding: 24px 22px;
    }

    .bz-human-action-num {
        margin-bottom: 26px;
    }
}
