:root {
    --fh-navy: #102f5e;
    --fh-blue: #0c65b4;
    --fh-cyan: #12a9d6;
    --fh-sky: #1d9bd1;
    --fh-teal: #0877b9;
    --fh-charcoal: #111827;
    --fh-green: #43a047;
    --fh-ink: #172033;
    --fh-muted: #667085;
    --fh-line: rgba(16, 47, 94, 0.12);
    --fh-soft: #f3f7fb;
    --fh-white: #ffffff;
    --fh-shadow: 0 16px 42px rgba(16, 47, 94, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--fh-ink);
    background: var(--fh-white);
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.font-display {
    font-family: "Manrope", sans-serif;
    color: var(--fh-navy);
    letter-spacing: 0;
}

a {
    color: var(--fh-blue);
    text-decoration: none;
}

a:hover {
    color: var(--fh-navy);
}

.site-shell {
    overflow: hidden;
}

.navbar-flowhealth {
    padding: 0.74rem 0;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(16, 47, 94, 0.06);
    box-shadow: 0 8px 26px rgba(16, 47, 94, 0.045);
    backdrop-filter: blur(18px);
    transition: padding 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.navbar-flowhealth.navbar-scrolled {
    padding: 0.54rem 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 34px rgba(16, 47, 94, 0.075);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.navbar-brand img {
    width: auto;
    max-width: min(335px, 44vw);
    object-fit: contain;
}

.navbar-toggler {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    background: rgba(12, 101, 180, 0.07);
}

.nav-toggle-button span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: var(--fh-navy);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-toggle-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-toggle-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.navbar-nav {
    gap: 0.28rem;
}

.nav-menu-shell {
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.navbar-flowhealth .nav-link {
    position: relative;
    color: var(--fh-ink);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.68rem 0.82rem;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.navbar-flowhealth .nav-link.active,
.navbar-flowhealth .nav-link:hover {
    color: var(--fh-blue);
}

.navbar-flowhealth .nav-link:hover {
    background: rgba(12, 101, 180, 0.065);
}

.navbar-flowhealth .nav-link:hover {
    transform: translateY(-1px);
}

.navbar-flowhealth .nav-link.active {
    background: transparent;
}

.navbar-flowhealth .nav-link.active::after {
    content: "";
    position: absolute;
    right: 0.92rem;
    bottom: 0.2rem;
    left: 0.92rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--fh-blue), var(--fh-cyan));
}

.nav-portal-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.66rem 1rem;
    border: 1px solid rgba(12, 101, 180, 0.16);
    border-radius: 999px;
    background: rgba(12, 101, 180, 0.07);
    color: var(--fh-blue);
    box-shadow: none;
}

.nav-portal-btn:hover {
    border-color: var(--fh-blue);
    background: var(--fh-blue);
    color: var(--fh-white);
    transform: translateY(-1px);
}

.nav-portal-btn i {
    font-size: 1.05rem;
}

.btn {
    border-radius: 6px;
    font-weight: 800;
    letter-spacing: 0;
}

.btn-brand {
    background: var(--fh-blue);
    border-color: var(--fh-blue);
    color: var(--fh-white);
    box-shadow: 0 10px 24px rgba(12, 101, 180, 0.24);
}

.btn-brand:hover {
    background: var(--fh-navy);
    border-color: var(--fh-navy);
    color: var(--fh-white);
}

.btn-brand-outline {
    border: 1px solid rgba(12, 101, 180, 0.28);
    color: var(--fh-blue);
    background: var(--fh-white);
}

.btn-brand-outline:hover {
    border-color: var(--fh-blue);
    background: rgba(18, 169, 214, 0.08);
    color: var(--fh-navy);
}

.section-padding,
.content-section {
    padding: 86px 0;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.42rem 0.75rem;
    border-radius: 6px;
    background: rgba(18, 169, 214, 0.12);
    color: var(--fh-blue);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.section-title {
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1.12;
    margin: 0.8rem 0 1rem;
}

.section-text,
.lead-text {
    color: var(--fh-muted);
    font-size: 1.05rem;
}

.hero-section {
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 150px 0 80px;
    background: linear-gradient(110deg, rgba(16, 47, 94, 0.92), rgba(12, 101, 180, 0.78)), var(--hero-image, url("../images/placeholder/hero.jpg"));
    background-position: center;
    background-size: cover;
    color: var(--fh-white);
}

.hero-section h1,
.hero-section p,
.hero-section .section-kicker {
    color: var(--fh-white);
}

.hero-title {
    max-width: 780px;
    font-size: clamp(2.7rem, 6vw, 5.7rem);
    line-height: 1.02;
    margin: 1rem 0;
}

.hero-text {
    max-width: 720px;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    color: rgba(255, 255, 255, 0.88);
}

.hero-carousel-section {
    position: relative;
    background: #111827;
}

.hero-carousel-section .carousel,
.hero-carousel-section .carousel-inner,
.hero-carousel-section .carousel-item {
    min-height: 660px;
}

.hero-slide {
    min-height: 660px;
    display: flex;
    align-items: center;
    padding: 140px 0 112px;
    background:
        linear-gradient(100deg, rgba(12, 20, 30, 0.88) 0%, rgba(14, 28, 36, 0.62) 48%, rgba(14, 28, 36, 0.16) 100%),
        linear-gradient(180deg, rgba(18, 169, 214, 0.14), rgba(12, 101, 180, 0)),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    color: var(--fh-white);
}

.hero-slide h1,
.hero-slide p,
.hero-slide .section-kicker {
    color: var(--fh-white);
}

.hero-content {
    max-width: 780px;
}

.hero-content-refined {
    max-width: 720px;
}

.hero-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.hero-indicators {
    right: auto;
    bottom: 34px;
    left: calc((100vw - min(1140px, calc(100vw - 24px))) / 2);
    justify-content: flex-start;
    margin: 0;
    gap: 0.45rem;
}

.hero-indicators [data-bs-target],
.testimonial-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    border: 0;
    border-radius: 999px;
}

.hero-control {
    width: 72px;
    opacity: 0.72;
}

.home-stats-band {
    position: relative;
    z-index: 3;
    margin-top: -32px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(10, 71, 130, 0.1);
    border-radius: 8px;
    background: var(--fh-white);
    box-shadow: 0 14px 38px rgba(16, 47, 94, 0.08);
}

.stat-item {
    min-height: 116px;
    padding: 1.3rem;
    border-right: 1px solid rgba(10, 71, 130, 0.1);
}

.stat-item:last-child {
    border-right: 0;
}

.stat-item strong {
    display: block;
    color: var(--fh-navy);
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    line-height: 1;
}

.stat-item span {
    display: block;
    margin-top: 0.55rem;
    color: var(--fh-muted);
    font-weight: 700;
    line-height: 1.35;
}

.care-signals-section {
    padding: 46px 0 16px;
    background: #ffffff;
}

.care-signals-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(10, 71, 130, 0.1);
    border-radius: 8px;
    background: rgba(10, 71, 130, 0.1);
}

.care-signal {
    display: flex;
    gap: 0.95rem;
    min-height: 170px;
    padding: 1.25rem;
    background: #ffffff;
}

.care-signal h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
}

