body.cf-theme.cf-home-shell {
    background:
        linear-gradient(180deg, rgba(11, 16, 33, 0.12) 0%, rgba(13, 18, 35, 0.34) 18%, rgba(14, 17, 34, 0.72) 48%, rgba(13, 18, 33, 0.96) 100%),
        radial-gradient(circle at 18% 16%, rgba(109, 141, 255, 0.18), transparent 24%),
        radial-gradient(circle at 82% 14%, rgba(242, 169, 110, 0.16), transparent 22%),
        url("/webp/header-bg.webp") center top / 100% auto no-repeat,
        linear-gradient(180deg, #1d2450 0%, #17152a 56%, #0d1324 100%);
    background-color: #0d1324;
}

.cf-home {
    position: relative;
    overflow: clip;
    padding: 5.45rem 0 4rem;
}

.cf-home::before,
.cf-home::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cf-home::before {
    background:
        radial-gradient(circle at 66% 20%, rgba(255, 218, 184, 0.16), transparent 14%),
        radial-gradient(circle at 48% 60%, rgba(151, 109, 211, 0.12), transparent 24%);
    opacity: 0.9;
}

.cf-home::after {
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1.8px),
        radial-gradient(circle at 76% 16%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1.8px),
        radial-gradient(circle at 82% 52%, rgba(255, 255, 255, 0.08) 0 1.2px, transparent 2px),
        radial-gradient(circle at 28% 72%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1.8px);
    opacity: 0.42;
    background-size: 340px 340px, 360px 360px, 400px 400px, 320px 320px;
}

.cf-home > .container {
    position: relative;
    z-index: 1;
    max-width: 1160px;
}

.cf-home-canvas {
    position: relative;
    overflow: visible;
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.15rem, 3.5vw, 2.25rem) 3rem;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.cf-home-canvas::before,
.cf-home-canvas::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cf-home-canvas::after {
    background:
        radial-gradient(circle at 24% 14%, rgba(255, 255, 255, 0.1) 0 1px, transparent 2px),
        radial-gradient(circle at 64% 9%, rgba(255, 255, 255, 0.08) 0 1px, transparent 2px),
        radial-gradient(circle at 88% 32%, rgba(255, 255, 255, 0.08) 0 1.2px, transparent 2px),
        radial-gradient(circle at 38% 62%, rgba(255, 255, 255, 0.08) 0 1.1px, transparent 2px);
    opacity: 0.44;
    background-size: auto, 280px 280px, 340px 340px, 320px 320px, 360px 360px;
}

.cf-home a:focus-visible,
.cf-home button:focus-visible {
    outline: 2px solid var(--cf-theme-accent);
    outline-offset: 4px;
}

.cf-home .btn {
    border-radius: 1rem;
    padding: 0.78rem 1.08rem;
    font-weight: 700;
    font-size: 0.92rem;
    box-shadow: 0 18px 30px rgba(6, 10, 20, 0.24);
}

.cf-home .btn-light {
    color: #ffffff;
    border-color: rgba(255, 170, 83, 0.45);
    background: linear-gradient(180deg, #ffa84a, #e66a25);
}

.cf-home .btn-light:hover,
.cf-home .btn-light:focus {
    color: #ffffff;
    background: linear-gradient(180deg, #ffb25a, #eb7630);
}

.cf-home .btn-outline-light {
    color: #ffffff;
    border-color: rgba(135, 157, 255, 0.2);
    background: linear-gradient(180deg, #385a95, #253a61);
}

.cf-home .btn-outline-light:hover,
.cf-home .btn-outline-light:focus {
    color: #ffffff;
    background: linear-gradient(180deg, #4168ab, #2c4672);
}

.cf-home-anchor,
#health,
#services,
#references,
#about,
#contact {
    scroll-margin-top: 7rem;
}

.cf-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    align-items: center;
    gap: 1.85rem;
    min-height: 30rem;
    padding: 1.4rem 0 0.25rem;
}

.cf-home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.cf-home-hero-copy,
.cf-home-hero-visual,
.cf-home-section,
.cf-home-trust,
.cf-home-cta {
    position: relative;
    z-index: 1;
}

.cf-home-hero-copy {
    max-width: 34rem;
    padding: 0.6rem 0 1rem;
    align-self: center;
    z-index: 3;
}

.cf-home-eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--cf-theme-accent-soft);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.cf-home-hero-title {
    margin-bottom: 0.95rem;
    color: #ffffff;
    font-size: clamp(1.95rem, 3.2vw, 3.05rem);
    line-height: 1.06;
    text-shadow: 0 16px 36px rgba(6, 10, 20, 0.34);
}

.cf-home-hero-subtitle {
    max-width: 31rem;
    margin-bottom: 0;
    color: rgba(247, 241, 232, 0.94);
    font-size: 0.91rem;
    line-height: 1.58;
    text-shadow: 0 10px 22px rgba(6, 10, 20, 0.18);
}

.cf-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.25rem;
}

