.ananda-care-hero,
.ananda-care-hero *{
    box-sizing:border-box;
}

.ananda-care-hero{
    width:100%;
    padding:24px 0;
    background:#fbfaf6;
    overflow:hidden;
    font-family:var(--e-global-typography-text-font-family, Inter, Arial, sans-serif);
}

.ananda-care-hero__inner{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding-left:24px;
    padding-right:24px;
    box-sizing:border-box;
}

.ananda-care-hero__box{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,48%) minmax(0,1fr);
    gap:0;
    align-items:stretch;
    overflow:hidden;
    border:1px solid rgba(73,111,61,.16);
    border-radius:16px;
    background:linear-gradient(90deg,#fffdf7 0%,#fffaf0 43%,#ffffff 52%,#ffffff 100%);
    box-shadow:0 16px 42px rgba(35,49,32,.10);
}

.ananda-care-hero--reverse .ananda-care-hero__content{
    order:2;
}

.ananda-care-hero--reverse .ananda-care-hero__image-wrap{
    order:1;
}

.ananda-care-hero__content{
    position:relative;
    z-index:2;
    min-width:0;
    padding:56px 64px 56px 72px;
    background:linear-gradient(100deg,rgba(255,255,255,.96) 0%,rgba(255,253,246,.95) 58%,rgba(255,250,238,.72) 100%);
}

.ananda-care-hero__leaf{
    position:absolute;
    top:42px;
    left:22px;
    width:86px;
    height:118px;
    opacity:.16;
    pointer-events:none;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    background-image:url("data:image/svg+xml,%3Csvg width='112' height='150' viewBox='0 0 112 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%232F7427' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M78 145C54 106 49 74 62 46C71 26 87 13 107 4C107 30 95 50 73 63'/%3E%3Cpath d='M61 47C39 32 22 20 5 11C9 35 24 49 52 54'/%3E%3Cpath d='M61 79C39 68 22 62 6 59C14 80 30 91 58 88'/%3E%3Cpath d='M69 108C47 104 29 106 13 112C29 128 48 130 71 117'/%3E%3Cpath d='M74 64C91 60 101 53 108 42C91 39 80 46 69 60'/%3E%3Cpath d='M67 94C86 93 98 86 108 73C91 70 77 76 66 91'/%3E%3C/g%3E%3C/svg%3E");
}

.ananda-care-hero--no-leaf .ananda-care-hero__leaf{
    display:none;
}

.ananda-care-hero__breadcrumb{
    position:relative;
    z-index:2;
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin:0 0 76px;
    padding:8px 18px;
    border-radius:999px;
    background:#eef6e9;
    color:#2e7427;
    font-size:14px;
    line-height:1;
    font-weight:800;
    box-shadow:0 4px 18px rgba(47,116,39,.04);
}

.ananda-care-hero__breadcrumb a{
    color:#2e7427;
    text-decoration:none;
}

.ananda-care-hero__breadcrumb a:hover{
    text-decoration:underline;
}

.ananda-care-hero__breadcrumb-separator{
    color:#2e7427;
    font-size:20px;
    line-height:10px;
    font-weight:800;
}

.ananda-care-hero__breadcrumb-current{
    color:#2e7427;
}

.ananda-care-hero__title{
    margin:0 0 34px;
    color:#06110d;
    font-family:var(--e-global-typography-primary-font-family, Georgia, 'Times New Roman', serif);
    font-size:64px;
    line-height:.98;
    font-weight:800;
    letter-spacing:-.045em;
}

.ananda-care-hero__subtitle{
    margin:0 0 28px;
    color:#2d6e27;
    font-size:28px;
    line-height:1.22;
    font-weight:800;
    letter-spacing:-.02em;
}

.ananda-care-hero__description{
    max-width:640px;
    margin:0;
    color:#414141;
    font-size:18px;
    line-height:1.72;
    font-weight:600;
}

.ananda-care-hero__features{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    margin-top:56px;
}

.ananda-care-hero__feature{
    min-width:0;
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:22px;
    padding:24px 28px;
    border:1px solid rgba(73,111,61,.16);
    border-radius:12px;
    background:rgba(255,255,255,.88);
    box-shadow:0 12px 26px rgba(27,44,21,.08);
}