.care-signal p {
    margin: 0;
    color: var(--fh-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.modern-card,
.service-card-modern,
.process-card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.modern-card:hover,
.service-card-modern:hover,
.process-card:hover {
    transform: translateY(-3px);
    border-color: rgba(12, 101, 180, 0.18);
    box-shadow: 0 18px 42px rgba(16, 47, 94, 0.1);
}

.modern-intro {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.image-stack {
    position: relative;
}

.image-stack img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--fh-shadow);
}

.image-caption {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: min(320px, calc(100% - 44px));
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(9, 35, 72, 0.18);
}

.image-caption strong,
.image-caption span {
    display: block;
}

.image-caption strong {
    color: var(--fh-navy);
    font-family: "Manrope", sans-serif;
    font-size: 1.05rem;
}

.image-caption span {
    color: var(--fh-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.care-list-modern li {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(10, 71, 130, 0.08);
}

.services-showcase,
.process-band,
.cta-modern-band {
    background: #f7fbfe;
}

.service-card-modern {
    position: relative;
    overflow: hidden;
}

.service-card-modern::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--fh-cyan), var(--fh-sky));
}

.media-section {
    background: #ffffff;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.video-tile {
    position: relative;
}

.video-tile .video-frame {
    display: block;
}

.video-label {
    position: absolute;
    top: 14px;
    left: 14px;
    display: grid;
    gap: 0.1rem;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(9, 35, 72, 0.14);
    pointer-events: none;
}

.video-label strong {
    color: var(--fh-navy);
    font-size: 0.94rem;
    line-height: 1.2;
}

.video-label span {
    color: var(--fh-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.video-grid .video-tile:first-child .video-frame {
    aspect-ratio: 16 / 9;
}

.video-grid .video-tile-secondary {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.video-grid .video-tile-secondary .video-frame {
    border: 0;
}

.video-story-section {
    overflow: hidden;
    background: #ffffff;
}

.video-story-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    min-height: 560px;
}

.video-story-row-alt {
    background: #eef7fb;
}

.video-story-media {
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: #061a33;
}

.video-story-frame {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 470px;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
}

.video-story-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem clamp(1.25rem, 3vw, 2rem);
    background: #092348;
    color: rgba(255, 255, 255, 0.76);
}

.video-story-meta strong {
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 0.98rem;
}

.video-story-meta span {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.video-story-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 5.25rem);
}

.video-story-copy .section-title {
    max-width: 760px;
    font-size: 2.65rem;
}

.legacy-care-copy {
    display: grid;
    max-width: 780px;
    gap: 1.15rem;
}

.legacy-care-copy p {
    margin: 0;
    color: #273242;
    font-size: 1.08rem;
    line-height: 1.72;
}

.video-story-promise {
    align-items: center;
    text-align: center;
}

.home-care-promise {
    display: grid;
    max-width: 780px;
    gap: 1.75rem;
}

.home-care-promise p {
    margin: 0;
    color: var(--fh-ink);
    font-family: "Manrope", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.24;
}

.testimonials-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.testimonial-controls {
    display: inline-flex;
    gap: 0.55rem;
}

.testimonial-controls .btn {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.testimonial-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.testimonial-mini-card {
    height: 100%;
    min-height: 320px;
    padding: 1.2rem;
    border: 1px solid rgba(10, 71, 130, 0.12);
    border-radius: 8px;
    background: var(--fh-white);
    box-shadow: 0 14px 34px rgba(16, 47, 94, 0.08);
}

.testimonial-mini-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 72px;
}

.testimonial-mini-picture {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--fh-navy), var(--fh-cyan));
}

.testimonial-mini-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-mini-picture span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--fh-white);
    font-family: "Manrope", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
}

.testimonial-mini-head h3 {
    margin: 0 0 0.1rem;
    font-size: 1rem;
}

.testimonial-mini-head span {
    display: block;
    color: var(--fh-muted);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
}

.testimonial-mini-card p {
    margin: 0.85rem 0 0;
    color: var(--fh-ink);
    font-family: "Inter", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.58;
}

.rating-stars {
    display: flex;
    gap: 0.2rem;
    color: #f2b705;
}

.testimonial-indicators {
    position: static;
    margin: 1.4rem 0 0;
}

