body.body_rt_homepage {
    background: #f7fcff;
    color: #07194a;
    font-family: "Poppins", Helvetica, sans-serif;
}

body.body_rt_homepage #preloader,
body.body_rt_homepage #toTop,
body.body_rt_homepage #cookie-bar,
body.body_rt_homepage .sf-toolbar,
body.body_rt_homepage [id^="sfwdt"] {
    display: none !important;
}

body.body_rt_homepage main {
    overflow: hidden;
}

.home-container {
    width: min(100% - 96px, 1180px);
    margin: 0 auto;
}

.osteo-header {
    height: 78px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(7, 25, 74, 0.04);
    position: sticky;
    top: 0;
    z-index: 100;
}

.osteo-header__inner {
    width: min(100% - 64px, 1240px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.osteo-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.osteo-logo img {
    width: 180px;
    height: auto;
    display: block;
}

.osteo-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    flex: 1 1 auto;
}

.osteo-nav a,
.pro-space {
    text-decoration: none;
}

.osteo-nav a {
    color: #07194a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 31px 0 27px;
    position: relative;
    white-space: nowrap;
}

.osteo-nav a.is-active {
    color: #20a7ad;
}

.osteo-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
    height: 2px;
    border-radius: 2px;
    background: #20a7ad;
}

.pro-space {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #07194a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 12px 22px rgba(7, 25, 74, 0.18);
    white-space: nowrap;
}

.pro-space svg,
.hero-badges svg,
.home-search svg,
.trust-row svg,
.need-card svg,
.metrics-band svg,
.newsletter-band svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pro-space svg {
    width: 17px;
    height: 17px;
}

.osteo-home {
    background:
        radial-gradient(circle at 9% 19%, rgba(39, 169, 175, 0.08), transparent 20%),
        linear-gradient(180deg, #fff 0%, #f6fcff 42%, #fff 100%);
}

.home-hero {
    min-height: 490px;
    position: relative;
    background: #fff;
}

.home-hero__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 620px;
    background-image: url("../img/home-redesign/hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.home-hero__veil {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 620px;
    background:
        linear-gradient(90deg, #fff 0%, #fff 30%, rgba(255, 255, 255, 0.94) 45%, rgba(255, 255, 255, 0.58) 62%, rgba(255, 255, 255, 0) 82%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(247, 252, 255, 0.9) 100%);
}

.home-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 94px;
}

.home-flash {
    max-width: 560px;
    margin-bottom: 18px;
    padding: 13px 16px;
    border-radius: 8px;
    background: #e8fafa;
    color: #127a80;
    font-weight: 600;
}

.home-hero__copy {
    max-width: 570px;
}

.home-hero h1 {
    margin: 0;
    color: #07194a;
    font-size: clamp(42px, 4.2vw, 58px);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: 0;
}

.home-hero h1 span {
    color: #26a9ae;
}

.home-hero__copy p {
    max-width: 470px;
    margin: 26px 0 0;
    color: #24345f;
    font-size: 16px;
    line-height: 1.75;
}

.hero-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-badges span {
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #07194a;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 12px 35px rgba(31, 69, 93, 0.07);
}

.hero-badges svg {
    width: 16px;
    height: 16px;
    color: #23aab0;
}

.home-search {
    width: min(770px, 100%);
    height: 96px;
    margin-top: 36px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1.05fr 1.25fr 1.05fr 128px;
    align-items: stretch;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 45px rgba(18, 48, 84, 0.12);
}

.search-field {
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-right: 1px solid #edf2f8;
    color: #07194a;
}

.search-field svg {
    width: 25px;
    height: 25px;
    color: #07194a;
}

.search-field span {
    min-width: 0;
    display: block;
    flex: 1 1 auto;
}

.search-field strong {
    display: block;
    margin-bottom: 7px;
    color: #07194a;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.search-field input,
.search-field select {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: #334069;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    outline: none;
}

.search-field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #07194a 50%), linear-gradient(135deg, #07194a 50%, transparent 50%);
    background-position: calc(100% - 8px) 50%, calc(100% - 4px) 50%;
    background-size: 4px 4px, 4px 4px;
    background-repeat: no-repeat;
    padding-right: 16px;
}

.home-search button {
    width: calc(100% - 24px);
    height: 70px;
    margin: 13px 12px;
    border: 0;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #24a8ae;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(36, 168, 174, 0.22);
}

.home-search button svg {
    width: 16px;
    height: 16px;
}

.trust-row {
    margin-top: -2px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative;
    z-index: 3;
}

.trust-row article {
    min-height: 78px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #07194a;
}

.trust-row svg {
    width: 34px;
    height: 34px;
    color: #22a8ae;
    flex: 0 0 auto;
}

.trust-row span {
    color: #24345f;
    font-size: 13px;
    line-height: 1.45;
}

.trust-row strong {
    display: block;
    color: #07194a;
    font-size: 15px;
    font-weight: 800;
}

.home-section {
    padding-top: 50px;
}

.section-heading {
    min-height: 28px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.section-heading h2 {
    margin: 0;
    color: #07194a;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.section-heading a {
    color: #159aa0;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.need-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 13px;
}

.need-card {
    min-height: 146px;
    padding: 20px 10px 19px;
    border: 1px solid #e9eef5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    background: #fff;
    color: #07194a;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(28, 55, 88, 0.06);
}

.need-card svg {
    width: 46px;
    height: 46px;
    color: #25aab0;
    stroke-width: 1.6;
}

.need-card span {
    min-height: 34px;
    display: flex;
    align-items: center;
    color: #07194a;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
}

.practitioner-wrap {
    position: relative;
}

.practitioner-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 66px) / 4);
    gap: 22px;
    overflow-x: auto;
    padding: 0 1px 2px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.practitioner-grid::-webkit-scrollbar {
    display: none;
}

