.bsmd-home-hero {
    padding: 90px 0;
    background: linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
    overflow: hidden;
}

.bsmd-hero-content h1 {
    font-size: clamp(26px, 5vw, 45px);
    line-height: .95;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #112b32;
    margin: 18px 0 24px;
}

.bsmd-hero-content h1 span {
    color: var(--c-teal);
}

.bsmd-dynamic-line {
    font-size: .45em;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 5%;
}

.bsmd-hero-content p {
    max-width: 400px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--muted);
    margin-bottom: 28px;
}

.bsmd-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf8ef;
    color: #13a8a2;
    font-size: 10px;
    font-weight: 700;
}

.bsmd-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--c-teal-xdark);
    color: #fff;
    text-decoration: none;
    padding: 15px 24px;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(17, 43, 50, .18);
}

.bsmd-hero-btn:hover {
    background: #13a8a2;
    color: #fff;
    transform: translateY(-2px);
}

.bsmd-hero-trust {
    display: flex;
    gap: 18px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.bsmd-hero-trust div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: center;
}

.bsmd-hero-trust i {
    color: var(--c-teal);
}

.bsmd-hero-visual {
    position: relative;
    min-height: 560px;
}

.bsmd-care-card {
    position: absolute;
    width: 255px;
    min-height: 210px;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 24px 60px rgba(24, 44, 52, .12);
    transition: .25s ease;
    background: var(--c-teal);
    background: linear-gradient(142deg, var(--c-stone), var(--card-bg-color) 70%);    
}

.bsmd-care-card:hover {
    transform: translateY(-8px) rotate(0deg);
}

.bsmd-care-card h3 {
    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--c-charcoal);
    margin: 14px 0 0;
}

.bsmd-card-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--c-charcoal);
    font-family: "Lato", sans-serif;
    line-height: .95;
    font-weight: 800;
}

.bsmd-care-card i {
    position: absolute;
    left: 24px;
    bottom: 22px;
    font-size: 18px;
    color: var(--card-bg-color);
    border-radius: 50%;
    background: #eaf8ef;
    padding: 4% 4% 3%;
    box-shadow: 0px 0px 2px 1px rgb(66 68 69 / 16%);
}

.bsmd-care-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--card-bg-image) bottom right / 50% auto no-repeat;
    pointer-events: none;
    background-position-x: 140px;
    background-position-y: 65px;
}
.card-1 {
    top: 20px;
    left: 60px;
    transform: rotate(-4deg);
}

.card-2 {
    top: 0;
    right: 60px;
    transform: rotate(5deg);
}

.card-3 {
    top: 220px;
    left: 110px;
    transform: rotate(4deg);
}

.card-4 {
    top: 220px;
    right: 15px;
    transform: rotate(-5deg);
}

.bsmd-question-card {
    position: absolute;
    left: 48%;
    bottom: 58px;
    transform: translateX(-50%);
    width: min(420px, 90%);
    background: #fff;
    border-radius: 22px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 22px 50px rgba(24, 44, 52, .14);
}

.bsmd-question-card > i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf8ef;
    color: #13a8a2;
    display: grid;
    place-items: center;
}

.bsmd-question-card strong,
.bsmd-question-card span {
    display: block;
}

.bsmd-question-card strong {
    font-size: 14px;
    color: #112b32;
}

.bsmd-question-card span {
    font-size: 13px;
    color: #6a7a80;
}

.bsmd-question-card a {
    margin-left: auto;
    color: #112b32;
}

.bsmd-hero-content h1 span.bsmd-type-target {
    color: var(--c-smoke);
    display: inline-block;
    min-width: 3.8em;
    transition: color .2s ease;
}

.bsmd-hero-content h1 span.bsmd-type-target::after {
    content: '|';
    display: inline-block;
    margin-left: 2px;
    animation: bsmdCursorBlink .8s infinite;
    opacity: .8;
}

@keyframes bsmdCursorBlink {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

@media (max-width: 991px) {
    .bsmd-home-hero {
        padding: 60px 0 20px;
    }

    .bsmd-hero-visual {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .bsmd-care-card,
    .bsmd-question-card {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .bsmd-care-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--card-bg-image) bottom right / 40% auto no-repeat;
        pointer-events: none;
        background-position-x: 100%;
        background-position-y: 90%;
    }

    .bsmd-question-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .bsmd-hero-visual {
        grid-template-columns: 1fr 1fr;
    }

    .bsmd-question-card {
        grid-column: auto;
    }

    .bsmd-care-card {
        min-height: 180px;
        padding: 16px;
    }
}