.testimonial-indicators [data-bs-target] {
    background-color: var(--fh-blue);
}

.cta-image {
    aspect-ratio: 5 / 3.4;
}

.hero-actions,
.inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-top: 1.6rem;
}

.trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.62rem 0.8rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--fh-white);
    font-weight: 700;
}

.home-hero-refined {
    margin-bottom: 70px;
}

.hero-assurance-dock {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    transform: translateY(50%);
}

.assurance-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.assurance-item {
    display: flex;
    gap: 0.85rem;
    min-height: 118px;
    padding: 1.15rem;
    border-right: 1px solid rgba(17, 24, 39, 0.08);
}

.assurance-item:last-child {
    border-right: 0;
}

.assurance-item i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(12, 101, 180, 0.1);
    color: var(--fh-teal);
    font-size: 1.2rem;
}

.assurance-item strong,
.assurance-item span {
    display: block;
}

.assurance-item strong {
    color: var(--fh-charcoal);
    font-family: "Manrope", sans-serif;
    font-size: 0.98rem;
}

.assurance-item span {
    margin-top: 0.25rem;
    color: var(--fh-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.care-standard-section {
    background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
}

.care-copy-stack {
    display: grid;
    gap: 1rem;
}

.care-copy-stack p {
    margin: 0;
    color: #344054;
    font-size: 1.04rem;
    line-height: 1.75;
}

.care-composition {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.84fr);
    gap: 1rem;
    align-items: stretch;
}

.care-composition img {
    width: 100%;
    min-height: 560px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.care-composition-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.care-composition-panel h3 {
    margin: 0 0 1.25rem;
    color: var(--fh-charcoal);
    font-size: 1.65rem;
    line-height: 1.18;
}

.care-principle-grid {
    display: grid;
    gap: 1rem;
}

.care-principle-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.2rem 0.8rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.care-principle-grid i {
    grid-row: span 2;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(18, 169, 214, 0.1);
    color: var(--fh-sky);
    font-size: 1.15rem;
}

.care-principle-grid strong {
    color: var(--fh-charcoal);
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
}

.care-principle-grid span {
    color: var(--fh-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.section-heading-row > div {
    max-width: 780px;
}

.section-heading-row > p {
    max-width: 390px;
}

.care-services-section {
    background: #ffffff;
}

.pictorial-services-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.service-hero-card,
.service-picture-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    color: #ffffff;
    background: #111827;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.11);
}

.service-hero-card:hover,
.service-picture-card:hover {
    color: #ffffff;
}

.service-hero-card img,
.service-picture-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease, filter 360ms ease;
}

.service-hero-card::after,
.service-picture-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(17, 24, 39, 0.08) 0%, rgba(17, 24, 39, 0.2) 42%, rgba(17, 24, 39, 0.84) 100%),
        linear-gradient(110deg, rgba(8, 119, 185, 0.32), rgba(18, 169, 214, 0.1));
}

.service-hero-card:hover img,
.service-picture-card:hover img {
    transform: scale(1.04);
    filter: saturate(1.06);
}

.service-hero-card {
    min-height: 430px;
}

.service-hero-overlay,
.service-picture-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.service-hero-overlay {
    padding: 1.35rem;
}

.service-hero-overlay span,
.service-picture-copy span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.service-hero-overlay span {
    padding: 0.42rem 0.55rem;
}

.service-hero-overlay h3 {
    margin: 0.8rem 0 0.55rem;
    color: #ffffff;
    font-size: clamp(1.65rem, 2.4vw, 2.2rem);
    line-height: 1.08;
}

.service-hero-overlay p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.55;
}

.service-hero-overlay strong {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 0.95rem;
}

.service-picture-card {
    min-height: 207px;
}

.service-picture-copy {
    padding: 1rem;
}

.service-picture-copy span {
    width: 34px;
    height: 34px;
    justify-content: center;
    padding: 0;
    font-size: 0.95rem;
}

.service-picture-copy h3 {
    margin: 0.65rem 0 0.35rem;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.15;
}

.service-picture-copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    line-height: 1.42;
}

.service-editorial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.service-editorial-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 1rem;
    min-height: 190px;
    padding: 1.35rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-editorial-card:hover {
    transform: translateY(-3px);
    border-color: rgba(12, 101, 180, 0.2);
    box-shadow: 0 20px 44px rgba(17, 24, 39, 0.1);
}

.service-editorial-card h3 {
    margin: 0 0 0.45rem;
    color: var(--fh-charcoal);
    font-size: 1.12rem;
}

.service-editorial-card p {
    margin: 0;
    color: var(--fh-muted);
    font-size: 0.96rem;
}

.service-editorial-card a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    color: var(--fh-teal);
    font-weight: 800;
}

.coverage-section {
    background: #f3f8fc;
}

.coverage-copy {
    max-width: 620px;
}

.coverage-area {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(12, 101, 180, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
}

.coverage-area-photo {
    position: relative;
    min-height: 156px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dbeafe;
}

.coverage-area-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.coverage-area-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 47, 94, 0.04) 30%, rgba(16, 47, 94, 0.66) 100%);
}

.coverage-area-photo span {
    position: absolute;
    right: 0.7rem;
    bottom: 0.55rem;
    left: 0.7rem;
    z-index: 1;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.66rem;
    line-height: 1.2;
    text-align: right;
    text-shadow: 0 1px 10px rgba(17, 24, 39, 0.45);
}

.coverage-area:hover .coverage-area-photo img {
    transform: scale(1.04);
}

.coverage-area-body {
    flex: 1;
    padding: 1rem;
}

.coverage-area i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(18, 169, 214, 0.1);
    color: var(--fh-blue);
    font-size: 1.2rem;
}