.cf-home-hero-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 26rem;
    padding: 0.8rem 0 0;
    align-self: end;
    z-index: 1;
}

.cf-home-hero-visual::before {
    content: "";
    position: absolute;
    right: 2.2rem;
    top: 2.8rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 214, 177, 0.22), rgba(255, 214, 177, 0));
    filter: blur(16px);
}

.cf-home-hero-visual::after {
    content: "";
    position: absolute;
    right: 1.8rem;
    bottom: 0.12rem;
    width: 12rem;
    height: 2.8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(10, 15, 28, 0.48), rgba(10, 15, 28, 0));
    filter: blur(10px);
}

.cf-home-hero-scene {
    position: relative;
    width: 100%;
    max-width: 25rem;
    min-height: 25.6rem;
}

.cf-home-hero-scene::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 0.08rem;
    width: 8.5rem;
    height: 2rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(10, 15, 28, 0.42), rgba(10, 15, 28, 0));
    filter: blur(8px);
}

.cf-home-hero-character {
    position: absolute;
    right: 0.7rem;
    bottom: -0.08rem;
    z-index: 1;
    width: min(100%, 13.8rem);
    filter: drop-shadow(0 16px 30px rgba(6, 10, 20, 0.22));
}

.cf-home-hero-character img {
    display: block;
    width: 100%;
    height: auto;
}

.cf-home-section {
    margin-top: 2.2rem;
}

.cf-home-section-header {
    margin-bottom: 0.8rem;
}

.cf-home-section-title {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1.12;
    margin-bottom: 0;
}

.cf-home-health-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap: 1rem;
    align-items: stretch;
}

.cf-home-health-showcase {
    position: relative;
    display: grid;
    gap: 0.95rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
}

.cf-home-health-showcase::before {
    display: none;
}

.cf-home-health-showcase-intro {
    margin: 0;
    padding: 0.1rem 0;
    color: rgba(247, 241, 232, 0.9);
    font-size: 0.92rem;
    line-height: 1.62;
}

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

.cf-home-health-case,
.cf-home-health-aside {
    position: relative;
    overflow: hidden;
    border-radius: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #11182d;
    box-shadow: 0 20px 42px rgba(4, 8, 20, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.cf-home-health-case {
    display: flex;
    align-items: flex-end;
    min-height: 19rem;
    padding: 1rem;
    color: inherit;
    background: #11182d;
}

.cf-home-health-case::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/webp/leoleloup.webp") center center / cover no-repeat;
    opacity: 1;
    transition: transform 220ms ease, opacity 220ms ease;
}

.cf-home-health-case::after,
.cf-home-health-aside::before,
.cf-home-project-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: rgba(8, 12, 24, 0.34);
    opacity: 0;
    transition: opacity 220ms ease;
}

.cf-home-health-case:hover,
.cf-home-health-case:focus-visible {
    color: inherit;
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 52px rgba(4, 8, 20, 0.24);
}

.cf-home-health-case-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.6rem;
    max-width: 22rem;
    padding: 0;
}

.cf-home-health-case-body h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 1.14rem;
    line-height: 1.18;
    text-shadow: 0 16px 30px rgba(6, 10, 20, 0.52), 0 4px 10px rgba(6, 10, 20, 0.34);
}

.cf-home-health-case-body p,
.cf-home-health-aside p {
    margin: 0;
    color: rgba(247, 241, 232, 0.82);
    font-size: 0.9rem;
    line-height: 1.56;
    text-shadow: 0 8px 18px rgba(6, 10, 20, 0.28);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cf-home-health-aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.6rem;
    min-height: 19rem;
    padding: 1rem 1rem 1.05rem;
    color: inherit;
    background:
        url("/webp/jb.webp") center center / cover no-repeat;
}