.practitioner-card {
    border: 1px solid #e6edf5;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(22, 48, 82, 0.08);
    scroll-snap-align: start;
}

.practitioner-card > img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
}

.practitioner-card > div {
    padding: 18px 18px 17px;
}

.practitioner-card h3 {
    margin: 0 0 3px;
    color: #07194a;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.practitioner-card p,
.practitioner-card span {
    margin: 0;
    color: #4a5579;
    font-size: 12px;
    line-height: 1.5;
}

.practitioner-card .rating {
    display: block;
    margin-top: 12px;
}

.rating b,
.stars {
    color: #ffb12b;
    font-weight: 800;
}

.practitioner-card .place {
    display: block;
    margin-top: 10px;
    padding-left: 18px;
    position: relative;
}

.practitioner-card .place::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 4px;
    width: 8px;
    height: 8px;
    border: 2px solid #5b6485;
    border-radius: 50%;
}

.availability {
    width: fit-content;
    display: block;
    margin-top: 10px !important;
    padding: 4px 9px;
    border-radius: 999px;
    background: #def5e6;
    color: #17905c !important;
    font-size: 11px !important;
    font-weight: 700;
}

.availability.is-tomorrow {
    background: #e0f8fb;
    color: #159aa0 !important;
}

.practitioner-card a {
    min-height: 39px;
    margin-top: 14px;
    border: 1.5px solid #24a8ae;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1aa2a8;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.fav-button {
    width: 31px;
    height: 31px;
    border: 0;
    position: absolute;
    top: 12px;
    right: 13px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.fav-button svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
}

.slider-prev,
.slider-next {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #07194a;
    font-size: 34px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(22, 48, 82, 0.14);
    cursor: pointer;
    z-index: 3;
}

.slider-prev {
    left: -23px;
}

.slider-next {
    right: -23px;
}

.slider-prev[hidden],
.slider-next[hidden] {
    display: none;
}

.metrics-band {
    margin-top: 32px;
    padding: 28px 46px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    background: linear-gradient(90deg, rgba(225, 250, 250, 0.92), rgba(241, 255, 255, 0.95));
}

.metrics-band article {
    display: flex;
    align-items: center;
    gap: 22px;
}

.metrics-band svg {
    width: 58px;
    height: 58px;
    padding: 13px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    color: #25aab0;
    box-shadow: 0 8px 24px rgba(31, 75, 95, 0.06);
}

