.health-tech-article {
    padding-top: 80px;
}

.health-tech-article .article-container {
    width: min(calc(100% - 40px), 1120px);
    max-width: none;
    margin: 0 auto;
    padding: 38px 20px 72px;
    box-sizing: border-box;
}

.health-tech-article .breadcrumbs,
.health-tech-article .article-meta {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.health-tech-article .article-header h1 {
    max-width: 920px;
    margin: 0 0 8px;
    color: var(--text-color);
    font-size: clamp(34px, 5.4vw, 58px);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.health-tech-subtitle {
    max-width: 820px;
    margin: 0 0 18px;
    color: #9a7143;
    font-size: clamp(18px, 2.5vw, 25px);
    font-weight: 600;
    line-height: 1.4;
}

.health-tech-article .article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: var(--text-secondary);
    font-size: 14px;
}

.health-tech-article .article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.health-tech-hero,
.health-tech-figure {
    position: relative;
    overflow: hidden;
    margin: 28px 0;
    border: 1px solid rgba(154, 113, 67, .22);
    border-radius: 20px;
    background: var(--color-surface, #fff);
    box-shadow: 0 18px 50px rgba(90, 62, 30, .13);
}

.health-tech-hero img,
.health-tech-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.health-tech-hero figcaption,
.health-tech-figure figcaption {
    padding: 14px 18px;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.55;
}

.health-tech-intro,
.health-tech-toc,
.health-tech-card,
.health-tech-facts,
.health-tech-note,
.health-tech-table-wrap,
.health-tech-faq details {
    border: 1px solid rgba(154, 113, 67, .2);
    border-radius: 17px;
    background: var(--color-surface, #fff);
    box-shadow: 0 12px 34px rgba(90, 62, 30, .07);
}

.health-tech-intro {
    margin: 0 0 30px;
    padding: clamp(24px, 4vw, 38px);
    border-left: 6px solid #a87945;
}

.health-tech-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #76512a;
    background: rgba(194, 151, 99, .16);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.health-tech-intro p,
.health-tech-section > p,
.health-tech-card p,
.health-tech-note p,
.health-tech-faq p,
.health-tech-safety-list,
.health-tech-steps {
    color: var(--text-secondary);
    line-height: 1.75;
}

.health-tech-intro p {
    margin: 0 0 15px;
    font-size: 17px;
}

.health-tech-intro p:last-child,
.health-tech-card p,
.health-tech-note p,
.health-tech-faq p {
    margin-bottom: 0;
}

.health-tech-toc {
    margin: 0 0 40px;
    padding: 24px 28px;
}

.health-tech-toc h2 {
    margin: 0 0 14px;
    color: var(--text-color);
    font-size: 22px;
}

.health-tech-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 28px;
    margin: 0;
    padding-left: 22px;
}

.health-tech-toc a {
    color: #8b6237;
    font-weight: 600;
}

.health-tech-section {
    margin: 0 0 46px;
    scroll-margin-top: 110px;
}

.health-tech-section > h2 {
    margin: 0 0 18px;
    color: var(--text-color);
    font-size: clamp(27px, 3.6vw, 38px);
    line-height: 1.18;
}

.health-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.health-tech-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.health-tech-grid > *,
.health-tech-facts > * {
    min-width: 0;
}

.health-tech-card {
    position: relative;
    padding: 24px;
}

.health-tech-card h3 {
    margin: 0 0 10px;
    color: var(--text-color);
    font-size: 20px;
    line-height: 1.3;
}

.health-tech-card p {
    margin-top: 0;
}

.health-tech-card__number {
    display: block;
    margin-bottom: 14px;
    color: #b58a59;
    font-size: 28px;
    font-weight: 700;
}

.health-tech-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin: 24px 0 30px;
    background: rgba(154, 113, 67, .22);
}

.health-tech-facts div {
    padding: 22px;
    background: var(--color-surface, #fff);
}

.health-tech-facts strong,
.health-tech-facts span {
    display: block;
}

.health-tech-facts strong {
    margin-bottom: 6px;
    color: #8b6237;
    font-size: 20px;
}

.health-tech-facts span {
    color: var(--text-secondary);
    line-height: 1.5;
}

.health-tech-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    margin: 24px 0;
    outline: none;
}

.health-tech-table-wrap:focus-visible {
    box-shadow: 0 0 0 3px rgba(168, 121, 69, .32);
}

.health-tech-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.health-tech-table th,
.health-tech-table td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(154, 113, 67, .16);
    text-align: left;
    vertical-align: top;
    line-height: 1.55;
}