.cf-home-health-aside > * {
    position: relative;
    z-index: 1;
}

.cf-home-health-aside strong {
    display: block;
    color: #ffffff;
    font-size: 1.14rem;
    line-height: 1.18;
    margin-bottom: 0;
    text-shadow: 0 16px 30px rgba(6, 10, 20, 0.52), 0 4px 10px rgba(6, 10, 20, 0.34);
}

.cf-home-health-aside:hover,
.cf-home-health-aside:focus-visible {
    color: inherit;
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 52px rgba(4, 8, 20, 0.24);
}

.cf-home-card-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.84rem;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 8px 18px rgba(6, 10, 20, 0.32);
    transition: transform 180ms ease;
}

.cf-home-card-link-label {
    display: inline-block;
    color: inherit;
}

.cf-home-card-link-label::after {
    content: none;
}

.cf-home-card-link::after {
    content: ">";
    margin-left: 0.32rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    line-height: 1;
}

.cf-home-section-header-services {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cf-home-section-more {
    display: inline-flex;
    align-items: center;
    color: rgba(247, 241, 232, 0.86);
    font-size: 0.88rem;
    line-height: 1.2;
    white-space: nowrap;
}

.cf-home-section-more:hover,
.cf-home-section-more:focus {
    color: #ffffff;
}

.cf-home-projects-carousel {
    position: relative;
}

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

.cf-home-project-slide-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.cf-home-project-slide {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 24rem;
    overflow: hidden;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 56px rgba(4, 8, 20, 0.28);
    color: inherit;
    background: #11182d;
}

.cf-home-project-slide--compact {
    min-height: 18rem;
}

.cf-home-project-slide:hover,
.cf-home-project-slide:focus {
    color: inherit;
}

.cf-home-project-slide > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
}

.cf-home-project-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(8, 12, 24, 0), rgba(8, 12, 24, 0) 100%);
}

.cf-home-project-slide::before {
    z-index: 1;
}

.cf-home-project-slide-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.65rem;
    max-width: 26rem;
    padding: 1.15rem 1.2rem 1.25rem;
}

.cf-home-project-slide-body h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.16;
    text-shadow: 0 16px 30px rgba(6, 10, 20, 0.54), 0 4px 10px rgba(6, 10, 20, 0.34);
}

.cf-home-project-slide-body p {
    margin: 0;
    color: rgba(247, 241, 232, 0.82);
    font-size: 0.9rem;
    line-height: 1.54;
    text-shadow: 0 8px 18px rgba(6, 10, 20, 0.28);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .cf-home-health-case-body,
    .cf-home-health-aside,
    .cf-home-project-slide-body {
        gap: 0.22rem;
        transition: gap 220ms ease;
    }

    .cf-home-health-case-body p,
    .cf-home-health-aside p,
    .cf-home-project-slide-body p,
    .cf-home-health-case .cf-home-card-link,
    .cf-home-health-aside .cf-home-card-link,
    .cf-home-project-slide .cf-home-card-link {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(0.55rem);
        transition:
            max-height 220ms ease,
            opacity 180ms ease,
            transform 220ms ease,
            margin-top 220ms ease;
    }

    .cf-home-health-case .cf-home-card-link,
    .cf-home-health-aside .cf-home-card-link,
    .cf-home-project-slide .cf-home-card-link {
        margin-top: -0.15rem;
    }

    .cf-home-health-case:hover::before,
    .cf-home-health-case:focus-visible::before {
        transform: scale(1.03);
        opacity: 0.54;
    }

    .cf-home-health-case:hover::after,
    .cf-home-health-case:focus-visible::after,
    .cf-home-health-aside:hover::before,
    .cf-home-health-aside:focus-visible::before,
    .cf-home-project-slide:hover::before,
    .cf-home-project-slide:focus-visible::before {
        opacity: 1;
    }

    .cf-home-project-slide:hover > img,
    .cf-home-project-slide:focus-visible > img {
        transform: scale(1.03);
        filter: saturate(0.95) brightness(0.82);
    }

    .cf-home-project-slide:hover,
    .cf-home-project-slide:focus-visible {
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 0 24px 52px rgba(4, 8, 20, 0.24);
    }

    .cf-home-health-case:hover .cf-home-health-case-body p,
    .cf-home-health-case:focus-visible .cf-home-health-case-body p,
    .cf-home-health-case:hover .cf-home-card-link,
    .cf-home-health-case:focus-visible .cf-home-card-link,
    .cf-home-health-aside:hover p,
    .cf-home-health-aside:focus-visible p,
    .cf-home-health-aside:hover .cf-home-card-link,
    .cf-home-health-aside:focus-visible .cf-home-card-link,
    .cf-home-project-slide:hover .cf-home-project-slide-body p,
    .cf-home-project-slide:focus-visible .cf-home-project-slide-body p,
    .cf-home-project-slide:hover .cf-home-card-link,
    .cf-home-project-slide:focus-visible .cf-home-card-link {
        max-height: 4.8rem;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .cf-home-project-slide:hover .cf-home-project-slide-body,
    .cf-home-project-slide:focus-visible .cf-home-project-slide-body {
        gap: 0.65rem;
    }

    .cf-home-health-case:hover .cf-home-health-case-body,
    .cf-home-health-case:focus-visible .cf-home-health-case-body,
    .cf-home-health-aside:hover,
    .cf-home-health-aside:focus-visible {
        gap: 0.6rem;
    }

    .cf-home-health-case:hover .cf-home-card-link,
    .cf-home-health-case:focus-visible .cf-home-card-link,
    .cf-home-health-aside:hover .cf-home-card-link,
    .cf-home-health-aside:focus-visible .cf-home-card-link,
    .cf-home-project-slide:hover .cf-home-card-link,
    .cf-home-project-slide:focus-visible .cf-home-card-link {
        margin-top: 0.25rem;
    }
}

.cf-home-projects-carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 0.9rem;
}