.metrics-band span {
    display: block;
    color: #24345f;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.metrics-band strong {
    display: block;
    color: #07194a;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 800;
}

.testimonial-wrap {
    position: relative;
}

.testimonial-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 52px) / 3);
    gap: 26px;
    overflow-x: auto;
    padding: 0 1px 2px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.testimonial-grid::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    min-height: 176px;
    padding: 28px 34px 24px 124px;
    border: 1px solid #e6edf5;
    border-radius: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0 14px 34px rgba(22, 48, 82, 0.07);
    scroll-snap-align: start;
}

.testimonial-card img,
.testimonial-avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    left: 36px;
    top: 51px;
    object-fit: cover;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dff8f7, #fff);
    color: #169ba0;
    font-size: 18px;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(36, 168, 174, 0.18);
}

.quote-mark {
    position: absolute;
    left: 34px;
    top: 24px;
    color: #26a9ae;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
}

.stars {
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: 0;
}

.testimonial-card p {
    min-height: 78px;
    margin: 0;
    color: #07194a;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 700;
}

.testimonial-card strong {
    display: block;
    margin-top: 12px;
    color: #07194a;
    font-size: 12px;
    font-weight: 800;
}

.testimonial-card strong span {
    color: #687191;
    font-weight: 500;
}

.testimonial-country {
    display: inline-flex;
    width: fit-content;
    margin-top: 12px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #e0f8fb;
    color: #159aa0 !important;
    font-size: 11px !important;
    font-weight: 800;
}

.testimonial-nav {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #07194a;
    font-size: 34px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(22, 48, 82, 0.14);
    cursor: pointer;
    z-index: 3;
}

.testimonial-prev {
    left: -23px;
}

.testimonial-next {
    right: -23px;
}

.testimonial-nav[hidden] {
    display: none;
}

.slider-dots {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slider-dots span,
.slider-dots button {
    width: 9px;
    height: 9px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: #d0d8e7;
    cursor: pointer;
}

.slider-dots span.active,
.slider-dots button.active {
    background: #22a8ae;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.article-card {
    border: 1px solid #e6edf5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 14px 34px rgba(22, 48, 82, 0.07);
}

.article-tag {
    max-width: calc(100% - 44px);
    padding: 7px 12px;
    border-radius: 999px;
    position: absolute;
    left: 22px;
    top: 20px;
    background: #25aab0;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.article-card > img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
}

.article-card > div {
    padding: 22px 22px 19px;
}

.article-card h3 {
    min-height: 52px;
    margin: 0;
    color: #07194a;
    font-size: 17px;
    line-height: 1.32;
    font-weight: 800;
}

.article-card p {
    min-height: 49px;
    margin: 13px 0 20px;
    color: #5f6889;
    font-size: 13px;
    line-height: 1.55;
}

.article-card footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: #687191;
    font-size: 12px;
}

.article-card footer a {
    color: #159aa0;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.newsletter-band {
    margin-top: 32px;
    margin-bottom: 30px;
    min-height: 98px;
    padding: 24px 62px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(90deg, #1ca9ad, #25adb1);
    color: #fff;
}

.newsletter-band > div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.newsletter-band svg {
    width: 56px;
    height: 56px;
    stroke-width: 1.4;
    flex: 0 0 auto;
}

.newsletter-band strong {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.newsletter-band form {
    width: min(100%, 490px);
    display: grid;
    grid-template-columns: 1fr 138px;
    gap: 12px;
}

.newsletter-band input,
.newsletter-band button {
    height: 52px;
    border: 0;
    border-radius: 7px;
    font-family: inherit;
}

.newsletter-band input {
    padding: 0 22px;
    color: #07194a;
    font-size: 13px;
    outline: none;
}

.newsletter-band button {
    background: #07194a;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.newsletter-message {
    min-height: 18px;
    grid-column: 1 / -1;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}

.newsletter-message.is-error {
    color: #ffe6e6;
}

.sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    position: absolute;
}

.osteo-footer {
    padding: 38px 0 24px;
    background: radial-gradient(circle at 78% 12%, rgba(43, 108, 168, 0.2), transparent 34%), #07194a;
    color: #fff;
}

.osteo-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.35fr 1.35fr 1.1fr;
    gap: 42px;
}

