.labitem-page {
    --labitem-ink: #10223d;
    --labitem-muted: #66778d;
    --labitem-line: #dbe5f1;
    --labitem-soft: #f3f8fd;
    --labitem-blue: #155ca8;
    --labitem-green: #21a47b;
    --labitem-red: #ff3d46;
    color: var(--labitem-ink);
    font-family: "Manrope", sans-serif;
    letter-spacing: 0;
    overflow-x: clip;
}

.labitem-page * {
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

.labitem-wrap {
    width: min(1180px, calc(100% - 22px));
    margin: 0 auto;
}

.labitem-section {
    padding: 58px 0;
    background: #fff;
}

.labitem-section:nth-of-type(even) {
    background: var(--labitem-soft);
}

.labitem-hero {
    padding: 58px 0 46px;
    background: linear-gradient(180deg, #f3f8fd 0%, #fff 100%);
}

.labitem-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, .74fr);
    gap: 34px;
    align-items: center;
}

.labitem-kicker {
    margin: 0 0 14px;
    color: #637287;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.labitem-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--labitem-green);
    flex: 0 0 auto;
}

.labitem-hero h1,
.labitem-head h2,
.labitem-copy h2,
.labitem-final h2 {
    margin: 0;
    color: var(--labitem-ink);
    font-size: 36px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.labitem-lead,
.labitem-head p,
.labitem-copy p,
.labitem-card p,
.labitem-step p,
.labitem-final p {
    margin: 16px 0 0;
    color: var(--labitem-muted);
    font-size: 18px;
    line-height: 1.65;
}

.labitem-lead {
    max-width: 780px;
    font-size: 20px;
    line-height: 1.6;
}

.labitem-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 26px 0 0;
}

.labitem-facts span {
    min-height: 78px;
    padding: 15px;
    border: 1px solid var(--labitem-line);
    border-radius: 8px;
    background: #fff;
    color: var(--labitem-ink);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(16, 34, 59, .04);
}

.labitem-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.labitem-page .theme-btn {
    min-width: 230px;
    justify-content: center;
}

.labitem-page .btn-style-two {
    border: 1px solid var(--labitem-red) !important;
    background: #fff !important;
    color: var(--labitem-red) !important;
}

.labitem-page .btn-style-two .text-one,
.labitem-page .btn-style-two .text-two {
    color: var(--labitem-red) !important;
}