.cf-home-projects-carousel-control.carousel-control-prev,
.cf-home-projects-carousel-control.carousel-control-next {
    position: static;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(10, 15, 28, 0.5);
    opacity: 1;
}

.cf-home-projects-carousel-control .carousel-control-prev-icon,
.cf-home-projects-carousel-control .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}

.cf-home-story-card,
.cf-home-scene-card,
.cf-home-service-card,
.cf-home-cta {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(14, 21, 40, 0.66);
    box-shadow: 0 24px 56px rgba(4, 8, 20, 0.28);
    backdrop-filter: blur(10px);
}

.cf-home-story-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 0.9rem;
    min-height: 13.4rem;
    height: 100%;
    padding: 0.9rem;
    color: inherit;
    transition: transform 180ms ease, box-shadow 180ms ease;
    background:
        linear-gradient(135deg, rgba(121, 121, 214, 0.22), rgba(255, 183, 129, 0.18)),
        rgba(14, 21, 40, 0.72);
}

.cf-home-story-card:hover,
.cf-home-story-card:focus,
.cf-home-service-card:hover,
.cf-home-service-card:focus {
    color: inherit;
    transform: translateY(-3px);
}

.cf-home-story-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    min-height: 100%;
}

.cf-home-story-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 12, 24, 0.08), rgba(8, 12, 24, 0.54));
}

.cf-home-story-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 78%;
    transform: scale(1.18);
}

.cf-home-story-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0.2rem;
}

.cf-home-chip {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: rgba(12, 18, 34, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--cf-theme-accent-soft);
    font-size: 0.68rem;
    line-height: 1;
    margin-bottom: 0.8rem;
    box-shadow: 0 10px 24px rgba(6, 10, 20, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cf-home-story-card-body h3,
.cf-home-service-card-body h3 {
    color: #ffffff;
    margin-bottom: 0.55rem;
}

.cf-home-story-card-body h3 {
    font-size: 1rem;
    line-height: 1.2;
}

.cf-home-story-card-body p,
.cf-home-service-card-body p,
.cf-home-note p,
.cf-home-trust-copy,
.cf-home-cta p {
    margin: 0;
    color: rgba(247, 241, 232, 0.82);
    font-size: 0.9rem;
    line-height: 1.56;
}

.cf-home-scene-card {
    display: flex;
    align-items: stretch;
    min-height: 13.4rem;
    height: 100%;
}

.cf-home-scene-card > img,
.cf-home-service-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cf-home-scene-card > img {
    object-position: center center;
}

.cf-home-scene-card::after,
.cf-home-service-card::after {
    content: "";
    position: absolute;
    inset: 0;
}

.cf-home-scene-card::after {
    background:
        linear-gradient(180deg, rgba(8, 12, 24, 0.08), rgba(8, 12, 24, 0.44) 48%, rgba(8, 12, 24, 0.9) 100%),
        radial-gradient(circle at 74% 14%, rgba(255, 214, 162, 0.2), transparent 20%);
}

.cf-home-scene-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.8rem;
    width: 100%;
    padding: 0.95rem 1rem 1.05rem;
}

.cf-home-scene-card-brand {
    width: auto;
    max-width: 126px;
    max-height: 30px;
    filter: drop-shadow(0 12px 22px rgba(4, 8, 20, 0.35));
}

.cf-home-point-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.68rem;
    max-width: 18.5rem;
}

