/* «Что лечим» — секции хаба ThemeConditions */

.ch-container {
    width: 100%;
    max-width: var(--ch-max);
    margin-inline: auto;
    padding-inline: 1rem;
    overflow: visible; /* Добавляем, чтобы содержимое не обрезалось */
}

@media (min-width: 640px) {
    .ch-container {
        padding-inline: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .ch-container {
        padding-inline: 2rem;
    }
}

.ch-section {
    padding-block: 3rem;
    border: 0;
}

@media (min-width: 640px) {
    .ch-section {
        padding-block: 4rem;
    }
}

.ch-section--compact {
    padding-block: 1.5rem;
}

.ch-section--contacts {
    padding-block: 2rem;
}

@media (min-width: 640px) {
    .ch-section--contacts {
        padding-block: 1.875rem;
    }
}

.ch-section--gradient {
    background: linear-gradient(180deg, #fff, var(--ch-mist));
}

.ch-section__title {
    margin: 0;
    font-size: 1.875rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--ch-navy);
}

.ch-section__title--lg {
    font-size: 2rem;
}

.ch-section__title--contacts {
    font-size: 2rem;
}

.ch-section__lead {
    margin: 0.75rem 0 0;
    max-width: 48rem;
    line-height: 1.75;
    color: var(--ch-text);
}

.ch-card {
    border-radius: var(--ch-radius);
    background: #fff;
    box-shadow: var(--ch-shadow-card);
}

/* Breadcrumbs — без border, как в index.html */

.ch-breadcrumbs {
    border: 0;
    background: #fff;
    padding-block: 1.625rem 0;
    font-size: 0.875rem;
    color: var(--ch-text-muted);
}

.ch-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    max-width: var(--ch-max);
    margin: 0 auto;
    padding: 0 1rem;
    list-style: none;
}

@media (min-width: 640px) {
    .ch-breadcrumbs__list {
        padding-inline: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .ch-breadcrumbs__list {
        padding-inline: 2rem;
    }
}

.ch-breadcrumbs__link {
    color: var(--ch-medical);
    text-decoration: none;
}

.ch-breadcrumbs__link:hover {
    text-decoration: underline;
}

.ch-breadcrumbs__sep {
    padding-inline: 0.5625rem;
    color: #a3b8d0;
}

.ch-breadcrumbs__current {
    font-weight: 600;
    color: var(--ch-navy);
}

/* Hero */

.ch-hero {
    position: relative;
    border: none;
    box-shadow: none;
    background: #fff;
}

.ch-hero__grid {
    display: grid;
    align-items: center;
    gap: 2rem;
    padding-block: 1.5rem 3rem;
}

@media (min-width: 1024px) {
    .ch-hero__grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 2.5rem;
        padding-block: 2.5rem 4rem;
    }
}

.ch-hero__title {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--ch-navy);
}

@media (min-width: 640px) {
    .ch-hero__title {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .ch-hero__title {
        font-size: 3.75rem;
    }
}

.ch-hero__lead {
    margin: 1.25rem 0 0;
    max-width: 36rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: var(--ch-text);
}

.ch-hero__points {
    list-style: none;
    margin: 1.625rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (min-width: 1024px) {
    .ch-hero__points {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.125rem;
    }
}

.ch-banner--cta div > p {
    margin-right: 1.25rem;
}

.yandex-map-image picture > img {
    border-radius: 1rem;
}

.ch-hero__point {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--ch-navy);
    text-align: center;
}

@media (min-width: 1024px) {
    .ch-hero__point {
        font-size: 1rem;
    }
}

.ch-hero__point picture {
    display: block;
    width: 100%;
    aspect-ratio: 1;
}

.ch-hero__point img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
}

.ch-hero__point a {
    color: inherit;
    text-decoration: none;
}

.ch-hero__point a:hover {
    color: var(--ch-medical);
}

.ch-hero__art {
    width: 100%;
    max-width: 36rem;
    margin-inline: auto;
}

.ch-hero__art img {
    width: 100%;
    object-fit: contain;
}

/* Directions */

.ch-directions__grid {
    margin-top: 2rem;
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .ch-directions__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    .ch-directions__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ch-direction-card {
    display: flex;
    min-height: 22rem;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
    text-align: center;
}

.ch-direction-card img {
    width: 11rem;
    height: 11rem;
    object-fit: contain;
}

.ch-direction-card h3 {
    margin: 0.75rem 0 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--ch-navy);
}

.ch-direction-card p {
    margin: 0.5rem 0 0;
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ch-text);
}

.ch-direction-card__link {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ch-medical);
    text-decoration: none;
}

.ch-direction-card__link:hover {
    text-decoration: underline;
}

.ch-direction-aside {
    display: flex;
    min-height: 22rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
    background: linear-gradient(180deg, #f0fdf4, #fff);
}

.ch-direction-aside img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}

.ch-direction-aside h3 {
    margin: 0.75rem 0 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--ch-mint);
}

.ch-direction-aside p {
    margin: 0.5rem 0 0;
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ch-text);
}

.ch-btn-mint {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    margin-top: 1rem;
    padding: 0 1.25rem;
    border-radius: 0.5rem;
    background: var(--ch-mint);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.ch-btn-mint:hover {
    background: #16a34a;
}

/* Route / benefits / path grids */

.ch-grid-3 {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .ch-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ch-grid-5 {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
}

@media (min-width: 640px) {
    .ch-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ch-grid-5 {
        grid-template-columns: repeat(5, 1fr);
    }
}

.ch-grid-4 {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
    list-style: none;
    margin-block: 2rem 0;
    padding: 0;
}

@media (min-width: 640px) {
    .ch-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ch-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ch-route-card {
    padding: 1.5rem;
}

.ch-route-card b,
.ch-route-card a {
    display: block;
    font-weight: 800;
    color: var(--ch-navy);
    text-decoration: none;
}

.ch-route-card a:hover {
    color: var(--ch-medical);
}

.ch-route-card p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ch-text);
}

.ch-benefit-card {
    padding: 1.25rem;
    text-align: center;
}

.ch-benefit-card img {
    display: block;
    width: 4.625rem;
    height: 4.625rem;
    margin-inline: auto;
    object-fit: contain;
}

.ch-benefit-card h3 {
    margin: 0.75rem 0 0;
    min-height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--ch-navy);
}

.ch-benefit-card h3 a {
    color: inherit;
    text-decoration: none;
}

.ch-benefit-card h3 a:hover {
    color: var(--ch-medical);
}

.ch-benefit-card p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ch-text);
}

.ch-path-card {
    position: relative;
    padding: 1.25rem;
}

.ch-path-card__num {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: #f0f9ff;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ch-medical);
}

.ch-path-card h3 {
    margin: 0;
    padding-right: 2.5rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--ch-navy);
}

.ch-path-card h3 a {
    color: inherit;
    text-decoration: none;
}

.ch-path-card h3 a:hover {
    color: var(--ch-medical);
}

.ch-path-card p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ch-text);
}

/* Quiz & CTA banners */

.ch-banner {
    display: grid;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
    border-radius: var(--ch-radius);
}

.ch-banner--quiz {
    background: linear-gradient(90deg, var(--ch-mist), #fff);
}

@media (min-width: 640px) {
    .ch-banner--quiz {
        grid-template-columns: 4rem 1fr auto;
        padding: 1.5rem;
    }
}

.ch-banner--quiz img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.ch-banner--quiz h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ch-navy);
}

.ch-banner--quiz p {
    margin: 0.25rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ch-text);
}

.ch-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1.25rem;
    border: 1px solid #7dd3fc;
    border-radius: 0.5rem;
    color: var(--ch-medical);
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.ch-btn-outline:hover {
    background: var(--ch-mist);
}

.ch-banner--cta {
    background: linear-gradient(90deg, #f0fdf4, #fff);
}

@media (min-width: 1024px) {
    .ch-banner--cta {
        grid-template-columns: 4.875rem 1fr 18.75rem;
    }
}

.ch-banner--cta img.ch-banner__icon {
    width: 4.375rem;
    height: 4.375rem;
    object-fit: contain;
}

.ch-banner--cta h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ch-mint);
}

.ch-banner--cta p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ch-text);
}

.ch-banner__art {
    transform: translate(-15%, -10%) scale(1.3); /* Заменяем margin-top на transform */
}

@media (max-width: 1024px) {
    .ch-banner__art {
        transform: translate(0, 0) scale(1);
    }
}
.ch-banner__art img {
    width: 100%;
    max-height: 27rem;
    object-fit: contain;
}

/* FAQ */

.ch-faq__grid {
    margin-top: 2rem;
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .ch-faq__grid {
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
    }
}