.osteo-footer h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

.osteo-footer a {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
}

.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    align-items: start;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.45;
}

.footer-contact svg {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    fill: none;
    stroke: #72d3cf;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-contact a {
    margin: 0;
}

.footer-brand img {
    width: 150px;
    height: auto;
    margin-bottom: 14px;
}

.footer-brand p {
    max-width: 185px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.65;
}

.socials {
    display: flex;
    gap: 12px;
}

.socials a {
    width: 32px;
    height: 32px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.footer-copy {
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1120px) {
    .osteo-header__inner,
    .home-container {
        width: min(100% - 48px, 1180px);
    }

    .osteo-nav {
        gap: 24px;
    }

    .home-search {
        height: auto;
        grid-template-columns: repeat(3, 1fr);
    }

    .home-search button {
        width: 100%;
        grid-column: 1 / -1;
        margin: 0;
        height: 56px;
        border-radius: 0;
    }

    .need-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .metrics-band,
    .trust-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .osteo-footer__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .osteo-header {
        height: auto;
    }

    .osteo-header__inner {
        padding: 16px 0;
        flex-wrap: wrap;
        gap: 16px;
    }

    .osteo-logo img {
        width: 145px;
    }

    .osteo-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .osteo-nav a {
        padding: 8px 0;
    }

    .osteo-nav a.is-active::after {
        bottom: 0;
    }

    .home-hero {
        min-height: 0;
    }

    .home-hero__photo {
        width: 78%;
        opacity: 0.28;
    }

    .home-hero__content {
        padding-top: 58px;
        padding-bottom: 28px;
    }

    .home-hero h1 {
        font-size: 42px;
    }

    .trust-row,
    .article-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .practitioner-grid {
        grid-auto-columns: calc((100% - 22px) / 2);
    }

    .testimonial-grid {
        grid-auto-columns: calc((100% - 26px) / 2);
    }

    .newsletter-band {
        padding: 24px;
        align-items: stretch;
        flex-direction: column;
    }

    .newsletter-band form {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .home-container,
    .osteo-header__inner {
        width: min(100% - 32px, 1180px);
    }

    .pro-space {
        min-height: 42px;
        padding: 0 14px;
    }

    .home-hero h1 {
        font-size: 35px;
    }

    .home-hero__copy p {
        font-size: 14px;
    }

    .hero-badges {
        display: none;
    }

    .home-search,
    .article-grid,
    .osteo-footer__grid {
        grid-template-columns: 1fr;
    }

    .trust-row,
    .metrics-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .need-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .home-search {
        overflow: visible;
        border-radius: 10px;
    }

    .search-field {
        min-height: 76px;
        border-right: 0;
        border-bottom: 1px solid #edf2f8;
    }

    .home-search button {
        border-radius: 0 0 10px 10px;
    }

    .trust-row {
        margin-top: 24px;
        gap: 12px;
    }

    .need-card {
        min-height: 112px;
        padding: 14px 6px;
        gap: 12px;
    }

    .need-card svg {
        width: 38px;
        height: 38px;
    }

    .need-card span {
        font-size: 11px;
        line-height: 1.15;
    }

    .metrics-band {
        padding: 24px 16px;
        gap: 18px 14px;
    }

    .metrics-band article {
        gap: 12px;
    }

    .metrics-band svg {
        width: 46px;
        height: 46px;
        padding: 10px;
    }

    .metrics-band strong {
        font-size: 20px;
    }

    .testimonial-card {
        padding-left: 112px;
    }

    .testimonial-grid {
        grid-auto-columns: 100%;
    }

    .testimonial-prev {
        left: -15px;
    }

    .testimonial-next {
        right: -15px;
    }

    .newsletter-band form {
        grid-template-columns: 1fr;
    }

    .slider-prev {
        left: -15px;
    }

    .slider-next {
        right: -15px;
    }

    .practitioner-grid {
        grid-auto-columns: 100%;
    }
}