.labitem-visual {
    border: 1px solid var(--labitem-line);
    border-radius: 8px;
    background: linear-gradient(135deg, #e8f4fb, #fff 55%, #eaf8f1);
    min-height: 320px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 22px 48px rgba(18, 58, 93, .12);
}

.labitem-placeholder {
    width: 100%;
    min-height: 230px;
    border: 1px dashed #a8bfd7;
    border-radius: 8px;
    background: rgba(255,255,255,.74);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
}

.labitem-placeholder span {
    color: var(--labitem-blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.labitem-placeholder strong {
    margin-top: 8px;
    color: var(--labitem-ink);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.labitem-placeholder small {
    margin-top: 8px;
    color: var(--labitem-muted);
    font-size: 13px;
}

.labitem-nav {
    position: sticky;
    top: var(--seo-sticky-offset, 96px);
    z-index: 4;
    background: rgba(255,255,255,.94);
    border-top: 1px solid var(--labitem-line);
    border-bottom: 1px solid var(--labitem-line);
    backdrop-filter: blur(10px);
}

.labitem-nav-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: thin;
}

.labitem-nav a {
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid var(--labitem-line);
    border-radius: 999px;
    background: #fff;
    color: #17385f;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
}

.labitem-head {
    max-width: 900px;
    margin: 0 0 28px;
}

.labitem-two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.labitem-card {
    border: 1px solid var(--labitem-line);
    border-left: 5px solid var(--labitem-green);
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 18px 36px rgba(15, 53, 88, .08);
}

.labitem-card h3,
.labitem-info-card h3,
.labitem-step h3,
.labitem-faq-question span {
    margin: 0;
    color: var(--labitem-ink);
    font-size: 20px;
    line-height: 1.28;
    font-weight: 800;
}

.labitem-hero-card {
    border: 1px solid var(--labitem-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 44px rgba(16, 34, 59, .1);
}

.labitem-hero-image {
    min-height: 220px;
    background:
        linear-gradient(135deg, rgba(21, 92, 168, .1), rgba(33, 164, 123, .12)),
        url("/seopagecontent/analizy/analizy-volgograd-hero.webp");
    background-size: cover;
    background-position: center;
}

.labitem-hero-card-body {
    padding: 24px;
}

.labitem-hero-card-body b {
    display: block;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.labitem-hero-card-body p,
.labitem-info-card li,
.labitem-mini span,
.labitem-steps p {
    color: var(--labitem-muted);
    font-size: 16px;
    line-height: 1.62;
}

.labitem-record {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--labitem-line);
    color: var(--labitem-muted);
    font-size: 14px;
}

.labitem-info-card {
    border: 1px solid var(--labitem-line);
    border-left: 5px solid var(--labitem-green);
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 18px 36px rgba(15, 53, 88, .08);
}

.labitem-info-card ul {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.labitem-info-card li {
    position: relative;
    padding-left: 22px;
}

.labitem-info-card li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--labitem-green);
}

.labitem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.labitem-mini {
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--labitem-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 34, 59, .05);
}

.labitem-mini b {
    display: block;
    margin-bottom: 14px;
    color: var(--labitem-ink);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.labitem-steps {
    display: grid;
    gap: 14px;
}

.labitem-step,
.labitem-steps > div {
    min-height: 150px;
    padding: 22px;
    border: 1px solid var(--labitem-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 34, 59, .05);
}

.labitem-step b,
.labitem-steps span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--labitem-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.labitem-steps b {
    display: block;
    margin-bottom: 8px;
    color: var(--labitem-ink);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.labitem-steps p {
    margin: 0;
}

.labitem-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.labitem-links a {
    min-height: 88px;
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--labitem-line);
    border-radius: 8px;
    background: #fff;
    color: var(--labitem-ink);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(16, 34, 59, .05);
    transition: border-color .2s ease, transform .2s ease;
}

.labitem-links a:hover {
    border-color: var(--labitem-blue);
    transform: translateY(-2px);
}

.labitem-price {
    margin-top: 28px;
    padding: 18px;
    border: 1px solid var(--labitem-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 34, 59, .05);
}

.labitem-price-note {
    margin: 16px 0 0;
    color: var(--labitem-muted);
    font-size: 14px;
    line-height: 1.55;
}

.labitem-faq {
    display: grid;
    gap: 10px;
}

.labitem-faq-item {
    border: 1px solid var(--labitem-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.labitem-faq-question {
    width: 100%;
    min-height: 68px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.labitem-faq-question b {
    color: var(--labitem-blue);
    font-size: 28px;
    line-height: 1;
}

.labitem-faq-item.is-open .labitem-faq-question b {
    transform: rotate(45deg);
}

.labitem-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
}

.labitem-faq-answer p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--labitem-muted);
    font-size: 16px;
    line-height: 1.65;
}

.labitem-cta {
    padding: 58px 0;
    background: #f3f8fd;
}

.labitem-cta .labitem-wrap {
    padding: 32px;
    border-radius: 8px;
    background: #102b4e;
    color: #fff;
    text-align: center;
}

.labitem-cta h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1.18;
}

.labitem-cta p {
    margin: 0 auto 22px;
    max-width: 720px;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.55;
}

.labitem-cta .labitem-actions {
    justify-content: center;
}

@media (max-width: 980px) {
    .labitem-hero-grid,
    .labitem-two {
        grid-template-columns: 1fr;
    }

    .labitem-grid,
    .labitem-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .labitem-hero,
    .labitem-section {
        padding: 40px 0;
    }

    .labitem-hero h1,
    .labitem-head h2,
    .labitem-cta h2 {
        font-size: 28px;
    }

    .labitem-head p,
    .labitem-hero-copy p {
        font-size: 16px;
        line-height: 1.62;
    }

    .labitem-grid,
    .labitem-links {
        grid-template-columns: 1fr;
    }

    .labitem-page .theme-btn {
        width: 100%;
        min-width: 0;
    }
}