.ch-faq__column {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    overflow: hidden;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: var(--ch-shadow-card);
}

.faq-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border: 0;
    background: transparent;
    text-align: left;
    font-weight: 700;
    color: var(--ch-navy);
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.faq-button:hover {
    background: var(--ch-mist);
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--ch-medical);
}

.faq-answer {
    padding: 0 1.25rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ch-text);
}

.faq-answer.hidden {
    display: none;
}

/* Contacts */

.ch-contacts__grid {
    margin-top: 1.5rem;
    display: grid;
    gap: 1.125rem;
}

@media (min-width: 768px) {
    .ch-contacts__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ch-contacts__grid {
        grid-template-columns: 1fr 1.05fr 1.2fr;
    }
}

.ch-contact-card {
    min-height: 17.8125rem;
    padding: 1.375rem;
}

.ch-contact-card h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--ch-navy);
}

.ch-contact-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.875rem;
}

.ch-contact-list li {
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    align-items: start;
    gap: 0.625rem;
}

.ch-contact-list svg {
    margin-top: 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
}

.ch-contact-list a {
    color: inherit;
    text-decoration: none;
}

.ch-contact-list a:hover {
    color: var(--ch-medical);
}

.ch-consult-card {
    display: flex;
    min-height: 17.8125rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, #fff, var(--ch-mist));
}

.ch-consult-card img {
    width: 100%;
    height: 100%;
    max-height: 17.8125rem;
    object-fit: contain;
}

.ch-booking-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 17.8125rem;
    background: linear-gradient(145deg, #f7fff9, #eefaf2);
    border-color: #cde6d6;
}

.ch-booking-card h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 800;
    color: #17843f;
}

.ch-booking-card__lead {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #4a6b5a;
}

.ch-booking-form {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 0.25rem;
}

.ch-booking-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #17843f;
}

.ch-booking-form__field input {
    width: 100%;
    height: 2.75rem;
    padding: 0 0.875rem;
    border: 1px solid #cde6d6;
    border-radius: 0.75rem;
    background: #fff;
    color: var(--ch-navy, #0f2744);
    font-size: 0.875rem;
    font-weight: 500;
    outline: none;
}

.ch-booking-form__field input:focus {
    border-color: #34a853;
    box-shadow: 0 0 0 3px rgba(52, 168, 83, 0.15);
}

.ch-booking-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.15rem;
    font-size: 0.6875rem;
    line-height: 1.4;
    font-weight: 500;
    color: #4a6b5a;
    cursor: pointer;
}

.ch-booking-form__consent input {
    margin-top: 0.15rem;
    accent-color: #17843f;
}

.ch-booking-form__submit {
    width: 100%;
    margin-top: 0.35rem;
    justify-content: center;
    text-align: center;
}

.ch-booking-form__msg {
    margin: 0.25rem 0 0;
    padding: 0.625rem 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.ch-booking-form__msg--ok {
    background: rgba(23, 132, 63, 0.1);
    color: #17843f;
}

.ch-booking-form__msg--err {
    background: rgba(185, 28, 28, 0.08);
    color: #b91c1c;
}

.ch-booking-card__hint {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: #5d759b;
}

.ch-booking-card__hint a {
    color: #17843f;
    font-weight: 700;
    text-decoration: none;
}

.ch-booking-card__hint a:hover {
    text-decoration: underline;
}

.ch-map-card {
    display: flex;
    flex-direction: column;
    min-height: 17.8125rem;
    padding: 0.875rem;
}

@media (min-width: 768px) {
    .ch-map-card {
        grid-column: span 2;
    }
}

@media (min-width: 1024px) {
    .ch-map-card {
        grid-column: auto;
    }
}

.ch-map-card h3 {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--ch-navy);
}

.ch-map-card svg,
.ch-map-card .yandex-map,
.ch-map-card .yandex-map-image {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.ch-contacts__editorial {
    margin: 1.75rem 0 0;
    padding-top: 1.375rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--ch-text-muted);
}

.ch-contacts__editorial strong {
    color: var(--ch-navy);
}

/* Internal condition page (/conditions/{slug}/) */

.ch-entity-headline {
    padding-block: 0.5rem 1rem;
}

.ch-entity-eyebrow {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ch-medical);
}

.ch-entity-title {
    margin: 0.75rem 0 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--ch-navy);
}

@media (min-width: 640px) {
    .ch-entity-title {
        font-size: 2.75rem;
    }
}

@media (min-width: 1024px) {
    .ch-entity-title {
        font-size: 3.25rem;
    }
}

.ch-entity-nav {
    position: sticky;
    top: 4.5rem;
    z-index: 30;
    border-block: 1px solid var(--ch-line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
}

.ch-entity-nav__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    padding-block: 0.75rem;
}

.ch-entity-nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ch-navy);
}

.ch-entity-nav__links a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.125rem;
}

.ch-entity-nav__links a:hover {
    color: var(--ch-medical);
    border-bottom-color: var(--ch-medical);
}

.ch-entity-nav__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ch-entity-nav__actions .ch-btn-mint,
.ch-entity-nav__actions .ch-btn-outline {
    min-height: 2.5rem;
    padding-inline: 1rem;
    font-size: 0.8125rem;
}

.ch-entity-intro {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
    overflow: hidden;
    border-radius: var(--ch-radius-lg);
    background: linear-gradient(135deg, #17315f 0%, #1f4f8c 55%, #1374c9 100%);
    color: #fff;
    box-shadow: var(--ch-shadow-card);
}

@media (min-width: 900px) {
    .ch-entity-intro {
        grid-template-columns: 0.95fr 1.05fr;
        min-height: 18rem;
    }
}

.ch-entity-intro__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 14rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
}

.ch-entity-intro__media img,
.ch-entity-intro__media picture {
    display: block;
    width: 100%;
    height: auto;
    max-height: 18rem;
    object-fit: contain;
}

.ch-entity-intro__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    padding: 1.5rem;
}

@media (min-width: 900px) {
    .ch-entity-intro__text {
        padding: 2rem 2.25rem 2rem 1.5rem;
    }
}