.health-tech-table th {
    color: #fff;
    background: #8b6237;
    font-size: 14px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.health-tech-table td:first-child {
    width: 32%;
    color: var(--text-color);
    font-weight: 700;
}

.health-tech-table td:last-child {
    color: var(--text-secondary);
}

.health-tech-table tbody tr:last-child td {
    border-bottom: 0;
}

.health-tech-note {
    margin: 22px 0;
    padding: 22px 24px;
    border-left: 5px solid #a87945;
}

.health-tech-note--accent {
    border-left-color: #0f766e;
    background: color-mix(in srgb, var(--color-surface, #fff) 94%, #14b8a6 6%);
}

.health-tech-note--warning {
    border-left-color: #c2410c;
    background: color-mix(in srgb, var(--color-surface, #fff) 93%, #f97316 7%);
}

.health-tech-note strong,
.health-tech-steps strong {
    color: var(--text-color);
}

.health-tech-steps {
    counter-reset: health-step;
    display: grid;
    gap: 13px;
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.health-tech-steps li {
    position: relative;
    min-height: 50px;
    padding: 12px 16px 12px 66px;
}

.health-tech-steps li::before {
    counter-increment: health-step;
    content: counter(health-step);
    position: absolute;
    top: 8px;
    left: 8px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #8b6237;
    font-weight: 700;
}

.health-tech-safety-list {
    display: grid;
    gap: 11px;
    padding-left: 22px;
}

.health-tech-faq {
    display: grid;
    gap: 12px;
}

.health-tech-faq details {
    padding: 18px 20px;
}

.health-tech-faq summary {
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
}

.health-tech-faq p {
    margin-top: 12px;
}

.health-tech-zoom-hint {
    display: none;
}

html[data-effective-theme="dark"] .health-tech-subtitle,
html[data-effective-theme="dark"] .health-tech-kicker,
html[data-effective-theme="dark"] .health-tech-toc a,
html[data-effective-theme="dark"] .health-tech-facts strong {
    color: #e8bd89;
}

html[data-effective-theme="dark"] .health-tech-intro,
html[data-effective-theme="dark"] .health-tech-toc,
html[data-effective-theme="dark"] .health-tech-card,
html[data-effective-theme="dark"] .health-tech-facts,
html[data-effective-theme="dark"] .health-tech-facts div,
html[data-effective-theme="dark"] .health-tech-note,
html[data-effective-theme="dark"] .health-tech-table-wrap,
html[data-effective-theme="dark"] .health-tech-hero,
html[data-effective-theme="dark"] .health-tech-figure,
html[data-effective-theme="dark"] .health-tech-faq details {
    border-color: rgba(232, 189, 137, .24);
    background: var(--color-surface, #171717);
}

html[data-effective-theme="dark"] .health-tech-table th {
    background: #6f4b27;
}

@media (max-width: 860px) {
    .health-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .health-tech-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .health-tech-article {
        padding-top: 64px;
    }

    .health-tech-article .article-container {
        width: calc(100% - 20px);
        padding: 24px 14px 54px;
    }

    .health-tech-article .article-header h1 {
        font-size: clamp(32px, 10.5vw, 44px);
    }

    .health-tech-toc ol,
    .health-tech-grid,
    .health-tech-grid--two,
    .health-tech-facts {
        grid-template-columns: 1fr;
    }

    .health-tech-intro,
    .health-tech-toc,
    .health-tech-card {
        padding: 20px;
    }

    .health-tech-intro p {
        font-size: 16px;
    }

    .health-tech-table-wrap::after {
        content: "Проведите по таблице влево";
        display: block;
        padding: 9px 14px;
        color: var(--text-secondary);
        font-size: 12px;
        text-align: center;
    }

    .health-tech-hero,
    .health-tech-figure {
        border-radius: 15px;
    }

    .health-tech-zoom-hint {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: 7px 11px;
        border: 1px solid rgba(255, 255, 255, .72);
        border-radius: 999px;
        color: #fff;
        background: rgba(15, 23, 42, .86);
        box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        pointer-events: none;
    }
}

