.bz-seo-section {
    position: relative;
    padding: 105px 0;
    background:
            radial-gradient(circle at 18% 30%, rgba(224, 0, 31, 0.14), transparent 34%),
            radial-gradient(circle at 86% 72%, rgba(224, 0, 31, 0.08), transparent 32%),
            #020202;
    color: #fff;
    overflow: hidden;
}

.bz-seo-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px),
            linear-gradient(0deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 88px 88px;
    opacity: 0.12;
    pointer-events: none;
}

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

.bz-seo-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
    gap: 72px;
    align-items: start;
}

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

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

.bz-seo-title {
    max-width: 520px;
    margin-bottom: 26px;
    color: #fff;
    font-size: clamp(32px, 3.8vw, 54px);
    line-height: 1.1;
    letter-spacing: 0.03em;
    font-weight: 400;
}

.bz-seo-note {
    position: relative;
    max-width: 420px;
    padding-left: 24px;
    color: rgba(255,255,255,0.62);
    font-size: 15px;
    line-height: 1.65;
}

.bz-seo-note:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #e0001f;
    box-shadow: 0 0 14px rgba(224,0,31,0.85);
}

.bz-seo-scroll {
    position: relative;
    max-height: 430px;
    padding: 34px 38px;
    border: 1px solid rgba(255,255,255,0.12);
    background:
            linear-gradient(145deg, rgba(224,0,31,0.07), rgba(255,255,255,0.014)),
            rgba(0,0,0,0.48);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(224,0,31,0.9) rgba(255,255,255,0.08);
}

.bz-seo-scroll::-webkit-scrollbar {
    width: 6px;
}

.bz-seo-scroll::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.08);
}

.bz-seo-scroll::-webkit-scrollbar-thumb {
    background: #e0001f;
}

.bz-seo-scroll:before {
    content: "";
    position: sticky;
    top: -34px;
    display: block;
    height: 1px;
    margin: -34px -38px 32px;
    background: linear-gradient(90deg, transparent, rgba(224,0,31,0.8), transparent);
}

.bz-seo-content h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 30px;
    line-height: 1.22;
    letter-spacing: 0.025em;
    font-weight: 400;
}

.bz-seo-content p {
    margin: 0 0 20px;
    color: rgba(255,255,255,0.68);
    font-size: 16px;
    line-height: 1.75;
}

.bz-seo-content p:last-child {
    margin-bottom: 0;
}

.bz-seo-content strong {
    color: #fff;
    font-weight: 500;
}

.bz-seo-content a {
    color: #e0001f;
    text-decoration: none;
}

.bz-seo-content a:hover {
    text-decoration: underline;
}

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

    .bz-seo-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .bz-seo-title {
        max-width: 720px;
    }

    .bz-seo-note {
        max-width: 620px;
    }
}

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

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

    .bz-seo-scroll {
        max-height: 420px;
        padding: 26px 22px;
    }

    .bz-seo-scroll:before {
        top: -26px;
        margin: -26px -22px 26px;
    }

    .bz-seo-content h1 {
        font-size: 24px;
    }

    .bz-seo-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}
.bz-seo-content h2 {
    margin: 34px 0 18px;
    color: #fff;
    font-size: 24px;
    line-height: 1.28;
    letter-spacing: 0.025em;
    font-weight: 400;
}

.bz-seo-content h3 {
    margin: 28px 0 14px;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.025em;
    font-weight: 400;
}

.bz-seo-content ul,
.bz-seo-content ol {
    margin: 0 0 24px;
    padding: 0;
    color: rgba(255,255,255,0.68);
    font-size: 16px;
    line-height: 1.7;
}

.bz-seo-content ul {
    list-style: none;
}

.bz-seo-content ol {
    counter-reset: seo-counter;
    list-style: none;
}

.bz-seo-content li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 30px;
}

.bz-seo-content li:last-child {
    margin-bottom: 0;
}

.bz-seo-content ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 12px;
    width: 7px;
    height: 7px;
    background: #e0001f;
    box-shadow: 0 0 14px rgba(224,0,31,0.85);
}

.bz-seo-content ol li {
    counter-increment: seo-counter;
    padding-left: 42px;
}

.bz-seo-content ol li:before {
    content: counter(seo-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    color: #e0001f;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

@media (max-width: 767.98px) {
    .bz-seo-content h2 {
        font-size: 21px;
    }

    .bz-seo-content h3 {
        font-size: 18px;
    }

    .bz-seo-content ul,
    .bz-seo-content ol {
        font-size: 15px;
    }
}