.ch-entity-intro__text p {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.ch-entity-intro__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ch-btn-outline--on-dark {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
    background: transparent;
}

.ch-btn-outline--on-dark:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.ch-entity-gallery {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .ch-entity-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ch-entity-gallery__img {
    width: 100%;
    max-height: 18rem;
    border-radius: var(--ch-radius);
    object-fit: cover;
}

.ch-entity-body {
    margin-top: 1.75rem;
    max-width: 48rem;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--ch-text);
}

.ch-entity-body > *:first-child {
    margin-top: 0;
}

.ch-entity-body h2,
.ch-entity-body h3 {
    color: var(--ch-navy);
    font-weight: 800;
}

.ch-entity-programs {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .ch-entity-programs {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ch-entity-program {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem;
}

.ch-entity-program h3 {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 800;
    color: var(--ch-navy);
}

.ch-entity-program h3 a {
    color: inherit;
    text-decoration: none;
}

.ch-entity-program h3 a:hover {
    color: var(--ch-medical);
}

.ch-entity-program p {
    margin: 0;
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--ch-text);
}

.ch-entity-siblings {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .ch-entity-siblings {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ch-entity-hub-link {
    margin: 1.5rem 0 0;
    font-size: 0.9375rem;
    font-weight: 700;
}

.ch-entity-hub-link a {
    color: var(--ch-medical);
    text-decoration: none;
}

.ch-entity-hub-link a:hover {
    text-decoration: underline;
}

/* Diagnostics hub extras */
.ch-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.75rem;
}

.ch-hero__video-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--ch-navy, #0f2744);
    text-decoration: none;
}

.ch-hero__video-link img,
.ch-hero__video-link picture {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.ch-hero__video-link:hover {
    color: var(--ch-medical, #2580ee);
}

.ch-section--soft {
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

/* Popular research — research-grid from diagnostika prototype */
.ch-research-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125rem;
    margin-top: 1.5rem;
}

@media (min-width: 781px) {
    .ch-research-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.ch-research-box {
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 14px;
    background: #fff;
    padding: 1rem 1.125rem;
}

.ch-research-box__title {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--ch-navy, #0f2744);
}

.ch-research-box__icon,
.ch-research-box__title img,
.ch-research-box__title picture {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.ch-research-list {
    display: grid;
    gap: 0.5rem;
}

.ch-research-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid #e1eaf6;
    border-radius: 9px;
    font-size: 0.8125rem;
    font-weight: 650;
    color: #284e87;
    background: #fff;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.ch-research-list a:hover {
    border-color: #9bbce9;
    color: var(--ch-medical, #2580ee);
}

.ch-research-list a span:first-child {
    min-width: 0;
}

.ch-research-list small {
    display: block;
    margin-top: 0.2rem;
    color: #8a9cb8;
    font-weight: 500;
    font-size: 0.6875rem;
    overflow-wrap: anywhere;
}

.ch-research-arrow {
    color: var(--ch-medical, #2580ee);
    font-size: 1.125rem;
    line-height: 1;
    flex-shrink: 0;
}

/* Process steps — .steps from diagnostika prototype */
.ch-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-top: 1.5rem;
    align-items: stretch;
}

@media (min-width: 781px) {
    .ch-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .ch-step-note {
        grid-column: span 2;
    }
}

@media (min-width: 1041px) {
    .ch-steps {
        grid-template-columns: repeat(4, 1fr) 1.06fr;
    }

    .ch-step-note {
        grid-column: auto;
    }
}

.ch-step-card,
.ch-step-note {
    position: relative;
    min-height: 206px;
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 14px;
    padding: 1rem;
    background: #fff;
}

@media (min-width: 1041px) {
    .ch-step-card:not(:nth-child(4))::after {
        content: "→";
        position: absolute;
        right: -13px;
        top: 84px;
        z-index: 2;
        color: var(--ch-medical, #2580ee);
        font-weight: 900;
        font-size: 1.125rem;
        line-height: 1;
        pointer-events: none;
    }
}

.ch-step-num {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: var(--ch-medical, #2580ee);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 0.8125rem;
}

.ch-step-card img,
.ch-step-card picture {
    display: block;
    width: 64px;
    height: 64px;
    margin: 18px auto 12px;
    object-fit: contain;
}

.ch-step-card strong {
    display: block;
    margin-bottom: 0.4375rem;
    text-align: center;
    font-size: 0.8125rem;
    color: var(--ch-navy, #0f2744);
}

.ch-step-card p {
    margin: 0;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #687da0;
}

.ch-step-note {
    background: linear-gradient(145deg, #f8fff9, #eef9f2);
    border-color: #b8dcc5;
}

.ch-step-note img,
.ch-step-note picture {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.ch-step-note strong {
    display: block;
    margin: 0.5rem 0 0.5rem;
    color: #17833e;
    font-size: 0.9375rem;
}

.ch-step-note p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #4a6b5a;
}

/* CTA banner — cta-banner from diagnostika prototype */
.ch-cta-banner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
    min-height: 180px;
    margin: 0.375rem 0 0;
    overflow: hidden;
    border: 1px solid #d5e3f4;
    border-radius: 16px;
    background: linear-gradient(90deg, #f8fbff, #edf6ff);
}

@media (min-width: 781px) {
    .ch-cta-banner {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

.ch-cta-banner__copy {
    align-self: center;
    padding: 1.625rem 1.375rem;
}

@media (min-width: 781px) {
    .ch-cta-banner__copy {
        padding: 1.625rem 2rem;
    }
}

.ch-cta-banner__heading {
    margin: 0 0 0.5rem;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--ch-navy, #0f2744);
}

@media (min-width: 781px) {
    .ch-cta-banner__heading {
        font-size: 1.5625rem;
    }
}

.ch-cta-banner__copy > p:not(.ch-cta-banner__heading) {
    margin: 0 0 1rem;
    color: #58739a;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.ch-cta-banner__image {
    align-self: end;
    max-width: 560px;
    margin-left: auto;
}

.ch-cta-banner__image img,
.ch-cta-banner__image picture {
    display: block;
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    object-position: bottom;
}



/* Services hub — popular 6-col + list cards */
.ch-hero__eyebrow {
    margin: 0 0 0.625rem;
    font-size: 0.8125rem;
    font-weight: 800;
    color: var(--ch-medical, #2580ee);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ch-hero__note {
    display: flex;
    align-items: center;
    gap: 0.6875rem;
    max-width: 14rem;
    color: #425e89;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.35;
}

.ch-hero__note-icon {
    width: 1.8125rem;
    height: 1.8125rem;
    border: 2px solid #5ea5ef;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #2f85e9;
    flex: none;
    font-size: 0.75rem;
}

.ch-popular-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 1.25rem;
}

@media (min-width: 461px) {
    .ch-popular-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 781px) {
    .ch-popular-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1041px) {
    .ch-popular-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.ch-popular-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 15.75rem;
    padding: 1.125rem 0.875rem 0.9375rem;
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(24, 73, 123, 0.02);
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ch-popular-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(31, 73, 125, 0.07);
    border-color: #cbdced;
}

.ch-popular-card__image {
    height: 6.75rem;
    width: 7rem;
    display: grid;
    place-items: center;
    margin-bottom: 0.8125rem;
}

.ch-popular-card__image img,
.ch-popular-card__image picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ch-popular-card__name {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 800;
    color: var(--ch-navy, #0f2744);
}

.ch-popular-card__desc {
    font-size: 0.6875rem;
    line-height: 1.35;
    color: #5d7090;
}

.ch-services-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 1.25rem;
}

@media (min-width: 781px) {
    .ch-services-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1041px) {
    .ch-services-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ch-service-card {
    display: grid;
    grid-template-columns: 4.375rem 1fr;
    gap: 0.875rem;
    align-items: center;
    min-height: 7.625rem;
    padding: 1.0625rem;
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ch-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(31, 73, 125, 0.07);
    border-color: #cbdced;
}

.ch-service-card__image {
    width: 4.375rem;
    height: 4.375rem;
    display: grid;
    place-items: center;
}

.ch-service-card__image img,
.ch-service-card__image picture {
    width: 4.25rem;
    height: 4.25rem;
    object-fit: contain;
}

.ch-service-card__name {
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--ch-navy, #0f2744);
}

.ch-service-card__desc {
    margin-bottom: 0.3125rem;
    font-size: 0.6875rem;
    line-height: 1.3;
    color: #5d7090;
}

.ch-service-card__url {
    font-size: 0.625rem;
    color: #467dc1;
    overflow-wrap: anywhere;
}

@media (max-width: 460px) {
    .ch-service-card {
        grid-template-columns: 3.75rem 1fr;
    }

    .ch-service-card__image {
        width: 3.75rem;
        height: 3.75rem;
    }

    .ch-service-card__image img,
    .ch-service-card__image picture {
        width: 3.625rem;
        height: 3.625rem;
    }
}

/* Inner service page — biofeedback mockup */

main:has(.ch-svc-page) > .ch-breadcrumbs {
    display: none;
}

.ch-svc-page {
    --svc-heading: #113884;
    --svc-body: #475569;
    --svc-accent: #49b96e;
    --svc-control: #1374c9;
    --svc-line: #d8e5f7;
    --svc-soft: #f7fbff;
    --svc-soft-green: #eefaf3;
    --svc-radius: 18px;
    --svc-shadow: 0 4px 14px rgba(24, 66, 140, 0.035);
    --svc-shadow-hover: 0 12px 24px rgba(30, 75, 151, 0.09);
}

.ch-svc-page .ch-section {
    padding-block: 4rem;
}

.ch-svc-page .ch-section--soft,
.ch-svc-page .ch-section.ch-section--soft {
    background: var(--svc-soft);
}

.ch-svc-page .ch-section__title,
.ch-svc-page .ch-hero__title {
    color: var(--svc-heading);
}

.ch-svc-page .ch-section__title {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.ch-svc-page .ch-section__lead {
    max-width: none;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.6;
    color: var(--svc-body);
}

.ch-svc-page #advantages .ch-section__lead {
    max-width: none;
}

.ch-svc-page #benefits .ch-section__lead {
    max-width: none;
}

.ch-svc-benefits-wrap {
    margin-top: 8px;
    border: 1px solid #dce7f7;
    border-radius: 12px;
    padding: 20px 24px;
    background: #fff;
}

.ch-svc-benefits-wrap .ch-svc-benefit-grid {
    margin-top: 0;
}

.ch-svc-benefits-wrap .ch-svc-benefit {
    min-height: 0;
    padding: 8px 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ch-svc-benefits-wrap .ch-svc-benefit:hover {
    transform: none;
    box-shadow: none;
}

.ch-svc-benefits-wrap .ch-svc-benefit img,
.ch-svc-benefits-wrap .ch-svc-benefit picture {
    width: 58px;
    height: 58px;
}

.ch-svc-benefits-wrap .ch-svc-benefit__title {
    font-size: 0.78rem;
    color: #1740b7;
}

.ch-svc-contra-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    margin-top: 8px;
}

.ch-svc-warning {
    padding: 22px;
    border-radius: 12px;
    border: 1px solid #f1dfb8;
    background: #fff8ea;
}

.ch-svc-warning strong {
    display: block;
    margin-bottom: 9px;
    color: #8b5a00;
}

.ch-svc-warning p {
    margin: 0;
    color: #6f5b34;
    line-height: 1.55;
}

.ch-svc-red-flags {
    padding: 22px;
    border-radius: 12px;
    border: 1px solid #f1dada;
    background: #fffafa;
}

.ch-svc-red-flags strong {
    display: block;
    margin-bottom: 10px;
    color: #a52b2b;
}

.ch-svc-red-flags ul {
    margin: 0;
    padding-left: 20px;
}

.ch-svc-red-flags li {
    color: #6a3a3a;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .ch-svc-contra-grid {
        grid-template-columns: 1fr;
    }
}

.ch-svc-eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--svc-accent);
}

.ch-svc-page .ch-btn-mint {
    margin-top: 0;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 11px;
    background: var(--svc-accent);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    box-shadow: none;
}

.ch-svc-page .ch-btn-mint:hover {
    background: #3ea862;
}

.ch-svc-page .ch-hero--service-page {
    background: radial-gradient(circle at 70% 20%, #edf8ff 0, transparent 45%);
}

.ch-svc-page .ch-hero--service-page .ch-container {
    padding-bottom: 46px;
}

.ch-svc-page .ch-hero--service-page .ch-breadcrumbs {
    padding: 22px 0 0;
    background: transparent;
}

.ch-svc-page .ch-hero--service-page .ch-breadcrumbs__list {
    max-width: none;
    margin: 0;
    padding: 0;
}

.ch-svc-page .ch-hero--service-page .ch-hero__grid {
    padding-block: 18px 24px;
    gap: 42px;
}

@media (min-width: 1024px) {
    .ch-svc-page .ch-hero--service-page .ch-hero__grid {
        grid-template-columns: 1.03fr 0.97fr;
    }
}

.ch-svc-page .ch-hero__title {
    margin: 0 0 18px;
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.ch-svc-page .ch-hero__lead {
    max-width: 700px;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.55;
    color: var(--svc-body);
}

.ch-svc-page .ch-hero__art {
    max-width: none;
}

.ch-svc-page .ch-hero__art img,
.ch-svc-page .ch-hero__art picture {
    width: 100%;
    height: auto;
}

.ch-svc-page .ch-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

@media (min-width: 761px) {
    .ch-svc-page .ch-hero__actions {
        grid-template-columns: minmax(0, 1fr) max-content;
    }
}

.ch-svc-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 16px 0;
}

@media (min-width: 761px) {
    .ch-svc-features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.ch-svc-feature {
    display: grid;
    grid-template-rows: 96px auto;
    align-content: start;
    justify-items: center;
    gap: 8px;
    padding: 12px 8px;
    text-align: center;
    border-radius: 32px;
    background: #fff;
    box-shadow: var(--svc-shadow);
}

.ch-svc-feature img,
.ch-svc-feature picture {
    display: block;
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.ch-svc-feature h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--svc-heading);
}

.ch-svc-feature p {
    display: none;
}

.ch-svc-play {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--svc-heading);
    text-decoration: none;
    white-space: nowrap;
}

.ch-svc-play:hover {
    color: var(--svc-control);
}

.ch-svc-play img,
.ch-svc-play picture {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    object-fit: contain;
}

.ch-svc-about {
    max-width: none;
    margin-top: 0;
}

.ch-svc-about p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--svc-body);
}

.ch-svc-dirs,
.ch-svc-tasks,
.ch-svc-steps,
.ch-svc-reasons {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.ch-svc-dirs {
    grid-template-columns: 1fr;
}

.ch-svc-dir,
.ch-svc-task,
.ch-svc-step,
.ch-svc-reason,
.ch-svc-safety__card,
.ch-svc-price__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 18px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--svc-line);
    border-radius: var(--svc-radius);
    box-shadow: var(--svc-shadow);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.ch-svc-feature,
.ch-svc-dir,
.ch-svc-task,
.ch-svc-step,
.ch-svc-reason {
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.ch-svc-feature:hover,
.ch-svc-dir:hover,
.ch-svc-task:hover,
.ch-svc-step:hover,
.ch-svc-reason:hover {
    transform: translateY(-2px);
    box-shadow: var(--svc-shadow-hover);
}

.ch-svc-dir img,
.ch-svc-dir picture {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.ch-svc-dir h3,
.ch-svc-task h3,
.ch-svc-step h3,
.ch-svc-reason h3 {
    margin: 10px 0;
    min-height: 3.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--svc-heading);
}

.ch-svc-dir p,
.ch-svc-task p,
.ch-svc-step p,
.ch-svc-reason p {
    margin: 0 0 16px;
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: var(--svc-body);
}

.ch-svc-dir .ch-direction-card__link {
    margin-top: auto;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: var(--svc-control);
}

.ch-svc-tasks {
    grid-template-columns: 1fr;
    gap: 14px;
}

.ch-svc-task img,
.ch-svc-task picture,
.ch-svc-step img,
.ch-svc-step picture,
.ch-svc-reason img,
.ch-svc-reason picture {
    display: block;
    width: 144px;
    height: 144px;
    margin-inline: auto;
    object-fit: contain;
}

.ch-svc-task h3,
.ch-svc-reason h3 {
    font-size: 15px;
    margin-top: 8px;
}

.ch-svc-task p,
.ch-svc-reason p {
    font-size: 12.5px;
}

.ch-svc-steps {
    grid-template-columns: 1fr;
    gap: 14px;
}

.ch-svc-step {
    position: relative;
    padding: 20px;
}

.ch-svc-step picture {
    padding-top: 16px;
}

.ch-svc-step__num {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--svc-control);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    display: grid;
    place-items: center;
}

.ch-svc-step--accent {
    background: var(--svc-soft-green);
    border-color: #c7ead3;
}

.ch-svc-step--accent h3 {
    color: var(--svc-accent);
}

.ch-svc-reasons {
    grid-template-columns: 1fr;
    gap: 14px;
}

.ch-svc-safety {
    display: grid;
    gap: 34px;
    align-items: start;
}

.ch-svc-safety__sub {
    margin: 22px 0 8px;
    font-size: 21px;
    font-weight: 800;
    color: var(--svc-heading);
}

.ch-svc-safety__card {
    align-items: flex-start;
    padding: 26px;
    text-align: left;
}

.ch-svc-safety__card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--svc-heading);
}

.ch-svc-safety__card p,
.ch-svc-safety__card li {
    font-size: 14px;
    line-height: 1.55;
    color: var(--svc-body);
}

.ch-svc-safety__card ul {
    margin: 14px 0 0;
    padding-left: 20px;
}

.ch-svc-price {
    display: grid;
    gap: 32px;
    align-items: center;
}

.ch-svc-price__phone {
    font-weight: 800;
    color: var(--svc-control);
    text-decoration: none;
}

.ch-svc-price__phone:hover {
    text-decoration: underline;
}

.ch-svc-price__card {
    display: grid;
    gap: 12px;
    align-items: stretch;
    padding: 28px;
    text-align: left;
}

.ch-svc-price__card h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--svc-heading);
}

.ch-svc-price__card p {
    margin: 0;
    font-size: 14px;
    color: var(--svc-body);
}

.ch-svc-price__card .ch-btn-mint {
    justify-content: center;
}

.ch-svc-cta-wrap {
    padding-top: 14px;
    padding-bottom: 4rem;
}

.ch-svc-cta {
    display: grid;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 8px 28px;
    background: linear-gradient(90deg, #f1fff7, #eef9ff);
    border: 1px solid #d7ecdf;
    border-radius: 22px;
}

.ch-svc-cta__icon img,
.ch-svc-cta__icon picture {
    display: block;
    width: 144px;
    height: 144px;
    margin-inline: auto;
    object-fit: contain;
}

.ch-svc-cta__copy h2 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.02em;
    color: var(--svc-accent);
}

.ch-svc-cta__copy p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--svc-body);
}

.ch-svc-cta__media {
    height: 280px;
    align-self: end;
}

.ch-svc-cta__media img,
.ch-svc-cta__media picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ch-svc-page #faq .ch-section__lead {
    margin-top: 24px;
}