.coverage-area-body strong,
.coverage-area-body span {
    display: block;
}

.coverage-area-body strong {
    margin-top: 0.75rem;
    color: var(--fh-charcoal);
    font-family: "Manrope", sans-serif;
    font-size: 1.08rem;
}

.coverage-area-body span {
    margin-top: 0.35rem;
    color: var(--fh-muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.media-showcase-section {
    background: #ffffff;
}

.video-feature-card {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
}

.video-feature-card .video-frame {
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.video-feature-copy {
    padding: 1.2rem;
}

.video-feature-copy span {
    color: var(--fh-teal);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.video-feature-copy h3 {
    margin: 0.3rem 0 0.45rem;
    color: var(--fh-charcoal);
    font-size: 1.25rem;
}

.video-feature-copy p {
    margin: 0;
    color: var(--fh-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.process-band {
    background: #f7fafc;
}

.cta-modern-band {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(9, 35, 72, 0.98) 0%, rgba(12, 101, 180, 0.95) 62%, rgba(18, 169, 214, 0.9) 100%);
    color: var(--fh-white);
}

.cta-modern-shell {
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
        rgba(9, 35, 72, 0.26);
    box-shadow: 0 24px 54px rgba(9, 35, 72, 0.22);
    backdrop-filter: blur(18px);
}

.cta-modern-copy {
    padding: clamp(1.2rem, 3vw, 2.4rem);
}

.cta-modern-copy .section-kicker {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: #dff7ff;
}

.cta-modern-copy .section-title {
    color: var(--fh-white);
}

.cta-modern-copy .lead-text {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.82);
}

.cta-modern-copy .btn-brand {
    border-color: var(--fh-white);
    background: var(--fh-white);
    color: var(--fh-navy);
}

.cta-modern-copy .btn-brand:hover {
    border-color: #dff7ff;
    background: #dff7ff;
    color: var(--fh-navy);
}

.cta-modern-copy .btn-brand-outline {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.1);
    color: var(--fh-white);
}

.cta-modern-copy .btn-brand-outline:hover {
    border-color: var(--fh-white);
    background: rgba(255, 255, 255, 0.18);
    color: var(--fh-white);
}

.cta-modern-visual {
    height: 100%;
    padding: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.cta-modern-visual .cta-image {
    width: 100%;
    min-height: 320px;
    border-radius: 6px;
    box-shadow: none;
    object-fit: cover;
}

.feature-strip {
    margin-top: -48px;
    position: relative;
    z-index: 2;
}

.feature-card,
.content-panel,
.service-card,
.testimonial-card,
.contact-card {
    height: 100%;
    border: 1px solid var(--fh-line);
    border-radius: 8px;
    background: var(--fh-white);
    box-shadow: var(--fh-shadow);
}

.feature-card,
.service-card,
.testimonial-card,
.contact-card {
    padding: 1.45rem;
}

.service-card-with-image {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}

.service-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dbeafe;
}

.service-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.32s ease, filter 0.32s ease;
}

.service-card-with-image:hover .service-card-image img {
    transform: scale(1.04);
    filter: saturate(1.05);
}

.service-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem;
}

.service-card-body .service-link {
    margin-top: auto;
    padding-top: 1rem;
}

.service-detail-image {
    aspect-ratio: 4 / 3;
}

.content-panel {
    padding: clamp(1.3rem, 4vw, 2.4rem);
}

.document-page-section {
    background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 48%);
}

.document-summary-card {
    display: flex;
    flex-direction: column;
}

.document-summary-card h2 {
    margin: 0.85rem 0 0.8rem;
    font-size: clamp(1.8rem, 2.4vw, 2.45rem);
    line-height: 1.12;
}

.document-summary-card p {
    color: var(--fh-muted);
}

.document-summary-copy {
    margin-top: 0.4rem;
}

.document-meta {
    display: grid;
    gap: 0.55rem;
    margin: 1.35rem 0;
    padding: 1rem;
    border: 1px solid rgba(12, 101, 180, 0.12);
    border-radius: 8px;
    background: #f7fbfe;
}

.document-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--fh-ink);
    font-weight: 700;
}

.document-meta i {
    color: var(--fh-blue);
}

.document-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
}

.document-actions .btn,
.document-viewer-top .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.document-viewer-card {
    overflow: hidden;
    border: 1px solid rgba(12, 101, 180, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(16, 47, 94, 0.1);
}

.document-viewer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(12, 101, 180, 0.1);
    background: rgba(247, 251, 254, 0.92);
}

.document-viewer-top strong,
.document-viewer-top span {
    display: block;
}

.document-viewer-top strong {
    color: var(--fh-charcoal);
    font-family: "Manrope", sans-serif;
}

.document-viewer-top span {
    margin-top: 0.1rem;
    color: var(--fh-muted);
    font-size: 0.82rem;
}

.document-pdf-frame {
    display: block;
    width: 100%;
    height: 780px;
    border: 0;
    background: #f3f7fb;
}

@media (max-width: 991.98px) {
    .document-pdf-frame {
        height: 640px;
    }
}

@media (max-width: 575.98px) {
    .document-viewer-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .document-pdf-frame {
        height: 520px;
    }
}

.icon-badge {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 169, 214, 0.12);
    color: var(--fh-blue);
    font-size: 1.35rem;
}

.feature-card h3,
.feature-card h4,
.service-card h3,
.testimonial-card h3,
.contact-card h3 {
    font-size: 1.15rem;
    margin: 1rem 0 0.45rem;
}

.feature-card p,
.service-card p,
.testimonial-card p,
.contact-card p {
    color: var(--fh-muted);
    margin: 0;
}

.split-visual {
    position: relative;
}

.split-visual img,
.page-image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--fh-shadow);
}

