﻿.hero-banner-image {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.hero-banner-image img {
    display: block;
    width: 100%;
    height: auto;
}

.home-about-section {
    padding: 4.5rem 0;
    background: #f7fafc;
}

.home-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 4rem;
    align-items: center;
}

.home-about-copy {
    max-width: 620px;
}

.home-section-kicker {
    margin: 0 0 0.7rem;
    color: #C62828;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-about-copy h2 {
    margin: 0 0 1rem;
    color: #0B2D4D;
    font-size: 2.35rem;
    line-height: 1.15;
}

.home-about-copy > p {
    max-width: 580px;
    margin: 0;
    color: #526174;
    font-size: 1.05rem;
    line-height: 1.75;
}

.home-about-credentials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 1.75rem 0 1.25rem;
    padding: 1.25rem 0;
    border-top: 1px solid #cbd8e5;
    border-bottom: 1px solid #cbd8e5;
}

.home-about-credentials strong,
.home-about-credentials span {
    display: block;
}

.home-about-credentials strong {
    color: #0B2D4D;
    font-size: 0.95rem;
    line-height: 1.45;
}

.home-about-credentials span {
    margin-top: 0.3rem;
    color: #718096;
    font-size: 0.85rem;
}

.home-about-focus {
    margin-bottom: 1.5rem !important;
}

.home-about-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #0B2D4D;
    font-weight: 800;
    text-decoration: none;
}

.home-about-link:hover {
    color: #C62828;
}

.home-about-photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background: #313239;
    box-shadow: 0 16px 30px rgba(25, 53, 87, 0.14);
}

.home-about-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 16%;
}

.home-about-photo-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.85rem 1rem;
    background: rgba(19, 44, 112, 0.92);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.home-about-photo-caption span {
    color: #f4b8b8;
    font-size: 0.85rem;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .home-about-section {
        padding: 3.5rem 0;
    }

    .home-about-grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .home-about-copy {
        max-width: 720px;
    }

    .home-about-photo {
        width: min(100%, 620px);
    }
}

@media (max-width: 575.98px) {
    .home-about-section {
        padding: 2.75rem 0;
    }

    .home-about-copy h2 {
        font-size: 1.9rem;
    }

    .home-about-copy > p {
        font-size: 0.98rem;
    }

    .home-about-credentials {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }
}

/* Homepage content sections */
.home-care-highlights {
    background: #fff;
    border-bottom: 1px solid #dce5eb;
    border-top: 1px solid #dce5eb;
}

.home-care-highlights .facilities-block {
    margin: 0;
}

.home-care-highlights .our-facilities {
    border-right: 1px solid #dce5eb;
    gap: 13px;
    justify-content: center;
    margin: 0;
    min-height: 92px;
    padding: 18px 20px !important;
}

.home-care-highlights .our-facilities:last-child {
    border-right: 0;
}

.home-care-highlights .our-facilities i {
    color: #C62828;
    flex-shrink: 0;
    font-size: 27px;
}

.home-care-highlights .our-facilities span {
    color: #0B2D4D;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    padding: 0;
}

.services-bg {
    background: #f6f9fb;
    padding: 36px 0;
}

.services-bg .section-title {
    margin-bottom: 22px;
}

.services-card {
    overflow: hidden;
    padding-bottom: 14px;
}

