.artemis-card{--color:#0E666A;--icon-bg:#F07E14;--prices-bg:#eef5f6;display:grid;grid-template-columns:minmax(175px,220px) minmax(0,1fr) minmax(220px,250px);gap:0 1.5rem;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 30px rgba(14,102,106,.10);color:var(--color)}
.artemis-card *{box-sizing:border-box}.artemis-card__image{position:relative;min-width:0;min-height:100%;overflow:hidden}.artemis-card__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.artemis-card__content{padding:2.5rem 0rem}.artemis-card__header{margin-bottom:1.5rem}.artemis-card__eyebrow{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.04em;font-size:.9rem}.artemis-card__header h2{margin:0 0 .4rem;color:var(--color);font-size:clamp(2rem,3vw,2.6rem);line-height:1.1}.artemis-card__eyebrow{text-align: left !important;}.artemis-card__header>p:last-child{margin:0;text-align:left;line-height:1.5}.artemis-card__items{display:flex;flex-direction:column;gap:1.55rem}.artemis-treatment{display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:1rem}.artemis-treatment__icon{display:flex;align-items:center;justify-content:center;width:68px;height:68px;background:var(--icon-bg);border-radius:50%}.artemis-treatment__icon svg{width:31px;height:31px;fill:none;stroke:#000;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}.artemis-treatment__text h3{margin:0 0 .12rem;color:var(--color);font-size:1.2rem;line-height:1.25}.artemis-treatment__text p{margin:0;color:var(--color);font-size:1.1rem;line-height:1.35}.artemis-card__extra{margin-top:2.5rem}.artemis-card__extra p{margin:.5rem 0;}.artemis-card__prices{align-self:center;margin-right:1.5rem;padding:1.8rem 1.5rem;background:var(--prices-bg);border-radius:16px;color:var(--color)}.artemis-card__prices h2{margin:0 0 1.5rem;color:var(--color);font-size:1.8rem;font-weight:400}.artemis-prices__list{margin-bottom:3rem}.artemis-price{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;padding:.5rem 0;border-bottom:2px solid rgba(14, 102, 106, .30)}.artemis-price span{font-size:1.05rem;line-height:1.25}.artemis-price strong{margin-left:auto;white-space:nowrap}.artemis-prices__appointment{display:flex;align-items:center;gap:1rem}.artemis-prices__appointment svg{width:32px;height:32px;flex:0 0 auto;fill:none;stroke:var(--color);stroke-width:1.3}.artemis-prices__appointment p{margin:0;text-align:left;font-size:.95rem}
@media(max-width:1000px){.artemis-card{display:flex;flex-direction:column;width:100%;margin:0;border-radius:0;box-shadow:none;overflow:visible}.artemis-card__image{
        display:block;
        width:100%;
        aspect-ratio:1 / 1;
        min-height:0;
        overflow:hidden;
    }

    .artemis-card__image img{
        position:static;
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
    }.artemis-card__content{padding:2rem 1.25rem}.artemis-card__items{gap:2rem}.artemis-card__prices{width:100%;margin:0;padding:1rem 1.25rem 2.5rem;background:transparent;border-radius:0}.artemis-prices__list{margin-bottom:2rem}.artemis-price{padding:.9rem 0}.artemis-treatment__icon{width: 54px;height: 54px;}.artemis-treatment{align-items: start;}}
@media(max-width:420px){.artemis-treatment{grid-template-columns:48px minmax(0,1fr);gap:.5rem}.artemis-treatment__icon{width:48px;height:48px}.artemis-treatment__icon svg{width:26px;height:26px}}