.cf-home-point-list li {
    position: relative;
    padding-left: 1.35rem;
    color: rgba(247, 241, 232, 0.84);
    font-size: 0.88rem;
    line-height: 1.42;
}

.cf-home-point-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--cf-theme-accent), var(--cf-theme-highlight));
}

.cf-home-note {
    max-width: none;
    margin-top: 1rem;
    padding: 0.9rem 1rem 0.95rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(10, 15, 28, 0.32);
    box-shadow: 0 18px 36px rgba(4, 8, 20, 0.14);
}

.cf-home-note strong {
    display: block;
    color: #ffffff;
    font-size: 0.94rem;
    margin-bottom: 0.45rem;
}

.cf-home-trust {
    margin-top: 2.35rem;
    text-align: center;
}

.cf-home-trust-title {
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    color: #ffffff;
    font-size: clamp(1.25rem, 2.2vw, 1.7rem);
    margin-bottom: 1.1rem;
}

.cf-home-trust-title::before,
.cf-home-trust-title::after {
    content: "";
    width: clamp(4rem, 10vw, 8rem);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
}

.cf-home-trust-title::after {
    transform: scaleX(-1);
}

.cf-home-partners {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    align-items: center;
    gap: 2.2rem 3.6rem;
    max-width: none;
    margin: 0 auto;
}

.cf-home-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.8rem;
    padding: 0.2rem 0;
}

.cf-home-partner img {
    width: 100%;
    max-width: 340px;
    max-height: 118px;
    object-fit: contain;
}

.cf-home-cta {
    margin-top: 2.45rem;
    padding: 2.4rem 0 0;
    text-align: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.cf-home-cta h2,
.cf-home-cta p,
.cf-home-cta-actions {
    position: relative;
    z-index: 1;
}

.cf-home-cta h2 {
    max-width: 14ch;
    margin: 0 auto 0.9rem;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.6vw, 2.1rem);
    line-height: 1.03;
}

.cf-home-cta p {
    max-width: 40rem;
    margin: 0 auto;
}

.cf-home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

@media (max-width: 1199px) {
    .cf-home > .container {
        max-width: 1080px;
    }

    .cf-home-hero {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        gap: 1.4rem;
        min-height: 27rem;
    }

    .cf-home-hero-visual {
        min-height: 24rem;
    }

    .cf-home-hero-scene {
        max-width: 21rem;
        min-height: 24rem;
    }

    .cf-home-hero-character {
        width: min(100%, 12.4rem);
        right: 0.8rem;
    }

    .cf-home-health-case {
        min-height: 22rem;
    }

    .cf-home-health-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem;
    }

    .cf-home-partners {
        gap: 1.8rem 2.6rem;
    }
}

@media (max-width: 991px) {
    .cf-home {
        padding-top: 7rem;
    }

    .cf-home-hero {
        grid-template-columns: minmax(0, 1fr) minmax(185px, 250px);
        gap: 0.75rem;
        min-height: 24rem;
        padding-bottom: 0.1rem;
    }

    .cf-home-hero-title {
        font-size: clamp(1.75rem, 4.8vw, 2.5rem);
    }

    .cf-home-hero-visual {
        min-height: 18rem;
        justify-content: flex-end;
        margin-bottom: -0.02rem;
    }

    .cf-home-hero-visual::before {
        right: 50%;
        transform: translateX(50%);
    }

    .cf-home-hero-visual::after {
        right: 50%;
        transform: translateX(50%);
    }

    .cf-home-hero-scene {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        max-width: 15rem;
        min-height: 18rem;
    }

    .cf-home-hero-scene::after {
        left: auto;
        right: 0.55rem;
        bottom: 0;
        transform: none;
    }

    .cf-home-hero-character {
        position: relative;
        width: min(100%, 9.7rem);
        right: auto;
        bottom: -0.14rem;
    }

    .cf-home-health-grid {
        grid-template-columns: 1fr;
        gap: 1.3rem;
    }

    .cf-home-project-slide-grid {
        grid-template-columns: 1fr;
    }

    .cf-home-project-slide {
        min-height: 20rem;
    }

    .cf-home-trust-title::before,
    .cf-home-trust-title::after {
        width: 4rem;
    }

    .cf-home-partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.45rem 2rem;
    }
}