.split-visual img {
    aspect-ratio: 4 / 3;
}

.video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
    background: #000;
    box-shadow: var(--fh-shadow);
}

.soft-band {
    background: var(--fh-soft);
}

.care-list {
    display: grid;
    gap: 0.75rem;
    padding: 0;
    margin: 1.25rem 0 0;
    list-style: none;
}

.care-list li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    color: var(--fh-muted);
}

.care-list i {
    color: var(--fh-sky);
    margin-top: 0.2rem;
}

.page-hero {
    padding: 150px 0 66px;
    background: linear-gradient(115deg, rgba(16, 47, 94, 0.96), rgba(12, 101, 180, 0.82));
    color: var(--fh-white);
}

.page-hero-title {
    color: var(--fh-white);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.1;
}

.page-path {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.page-path a {
    color: var(--fh-white);
}

.rich-content {
    color: var(--fh-muted);
}

.rich-content p {
    margin-bottom: 1rem;
}

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4 {
    margin: 1.35rem 0 0.65rem;
    color: var(--fh-navy);
    line-height: 1.25;
}

.rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.rich-content iframe {
    width: 100%;
    border-radius: 8px;
}

.rich-content ul {
    display: grid;
    gap: 0.55rem;
    padding-left: 1.15rem;
    margin: 0.5rem 0 1.2rem;
}

.rich-content li {
    padding-left: 0.15rem;
    line-height: 1.62;
}

.service-card .service-link {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    margin-top: 1.2rem;
    font-weight: 800;
}

.contact-form .form-control,
.contact-form .form-select {
    min-height: 48px;
    border-radius: 6px;
    border-color: var(--fh-line);
}

.contact-note {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    background: rgba(18, 169, 214, 0.1);
    color: #0b5f86;
    font-weight: 700;
}

.footer-cta {
    padding: 34px 0;
    background: linear-gradient(180deg, #ffffff 0%, #eef6fc 100%);
}

.footer-cta-shell {
    padding: 1rem;
    border: 1px solid rgba(12, 101, 180, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 42px rgba(16, 47, 94, 0.1);
    backdrop-filter: blur(14px);
}

.footer-cta h2 {
    margin: 0 0 0.35rem;
}

.footer-cta p {
    color: var(--fh-muted);
    margin: 0;
}

.footer-flowhealth {
    padding: 58px 0 26px;
    background: #092348;
    color: rgba(255, 255, 255, 0.76);
}

.footer-logo {
    display: inline-flex;
    max-width: min(285px, 100%);
}

.footer-logo img {
    display: block;
    width: 100%;
    max-width: 285px;
    height: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.footer-flowhealth h3 {
    color: var(--fh-white);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-copy {
    max-width: 360px;
}

.footer-list,
.footer-links {
    display: grid;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
}

.footer-links li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.footer-links li::before {
    content: "\F285";
    flex: 0 0 auto;
    width: 1rem;
    color: var(--fh-cyan);
    font-family: "bootstrap-icons";
    font-size: 0.72rem;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.footer-links li:hover::before {
    color: #9be6f8;
    transform: translateX(2px);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.88);
}

.footer-list i {
    color: var(--fh-cyan);
    margin-top: 0.18rem;
}

.footer-flowhealth a {
    color: var(--fh-white);
}

.footer-flowhealth a:hover {
    color: #9be6f8;
}

.footer-flowhealth .footer-links a {
    color: rgba(255, 255, 255, 0.88);
}

.footer-flowhealth .footer-links a:hover {
    color: #9be6f8;
}

.cqc-widget-wrap {
    overflow: hidden;
    max-width: 100%;
    min-height: 0;
    padding: 0.55rem;
    border-radius: 8px;
    background: var(--fh-white);
}

.cqc-widget-compact {
    height: 280px;
}

.cqc-widget-compact > :not(script) {
    width: 138% !important;
    max-width: none;
    transform: scale(0.72);
    transform-origin: top left;
}

.cqc-widget-wrap iframe,
.cqc-widget-wrap object,
.cqc-widget-wrap embed {
    width: 138% !important;
    max-width: none;
}

.cqc-widget-wrap a {
    color: var(--fh-navy);
}

.job-form-section {
    background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 42%);
}

.job-alert {
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.job-intro-panel {
    position: sticky;
    top: 110px;
}

.job-form-card {
    padding: 1rem;
    border: 1px solid rgba(10, 71, 130, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(9, 35, 72, 0.08);
}

.job-accordion .accordion-item {
    border: 1px solid rgba(10, 71, 130, 0.12);
    border-radius: 8px;
    overflow: hidden;
}

.job-accordion .accordion-item + .accordion-item {
    margin-top: 0.9rem;
}

.job-accordion .accordion-button {
    gap: 0.75rem;
    color: var(--fh-navy);
    font-weight: 800;
    letter-spacing: 0;
}

.job-accordion .accordion-button:not(.collapsed) {
    background: rgba(9, 129, 190, 0.08);
    box-shadow: none;
}

.form-step-badge {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    background: var(--fh-cyan);
    color: #ffffff;
    font-size: 0.86rem;
}

.tile-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.form-check-tile {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    margin: 0;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(10, 71, 130, 0.13);
    border-radius: 8px;
    background: #f8fbfd;
}

.form-check-tile .form-check-input {
    margin: 0;
}

.mini-fieldset {
    height: 100%;
    padding: 1rem;
    border: 1px solid rgba(10, 71, 130, 0.12);
    border-radius: 8px;
    background: #f8fbfd;
}

.mini-fieldset h3 {
    font-size: 1rem;
    margin-bottom: 0.9rem;
    color: var(--fh-navy);
}

.declaration-check {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.85rem;
    border: 1px solid rgba(10, 71, 130, 0.12);
    border-radius: 8px;
    background: #f8fbfd;
}

.declaration-check .form-check-input {
    margin: 0.15rem 0 0;
}

.job-submit-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 0 0.2rem;
}

.job-submit-row span {
    max-width: 380px;
    color: var(--fh-muted);
    font-size: 0.94rem;
}

.job-portal-card {
    padding: 1.25rem;
}

.portal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(10, 71, 130, 0.12);
}

.portal-header h2 {
    margin: 0.25rem 0 0.15rem;
    color: var(--fh-navy);
    font-size: 1.65rem;
}

.portal-header p {
    margin: 0;
    color: var(--fh-muted);
}

.portal-tabs {
    gap: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(10, 71, 130, 0.12);
}

.portal-tabs .nav-link {
    border-radius: 8px;
    color: var(--fh-navy);
    font-weight: 800;
}

.portal-tabs .nav-link.active {
    background: var(--fh-navy);
}

.portal-tab-content {
    padding-top: 1.2rem;
}

.portal-status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 1.2rem 0;
}

.portal-status-grid div {
    padding: 1rem;
    border: 1px solid rgba(10, 71, 130, 0.12);
    border-radius: 8px;
    background: #f8fbfd;
}

.portal-status-grid span {
    display: block;
    color: var(--fh-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.portal-status-grid strong {
    display: block;
    margin-top: 0.25rem;
    color: var(--fh-navy);
}

.portal-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.portal-actions span {
    max-width: 360px;
    color: var(--fh-muted);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.92rem;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 0.85rem;
        padding: 0.85rem;
        border: 1px solid rgba(16, 47, 94, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 18px 44px rgba(16, 47, 94, 0.12);
    }

    .nav-menu-shell {
        gap: 0.15rem;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .navbar-flowhealth .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.86rem 0.9rem;
    }

    .navbar-flowhealth .nav-link::before {
        content: "\F285";
        color: var(--fh-cyan);
        font-family: "bootstrap-icons";
        font-size: 0.72rem;
        order: 2;
    }

    .navbar-flowhealth .nav-link.active::after {
        right: auto;
        bottom: 0.7rem;
        left: 0.9rem;
        width: 34px;
    }

    .nav-portal-btn {
        justify-content: center;
        margin-top: 0.7rem;
    }

    .cta-modern-copy {
        padding: 1rem;
    }

    .cta-modern-visual .cta-image {
        min-height: 250px;
    }

    .navbar-flowhealth .btn {
        width: 100%;
    }

    .hero-section {
        min-height: auto;
        padding: 128px 0 70px;
    }

    .hero-carousel-section .carousel,
    .hero-carousel-section .carousel-inner,
    .hero-carousel-section .carousel-item,
    .hero-slide {
        min-height: 650px;
    }

    .hero-slide {
        padding: 128px 0 86px;
    }

    .home-hero-refined {
        margin-bottom: 0;
    }

    .hero-assurance-dock {
        position: relative;
        transform: none;
        background: #ffffff;
    }

    .assurance-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 0;
        box-shadow: none;
    }

    .assurance-item:nth-child(2) {
        border-right: 0;
    }

    .assurance-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    }

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

    .care-signals-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat-item:nth-child(2) {
        border-right: 0;
    }

    .stat-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(10, 71, 130, 0.1);
    }

    .testimonial-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .care-composition {
        grid-template-columns: 1fr;
    }

    .care-composition img {
        min-height: 360px;
    }

    .section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-heading-row .btn {
        width: fit-content;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .video-grid .video-tile-secondary {
        max-width: 100%;
        margin-top: 0;
    }

    .video-grid .video-tile-secondary .video-frame {
        border-width: 0;
    }

    .video-story-row {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .video-story-frame {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .video-story-copy {
        padding: 3.2rem 1.5rem;
    }

    .video-story-copy .section-title {
        font-size: 2.15rem;
    }

    .home-care-promise p {
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .section-padding,
    .content-section {
        padding: 64px 0;
    }

    .navbar-brand img {
        max-width: 250px;
        height: auto;
    }

    .hero-actions .btn,
    .inline-actions .btn {
        width: 100%;
    }

    .hero-control {
        display: none;
    }

    .hero-indicators {
        left: 12px;
        bottom: 24px;
    }

    .hero-carousel-section .carousel,
    .hero-carousel-section .carousel-inner,
    .hero-carousel-section .carousel-item,
    .hero-slide {
        min-height: 620px;
    }

    .hero-slide {
        padding: 116px 0 68px;
    }

    .assurance-strip,
    .service-editorial-grid {
        grid-template-columns: 1fr;
    }

    .assurance-item,
    .assurance-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    }

    .assurance-item:last-child {
        border-bottom: 0;
    }

    .service-editorial-card {
        grid-template-columns: 1fr;
    }

    .care-composition img {
        min-height: 280px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .care-signals-grid {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: 0;
        border-bottom: 1px solid rgba(10, 71, 130, 0.1);
    }

    .stat-item:last-child {
        border-bottom: 0;
    }

    .image-caption {
        position: static;
        width: 100%;
        margin-top: 0.8rem;
    }

    .testimonial-card-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-mini-card {
        min-height: auto;
    }

    .cta-modern-shell,
    .footer-cta-shell {
        padding: 0.7rem;
    }

    .cta-modern-visual .cta-image {
        min-height: 220px;
    }

    .video-story-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.15rem;
        padding: 0.85rem 1rem;
    }

    .video-story-copy {
        padding: 2.5rem 1rem;
    }

    .video-story-copy .section-title {
        font-size: 1.8rem;
    }

    .legacy-care-copy p {
        font-size: 1rem;
    }

    .home-care-promise {
        gap: 1.25rem;
    }

    .home-care-promise p {
        font-size: 1.28rem;
    }

    .tile-check-grid {
        grid-template-columns: 1fr;
    }

    .job-intro-panel {
        position: static;
    }

    .portal-header,
    .portal-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .portal-status-grid {
        grid-template-columns: 1fr;
    }
}

.home-page .section-padding {
    padding: 58px 0;
}

.home-page .hero-carousel-section .carousel,
.home-page .hero-carousel-section .carousel-inner,
.home-page .hero-carousel-section .carousel-item,
.home-page .hero-slide {
    min-height: 700px;
}

.home-page .hero-slide {
    padding: 142px 0 118px;
}

.home-page .hero-title {
    max-width: 620px;
    font-size: clamp(2.25rem, 4.1vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
}

.home-page .hero-text {
    max-width: 560px;
    font-size: 1.02rem;
    line-height: 1.62;
}

.home-page .hero-actions,
.home-page .inline-actions {
    margin-top: 1.15rem;
}

.home-page .trust-pills {
    margin-top: 1.35rem;
}

.home-page .home-hero-refined {
    margin-bottom: 58px;
}

.home-page .assurance-item {
    min-height: 104px;
    padding: 1rem 1.1rem;
}

.home-page .assurance-item i {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 1.15rem;
}

.home-page .assurance-item strong {
    font-size: 0.98rem;
}

.home-page .assurance-item span {
    margin-top: 0.2rem;
    font-size: 0.86rem;
    line-height: 1.42;
}

.home-page .section-title {
    font-size: clamp(1.75rem, 2.45vw, 2.55rem);
    margin: 0.65rem 0 0.75rem;
}

.home-page .section-heading-row {
    margin-bottom: 1.35rem;
}

.home-page .lead-text,
.home-page .section-text {
    font-size: 0.99rem;
}

.home-page .care-copy-stack {
    gap: 0.75rem;
}

.home-page .care-copy-stack p {
    font-size: 0.98rem;
    line-height: 1.62;
}

.home-page .care-composition {
    gap: 0.85rem;
}

.home-page .care-composition img {
    min-height: 420px;
}

.home-page .care-composition-panel {
    padding: 1.25rem;
}

.home-page .care-composition-panel h3 {
    margin-bottom: 0.85rem;
    font-size: 1.35rem;
}

.home-page .care-principle-grid {
    gap: 0.65rem;
}

.home-page .care-principle-grid article {
    padding-top: 0.75rem;
}

.home-page .service-editorial-grid,
.home-page .testimonial-card-grid {
    gap: 0.85rem;
}

.home-page .service-editorial-card {
    min-height: 148px;
    padding: 1rem;
}

.home-page .service-editorial-card h3,
.home-page .video-feature-copy h3 {
    font-size: 1.08rem;
}

.home-page .service-editorial-card p,
.home-page .video-feature-copy p,
.home-page .coverage-area-body span {
    font-size: 0.9rem;
}

.home-page .coverage-area {
    min-height: 100%;
}

.home-page .coverage-area-body strong {
    margin-top: 0.45rem;
    font-size: 1rem;
}

.home-page .video-feature-copy {
    padding: 0.95rem;
}

.home-page .process-card,
.home-page .testimonial-mini-card {
    padding: 1rem;
}

.home-page .testimonial-mini-card {
    min-height: 260px;
}

.home-page .testimonial-mini-card p {
    font-size: 0.9rem;
    line-height: 1.52;
}

.home-page .testimonial-mini-picture {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
}

.home-page .cta-image {
    max-height: 360px;
}

@media (max-width: 991.98px) {
    .home-page .section-padding {
        padding: 48px 0;
    }

    .home-page .home-hero-refined {
        margin-bottom: 0;
    }

    .home-page .hero-carousel-section .carousel,
    .home-page .hero-carousel-section .carousel-inner,
    .home-page .hero-carousel-section .carousel-item,
    .home-page .hero-slide {
        min-height: 620px;
    }

    .home-page .hero-slide {
        padding: 122px 0 82px;
    }

    .home-page .care-composition img {
        min-height: 300px;
    }

    .home-page .assurance-item {
        min-height: 94px;
        padding: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .home-page .section-padding {
        padding: 40px 0;
    }

    .home-page .hero-carousel-section .carousel,
    .home-page .hero-carousel-section .carousel-inner,
    .home-page .hero-carousel-section .carousel-item,
    .home-page .hero-slide {
        min-height: 565px;
    }

    .home-page .hero-slide {
        padding: 106px 0 70px;
    }

    .home-page .hero-title {
        font-size: 2.18rem;
    }

    .home-page .hero-text {
        font-size: 1rem;
    }

    .home-page .assurance-item {
        min-height: auto;
        padding: 0.92rem;
    }

    .home-page .service-editorial-card,
    .home-page .coverage-area,
    .home-page .testimonial-mini-card {
        min-height: auto;
    }
}

.home-page .care-standard-section {
    position: relative;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(238, 246, 253, 0.94) 58%, rgba(255, 255, 255, 0.98)),
        linear-gradient(90deg, rgba(12, 101, 180, 0.08), rgba(18, 169, 214, 0.05));
}

.home-page .care-standard-shell {
    padding: 0.85rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.09);
    backdrop-filter: blur(18px);
}

.home-page .care-photo-panel {
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
    backdrop-filter: blur(14px);
}

.home-page .care-standard-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1rem, 2.4vw, 1.8rem);
}

.home-page .care-standard-copy .section-title {
    max-width: 560px;
    font-size: clamp(1.55rem, 2vw, 2.05rem);
}

.home-page .care-standard-copy .section-kicker {
    background: rgba(12, 101, 180, 0.1);
    color: var(--fh-teal);
}

.home-page .care-standard-copy .care-copy-stack {
    gap: 0.62rem;
}

.home-page .care-standard-copy .care-copy-stack p {
    color: #344054;
    font-size: 0.93rem;
    line-height: 1.55;
}

.home-page .care-standard-lead {
    max-width: 560px;
    margin: 0;
    color: #344054;
    font-size: 1.08rem;
    line-height: 1.58;
}

.home-page .care-standard-note {
    max-width: 560px;
    margin: 0.85rem 0 0;
    color: var(--fh-muted);
    font-size: 0.95rem;
    line-height: 1.58;
}

.home-page .care-standard-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    margin-top: 1.1rem;
    color: var(--fh-teal);
    font-weight: 800;
}

.home-page .care-standard-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.95rem;
}

.home-page .care-standard-chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.55rem;
    border: 1px solid rgba(12, 101, 180, 0.12);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--fh-charcoal);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
}