.ananda-care-hero__feature-icon{
    width:66px;
    min-width:66px;
    height:66px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#2f7427;
}

.ananda-care-hero__feature-icon i{
    font-size:38px;
    line-height:1;
}

.ananda-care-hero__feature-icon svg{
    width:38px;
    height:38px;
    display:block;
    fill:currentColor;
}

.ananda-care-hero__feature-title{
    margin:0 0 10px;
    color:#2d6e27;
    font-size:18px;
    line-height:1.22;
    font-weight:900;
}

.ananda-care-hero__feature-text{
    margin:0;
    color:#222;
    font-size:15px;
    line-height:1.48;
    font-weight:700;
}

.ananda-care-hero__image-wrap{
    position:relative;
    min-height:560px;
    overflow:hidden;
    background:#f5efe6;
}

.ananda-care-hero__image-wrap img{
    width:100%;
    height:100%;
    min-height:inherit;
    display:block;
    object-fit:cover;
    object-position:center center;
}

.ananda-care-hero--reverse .ananda-care-hero__image-wrap,
.ananda-care-hero--reverse .ananda-care-hero__image-wrap img{
    border-radius:16px 0 0 16px;
}

@media(max-width:1200px){
    .ananda-care-hero__content{
        padding:44px 42px;
    }
    .ananda-care-hero__title{
        font-size:54px;
    }
    .ananda-care-hero__subtitle{
        font-size:24px;
    }
    .ananda-care-hero__description{
        font-size:16px;
    }
    .ananda-care-hero__feature{
        gap:16px;
        padding:20px;
    }
    .ananda-care-hero__image-wrap{
        min-height:520px;
    }
}

@media(max-width:1024px){
    .ananda-care-hero__inner{
        width:calc(100% - 44px);
    }
    .ananda-care-hero__box{
        grid-template-columns:1fr;
    }
    .ananda-care-hero--reverse .ananda-care-hero__content,
    .ananda-care-hero--reverse .ananda-care-hero__image-wrap{
        order:initial;
    }
    .ananda-care-hero__breadcrumb{
        margin-bottom:44px;
    }
    .ananda-care-hero__features{
        margin-top:38px;
    }
    .ananda-care-hero__image-wrap{
        min-height:440px;
    }
    .ananda-care-hero__image-wrap,
    .ananda-care-hero__image-wrap img{
        border-radius:0 0 16px 16px;
    }
}

@media(max-width:767px){
    .ananda-care-hero{
        padding:16px 0;
    }
    .ananda-care-hero__inner{
        width:calc(100% - 28px);
    }
    .ananda-care-hero__content{
        padding:30px 22px 28px;
    }
    .ananda-care-hero__leaf{
        width:64px;
        height:90px;
        top:20px;
        left:8px;
    }
    .ananda-care-hero__breadcrumb{
        margin-bottom:34px;
        padding:7px 14px;
        gap:8px;
        font-size:12px;
    }
    .ananda-care-hero__title{
        margin-bottom:24px;
        font-size:42px;
        line-height:1.02;
    }
    .ananda-care-hero__subtitle{
        margin-bottom:20px;
        font-size:21px;
    }
    .ananda-care-hero__description{
        font-size:15px;
        line-height:1.62;
    }
    .ananda-care-hero__features{
        grid-template-columns:1fr;
        gap:16px;
        margin-top:30px;
    }
    .ananda-care-hero__feature{
        grid-template-columns:auto 1fr;
        gap:14px;
        padding:18px;
    }
    .ananda-care-hero__feature-icon{
        width:52px;
        min-width:52px;
        height:52px;
    }
    .ananda-care-hero__feature-icon i{
        font-size:30px;
    }
    .ananda-care-hero__feature-icon svg{
        width:30px;
        height:30px;
    }
    .ananda-care-hero__feature-title{
        font-size:16px;
    }
    .ananda-care-hero__feature-text{
        font-size:13px;
    }
    .ananda-care-hero__image-wrap{
        min-height:300px;
    }
}