.services-card > img.img-fluid {
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.services-card h5 {
    color: #0B2D4D;
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    padding: 10px 14px 0;
}

.services-card p {
    color: #667986;
    font-size: 13px;
    line-height: 1.45;
    margin: 8px 14px 12px;
    min-height: 38px;
}

.service-card-link {
    align-items: center;
    color: #C62828;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    text-decoration: none;
}

.service-card-link:hover,
.service-card-link:focus-visible {
    color: #0B2D4D;
}

.home-insurance-band {
    background: #f6f9fb;
    border-bottom: 1px solid #dce5eb;
    border-top: 1px solid #dce5eb;
}

.home-insurance-section .insurance-card {
    min-height: 86px;
}

.home-insurance-section .insurance-card img {
    max-height: 62px;
    object-fit: contain;
}

.strategy {
    background: #eef3f6;
    padding: 48px 0;
}

.strategy-section {
    margin-bottom: 0 !important;
    margin-top: 28px !important;
}

.strategy-review {
    background: #fff;
    border-top: 3px solid #C62828;
    box-shadow: 0 8px 22px rgba(11, 45, 77, .08);
    height: 100%;
    padding: 24px 18px;
}

.strategy-number {
    color: #C62828;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 12px;
}

.strategy-review h5 {
    color: #0B2D4D;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px;
}

.strategy-review p:last-child {
    color: #667986;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.home-blog-section {
    background: #fff;
    border-top: 1px solid #dce5eb;
    padding: 68px 0;
}

.home-section-heading {
    align-items: end;
    display: flex;
    gap: 26px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.home-section-heading h2,
.home-visit-grid h2 {
    color: #0B2D4D;
    font-size: clamp(1.85rem, 3vw, 2.5rem);
    font-weight: 750;
    line-height: 1.15;
    margin: 0;
}

.home-section-heading-centered {
    align-items: end;
}

.home-section-heading-centered > p {
    color: #667986;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    max-width: 430px;
}

.home-outline-link,
.home-blog-link {
    align-items: center;
    color: #C62828;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    text-decoration: none;
}

.home-outline-link:hover,
.home-outline-link:focus-visible,
.home-blog-link:hover,
.home-blog-link:focus-visible {
    color: #0B2D4D;
}

.home-blog-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-blog-card {
    background: #fff;
    border: 1px solid #dce5eb;
    display: flex;
    flex-direction: column;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-blog-card:hover {
    border-color: #b6c8d5;
    box-shadow: 0 12px 25px rgba(11, 45, 77, .1);
    transform: translateY(-3px);
}

.home-blog-image {
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
    position: relative;
}

.home-blog-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
    width: 100%;
}

.home-blog-card:hover .home-blog-image img {
    transform: scale(1.04);
}

.home-blog-image span {
    background: #C62828;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    left: 0;
    padding: 7px 10px;
    position: absolute;
    text-transform: uppercase;
}

.home-blog-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.home-blog-meta {
    color: #C62828;
    font-size: 11px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.home-blog-meta span {
    color: #778896;
    margin-left: 10px;
}

.home-blog-copy h3 {
    margin: 0 0 9px;
}

.home-blog-copy h3 a {
    color: #0B2D4D;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.28;
    text-decoration: none;
}

.home-blog-copy h3 a:hover,
.home-blog-copy h3 a:focus-visible {
    color: #C62828;
}

.home-blog-copy > p:not(.home-blog-meta) {
    color: #667986;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 17px;
}

.home-blog-link {
    margin-top: auto;
}

.home-consultation-section {
    background: #f6f9fb;
    border-top: 1px solid #dce5eb;
    padding: 68px 0;
}

.consultation-steps {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.consultation-step {
    background: #fff;
    border: 1px solid #dce5eb;
    min-height: 220px;
    padding: 24px;
    position: relative;
}

.consultation-step-number {
    color: #C62828;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    position: absolute;
    right: 20px;
    top: 20px;
}

.consultation-step > i {
    color: #0B2D4D;
    font-size: 28px;
    margin-bottom: 24px;
}

.consultation-step h3 {
    color: #0B2D4D;
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 10px;
}

.consultation-step p {
    color: #667986;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.home-faq-section {
    background: #fff;
    border-top: 1px solid #dce5eb;
    padding: 68px 0;
}

.home-faq-grid {
    align-items: start;
    display: grid;
    gap: clamp(32px, 6vw, 86px);
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
}

.home-faq-intro {
    position: sticky;
    top: 112px;
}

.home-faq-intro h2 {
    color: #0B2D4D;
    font-size: clamp(1.85rem, 3vw, 2.5rem);
    font-weight: 750;
    line-height: 1.15;
    margin: 0 0 14px;
}

.home-faq-intro > p:not(.home-section-kicker) {
    color: #667986;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 22px;
    max-width: 360px;
}

.home-faq-accordion .accordion-item {
    background: #fff;
    border: 1px solid #dce5eb;
    border-radius: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.home-faq-accordion .accordion-button {
    background: #fff;
    box-shadow: none;
    color: #0B2D4D;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    padding: 18px 20px;
}

.home-faq-accordion .accordion-button:not(.collapsed) {
    background: #fdf1f1;
    color: #C62828;
}

.home-faq-accordion .accordion-button::after {
    background-size: 14px;
    flex-shrink: 0;
}

.home-faq-accordion .accordion-body {
    background: #fdf1f1;
    color: #5e7180;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 20px 20px;
}

.home-visit-section {
    background: #0B2D4D;
    color: #fff;
    padding: 48px 0;
}

.home-visit-grid {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) auto;
}

.home-visit-grid .home-section-kicker {
    color: #efb2b2;
}

.home-visit-grid h2 {
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.home-visit-grid > div:first-child > p:last-child {
    color: #cbd8e1;
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0;
}

.home-visit-details {
    display: grid;
    gap: 14px;
}

.home-visit-details > div {
    align-items: flex-start;
    color: #eaf0f4;
    display: flex;
    font-size: 14px;
    gap: 11px;
    line-height: 1.5;
}

.home-visit-details i {
    color: #efb2b2;
    margin-top: 3px;
}

.home-visit-details a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.home-visit-details a:hover,
.home-visit-details a:focus-visible {
    color: #efb2b2;
}

.home-visit-details a + span {
    color: #cbd8e1;
    margin-left: -4px;
}

.home-visit-actions {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home-primary-action {
    align-items: center;
    background: #C62828;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    padding: 13px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.home-primary-action:hover,
.home-primary-action:focus-visible {
    background: #fff;
    color: #0B2D4D;
}

.home-visit-actions .home-outline-link {
    color: #efb2b2;
    font-size: 13px;
}

.home-visit-actions .home-outline-link:hover,
.home-visit-actions .home-outline-link:focus-visible {
    color: #fff;
}

@media (max-width: 991.98px) {
    .home-care-highlights .our-facilities:nth-child(2) {
        border-right: 0;
    }

    .home-care-highlights .our-facilities:nth-child(-n+2) {
        border-bottom: 1px solid #dce5eb;
    }

    .home-blog-grid,
    .consultation-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-visit-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-visit-actions {
        align-items: flex-start;
        grid-column: 1 / -1;
        flex-direction: row;
    }
}

@media (max-width: 575.98px) {
    .home-care-highlights .our-facilities {
        border-bottom: 1px solid #dce5eb;
        border-right: 0;
        justify-content: flex-start;
        min-height: 70px;
    }

    .home-care-highlights .our-facilities:last-child {
        border-bottom: 0;
    }

    .services-bg {
        padding: 28px 0;
    }

    .services-card > img.img-fluid {
        height: 180px;
    }

    .home-section-heading,
    .home-section-heading-centered {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .home-blog-section,
    .home-consultation-section,
    .home-faq-section {
        padding: 50px 0;
    }

    .home-blog-grid,
    .consultation-steps,
    .home-visit-grid {
        grid-template-columns: 1fr;
    }

    .home-faq-grid {
        grid-template-columns: 1fr;
    }

    .home-faq-intro {
        position: static;
    }

    .home-visit-actions {
        align-items: stretch;
        flex-direction: column;
        grid-column: auto;
    }

    .home-primary-action {
        width: 100%;
    }
}