.home-page .care-standard-chips i {
    color: var(--fh-teal);
}

.home-page .care-standard-visual {
    min-width: 0;
}

.home-page .care-photo-panel {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 430px;
}

.home-page .care-photo-panel img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.home-page .care-photo-badge {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 8px;
    background: rgba(17, 24, 39, 0.62);
    color: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
}

.home-page .care-photo-badge strong,
.home-page .care-photo-badge span {
    display: block;
}

.home-page .care-photo-badge strong {
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 0.95rem;
    line-height: 1.2;
}

.home-page .care-photo-badge span {
    margin-top: 0.22rem;
    font-size: 0.82rem;
    line-height: 1.35;
}

.home-page .care-composition-panel {
    display: block;
    padding: 1.05rem;
}

.home-page .care-composition-panel h3 {
    margin: 0 0 0.85rem;
    color: var(--fh-charcoal);
    font-size: 1.18rem;
    line-height: 1.18;
}

.home-page .care-principle-grid {
    gap: 0;
}

.home-page .care-principle-grid article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 0.08rem 0.7rem;
    padding: 0.72rem 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.home-page .care-principle-grid article:first-child {
    border-top: 0;
    padding-top: 0;
}

.home-page .care-principle-grid article:last-child {
    padding-bottom: 0;
}