@media (max-width: 899px) {
    .cf-home-hero {
        grid-template-columns: minmax(0, 1fr) minmax(155px, 205px);
        min-height: 19.5rem;
        gap: 0.55rem;
        padding-bottom: 0;
    }

    .cf-home-hero-copy {
        max-width: none;
        padding-bottom: 0;
    }

    .cf-home-hero-visual {
        min-height: 16.75rem;
        justify-content: flex-end;
        align-self: end;
        margin-bottom: -0.02rem;
        padding-top: 0;
    }

    .cf-home-hero-scene {
        max-width: 12.5rem;
        min-height: 16.75rem;
    }

    .cf-home-hero-character {
        width: min(100%, 8.7rem);
        bottom: -0.14rem;
    }

    .cf-home-health-case,
    .cf-home-health-aside,
    .cf-home-project-slide {
        min-height: 18.5rem;
    }

    .cf-home-project-slide-body {
        max-width: 22rem;
    }
}

@media (max-width: 767px) {
    body.cf-theme.cf-home-shell {
        background-size: auto, auto, auto, cover, auto;
        background-position: center top, 18% 16%, 82% 14%, center top, center top;
    }

    .cf-home {
        padding-top: 5.9rem;
    }

    .cf-home-canvas {
        padding: 0.9rem 0.95rem 2.2rem;
    }

    .cf-home-hero-title {
        font-size: clamp(1.75rem, 9vw, 2.5rem);
    }

    .cf-home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 0.7rem;
        padding-bottom: 0.15rem;
    }

    .cf-home-hero-subtitle {
        font-size: 0.88rem;
    }

    .cf-home-hero-visual {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        min-height: 12.4rem;
        margin-bottom: -0.04rem;
        padding: 0;
    }

    .cf-home-hero-scene {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        max-width: 12.6rem;
        min-height: 12.4rem;
        margin: 0 auto;
    }

    .cf-home-hero-scene::after {
        left: 50%;
        right: auto;
        bottom: 0;
        width: 6.8rem;
        height: 1.6rem;
        transform: translateX(-50%);
    }

    .cf-home-hero-visual::before {
        right: 50%;
        top: 0.8rem;
        width: 9rem;
        height: 9rem;
        transform: translateX(50%);
    }

    .cf-home-hero-visual::after {
        right: 50%;
        bottom: 0;
        width: 8rem;
        height: 1.9rem;
        transform: translateX(50%);
    }

    .cf-home-hero-character {
        position: absolute;
        left: 50%;
        right: auto;
        bottom: -0.12rem;
        width: min(100%, 8.35rem);
        transform: translateX(-47%);
    }

    .cf-home-section-header-services {
        align-items: flex-start;
        flex-direction: column;
    }

    .cf-home-health-showcase-intro {
        max-width: none;
    }

    .cf-home-health-case,
    .cf-home-health-aside {
        min-height: 17rem;
        padding: 1rem;
    }

    .cf-home-project-slide {
        min-height: 17rem;
    }

    .cf-home-project-slide-body,
    .cf-home-health-case-body {
        max-width: none;
    }

    .cf-home-projects-carousel-controls {
        justify-content: flex-start;
    }

    .cf-home-partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 1.1rem;
    }

    .cf-home-partner img {
        max-width: 240px;
        max-height: 84px;
    }

    .cf-home-cta {
        padding-top: 3.2rem;
    }
}

@media (max-width: 575px) {
    .cf-home-partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
    }

    .cf-home-partner img {
        max-width: 180px;
        max-height: 62px;
    }
}