@media (min-width: 761px) {
    .ch-svc-page .ch-hero__actions .ch-svc-play {
        white-space: nowrap;
    }

    .ch-svc-dirs {
        grid-template-columns: repeat(2, 1fr);
    }

    .ch-svc-tasks {
        grid-template-columns: repeat(2, 1fr);
    }

    .ch-svc-steps,
    .ch-svc-reasons {
        grid-template-columns: repeat(2, 1fr);
    }

    .ch-svc-steps--plain,
    .ch-svc-steps--plain.ch-svc-steps--4,
    .ch-svc-steps--plain.ch-svc-steps--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .ch-svc-safety {
        grid-template-columns: 1.05fr 0.95fr;
    }

    .ch-svc-price {
        grid-template-columns: 1fr 340px;
    }
}

@media (min-width: 1024px) {
    .ch-svc-tasks {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 14px;
    }

    .ch-svc-task {
        padding-inline: 12px;
    }

    .ch-svc-steps,
    .ch-svc-reasons {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .ch-svc-steps--plain,
    .ch-svc-steps--plain.ch-svc-steps--4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ch-svc-steps--plain.ch-svc-steps--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ch-svc-cta {
        grid-template-columns: 144px minmax(0, 1fr) 432px;
    }
}

@media (min-width: 1101px) {
    .ch-svc-dirs {
        grid-template-columns: repeat(4, 1fr);
    }

    .ch-svc-page .ch-svc-dirs:has(> :nth-child(5)),
    .ch-svc-dirs--6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 1100px) {
    .ch-svc-cta {
        grid-template-columns: 144px minmax(0, 1fr) 300px;
    }

    .ch-svc-cta__media {
        height: 225px;
    }
}

@media (max-width: 760px) {
    .ch-svc-page .ch-section {
        padding-block: 44px;
    }

    .ch-svc-page .ch-hero--service-page .ch-container {
        padding-bottom: 26px;
    }

    .ch-svc-page .ch-hero--service-page .ch-hero__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ch-svc-page .ch-hero__title {
        font-size: 44px;
    }

    .ch-svc-page .ch-hero__lead {
        font-size: 17px;
    }

    .ch-svc-page .ch-hero__actions .ch-btn-mint {
        width: 100%;
        justify-content: center;
    }

    .ch-svc-feature img,
    .ch-svc-feature picture {
        width: 72px;
        height: 72px;
    }

    .ch-svc-dirs,
    .ch-svc-safety,
    .ch-svc-price {
        grid-template-columns: 1fr;
    }

    .ch-svc-cta {
        grid-template-columns: 144px minmax(0, 1fr);
        padding: 20px;
        gap: 20px;
    }

    .ch-svc-cta__media {
        grid-column: 1 / -1;
        height: 288px;
    }

    .ch-svc-cta__copy h2 {
        font-size: 24px;
    }

    .ch-svc-play {
        flex-direction: column;
        text-align: center;
        gap: 4px;
        white-space: normal;
    }
}

@media (max-width: 430px) {
    .ch-svc-features,
    .ch-svc-dirs,
    .ch-svc-tasks,
    .ch-svc-steps,
    .ch-svc-reasons {
        grid-template-columns: 1fr;
    }

    .ch-svc-cta {
        grid-template-columns: 1fr;
    }

    .ch-svc-cta__copy h2 {
        font-size: 22px;
    }
}

.ch-home-methods {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .ch-home-methods {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ch-home-methods {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ch-reviews-grid,
.ch-promos-grid {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .ch-reviews-grid,
    .ch-promos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ch-review-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
}

.ch-review-card__photo img,
.ch-review-card__photo picture {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999px;
    object-fit: cover;
}

.ch-review-card__quote {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--ch-text, #475569);
}

.ch-review-card__name {
    margin-top: auto;
    font-style: normal;
    font-weight: 800;
    color: var(--ch-navy, #17315f);
}

.ch-promo-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ch-promo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(31, 73, 125, 0.07);
}

.ch-promo-card__image img,
.ch-promo-card__image picture {
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.ch-promo-card__title,
.ch-promo-card__text,
.ch-promo-card__more {
    padding-inline: 1.25rem;
}

.ch-promo-card__title {
    margin: 1rem 0 0;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--ch-navy, #17315f);
}

.ch-promo-card__text {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    line-height: 1.55;
}

.ch-promo-card__more {
    margin: 1rem 0 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ch-medical, #1374c9);
}

/* Orthopedics / featured service landing */
.ch-svc-featured {
    display: grid;
    gap: 28px;
    margin-top: 26px;
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(23, 49, 95, 0.08);
    align-items: start;
}

.ch-svc-featured__media {
    margin: 0;
}

.ch-svc-featured__media img,
.ch-svc-featured__media picture {
    display: block;
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.ch-svc-featured__copy h3 {
    margin: 0 0 12px;
    font-size: 1.5rem;
    color: var(--ch-navy, #17315f);
}

.ch-svc-featured__lead {
    margin: 0 0 18px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--svc-body, #3a4a63);
}

.ch-svc-featured__bullets {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
}

.ch-svc-featured__bullet {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.ch-svc-featured__bullet img,
.ch-svc-featured__bullet picture {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    object-fit: contain;
}

.ch-svc-featured__bullet strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ch-navy, #17315f);
}

.ch-svc-featured__bullet span {
    display: block;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--svc-body, #3a4a63);
}

.ch-svc-featured__cta {
    display: inline-flex;
}

.ch-svc-dirs--after-featured {
    margin-top: 22px;
}

.ch-svc-content-grid {
    display: grid;
    gap: 28px;
    margin-top: 26px;
}

.ch-svc-content-grid--nested {
    margin-top: 28px;
}

.ch-svc-steps + .ch-svc-content-grid--nested {
    margin-top: 28px;
}

.ch-svc-content-card {
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--ch-line, #e2e8f0);
}

.ch-svc-content-card h3 {
    margin: 0 0 14px;
    font-size: 1.1875rem;
    color: #12478f;
}

.ch-svc-content-card p {
    margin: 0 0 12px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #597298;
}

.ch-svc-content-card p:last-child {
    margin-bottom: 0;
}

.ch-svc-content-card ul {
    margin: 0;
    padding-left: 20px;
}

.ch-svc-content-card li {
    color: #597298;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.ch-svc-content-card li + li {
    margin-top: 6px;
}

.ch-svc-content-card .ch-svc-note-callout {
    margin-top: 18px;
}

.ch-svc-content-card figure {
    margin: 18px 0 0;
}

.ch-svc-content-card figcaption {
    margin-top: 8px;
    font-size: 13px;
    color: #6a789a;
    text-align: center;
}

.ch-svc-steps--plain {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
    counter-reset: none;
}

.ch-svc-steps--plain.ch-svc-steps--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ch-svc-steps--plain.ch-svc-steps--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ch-svc-steps--plain .ch-svc-step {
    align-items: flex-start;
    text-align: left;
    padding: 22px;
    border-radius: 14px;
    box-shadow: none;
}

.ch-svc-steps--plain .ch-svc-step:hover {
    transform: none;
    box-shadow: none;
}

.ch-svc-steps--plain .ch-svc-step__num {
    position: static;
    width: 34px;
    height: 34px;
    margin: 0 0 12px;
    background: #eaf2ff;
    color: #1766ef;
}

.ch-svc-steps--plain .ch-svc-step__title {
    display: block;
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--svc-heading, #17315f);
}

.ch-svc-steps--plain .ch-svc-step p {
    margin: 0;
    flex: none;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .ch-svc-steps--plain,
    .ch-svc-steps--plain.ch-svc-steps--3,
    .ch-svc-steps--plain.ch-svc-steps--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ch-svc-steps--plain,
    .ch-svc-steps--plain.ch-svc-steps--3,
    .ch-svc-steps--plain.ch-svc-steps--2 {
        grid-template-columns: 1fr;
    }
}

.ch-svc-content-card img,
.ch-svc-content-card picture {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 240px;
    margin: 0 auto;
    object-fit: contain;
}

.ch-svc-note {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(19, 116, 201, 0.08);
    font-size: 0.95rem;
}

.ch-svc-note p {
    margin: 0;
}

.ch-svc-price-table-wrap {
    margin: 22px 0 28px;
    overflow-x: auto;
}

.ch-svc-price-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.ch-svc-price-table th,
.ch-svc-price-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(23, 49, 95, 0.08);
    vertical-align: top;
}

.ch-svc-price-table th {
    background: rgba(23, 49, 95, 0.04);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--ch-navy, #17315f);
}

.ch-svc-price-table td:last-child {
    font-weight: 700;
    white-space: nowrap;
}

@media (min-width: 900px) {
    .ch-svc-featured {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 36px;
        padding: 36px;
    }

    .ch-svc-content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ch-hero__price {
    margin: 12px 0 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ch-navy, #17315f);
}

.ch-svc-checklist {
    margin-top: 28px;
    max-width: 820px;
    padding: 22px 24px;
    border-radius: 18px;
    background: rgba(23, 49, 95, 0.03);
    border: 1px solid rgba(23, 49, 95, 0.08);
}

.ch-svc-checklist__title {
    margin: 0 0 12px;
    font-size: 1.15rem;
    color: var(--ch-navy, #17315f);
}

.ch-svc-checklist ul,
.ch-svc-clean-list {
    margin: 0;
    padding-left: 1.2rem;
}

.ch-svc-checklist li,
.ch-svc-clean-list li {
    margin: 0 0 8px;
    line-height: 1.55;
    color: var(--svc-body, #3a4a63);
}

/* Massage intro (about) — two-column like prototype */
.ch-svc-intro {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 24px;
    margin-top: 22px;
    align-items: start;
}

.ch-svc-intro__copy,
.ch-svc-intro__aside {
    border: 1px solid var(--svc-line, rgba(23, 49, 95, 0.1));
    border-radius: var(--svc-radius, 16px);
    background: #fff;
    padding: 24px;
    box-shadow: var(--svc-shadow, 0 4px 18px rgba(34, 72, 150, 0.04));
}

.ch-svc-intro__copy .ch-svc-about {
    max-width: none;
    margin: 0;
}

.ch-svc-intro__copy .ch-svc-about p:first-child {
    margin-top: 0;
}

.ch-svc-intro__copy .ch-svc-about p:last-child {
    margin-bottom: 0;
}

.ch-svc-note-callout {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 8px;
    border-left: 4px solid #27a649;
    background: #f3fbf4;
    color: #2f6540;
    font-size: 0.98rem;
    line-height: 1.55;
}

.ch-svc-intro__aside-title {
    display: block;
    margin-bottom: 12px;
    color: #0b36c9;
    font-size: 1.05rem;
    line-height: 1.35;
}

.ch-svc-intro__aside ul {
    margin: 0;
    padding-left: 1.2rem;
}

.ch-svc-intro__aside li + li {
    margin-top: 7px;
}

.ch-svc-intro__aside li {
    line-height: 1.5;
    color: var(--svc-body, #3a4a63);
}

/* Massage types — horizontal cards in grid */
.ch-svc-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.ch-svc-type-card {
    display: grid;
    grid-template-columns: 132px 1fr;
    min-height: 178px;
    border: 1px solid #d7e4f8;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.ch-svc-type-card__media {
    display: grid;
    place-items: center;
    padding: 10px;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.ch-svc-type-card__media img,
.ch-svc-type-card__media picture {
    width: 122px;
    height: 122px;
    object-fit: contain;
}

.ch-svc-type-card__body {
    padding: 18px 16px 15px 6px;
    text-align: left;
}

.ch-svc-type-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    color: #0c34bf;
    min-height: 0;
    display: block;
    justify-content: flex-start;
}

.ch-svc-type-card p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #50618a;
}

.ch-svc-type-card__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #1374c9;
    text-decoration: none;
}

.ch-svc-type-card__link:hover {
    text-decoration: underline;
}

@media (max-width: 1050px) {
    .ch-svc-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ch-svc-intro {
        grid-template-columns: 1fr;
    }

    .ch-svc-type-grid {
        grid-template-columns: 1fr;
    }

    .ch-svc-type-card {
        grid-template-columns: 120px 1fr;
    }
}

.ch-svc-info-list {
    margin-top: 4px;
}

.ch-svc-info-item {
    padding: 12px 0;
    border-bottom: 1px solid #edf3fb;
}

.ch-svc-info-item:last-child {
    border-bottom: 0;
}

.ch-svc-info-item b {
    display: block;
    margin-bottom: 4px;
    color: #214b94;
}

.ch-svc-info-item span {
    display: block;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #5b76a8;
}

.ch-svc-dual-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ch-svc-mini-cta {
    display: flex;
    align-items: center;
    gap: 22px;
    height: 100%;
    padding: 24px 26px;
    border: 1px solid #d9eadf;
    border-radius: 16px;
    background: linear-gradient(90deg, #f4fbf6, #fff);
}

.ch-svc-mini-cta--alt {
    border-color: #d9e7fb;
    background: linear-gradient(90deg, #f7faff, #fff);
}

.ch-svc-mini-cta img,
.ch-svc-mini-cta picture {
    width: 82px;
    height: 82px;
    flex: 0 0 auto;
    object-fit: contain;
}

.ch-svc-mini-cta > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    height: 100%;
}

.ch-svc-mini-cta h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #1f6b3a;
}

.ch-svc-mini-cta--alt h3 {
    color: #0c34bf;
}

.ch-svc-mini-cta p {
    margin: 8px 0 16px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #5872a4;
}

.ch-svc-mini-cta .ch-btn-mint,
.ch-svc-mini-cta__outline {
    margin-top: auto;
}

.ch-svc-mini-cta__outline {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid #0c34bf;
    border-radius: 999px;
    color: #0c34bf;
    font-weight: 700;
    text-decoration: none;
}

.ch-svc-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.ch-svc-method {
    padding: 21px 22px;
    border: 1px solid rgba(23, 49, 95, 0.1);
    border-radius: 12px;
    background: #fff;
    text-align: left;
}

.ch-svc-method h3 {
    margin: 0 0 9px;
    font-size: 1.05rem;
    line-height: 1.25;
    color: var(--ch-navy, #17315f);
    min-height: 0;
}

.ch-svc-method p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #4f6c9e;
}

.ch-section--compact {
    padding-block: 28px;
}

@media (max-width: 900px) {
    .ch-svc-dual-cta,
    .ch-svc-methods {
        grid-template-columns: 1fr;
    }

    .ch-svc-mini-cta {
        align-items: flex-start;
    }
}

.ch-svc-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 22px;
    align-items: stretch;
}

.ch-svc-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ch-svc-copy > p {
    margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.62;
    color: #355887;
}

.ch-svc-copy > p:last-child {
    margin-bottom: 0;
}

.ch-svc-copy > h3 {
    margin: 0 0 12px;
    font-size: 1.15rem;
    color: var(--ch-navy, #17315f);
}

.ch-svc-check-list {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.ch-svc-check-list li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 14px 16px 14px 44px;
    border: 1px solid rgba(23, 49, 95, 0.1);
    border-radius: 12px;
    background: #fff;
    color: #345787;
    line-height: 1.45;
}

.ch-svc-check-list li::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e8f9ef;
    color: #1f6b3a;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
}

.ch-svc-safety-notices .ch-svc-notice {
    margin-top: auto;
}

.ch-svc-notice {
    margin-top: 18px;
    padding: 19px 21px;
    border-radius: 10px;
    border-left: 5px solid #27a649;
    background: #eef9f2;
    color: #315f49;
    line-height: 1.55;
}

.ch-svc-notice strong {
    display: block;
    margin-bottom: 6px;
}

.ch-svc-notice span {
    display: block;
}

.ch-svc-notice--warn {
    border-left-color: #d97706;
    background: #fff7ed;
    color: #9a3412;
}

@media (max-width: 760px) {
    .ch-svc-two-col {
        grid-template-columns: 1fr;
    }
}

.ch-svc-section-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px 24px;
    margin-bottom: 8px;
}

.ch-svc-section-title-row .ch-section__title {
    margin-bottom: 0;
}

.ch-svc-section-link {
    color: #1f6b3a;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.ch-svc-section-link:hover {
    text-decoration: underline;
}

.ch-svc-expectation {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.ch-svc-callout {
    padding: 24px 26px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(23, 49, 95, 0.08);
}

.ch-svc-callout--accent {
    background: #eef9f2;
    border-color: rgba(39, 166, 73, 0.22);
}

.ch-svc-callout h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    color: var(--ch-navy, #17315f);
}

.ch-svc-callout p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #355887;
}

.ch-svc-questionnaire {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px 22px;
    align-items: center;
    padding: 22px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(23, 49, 95, 0.1);
}

.ch-svc-questionnaire img,
.ch-svc-questionnaire picture {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.ch-svc-questionnaire h3 {
    margin: 0 0 6px;
    font-size: 1.25rem;
    color: var(--ch-navy, #17315f);
}

.ch-svc-questionnaire p {
    margin: 0;
    color: #355887;
    line-height: 1.5;
}

@media (min-width: 900px) {
    .ch-svc-expectation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ch-svc-questionnaire {
        grid-template-columns: auto 1fr;
    }

    .ch-svc-questionnaire .ch-svc-mini-cta__outline {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

.ch-hero__note {
    margin: 14px 0 0;
    max-width: 36rem;
    font-size: 0.98rem;
    line-height: 1.5;
    color: #4f6c9e;
}

.ch-svc-price-note {
    margin: -8px 0 22px;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #4f6c9e;
}

.ch-svc-content-grid--icons .ch-svc-content-card img,
.ch-svc-content-grid--icons .ch-svc-content-card picture {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 0 12px;
}

.ch-svc-content-grid--icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
    .ch-svc-content-grid--icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* --- Kinesiotaping / hub layouts aligned to HTML prototype --- */
.ch-hero__actions--with-note {
    align-items: flex-start;
    gap: 18px 20px;
}

.ch-hero__actions--with-note .ch-hero__note {
    margin: 0;
    max-width: 250px;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.45;
    color: #4972a9;
}

.ch-svc-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
}

.ch-svc-benefit-grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.ch-svc-benefit-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ch-svc-benefit-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ch-svc-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    min-height: 212px;
    padding: 16px 11px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(23, 49, 95, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ch-svc-benefit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(30, 75, 151, 0.09);
}

.ch-svc-benefit img,
.ch-svc-benefit picture {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin: 0 auto 2px;
}

.ch-svc-benefit__title {
    display: block;
    width: 100%;
    color: #123b91;
    font-size: 0.95rem;
    line-height: 1.35;
}

.ch-svc-benefit__text {
    margin: 0;
    width: 100%;
    color: #6981b2;
    font-size: 0.78rem;
    line-height: 1.45;
}

.ch-svc-facts {
    display: grid;
    gap: 12px;
}

.ch-svc-fact,
.ch-svc-facts .ch-svc-info-item {
    border: 1px solid #d8ebdf;
    background: #f3fbf6;
    border-radius: 14px;
    padding: 19px 20px;
}

.ch-svc-fact b,
.ch-svc-facts .ch-svc-info-item b {
    display: block;
    color: #1f6b3a;
    font-size: 1rem;
    margin-bottom: 4px;
}

.ch-svc-fact span,
.ch-svc-facts .ch-svc-info-item span {
    display: block;
    font-size: 0.9rem;
    color: #567c68;
    line-height: 1.45;
}

.ch-svc-subheading {
    margin: 28px 0 14px;
    font-size: 1.2rem;
    color: #093f97;
}

.ch-svc-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ch-svc-service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(23, 49, 95, 0.1);
    min-height: 100%;
}

.ch-svc-service-card__media {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fbfdff, #fff);
}

.ch-svc-service-card__media img,
.ch-svc-service-card__media picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ch-svc-service-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px 18px;
    flex: 1;
}

.ch-svc-service-card__title {
    color: #10489f;
    font-size: 1rem;
    line-height: 1.35;
}

.ch-svc-service-card__body p {
    margin: 0;
    color: #567c8f;
    font-size: 0.9rem;
    line-height: 1.5;
    flex: 1;
}

.ch-svc-service-card__link {
    color: #1f6b3a;
    font-weight: 700;
    text-decoration: none;
}

.ch-svc-service-card--accent {
    background: linear-gradient(145deg, #f9fffb, #eefaf2);
    border-color: #cce9d6;
}

.ch-svc-service-card--accent .ch-svc-service-card__media {
    height: 100px;
    background: transparent;
    margin-top: 12px;
}

.ch-svc-service-card--accent .ch-svc-service-card__title {
    color: #1f6b3a;
}

.ch-svc-condition-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 8px;
}

.ch-svc-condition {
    text-align: center;
    padding: 17px 10px;
    min-height: 168px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(23, 49, 95, 0.1);
}

.ch-svc-condition img,
.ch-svc-condition picture {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 8px;
    object-fit: contain;
}

.ch-svc-condition strong {
    display: block;
    color: #10489f;
    font-size: 0.82rem;
    line-height: 1.35;
}

.ch-svc-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 8px;
}

.ch-svc-panel {
    border: 1px solid rgba(23, 49, 95, 0.12);
    border-radius: 16px;
    padding: 24px;
    background: #fff;
}

.ch-svc-panel h3 {
    margin: 0 0 12px;
    color: #0a469f;
    font-size: 1.15rem;
}

.ch-svc-panel p {
    margin: 0 0 12px;
    color: #45658f;
    line-height: 1.55;
}

.ch-svc-panel ul {
    margin: 0;
    padding-left: 20px;
}

.ch-svc-panel li {
    margin: 7px 0;
    color: #45658f;
    line-height: 1.45;
}

.ch-svc-panel--good {
    background: #f7fcf9;
    border-color: #cfe9d7;
}

.ch-svc-panel--warn {
    background: #fffaf3;
    border-color: #f0dfbf;
}

.ch-svc-inline-callout {
    margin-top: 18px;
    border-left: 4px solid #1374c9;
    background: #f5f9ff;
    padding: 15px 18px;
    border-radius: 0 10px 10px 0;
    color: #45658f;
    line-height: 1.5;
}

.ch-svc-pricing-review {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    margin-top: 8px;
}

.ch-svc-price-card,
.ch-svc-review-card {
    border: 1px solid rgba(23, 49, 95, 0.1);
    border-radius: 16px;
    padding: 22px;
    background: #fff;
}

.ch-svc-price-card h3,
.ch-svc-review-card h3 {
    margin: 0 0 12px;
    color: #0d479f;
    font-size: 1.15rem;
}

.ch-svc-price-card .ch-svc-price-table-wrap {
    margin: 0 0 12px;
}

.ch-svc-price-card .ch-btn-mint {
    margin-top: 8px;
}

.ch-svc-review-card p {
    margin: 0;
    color: #45658f;
    line-height: 1.55;
}

.ch-svc-steps {
    align-items: stretch;
}

@media (max-width: 1100px) {
    .ch-svc-benefit-grid,
    .ch-svc-benefit-grid--5,
    .ch-svc-benefit-grid--3,
    .ch-svc-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ch-svc-condition-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ch-svc-benefit-grid,
    .ch-svc-benefit-grid--5,
    .ch-svc-benefit-grid--3,
    .ch-svc-benefit-grid--2,
    .ch-svc-service-grid,
    .ch-svc-panel-grid,
    .ch-svc-pricing-review,
    .ch-svc-condition-grid {
        grid-template-columns: 1fr;
    }

    .ch-svc-benefit {
        min-height: 0;
    }

    .ch-hero__actions--with-note .ch-hero__note {
        max-width: none;
    }
}

.ch-svc-intro--callout {
    align-items: stretch;
}

.ch-svc-callout-panel {
    padding: 22px 24px;
    border-radius: 16px;
    border: 1px solid rgba(19, 116, 201, 0.22);
    background: #f5f9ff;
    color: #45658f;
    line-height: 1.55;
}

.ch-svc-callout-panel__title {
    display: block;
    margin-bottom: 10px;
    color: #0a469f;
    font-size: 1.05rem;
}

.ch-svc-callout-panel p {
    margin: 0;
}

/* Programs hub — program-grid / hero points / why-box / safety */
.ch-hero--programs .ch-hero__points--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 1.625rem;
    grid-template-columns: none;
}

@media (max-width: 760px) {
    .ch-hero--programs .ch-hero__points--inline {
        gap: 0.75rem;
    }
}

.ch-hero--programs .ch-hero__points--inline .ch-hero__point {
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
    max-width: 11rem;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 650;
}

@media (max-width: 760px) {
    .ch-hero--programs .ch-hero__points--inline .ch-hero__point {
        max-width: 100%;
        flex: 1 1 8.75rem;
    }
}

.ch-hero--programs .ch-hero__points--inline .ch-hero__point picture,
.ch-hero--programs .ch-hero__points--inline .ch-hero__point img {
    width: 2.875rem;
    height: 2.875rem;
    object-fit: contain;
    flex: 0 0 2.875rem;
}

.ch-program-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125rem;
    margin-top: 1.5rem;
}

@media (min-width: 781px) {
    .ch-program-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .ch-program-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ch-program-card {
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 14px;
    min-height: 18.75rem;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.25rem;
    padding: 1.375rem;
    background: #fff;
    box-shadow: 0 8px 24px rgba(31, 73, 125, 0.05);
    overflow: hidden;
}

@media (max-width: 780px) {
    .ch-program-card {
        grid-template-columns: 1.3fr 0.7fr;
        min-height: 16.875rem;
    }
}

.ch-program-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ch-program-card h3 {
    color: var(--ch-navy, #0f2744);
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0 0 0.75rem;
}

.ch-program-card p {
    font-size: 0.84375rem;
    color: #536b8d;
    margin: 0 0 0.75rem;
    line-height: 1.5;
}

.ch-program-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ch-program-card__image,
.ch-program-card__media img,
.ch-program-card__media picture {
    width: 100%;
    max-width: 10.625rem;
    max-height: 11.875rem;
    object-fit: contain;
}

.ch-program-notes {
    list-style: none;
    padding: 0;
    margin: 0.2rem 0 0.75rem;
    font-size: 0.78125rem;
    color: #365677;
}

.ch-program-notes li {
    position: relative;
    padding-left: 1.25rem;
    margin: 0.5rem 0;
}

.ch-program-notes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1f9d55;
    font-weight: 900;
}

.ch-program-notes--empty {
    min-height: 1.875rem;
}

.ch-text-link {
    margin-top: auto;
    font-size: 0.875rem;
    font-weight: 700;
    color: #2f6fdb;
    text-decoration: none;
}

.ch-text-link:hover {
    text-decoration: underline;
}

.ch-why-box {
    background: linear-gradient(180deg, #fbfdff, #f7fbff);
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 16px;
    padding: 1.75rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.ch-why-box__title {
    text-align: center;
}

.ch-why-box__grid {
    margin-top: 1.5rem;
    margin-block: 1.5rem 0;
    gap: 1.125rem;
    min-width: 0;
}

.ch-why-box__grid > * {
    min-width: 0;
}

.ch-benefit-card--inline {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    gap: 0.8125rem;
    align-items: start;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
}

.ch-benefit-card--inline:hover {
    transform: none;
    box-shadow: none;
}

.ch-benefit-card--inline img,
.ch-benefit-card--inline picture {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    margin: 0;
    object-fit: contain;
}

.ch-benefit-card--inline h3 {
    font-size: 0.875rem;
    font-weight: 800;
    min-height: 0;
    margin: 0.125rem 0 0.3rem;
    text-align: left;
}

.ch-benefit-card--inline p {
    font-size: 0.78125rem;
    line-height: 1.45;
    color: #647a98;
    margin: 0;
    text-align: left;
}

.ch-steps--solo {
    grid-template-columns: 1fr;
}

@media (min-width: 781px) {
    .ch-steps--solo {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1041px) {
    .ch-steps--solo {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Programs / plain steps — as in programs_page_sophiatria prototype */
.ch-steps--plain .ch-step-card {
    min-height: 0;
    padding: 1.25rem;
}

.ch-steps--plain .ch-step-card::after {
    content: none !important;
}

.ch-steps--plain .ch-step-num {
    position: static;
    width: 2rem;
    height: 2rem;
    margin: 0 0 0.75rem;
    background: #e9f3ff;
    color: var(--ch-medical, #2580ee);
    font-weight: 900;
    font-size: 0.875rem;
}

.ch-steps--plain .ch-step-card h3 {
    margin: 0 0 0.4375rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--ch-navy, #0f2744);
}

.ch-steps--plain .ch-step-card p {
    text-align: left;
    font-size: 0.84375rem;
    line-height: 1.45;
    color: #687da0;
}

.ch-programs-safety .ch-svc-panel-grid,
.ch-section#safety .ch-svc-panel-grid {
    gap: 1.375rem;
}

.ch-programs-safety .ch-svc-note-callout,
.ch-section#safety .ch-svc-note-callout {
    font-size: 0.78125rem;
    color: #7587a0;
    border-top: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 1rem 0 0;
    margin-top: 1.25rem;
}

/* Physiotherapy directions — selection card + service rows */
.ch-svc-selection {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    align-items: center;
    margin-top: 1.5rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 16px;
    background: linear-gradient(180deg, #f7fbff, #fff);
}

.ch-svc-selection img,
.ch-svc-selection picture {
    width: 5.5rem;
    height: 5.5rem;
    object-fit: contain;
}

.ch-svc-selection__copy h3 {
    margin: 0 0 0.5rem;
    color: var(--ch-navy, #0f2744);
    font-size: 1.125rem;
}

.ch-svc-selection__copy p {
    margin: 0 0 1rem;
    color: #567c8f;
    font-size: 0.9375rem;
    line-height: 1.55;
    max-width: 42rem;
}

@media (max-width: 700px) {
    .ch-svc-selection {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .ch-svc-selection__copy p {
        max-width: none;
    }
}

.ch-svc-service-rows {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0.75rem;
}

.ch-svc-page #all-services.ch-section__title {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 700px) {
    .ch-svc-service-rows {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .ch-svc-service-rows {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ch-svc-service-row {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 16px;
    align-items: center;
    min-width: 0;
    min-height: 112px;
    padding: 13px 16px;
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 13px;
    background: #fff;
}

.ch-svc-service-row__media {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
}

.ch-svc-service-row__media img,
.ch-svc-service-row__media picture {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.ch-svc-service-row__body {
    min-width: 0;
}

.ch-svc-service-row__body strong {
    display: block;
    margin: 0 0 6px;
    color: #123f8c;
    font-size: 14px;
    line-height: 1.3;
}

.ch-svc-service-row__body p {
    margin: 0;
    color: #687b9f;
    font-size: 12px;
    line-height: 1.5;
}

.ch-svc-service-row__title-link {
    color: inherit;
    text-decoration: none;
}

.ch-svc-service-row__title-link:hover strong {
    text-decoration: underline;
}

/* --- Specialists hub (prototype specialists_html_build) --- */
.ch-spec-page .ch-hero__note-img,
.ch-hero__note-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.ch-spec-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
}

@media (min-width: 700px) {
    .ch-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .ch-spec-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ch-spec-grid .ch-spec-card:nth-last-child(-n+3) {
        transform: translateX(50%);
    }
}

.ch-spec-card {
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 18px;
    background: #fff;
    min-height: 330px;
    box-shadow: 0 7px 24px rgba(27, 85, 180, 0.035);
}

.ch-spec-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px 20px 20px;
    color: inherit;
    text-decoration: none;
}

.ch-spec-card__media {
    width: 96px;
    height: 96px;
    margin-bottom: 16px;
}

.ch-spec-card__media img,
.ch-spec-card__media picture {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.ch-spec-card h3 {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.25;
    color: #06318c;
}

.ch-spec-card p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #51699b;
    flex: 1;
}

.ch-spec-card__more {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: #2f6fdb;
}

.ch-doctor-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
}

@media (min-width: 700px) {
    .ch-doctor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .ch-doctor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ch-doctor-card {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 18px;
    min-height: 300px;
    padding: 18px;
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(23, 49, 95, 0.04);
}

@media (max-width: 900px) {
    .ch-doctor-card {
        grid-template-columns: 105px 1fr;
    }
}

@media (max-width: 560px) {
    .ch-doctor-card {
        grid-template-columns: 1fr;
    }
}

.ch-doctor-card__photo {
    width: 100%;
    border-radius: 14px;
    background: linear-gradient(180deg, #f7fbff, #eef5ff);
    overflow: hidden;
    align-self: start;
    aspect-ratio: 3 / 4;
}

.ch-doctor-card__photo img,
.ch-doctor-card__photo picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.ch-doctor-card__initial {
    display: grid;
    place-items: center;
    height: 100%;
    min-height: 160px;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(47, 111, 219, 0.35);
}

.ch-doctor-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.ch-doctor-card__body h3 {
    margin: 2px 0 6px;
    font-size: 19px;
    line-height: 1.2;
    color: #07348f;
}

.ch-doctor-card__body > p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #5c719f;
}

.ch-doctor-card__body > p + p {
    margin-top: 8px;
}

.ch-doctor-card__role {
    margin: 0 0 12px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #1770ed !important;
}

.ch-doctor-card__price {
    margin: auto 0 0 !important;
    padding-top: 12px;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #153a87 !important;
}

.ch-doctor-card__actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.ch-doctor-card__actions .ch-btn-outline,
.ch-doctor-card__actions .ch-btn-mint {
    flex: 1;
    justify-content: center;
    padding: 9px 12px;
    font-size: 12px;
}

.ch-spec-help {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px 24px;
    border: 1px solid #cfe0f9;
    border-radius: 18px;
    background: linear-gradient(90deg, #f9fbff, #f3f8ff);
}

@media (min-width: 900px) {
    .ch-spec-help {
        grid-template-columns: 80px 1fr auto 220px;
        gap: 24px;
    }
}

.ch-spec-help__icon img,
.ch-spec-help__icon picture {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.ch-spec-help__copy h2 {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 2.4vw, 1.6rem);
    line-height: 1.25;
    color: var(--ch-navy, #17315f);
}

.ch-spec-help__copy p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #51699b;
}

.ch-spec-help__operator img,
.ch-spec-help__operator picture {
    display: block;
    width: 100%;
    max-height: 140px;
    object-fit: contain;
    object-position: bottom;
}

@media (max-width: 899px) {
    .ch-spec-help .ch-btn-outline {
        justify-self: start;
    }

    .ch-spec-help__operator {
        display: none;
    }
}

.ch-spec-how {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
}

@media (min-width: 800px) {
    .ch-spec-how {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ch-spec-how__card {
    padding: 18px 18px 16px;
    border: 1px solid var(--ch-line, #e2e8f0);
    border-radius: 14px;
    background: #fff;
}

.ch-spec-how__card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #06318c;
}

.ch-spec-how__card p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #51699b;
}