.home-page .care-principle-grid i {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    background: rgba(12, 101, 180, 0.1);
    color: var(--fh-teal);
}

.home-page .care-principle-grid strong {
    color: var(--fh-charcoal);
    font-size: 0.94rem;
}

.home-page .care-principle-grid span {
    color: var(--fh-muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .home-page .care-photo-panel,
    .home-page .care-photo-panel img {
        min-height: 260px;
    }
}

@media (max-width: 575.98px) {
    .home-page .care-standard-shell {
        padding: 0.65rem;
    }

    .home-page .care-standard-copy,
    .home-page .care-composition-panel {
        padding: 0.9rem;
    }

    .home-page .care-photo-panel,
    .home-page .care-photo-panel img {
        min-height: 230px;
    }
}

.home-page .service-hero-card {
    min-height: 390px;
}

.home-page .service-picture-card {
    min-height: 188px;
}

.home-page .service-hero-overlay {
    padding: 1.15rem;
}

.home-page .service-picture-copy {
    padding: 0.9rem;
}

@media (max-width: 991.98px) {
    .home-page .service-hero-card {
        min-height: 330px;
    }

    .home-page .service-picture-card {
        min-height: 200px;
    }
}

@media (max-width: 575.98px) {
    .home-page .service-hero-card {
        min-height: 305px;
    }

    .home-page .service-picture-card {
        min-height: 185px;
    }

    .home-page .service-hero-overlay h3 {
        font-size: 1.55rem;
    }
}

.home-page .pictorial-services-section,
.home-page .media-showcase-section,
.home-page .testimonials-section {
    background: #ffffff;
}

.home-page .coverage-section,
.home-page .process-band {
    background: #f3f8fc;
}

.home-page .coverage-area {
    min-height: 100%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.home-page .coverage-area-body {
    padding: 0.95rem;
}

.media-story-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 248, 0.94)),
        #ffffff;
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
}

