.home-page-redesign {
    color: #14324a;
    margin: 0 auto;
    max-width: 1240px;
    padding: 36px 20px 70px;
    text-align: left;
}

.home-page-redesign * {
    box-sizing: border-box;
}

.home-kicker {
    color: #2980c1;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.home-page-redesign h2,
.home-page-redesign h3 {
    color: #102f45;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
}

.home-page-redesign h2 {
    font-size: clamp(30px, 4vw, 40px);
}

.home-page-redesign h3 {
    font-size: 21px;
}

.home-page-redesign p,
.home-page-redesign li {
    color: #2c4658;
    font-size: 17px;
    line-height: 1.65;
}

.home-intro {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    margin-bottom: 28px;
}

.home-intro-copy,
.home-intro-image,
.home-award,
.home-services > div,
.home-reviews,
.home-doctors,
.home-care-section,
.home-insurance {
    border: 1px solid #dbe8ef;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(20, 50, 74, .08);
}

.home-intro-copy {
    background: linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
    padding: 42px;
}

.home-intro-copy h2,
.home-intro-copy p {
    max-width: 760px;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.home-actions-center {
    justify-content: center;
}

.home-button:link,
.home-button:visited,
.home-button:active {
    align-items: center;
    background: #2980c1;
    border: 2px solid #2980c1;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    text-decoration: none;
}

.home-button-secondary:link,
.home-button-secondary:visited,
.home-button-secondary:active {
    background: #ffffff;
    color: #16435f;
}

.home-button:hover,
.home-button:focus {
    background: #102f45;
    border-color: #102f45;
    color: #ffffff;
}

.home-intro-image,
.home-care-section figure {
    background: #ffffff;
    margin: 0;
    overflow: hidden;
}

.home-intro-image img,
.home-care-section img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-award {
    align-items: center;
    background: linear-gradient(120deg, #ffffff 0%, #fff8e7 100%);
    display: grid;
    gap: 32px;
    grid-template-columns: 190px minmax(0, 1fr);
    margin-bottom: 28px;
    padding: 24px 34px;
}

.home-award img {
    display: block;
    height: auto;
    max-width: 190px;
    width: 100%;
}

.home-award h2 {
    font-size: clamp(26px, 3vw, 34px);
}

.home-award p:last-child {
    margin-bottom: 0;
}

.home-services {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
}

.home-services > div {
    background: #ffffff;
    padding: 26px;
}

.home-services p {
    margin-bottom: 16px;
}

.home-services a:link,
.home-services a:visited,
.home-services a:active,
.home-doctor-card a:link,
.home-doctor-card a:visited,
.home-doctor-card a:active {
    color: #2980c1;
    font-weight: 800;
    text-decoration: none;
}

.home-services a:hover,
.home-services a:focus,
.home-doctor-card a:hover,
.home-doctor-card a:focus {
    color: #102f45;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-reviews {
    align-items: center;
    background: linear-gradient(120deg, #102f45 0%, #164f70 100%);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(180px, .45fr) minmax(0, 1.25fr) auto;
    margin-bottom: 30px;
    padding: 34px 38px;
}

.home-reviews-rating {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-reviews-rating span {
    color: #f4c34b;
    font-size: 29px;
    letter-spacing: 3px;
    line-height: 1;
}

.home-reviews-rating strong,
.home-reviews h2,
.home-reviews p {
    color: #ffffff;
}

.home-reviews-rating strong {
    font-size: 19px;
}

.home-reviews .home-kicker {
    color: #9bd4f4;
}

.home-reviews p {
    margin: 8px 0 0;
}

.home-reviews .home-button {
    white-space: nowrap;
}

.home-doctors,
.home-insurance {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 38px;
}

.home-section-heading {
    margin: 0 auto 24px;
    max-width: 900px;
    text-align: center;
}

.home-section-heading h2,
.home-section-heading p {
    text-align: center;
}

.home-doctor-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-doctor-card {
    background: #f8fbfd;
    border: 1px solid #dbe8ef;
    border-radius: 8px;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(150px, .72fr) minmax(0, 1fr);
    overflow: hidden;
}

.home-doctor-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.home-doctor-card div {
    padding: 26px 20px 26px 0;
}

.home-care-section {
    align-items: center;
    background: #102f45;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
    margin-bottom: 30px;
    overflow: hidden;
}

.home-care-section figure {
    height: 100%;
    min-height: 430px;
}

.home-care-section div {
    padding: 40px 42px 40px 0;
}

.home-care-section h2,
.home-care-section p,
.home-care-section li {
    color: #ffffff;
}

.home-care-section .home-kicker {
    color: #9bd4f4;
}

.home-care-section ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.home-care-section li {
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-top: 10px;
}

.home-insurance-grid {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
}

.home-insurance-list,
.home-insurance-logos {
    min-width: 0;
}

.home-page-redesign .insurance-title-flex-container {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.home-page-redesign .insurance-title-flex-container > li {
    background: #f8fbfd;
    border: 1px solid #dbe8ef;
    border-radius: 8px;
    color: #102f45;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    max-width: none;
    padding: 15px 18px;
    text-align: left;
    width: auto;
}

.home-insurance-logos .swiper {
    height: auto !important;
    min-height: 130px;
}

.home-insurance-logos img {
    max-height: 90px;
    object-fit: contain;
}

@media only screen and (max-width: 960px) {
    .home-intro,
    .home-award,
    .home-care-section,
    .home-reviews,
    .home-insurance-grid,
    .home-doctor-card {
        grid-template-columns: 1fr;
    }

    .home-services,
    .home-doctor-grid {
        grid-template-columns: 1fr;
    }

    .home-doctor-card img {
        height: auto;
        max-height: 420px;
    }

    .home-doctor-card div,
    .home-care-section div {
        padding: 34px;
    }

    .home-award {
        justify-items: center;
        padding: 30px;
        text-align: center;
    }

    .home-award h2,
    .home-award p {
        text-align: center;
    }

    .home-reviews {
        align-items: start;
    }

    .home-care-section figure {
        min-height: 320px;
    }
}

@media only screen and (max-width: 640px) {
    .home-page-redesign {
        padding: 24px 14px 48px;
    }

    .home-intro-copy,
    .home-award,
    .home-services > div,
    .home-doctors,
    .home-insurance {
        padding: 26px;
    }

    .home-actions {
        flex-direction: column;
    }

    .home-button:link,
    .home-button:visited,
    .home-button:active {
        width: 100%;
    }

    .home-page-redesign .insurance-title-flex-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