.media-story-copy .section-title {
    max-width: 620px;
}

.media-legacy-copy {
    display: grid;
    gap: 0.72rem;
}

.media-legacy-copy p {
    margin: 0;
    color: #344054;
    font-size: 1rem;
    line-height: 1.58;
}

.media-promise-card {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
    padding: 0.95rem;
    border-radius: 8px;
    background: #102f5e;
    color: rgba(255, 255, 255, 0.82);
}

.media-promise-card strong,
.media-promise-card span {
    display: block;
}

.media-promise-card strong {
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 1.44rem;
    line-height: 1.35;
}

.media-promise-card span {
    font-size: 1.1rem;
    line-height: 1.45;
}

.media-video-card {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
}

.media-video-card .video-frame {
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.media-video-card-large .video-frame {
    aspect-ratio: 16 / 8.8;
}

.media-video-card-inline .video-frame {
    height: 100%;
    min-height: 190px;
    aspect-ratio: auto;
    object-fit: cover;
}

.media-video-copy {
    padding: 1rem;
}

.media-video-copy span {
    color: var(--fh-teal);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.media-video-copy h3 {
    margin: 0.28rem 0 0.4rem;
    color: var(--fh-charcoal);
    font-size: 1.08rem;
}

.media-video-copy p {
    margin: 0;
    color: var(--fh-muted);
    font-size: 0.9rem;
    line-height: 1.48;
}

@media (max-width: 991.98px) {
    .media-video-card-inline .video-frame {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 575.98px) {
    .media-story-copy {
        padding: 1rem;
    }

    .media-promise-card {
        padding: 0.85rem;
    }
}
