:root {
    --ava-neutral-0: #f8fafc;
    --ava-neutral-100: #f1f5f9;
    --ava-neutral-200: #e2e8f0;
    --ava-neutral-300: #cad5e2;
    --ava-neutral-400: #90a1b9;
    --ava-neutral-500: #62748e;
    --ava-neutral-600: #45556c;
    --ava-neutral-700: #314158;
    --ava-neutral-800: #1d293d;
    --ava-neutral-900: #0f172b;
    --ava-primary-200: #e8e8f3;
    --ava-primary-400: #bbbbda;
    --ava-primary-1000: #32348f;
    --ava-secondary-900: #5fa8ab;
    --ava-dark: #141b34;
    --ava-container: 1200px;
    --ava-radius-sm: 8px;
    --ava-radius-md: 18px;
    --ava-radius-lg: 24px;
    --ava-radius-xl: 32px;
    --ava-radius-hero: 40px;
    --ava-shadow: 0 18px 40px rgba(15, 23, 43, .06);
    --ava-font: "Yekan Bakh FaNum", "Yekan Bakh", "Vazirmatn", "IRANSans", Tahoma, Arial, sans-serif;
}

@font-face {
    font-family: "Yekan Bakh FaNum";
    src: url("../fonts/yekan-bakh-fanum/YekanBakhFaNum-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Yekan Bakh FaNum";
    src: url("../fonts/yekan-bakh-fanum/YekanBakhFaNum-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Yekan Bakh FaNum";
    src: url("../fonts/yekan-bakh-fanum/YekanBakhFaNum-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Yekan Bakh FaNum";
    src: url("../fonts/yekan-bakh-fanum/YekanBakhFaNum-SemiBold.woff2") format("woff2");
    font-weight: 500 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Yekan Bakh FaNum";
    src: url("../fonts/yekan-bakh-fanum/YekanBakhFaNum-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Yekan Bakh FaNum";
    src: url("../fonts/yekan-bakh-fanum/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Yekan Bakh FaNum";
    src: url("../fonts/yekan-bakh-fanum/YekanBakhFaNum-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Yekan Bakh FaNum";
    src: url("../fonts/yekan-bakh-fanum/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
    font-weight: 950 1000;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: var(--ava-neutral-800);
    font-family: var(--ava-font);
    font-size: 14px;
    line-height: 28px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

bdi,
[dir="ltr"],
.ltr {
    direction: ltr;
    unicode-bidi: isolate;
}

.ava-icon {
    display: block;
    width: var(--icon-size, auto);
    height: var(--icon-size, auto);
    flex: 0 0 auto;
    object-fit: contain;
}

:focus-visible {
    outline: 3px solid rgba(95, 168, 171, .42);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    z-index: 9999;
    padding: 10px 14px;
    border-radius: 12px;
    background: var(--ava-primary-1000);
    color: #fff;
    transform: translateY(-140%);
}

.skip-link:focus {
    transform: none;
}

.ava-container {
    width: min(calc(100% - 240px), var(--ava-container));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    inset-block-start: 0;
    z-index: 100;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
}

.site-header__inner {
    height: 96px;
    display: flex;
    align-items: center;
    gap: 32px;
    padding-block: 20px;
}

.brand-logo {
    width: 189px;
    min-width: 189px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding-inline: 8px 12px;
    border-radius: 20px;
    background: #fff;
    color: var(--ava-primary-1000);
    font-weight: 950;
    box-shadow: 0 14px 30px rgba(29, 30, 97, .06);
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-logo__mark {
    position: relative;
    width: 43px;
    height: 24px;
    flex: 0 0 43px;
}

.brand-logo__mark span {
    position: absolute;
    inset-block-end: 0;
    width: 12px;
    height: 24px;
    background: linear-gradient(145deg, #32348f, #5b66bf);
    clip-path: polygon(50% 0, 100% 100%, 70% 100%, 50% 52%, 30% 100%, 0 100%);
}

.brand-logo__mark span:nth-child(1) { inset-inline-end: 0; }
.brand-logo__mark span:nth-child(2) { inset-inline-end: 15px; background: linear-gradient(145deg, #5fa8ab, #32348f); }
.brand-logo__mark span:nth-child(3) { inset-inline-end: 30px; }

.brand-logo__text {
    white-space: nowrap;
}

.site-nav {
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 0;
    direction: ltr;
    color: var(--ava-neutral-500);
}

.site-nav a {
    position: relative;
    min-height: 52px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    direction: rtl;
    padding-inline: 18px;
    color: var(--ava-primary-1000);
}

.site-nav a + a {
    border-inline-start: 1px solid var(--ava-primary-200);
}

.site-nav a span {
    color: var(--ava-primary-400);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.site-nav a strong {
    color: #1d1e61;
    font-size: 16px;
    line-height: 26px;
    font-weight: 850;
}

.site-nav a.is-active {
    color: var(--ava-primary-1000);
}

.site-nav a.is-active:after {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    inset-block-end: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ava-secondary-900);
    transform: translateX(-50%);
}

.site-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-inline-start: auto;
}

.site-header__actions .btn-ava--primary {
    width: 165px;
}

.site-header__actions .btn-ava--light {
    width: 135px;
}

.btn-ava,
.icon-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    min-height: 56px;
    border-radius: 18px;
    font-weight: 850;
    white-space: nowrap;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.btn-ava {
    padding-inline: 20px;
    gap: 8px;
}

.btn-ava--primary {
    color: #fff;
    background: var(--ava-secondary-900);
    box-shadow: 0 12px 32px rgba(95, 168, 171, .32);
}

.btn-ava--navy {
    color: #fff;
    background: var(--ava-primary-1000);
}

.btn-ava--light {
    color: var(--ava-neutral-600);
    background: #fff;
    border: 1px solid var(--ava-primary-200);
    box-shadow: 0 12px 32px rgba(226, 232, 240, .40);
}

.btn-ava--full {
    width: 100%;
}

.icon-control {
    width: 56px;
    color: var(--ava-primary-1000);
    background: #fff;
    border: 1px solid var(--ava-primary-200);
}

.icon-control--menu {
    flex-direction: column;
    gap: 4px;
}

.icon-control--menu > span {
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.mobile-drawer {
    position: fixed;
    inset-block-start: 0;
    inset-inline-end: 0;
    z-index: 130;
    width: min(360px, 88vw);
    height: 100dvh;
    padding-block: 18px;
    border-inline-start: 1px solid var(--ava-neutral-200);
    background: #fff;
    box-shadow: -24px 0 48px rgba(15, 23, 43, .12);
}

.mobile-drawer__close {
    width: 44px;
    height: 44px;
    margin-block-end: 14px;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 16px;
    background: #fff;
}

.mobile-drawer a {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-block-end: 1px solid var(--ava-neutral-100);
    color: var(--ava-neutral-700);
    font-weight: 800;
}

.mobile-drawer a.is-active {
    color: var(--ava-primary-1000);
}

.page-hero,
.section-band {
    padding-block: 56px;
}

.section-band--soft {
    background: var(--ava-neutral-0);
}

.section-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-block-end: 24px;
}

.section-title-row p {
    margin: 0 0 4px;
    color: var(--ava-neutral-500);
    font-size: 13px;
}

.section-title-row h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ava-neutral-800);
    font-size: 24px;
    line-height: 40px;
    font-weight: 950;
}

.section-title-row h2 span {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(95, 168, 171, .14);
    color: var(--ava-secondary-900);
}

.section-title-row--light p,
.section-title-row--light h2 {
    color: #fff;
}

.section-title-row--light h2 span {
    background: var(--ava-primary-1000);
    color: #fff;
}

.hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    direction: ltr;
}

.hero-main,
.promo-card {
    direction: rtl;
    position: relative;
    overflow: hidden;
    border-radius: var(--ava-radius-hero);
}

.hero-main {
    min-height: 408px;
    display: flex;
    align-items: center;
    padding: 62px 72px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(29,30,97,.86), rgba(29,30,97,.58)),
        url("../images/hero-medical.jpg") center / cover no-repeat,
        linear-gradient(116deg, rgba(95,168,171,.92) 0 16%, transparent 16.4%),
        linear-gradient(128deg, transparent 0 24%, rgba(95,168,171,.75) 24.3% 35%, transparent 35.4%),
        linear-gradient(146deg, rgba(29,30,97,.18), rgba(29,30,97,.88)),
        #1d1e61;
    background-size:
        auto,
        cover,
        auto,
        auto,
        auto,
        auto;
    background-position:
        0 0,
        center,
        0 0,
        0 0,
        0 0,
        0 0;
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat;
}

.hero-main:before,
.hero-main:after {
    content: "";
    position: absolute;
    inset-block-start: -70px;
    background: rgba(95, 168, 171, .82);
    transform: skewX(22deg);
}

.hero-main:before {
    inset-inline-end: 86px;
    width: 190px;
    height: 500px;
}

.hero-main:after {
    inset-inline-end: 292px;
    width: 92px;
    height: 360px;
    opacity: .72;
}

.hero-copy {
    position: relative;
    z-index: 1;
    max-width: 470px;
}

.hero-copy:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset-block-start: -98px;
    inset-inline-start: 50px;
    width: 158px;
    height: 108px;
    background: radial-gradient(circle, rgba(255, 255, 255, .72) 0 1.8px, transparent 2px) 0 0 / 12px 12px;
}

.hero-copy p:first-child {
    margin: 0 0 4px;
    color: rgba(255,255,255,.72);
    font-size: 20px;
}

.hero-copy h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 44px;
    line-height: 72px;
    font-weight: 950;
}

.hero-copy p:last-child {
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 16px;
    line-height: 32px;
}

.hero-side {
    display: grid;
    gap: 24px;
}

.promo-card {
    min-height: 192px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 30px;
    border: 1px solid var(--ava-primary-200);
    background:
        linear-gradient(135deg, rgba(255,255,255,.82), rgba(248,250,252,.88)),
        url("../images/promo-medical.jpg") center / cover no-repeat,
        linear-gradient(135deg, rgba(255,255,255,.86), rgba(248,250,252,.94)),
        radial-gradient(circle at 20% 18%, rgba(95,168,171,.22), transparent 36%),
        linear-gradient(135deg, #eef7f7, #fff);
}

.promo-card h2,
.promo-card h3 {
    margin: 0;
    color: var(--ava-neutral-800);
    font-size: 28px;
    line-height: 44px;
    font-weight: 950;
}

.promo-card small {
    position: relative;
    z-index: 1;
    margin-block-end: 4px;
    color: var(--ava-neutral-400);
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}

.festival-band {
    position: relative;
    margin-block-start: 32px;
    padding-block: 44px 54px;
    background: var(--ava-secondary-900);
    color: #fff;
}

.festival-band:before {
    content: "";
    position: absolute;
    inset-block-start: 63px;
    inset-inline: 60px;
    height: 324px;
    border-radius: 32px;
    background: rgba(48, 188, 190, .22);
    pointer-events: none;
}

.festival-band > .ava-container {
    position: relative;
    z-index: 1;
}

.products-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 2px 2px 10px;
    scrollbar-width: none;
    direction: ltr;
}

.products-row::-webkit-scrollbar {
    display: none;
}

.product-slider {
    position: relative;
}

.product-slider__control {
    position: absolute;
    inset-block-start: 50%;
    z-index: 3;
    width: 36px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: var(--ava-primary-1000);
    background: #fff;
    box-shadow: 0 12px 28px rgba(21, 43, 85, .16);
    transform: translateY(-50%);
}

.product-slider__control--prev {
    inset-inline-start: -18px;
}

.product-slider__control--next {
    inset-inline-end: 18px;
}

.product-slider__control--prev .ava-icon {
    transform: rotate(90deg);
}

.product-slider__control--next .ava-icon {
    transform: rotate(-90deg);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.product-card {
    position: relative;
    direction: rtl;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 32px;
    padding: 8px;
    color: inherit;
    text-decoration: none;
    background: #fff;
    box-shadow: var(--ava-shadow);
}

.product-card:focus-visible {
    outline: 3px solid var(--ava-primary-1000);
    outline-offset: -3px;
}

.product-card__body,
.product-card h3,
.product-card__meta,
.product-card__price-panel,
.product-card__footer {
    min-width: 0;
    max-width: 100%;
}

.product-card h3 {
    text-align: right;
    overflow-wrap: anywhere;
}

.products-row .product-card {
    flex: 0 0 calc((100% - 64px) / 5);
    min-width: 212px;
}

.product-card__image {
    position: relative;
    height: 164px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: var(--ava-neutral-0);
}

.product-card__image img {
    width: 82%;
    height: 92%;
    object-fit: contain;
}

.product-card__badge,
.discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: var(--ava-secondary-900);
    font-size: 11px;
    font-weight: 950;
}

.product-card__badge {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 10px;
    min-height: 24px;
    padding-inline: 10px;
}

.product-card__body {
    display: grid;
    gap: 16px;
    padding-block-start: 16px;
}

.product-card__details {
    display: contents;
}

.product-card__category {
    margin: 0;
    color: var(--ava-neutral-500);
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.product-card h3 {
    min-height: 32px;
    margin: 0;
    padding-inline: 16px;
    color: var(--ava-neutral-800);
    font-size: 18px;
    line-height: 32px;
    font-weight: 950;
}

.product-card__meta {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-inline: 16px;
}

.product-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--ava-neutral-500);
    font-size: 13px;
    line-height: 24px;
    direction: ltr;
}

.product-card__review {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ava-neutral-500);
    font-size: 13px;
    line-height: 24px;
    direction: ltr;
}

.product-card__price-panel {
    display: grid;
    gap: 12px;
    min-height: 120px;
    padding: 14px 12px;
    border-radius: 24px;
    background: var(--ava-neutral-0);
}

.product-card__availability {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 56px;
    background: var(--ava-neutral-100);
    color: var(--ava-neutral-600);
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 52px;
    direction: ltr;
}

.product-card__cart {
    position: relative;
    z-index: 2;
    width: 86px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 86px;
    border-radius: 14px;
    color: var(--ava-primary-1000);
    background: var(--ava-neutral-0);
    border: 1px solid var(--ava-primary-1000);
}

.product-card__cart .ava-icon {
    filter: none;
}

.product-card.product-card--unavailable .product-card__footer .product-card__cart {
    border-color: var(--ava-neutral-300);
    color: var(--ava-neutral-400);
    background: var(--ava-neutral-100);
    opacity: .7;
}

.price {
    display: grid;
    justify-items: end;
    gap: 0;
    margin: 0;
    color: var(--ava-neutral-900);
    text-align: end;
    line-height: 1.4;
    white-space: nowrap;
}

.price--card {
    width: 136px;
    min-width: 0;
}

.price__old-row {
    width: 100%;
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    direction: ltr;
}

.price del {
    color: var(--ava-neutral-400);
    font-size: 16px;
    line-height: 30px;
    text-decoration-thickness: 1px;
}

.price strong {
    font-size: 18px;
    line-height: 32px;
    font-weight: 950;
}

.price span {
    color: var(--ava-primary-1000);
    font-size: 13.5px;
    line-height: 24px;
    font-weight: 700;
}

.price .discount-badge {
    min-width: 38px;
    min-height: 20px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-weight: 950;
}

.price__current {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 6px;
    direction: ltr;
}

.price--detail {
    margin-inline-start: 0;
    text-align: start;
}

.price--detail strong {
    font-size: 18px;
}

.price--detail span {
    font-size: 12px;
}

.category-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.category-card {
    min-height: 148px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 18px;
    border-radius: var(--ava-radius-xl);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(50,52,143,.34), rgba(50,52,143,.84)),
        linear-gradient(115deg, var(--ava-secondary-900) 0 28%, transparent 28.5%),
        var(--ava-primary-1000);
    font-size: 24px;
    line-height: 40px;
    font-weight: 950;
    text-align: center;
}

.category-card:nth-child(even) {
    background:
        linear-gradient(135deg, rgba(95,168,171,.20), rgba(95,168,171,.86)),
        linear-gradient(115deg, var(--ava-primary-1000) 0 28%, transparent 28.5%),
        var(--ava-secondary-900);
}

.breadcrumbs {
    padding-block: 24px 8px;
    color: var(--ava-neutral-500);
    font-size: 13px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs li + li:before {
    content: "/";
    margin-inline-end: 8px;
    color: var(--ava-neutral-300);
}

.plp-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-block-end: 18px;
}

.plp-layout {
    display: grid;
    grid-template-columns: 282px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.plp-sidebar {
    min-width: 0;
}

.plp-content {
    min-width: 0;
}

.plp-content .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plp-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-block-end: 24px;
}

.plp-head .section-title-row {
    margin: 0;
}

.plp-head p {
    margin: 6px 44px 0 0;
    color: var(--ava-neutral-500);
    font-size: 13px;
}

.filter-panel,
.content-panel,
.spec-card,
.faq-card {
    border: 1px solid var(--ava-neutral-200);
    border-radius: var(--ava-radius-lg);
    background: #fff;
    box-shadow: var(--ava-shadow);
}

.filter-panel {
    padding: 22px;
}

.filter-promo {
    margin-block-start: 18px;
    padding: 20px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(29, 30, 97, .94), rgba(50, 52, 143, .86)),
        url("../images/promo-medical.jpg") center / cover no-repeat;
    color: #fff;
}

.filter-promo span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, .14);
}

.filter-promo h3 {
    margin: 16px 0 8px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 950;
}

.filter-promo p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 26px;
}

.filter-promo a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 18px;
    border-radius: 14px;
    background: #fff;
    color: var(--ava-primary-1000);
    font-size: 13px;
    font-weight: 950;
}

.filter-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-block-end: 18px;
}

.filter-panel__reset {
    border: 0;
    background: transparent;
    color: var(--ava-neutral-500);
    font-size: 12px;
    font-weight: 800;
}

.filter-group {
    margin: 0;
    padding: 18px 0;
    border: 0;
    border-block-start: 1px solid var(--ava-neutral-100);
}

.filter-group legend {
    float: none;
    width: auto;
    margin: 0 0 12px;
    color: var(--ava-neutral-800);
    font-size: 14px;
    line-height: 28px;
    font-weight: 950;
}

.filter-panel h2,
.content-panel h2,
.spec-card h2,
.faq-card h2 {
    margin: 0 0 16px;
    color: var(--ava-neutral-800);
    font-size: 18px;
    line-height: 32px;
    font-weight: 950;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--ava-neutral-600);
    font-size: 13px;
    line-height: 26px;
    cursor: pointer;
}

.filter-option input {
    position: absolute;
    opacity: 0;
    inline-size: 1px;
    block-size: 1px;
}

.filter-option__control {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--ava-neutral-300);
    border-radius: 7px;
    background: #fff;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.filter-option input:checked + .filter-option__control {
    border-color: var(--ava-secondary-900);
    background: var(--ava-secondary-900);
}

.filter-option input:checked + .filter-option__control:after {
    content: "";
    width: 9px;
    height: 5px;
    border-block-end: 2px solid #fff;
    border-inline-start: 2px solid #fff;
    transform: rotate(-45deg);
}

.filter-option input:focus-visible + .filter-option__control {
    box-shadow: 0 0 0 4px rgba(95, 168, 171, .22);
}

.ava-select {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ava-neutral-500);
    font-size: 13px;
    font-weight: 800;
}

.ava-select select,
.ava-input,
.newsletter-input {
    min-height: 44px;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 16px;
    background-color: #fff;
    color: var(--ava-neutral-800);
    padding-block: 0;
    padding-inline: 16px 42px;
    font-size: 13px;
    font-weight: 800;
    line-height: 26px;
}

.ava-select select {
    min-width: 156px;
    appearance: none;
    background-image: url("../icons/figma/icon-13.svg");
    background-repeat: no-repeat;
    background-position: left 14px center;
    background-size: 14px;
}

.ava-select--compact select {
    min-width: 126px;
}

.price-range {
    display: grid;
    gap: 16px;
}

.price-range__values,
.price-range__inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ava-neutral-500);
    font-size: 12px;
    font-weight: 850;
}

.price-range__slider {
    position: relative;
    height: 34px;
}

.price-range__track,
.price-range__fill {
    position: absolute;
    inset-inline: 0;
    inset-block-start: 16px;
    height: 4px;
    border-radius: 999px;
}

.price-range__track {
    background: var(--ava-neutral-200);
}

.price-range__fill {
    background: var(--ava-secondary-900);
    inset-inline-start: var(--range-start, 0%);
    inset-inline-end: var(--range-end, 0%);
}

.price-range input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 34px;
    margin: 0;
    appearance: none;
    background: transparent;
    pointer-events: none;
}

.price-range input[type="range"]::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    appearance: none;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--ava-secondary-900);
    box-shadow: 0 4px 12px rgba(95, 168, 171, .34);
    pointer-events: auto;
}

.price-range input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--ava-secondary-900);
    box-shadow: 0 4px 12px rgba(95, 168, 171, .34);
    pointer-events: auto;
}

.price-range__inputs label {
    flex: 1;
    display: grid;
    gap: 6px;
}

.price-range__inputs .ava-input {
    width: 100%;
    padding-inline: 12px;
    text-align: center;
}

.pagination-ava {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-block-start: 32px;
}

.pagination-ava a,
.pagination-ava span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 14px;
    background: #fff;
    color: var(--ava-neutral-600);
    font-weight: 850;
}

.pagination-ava .is-active {
    color: #fff;
    background: var(--ava-primary-1000);
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.gallery-card {
    min-width: 0;
    border: 1px solid var(--ava-neutral-200);
    border-radius: var(--ava-radius-xl);
    background: #fff;
    padding: 16px;
}

.gallery-main {
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: var(--ava-neutral-0);
}

.gallery-main img {
    width: min(78%, 350px);
    height: 86%;
    object-fit: contain;
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-block-start: 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.gallery-thumbs button {
    width: 72px;
    height: 72px;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 18px;
    background: #fff;
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-summary {
    min-width: 0;
    border: 1px solid var(--ava-neutral-200);
    border-radius: var(--ava-radius-xl);
    background: #fff;
    padding: 28px;
}

.product-summary h1,
.page-heading h1,
.page-heading h2 {
    margin: 0 0 16px;
    color: var(--ava-neutral-900);
    font-size: 32px;
    line-height: 52px;
    font-weight: 950;
}

.feature-list {
    display: grid;
    gap: 12px;
    margin: 24px 0;
}

.feature-row,
.spec-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-block-end: 1px solid var(--ava-neutral-100);
    color: var(--ava-neutral-600);
}

.spec-row strong {
    color: var(--ava-neutral-800);
}

.quantity-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 16px;
    overflow: hidden;
}

.quantity-control button,
.quantity-control input {
    width: 44px;
    height: 44px;
    border: 0;
    background: #fff;
    text-align: center;
}

.product-description-card p {
    color: var(--ava-neutral-600);
    font-size: 14px;
    line-height: 30px;
}

.product-description-card p:last-child {
    margin-block-end: 0;
}

.product-reviews {
    border: 1px solid var(--ava-neutral-200);
    border-radius: var(--ava-radius-xl);
    background: #fff;
    padding: 28px;
    box-shadow: var(--ava-shadow);
}

.product-reviews__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-block-end: 20px;
}

.product-reviews__head h2 {
    margin: 0;
    color: var(--ava-neutral-900);
    font-size: 24px;
    line-height: 42px;
    font-weight: 950;
}

.product-reviews__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.review-card {
    min-height: 178px;
    display: grid;
    gap: 16px;
    align-content: start;
    padding: 22px;
    border: 1px solid var(--ava-neutral-100);
    border-radius: 24px;
    background: var(--ava-neutral-0);
}

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

.review-card strong {
    color: var(--ava-neutral-900);
    font-size: 16px;
    line-height: 30px;
    font-weight: 950;
}

.review-card span,
.review-card p {
    color: var(--ava-neutral-500);
    font-size: 13px;
    line-height: 26px;
}

.review-card p {
    margin: 0;
}

.mobile-buy-bar {
    display: none;
}

/* Product detail Figma conformance */
.page-product main {
    background: #fff;
}

.product-detail-hero {
    padding-block: 40px 20px;
}

.page-product .product-detail-grid {
    grid-template-columns: 282px minmax(0, 486px) minmax(0, 384px);
    gap: 24px;
    align-items: start;
    direction: ltr;
}

.product-side-panel {
    direction: rtl;
    display: grid;
    gap: 12px;
}

.page-product .product-summary,
.page-product .gallery-card {
    direction: rtl;
}

.product-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.product-feature-grid article,
.product-color-panel,
.page-product .gallery-card,
.product-copy-card,
.product-benefits-grid article,
.product-spec-table,
.product-comments__form,
.product-comments__list,
.product-why {
    border: 1px solid var(--ava-neutral-200);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--ava-card-shadow);
}

.product-feature-grid article {
    min-height: 92px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 6px;
    padding: 14px 10px;
    text-align: center;
}

.product-feature-grid article strong {
    color: var(--ava-primary-1000);
    font-size: 13px;
    line-height: 24px;
    font-weight: 950;
}

.product-feature-grid article span {
    color: var(--ava-neutral-500);
    font-size: 11px;
    line-height: 22px;
}

.product-color-panel {
    padding: 12px;
}

.product-color-panel h2 {
    margin: 0 0 12px;
    color: var(--ava-neutral-800);
    font-size: 14px;
    line-height: 28px;
    font-weight: 950;
    text-align: center;
}

.product-color-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.product-color-grid button {
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: var(--swatch);
}

.product-color-grid button.is-active {
    box-shadow: inset 0 0 0 2px var(--ava-primary-1000);
}

.product-side-panel__more {
    min-height: 42px;
    border-radius: 16px;
    color: var(--ava-secondary-900);
    background: rgba(95, 168, 171, .13);
    box-shadow: none;
}

.page-product .gallery-card {
    position: relative;
    padding: 18px;
}

.gallery-actions {
    position: absolute;
    inset-block-start: 18px;
    inset-inline-start: 18px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.gallery-actions button {
    width: 36px;
    height: 36px;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 12px;
    background: #fff;
}

.page-product .gallery-main {
    height: 310px;
    border-radius: 22px;
}

.page-product .gallery-main img {
    width: auto;
    height: 86%;
}

.page-product .gallery-thumbs {
    justify-content: flex-end;
    gap: 12px;
    margin-block-start: 16px;
}

.page-product .gallery-thumbs button {
    width: 56px;
    height: 56px;
    border-radius: 14px;
}

.page-product .gallery-thumbs button.is-active {
    border-color: var(--ava-secondary-900);
}

.page-product .product-summary {
    min-height: 0;
    padding: 10px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-summary__head {
    margin-block-end: 14px;
}

.page-product .product-summary h1 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 44px;
}

.product-summary__rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ava-primary-1000);
    font-size: 13px;
    line-height: 24px;
    direction: ltr;
}

.product-summary__desc {
    margin: 0;
    color: var(--ava-neutral-500);
    font-size: 13px;
    line-height: 28px;
}

.page-product .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.page-product .feature-row {
    min-height: 42px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--ava-neutral-100);
    border-radius: 12px;
    background: var(--ava-neutral-0);
    font-size: 12px;
    line-height: 24px;
}

.page-product .product-summary__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    direction: ltr;
}

.page-product .product-summary__actions .btn-ava {
    width: 148px;
    min-height: 48px;
    border-radius: 16px;
}

.page-product .quantity-control {
    height: 48px;
    border-radius: 16px;
}

.page-product .quantity-control button,
.page-product .quantity-control input {
    width: 40px;
    height: 46px;
}

.page-product .price--detail {
    width: 136px;
    text-align: end;
}

.product-detail-content {
    padding-block: 0 56px;
    background: #fff;
}

.product-related {
    margin-block-start: 8px;
    overflow: hidden;
}

.product-related .section-title-row {
    min-height: 56px;
    margin-block-end: 20px;
}

.product-suggestions-head {
    min-height: 56px;
    display: grid;
    grid-template-columns: 160px 1fr 260px;
    align-items: center;
    gap: 24px;
    margin-block-end: 24px;
}

.product-suggestions-head h2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    color: var(--ava-neutral-900);
    font-size: 24px;
    line-height: 40px;
    font-weight: 950;
}

.product-suggestions-head .btn-ava {
    min-height: 48px;
    border-radius: 16px;
    color: var(--ava-secondary-900);
    background: rgba(95, 168, 171, .13);
    box-shadow: none;
}

.product-suggestions-head__filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    color: var(--ava-neutral-500);
    font-size: 13px;
    line-height: 26px;
    font-weight: 850;
}

.product-suggestions-head__filters .is-active {
    color: var(--ava-primary-1000);
}

.page-product .product-related .products-row {
    width: 1506px;
    margin-inline-start: 0;
    margin-left: -153px;
    gap: 24px;
    overflow: hidden;
}

.page-product .product-related .product-card {
    flex: 0 0 282px;
    width: 282px;
    height: 449px;
}

.product-tabs {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 58px;
    margin-block: 36px 26px;
    border-block: 1px solid var(--ava-neutral-100);
}

.product-tabs a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-inline: 20px;
    border-radius: 12px;
    color: var(--ava-neutral-600);
    font-size: 14px;
    line-height: 28px;
    font-weight: 850;
}

.product-tabs a.is-active {
    color: var(--ava-primary-1000);
    background: var(--ava-neutral-0);
}

.product-tabs a:not(.is-active) .ava-icon {
    opacity: .72;
}

.product-copy-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-copy-card h2,
.product-benefits-grid h2,
.product-spec-table h2,
.product-comments h2 {
    margin: 0 0 18px;
    color: var(--ava-neutral-900);
    font-size: 18px;
    line-height: 32px;
    font-weight: 950;
}

.product-copy-card h2,
.product-benefits-grid h2,
.product-spec-table h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.product-benefits-grid h2 span {
    color: var(--ava-secondary-900);
    font-size: 15px;
    line-height: 1;
}

.product-copy-card p,
.product-benefits-grid p {
    margin: 0;
    color: var(--ava-neutral-600);
    font-size: 14px;
    line-height: 32px;
}

.product-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin-block-start: 34px;
}

.product-benefits-grid article {
    min-height: 128px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-spec-table {
    margin-block-start: 54px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-spec-table .spec-row {
    min-height: 48px;
    align-items: center;
    padding-inline: 18px;
    margin-block-end: 12px;
    border: 1px solid var(--ava-neutral-100);
    border-radius: 10px;
    background: #fff;
}

.product-comments {
    display: grid;
    grid-template-columns: 282px 589px;
    gap: 24px;
    align-items: start;
    margin-block-start: 42px;
    direction: ltr;
}

.product-comments__form {
    direction: rtl;
    min-height: 186px;
    padding: 22px;
}

.product-comments__form textarea {
    width: 100%;
    height: 112px;
    resize: vertical;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 18px;
    padding: 14px;
    font: inherit;
    color: var(--ava-neutral-700);
    background: var(--ava-neutral-0);
}

.product-comments__form .btn-ava {
    min-height: 44px;
    margin-block-start: 12px;
    border-radius: 14px;
}

.product-comments__list {
    direction: rtl;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.product-comments__head {
    margin-block-end: 18px;
}

.product-comments__head span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--ava-primary-1000);
    font-size: 13px;
    direction: ltr;
}

.page-product .review-card {
    min-height: 176px;
    margin-block-end: 20px;
    background: #fff;
    border-color: var(--ava-neutral-200);
    box-shadow: var(--ava-card-shadow);
}

.review-card a {
    justify-self: start;
    color: var(--ava-primary-1000);
    font-size: 12px;
    font-weight: 850;
}

.product-why {
    min-height: 298px;
    margin-block-start: 40px;
    padding: 48px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(224, 235, 245, .98), rgba(217, 228, 240, .92)),
        url("../images/promo-medical.jpg") center / cover;
    box-shadow: none;
}

.product-why > div {
    width: 380px;
    margin-inline-start: auto;
}

.product-why h2 {
    margin: 0 0 14px;
    color: var(--ava-primary-1000);
    font-size: 28px;
    line-height: 48px;
    font-weight: 950;
}

.product-why p {
    margin: 0 0 18px;
    color: var(--ava-neutral-600);
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 1199px) {
    .page-product .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .product-side-panel {
        order: 3;
    }

    .product-summary {
        order: 2;
    }

    .gallery-card {
        order: 1;
    }
}

@media (max-width: 991px) {
    .product-detail-hero {
        padding-block: 18px 28px;
    }

    .page-product .product-detail-grid {
        gap: 16px;
    }

    .page-product .gallery-card,
    .page-product .product-summary,
    .product-feature-grid article,
    .product-color-panel,
    .product-copy-card,
    .product-benefits-grid article,
    .product-spec-table,
    .product-comments__form,
    .product-why {
        border-radius: 20px;
    }

    .page-product .gallery-card {
        padding: 12px;
    }

    .page-product .gallery-main {
        height: 285px;
    }

    .page-product .gallery-thumbs {
        justify-content: center;
        gap: 10px;
    }

    .page-product .gallery-thumbs button {
        width: 52px;
        height: 52px;
    }

    .page-product .product-summary {
        min-height: 0;
        padding: 20px;
    }

    .page-product .product-summary h1 {
        font-size: 20px;
        line-height: 36px;
    }

    .page-product .feature-list {
        grid-template-columns: 1fr;
    }

    .page-product .product-summary__actions {
        display: grid;
        grid-template-columns: 1fr;
        direction: rtl;
    }

    .page-product .product-summary__actions .btn-ava,
    .page-product .price--detail {
        width: 100%;
    }

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

    .product-detail-content {
        padding-block-end: 36px;
    }

    .page-product .product-related .products-row {
        width: auto;
        margin-inline-start: 0;
        overflow-x: auto;
        gap: 12px;
    }

    .page-product .product-related .product-card {
        flex: 0 0 180px;
        width: 180px;
        height: auto;
    }

    .product-tabs {
        height: auto;
        justify-content: flex-start;
        gap: 8px;
        margin-block: 24px 20px;
        padding-block: 12px;
        overflow-x: auto;
    }

    .product-tabs a {
        min-width: max-content;
        padding: 8px 12px;
        border-radius: 999px;
        background: var(--ava-neutral-0);
        font-size: 12px;
        line-height: 24px;
    }

    .product-suggestions-head {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-block-end: 18px;
    }

    .product-suggestions-head h2 {
        justify-content: flex-start;
        order: 1;
        font-size: 20px;
        line-height: 36px;
    }

    .product-suggestions-head__filters {
        order: 2;
        justify-content: flex-start;
        gap: 14px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-suggestions-head .btn-ava {
        order: 3;
        width: max-content;
        min-height: 42px;
        padding-inline: 18px;
    }

    .product-copy-card,
    .product-benefits-grid article,
    .product-spec-table {
        padding: 20px;
    }

    .product-benefits-grid,
    .product-comments {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-comments {
        margin-block-start: 28px;
    }

    .product-why {
        min-height: 260px;
        padding: 24px 20px;
    }

    .product-why > div {
        width: 100%;
    }

    .mobile-buy-bar {
        position: fixed;
        inset-inline: 16px;
        inset-block-end: 16px;
        z-index: 80;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-items: center;
        padding: 10px;
        border: 1px solid var(--ava-neutral-200);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 14px 36px rgba(20, 27, 52, .14);
    }
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-block: 32px;
}

.stat-card,
.value-card {
    border: 1px solid var(--ava-neutral-200);
    border-radius: var(--ava-radius-lg);
    background: #fff;
    padding: 24px;
    text-align: center;
    box-shadow: var(--ava-shadow);
}

.stat-card strong {
    display: block;
    color: var(--ava-primary-1000);
    font-size: 32px;
    line-height: 52px;
    font-weight: 950;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.map-card {
    min-height: 360px;
    border-radius: var(--ava-radius-xl);
    border: 1px solid var(--ava-neutral-200);
    background:
        linear-gradient(135deg, rgba(255,255,255,.22), rgba(248,250,252,.34)),
        url("../images/contact-medical.jpg") center / cover no-repeat,
        var(--ava-neutral-0);
}

.process-grid,
.product-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-cta {
    min-height: 390px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 24px;
    padding: 40px 34px 0;
    border-radius: var(--ava-radius-xl);
    background: #fff;
    box-shadow: var(--ava-card-shadow);
    overflow: hidden;
    text-align: center;
}

.contact-cta__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #fff;
    background: var(--ava-secondary-900);
}

.contact-cta__text {
    max-width: 520px;
}

.contact-cta__text h2 {
    margin: 0 0 12px;
    color: var(--ava-neutral-900);
    font-size: 26px;
    line-height: 44px;
    font-weight: 950;
}

.contact-cta__text p {
    margin: 0;
    color: var(--ava-neutral-500);
    font-size: 14px;
    line-height: 28px;
}

.contact-cta__actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.contact-cta__actions .btn-ava {
    min-width: 152px;
    min-height: 52px;
}

.contact-cta__strip {
    width: calc(100% + 68px);
    min-height: 120px;
    margin-block-start: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: var(--ava-primary-1000);
    color: #fff;
    font-weight: 850;
}

.site-footer {
    padding-block: 48px 24px;
    background: #fff;
}

.footer-intro {
    max-width: 1000px;
    margin-inline: auto;
    margin-block-end: 40px;
    text-align: center;
}

.footer-intro p {
    margin: 0;
    color: var(--ava-neutral-500);
    font-size: 14px;
    line-height: 32px;
}

.footer-panel {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr 1.1fr 1fr;
    gap: 28px;
    padding: 40px;
    border: 1px solid var(--ava-neutral-200);
    border-radius: var(--ava-radius-lg);
    box-shadow: var(--ava-shadow);
}

.footer-panel h2 {
    margin: 0 0 12px;
    color: var(--ava-neutral-800);
    font-size: 16px;
    line-height: 32px;
    font-weight: 950;
}

.footer-panel p,
.footer-links {
    color: var(--ava-neutral-500);
    font-size: 13px;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-block-end: 8px;
}

.footer-brand {
    text-align: center;
}

.footer-brand .brand-logo {
    margin-block-end: 14px;
}

.trust-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.trust-row span {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 18px;
    background: #fff;
    color: #d5a737;
    font-weight: 950;
}

.trust-row img {
    max-width: 58px;
    max-height: 58px;
    object-fit: contain;
}

.social-links {
    display: flex;
    gap: 10px;
    margin-block-start: 14px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--ava-neutral-100);
    color: var(--ava-primary-1000);
    font-weight: 950;
}

.social-links img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.social-links__aparat {
    overflow: hidden;
}

.social-links__aparat img {
    width: 40px;
    height: 40px;
}

.newsletter-input {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 18px;
    background: var(--ava-neutral-100);
    padding-inline: 14px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-block-start: 20px;
    color: var(--ava-neutral-400);
    font-size: 12px;
}

.mobile-bottom-nav {
    position: fixed;
    inset-inline: 16px;
    inset-block-end: 12px;
    z-index: 99;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    min-height: 64px;
    padding: 8px;
    border: 1px solid var(--ava-neutral-200);
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 40px rgba(15, 23, 43, .12);
}

.mobile-bottom-nav a {
    display: grid;
    place-items: center;
    gap: 2px;
    border-radius: 18px;
    color: var(--ava-neutral-500);
    font-size: 11px;
    font-weight: 850;
}

.mobile-bottom-nav a.is-active {
    color: #fff;
    background: var(--ava-secondary-900);
}

@media (max-width: 1199px) {
    .ava-container {
        width: min(calc(100% - 64px), var(--ava-container));
    }

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

    .plp-layout {
        grid-template-columns: 250px minmax(0, 1fr);
    }
}

@media (max-width: 1023px) {
    .ava-container {
        width: min(calc(100% - 48px), var(--ava-container));
    }

    .hero-grid,
    .product-detail-grid,
    .product-info-grid,
    .product-reviews__grid {
        grid-template-columns: 1fr;
    }

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

    .product-slider__control {
        display: none;
    }

    .plp-layout {
        grid-template-columns: 1fr;
    }

    .plp-sidebar[hidden] {
        display: none;
    }

    .filter-promo {
        display: none;
    }

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

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

@media (max-width: 991px) {
    body {
        padding-block-end: 0;
    }

    body.page-product {
        padding-block-end: 104px;
    }

    .site-header__actions .btn-ava,
    .site-header__actions .icon-control {
        display: none;
    }

    .mobile-bottom-nav {
        display: none;
    }

    .site-header__inner {
        height: 72px;
        justify-content: space-between;
    }

    .brand-logo {
        min-width: 56px;
        width: 56px;
        height: 48px;
        justify-content: center;
        padding: 0;
    }

    .brand-logo__text {
        display: none;
    }

    .site-header__actions {
        margin-inline-start: 0;
    }

    .hero-main {
        min-height: 260px;
        padding: 34px 26px;
        border-radius: 28px;
    }

    .hero-copy h1,
    .product-summary h1,
    .page-heading h1,
    .page-heading h2 {
        font-size: 28px;
        line-height: 46px;
    }

    .hero-copy p:first-child {
        font-size: 15px;
    }

    .hero-copy p:last-child {
        font-size: 13px;
        line-height: 26px;
    }

    .promo-card {
        min-height: 118px;
        border-radius: 24px;
    }

    .promo-card h2,
    .promo-card h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .products-row {
        margin-inline: 0;
        padding-inline: 0;
    }

    .products-row .product-card,
    .products-grid .product-card {
        flex-basis: 178px;
        min-width: 178px;
    }

    .product-card__image {
        height: 132px;
    }

    .product-card h3 {
        font-size: 13px;
        line-height: 23px;
    }

    .products-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        margin-inline: 0;
        padding-inline: 0;
        scrollbar-width: none;
    }

    .plp-content .products-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        gap: 12px;
    }

    .plp-content .products-grid .product-card {
        min-width: 0;
        flex-basis: auto;
    }

    .filter-panel {
        padding: 18px;
    }

    .product-reviews {
        padding: 22px;
        border-radius: 26px;
    }

    .product-reviews__head {
        align-items: stretch;
        flex-direction: column;
    }

    .product-reviews__head .btn-ava {
        width: 100%;
    }

    .contact-cta__text,
    .contact-cta__actions {
        width: 100%;
        max-width: 100%;
    }

    .contact-cta__actions {
        flex-direction: column;
        gap: 10px;
    }

    .contact-cta__actions .btn-ava {
        width: 100%;
        min-width: 0;
    }

    .contact-cta__strip {
        width: 100%;
        margin-block-start: 8px;
        flex-direction: column;
        gap: 8px;
        padding-block: 18px;
    }

    .product-summary__actions {
        display: none !important;
    }

    .products-grid::-webkit-scrollbar {
        display: none;
    }

    .gallery-main {
        height: 290px;
    }

    .mobile-buy-bar {
        position: fixed;
        inset-inline: 16px;
        inset-block-end: 84px;
        z-index: 98;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px;
        border: 1px solid var(--ava-neutral-200);
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 18px 40px rgba(15, 23, 43, .12);
    }
}

/* Home page pixel correction pass */
.page-home .home-hero-section {
    padding-block: 32px;
}

.page-home .hero-grid {
    min-height: 472px;
}

.page-home .hero-main {
    min-height: 472px;
    padding: 74px 72px;
}

.page-home .hero-copy p:first-child {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, .76);
}

.page-home .hero-copy h1 {
    font-size: 44px;
    line-height: 72px;
    margin-block-end: 10px;
}

.page-home .hero-copy p:last-child {
    max-width: 470px;
    font-size: 16px;
    line-height: 32px;
}

.page-home .promo-card {
    min-height: 224px;
    padding: 32px;
    border-radius: 32px;
}

.page-home .promo-card h2 {
    font-size: 28px;
    line-height: 44px;
}

.page-home .home-festival {
    min-height: 701px;
    padding-block: 56px 64px;
}

.page-home .home-festival .section-title-row {
    margin-block-end: 28px;
}

.page-home .home-products-section {
    padding-block: 56px 64px;
}

.home-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-block-end: 32px;
}

.page-home .home-category-strip {
    margin-block-start: 56px;
}

.page-home .home-injection-section {
    margin-block-start: 56px;
}

.page-home .home-faq-section {
    padding-block: 64px;
}

.page-home .home-faq-section .page-heading {
    margin-block-end: 32px !important;
}

.page-home .home-why-section {
    padding-block: 64px 56px;
}

.page-home .content-panel {
    min-height: 120px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .page-home {
        padding-block-end: 112px;
    }

    .page-home .home-hero-section {
        padding-block: 16px 24px;
    }

    .page-home .hero-grid {
        min-height: 0;
        gap: 16px;
    }

    .page-home .hero-main {
        min-height: 246px;
        padding: 34px 24px;
        border-radius: 24px;
    }

    .page-home .hero-main:before {
        inset-inline-end: 28px;
        width: 112px;
        height: 330px;
    }

    .page-home .hero-main:after {
        inset-inline-end: 158px;
        width: 56px;
        height: 250px;
    }

    .page-home .hero-copy p:first-child {
        font-size: 12px;
        line-height: 24px;
    }

    .page-home .hero-copy h1 {
        font-size: 24px;
        line-height: 40px;
        margin-block-end: 8px;
    }

    .page-home .hero-copy p:last-child {
        font-size: 12px;
        line-height: 24px;
    }

    .page-home .promo-card {
        min-height: 104px;
        padding: 22px 24px;
        border-radius: 22px;
    }

    .page-home .promo-card h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .page-home .home-festival {
        padding-block: 30px 104px;
    }

    .page-home .home-festival .products-row {
        padding-block-end: 10px;
    }

    .page-home .home-products-section {
        padding-block: 36px;
    }

    .home-tabs {
        gap: 10px;
        margin-block-end: 24px;
    }

    .home-tabs .btn-ava {
        min-height: 40px;
        padding-inline: 14px;
        border-radius: 14px;
        font-size: 11px;
        line-height: 22px;
    }

    .page-home .home-category-strip {
        margin-block-start: 32px;
    }

    .page-home .home-injection-section {
        margin-block-start: 32px;
    }

    .page-home .home-faq-section {
        padding-block: 40px;
    }

    .page-home .home-why-section {
        padding-block: 40px;
    }

}

@media (max-width: 575px) {
    .page-home .ava-container {
        width: calc(100% - 32px);
    }

    .page-home .hero-side {
        gap: 12px;
    }

    .page-home .home-festival {
        margin-block-start: 0;
    }

    .page-home .products-row .product-card {
        flex-basis: 178px;
        min-width: 178px;
    }

    .page-home .products-grid {
        gap: 12px;
    }

    .page-home .section-title-row {
        margin-block-end: 18px;
    }
}

@media (max-width: 575px) {
    .ava-container {
        width: calc(100% - 40px);
    }

    .page-hero,
    .section-band {
        padding-block: 36px;
    }

    .section-title-row {
        align-items: flex-start;
    }

    .section-title-row h2 {
        font-size: 19px;
        line-height: 32px;
    }

    .category-strip,
    .about-stats,
    .values-grid,
    .footer-panel {
        grid-template-columns: 1fr;
    }

    .footer-intro {
        min-height: 300px;
        display: flex;
        align-items: center;
        margin-block-end: 24px;
        text-align: start;
    }

    .footer-intro p {
        font-size: 13px;
        line-height: 30px;
    }

    .category-card {
        min-height: 118px;
        border-radius: 24px;
        font-size: 20px;
    }

    .product-summary,
    .footer-panel {
        padding: 24px;
    }

    .copyright {
        display: block;
        text-align: center;
    }

    .contact-cta {
        min-height: 510px;
        padding: 24px 16px 0;
        border-radius: 0;
    }

    .contact-cta__text {
        width: 100%;
        max-width: 100%;
    }

    .contact-cta__text h2 {
        font-size: 22px;
        line-height: 38px;
    }

    .contact-cta__actions {
        width: 100%;
        gap: 10px;
        flex-direction: column;
    }

    .contact-cta__actions .btn-ava {
        min-width: 0;
        flex: 1;
        min-height: 52px;
        padding-inline: 12px;
    }

    .contact-cta__strip {
        width: 100%;
        gap: 16px;
        flex-direction: column;
    }

    .plp-head {
        display: block;
    }

    .plp-head p {
        margin-inline-start: 0;
    }

    .plp-toolbar {
        align-items: stretch;
    }

    .plp-toolbar .btn-ava,
    .plp-toolbar .ava-select {
        flex: 1;
    }

    .plp-toolbar .ava-select > span {
        display: none;
    }

    .ava-select {
        min-width: 0;
        display: block;
    }

    .ava-select select {
        min-width: 0;
        width: 100%;
    }

    .product-card {
        border-radius: 22px;
        padding: 6px;
    }

    .product-card__body {
        gap: 10px;
        padding-block-start: 10px;
    }

    .product-card h3 {
        padding-inline: 8px;
        font-size: 13px;
        line-height: 22px;
        min-height: 44px;
    }

    .product-card__meta {
        padding-inline: 8px;
        gap: 6px;
    }

    .product-card__category,
    .product-card__rating {
        font-size: 10px;
        line-height: 20px;
    }

    .product-card__price-panel {
        min-height: 94px;
        gap: 8px;
        padding: 8px;
        border-radius: 18px;
    }

    .product-card__availability {
        min-height: 26px;
        font-size: 10px;
        line-height: 20px;
    }

    .product-card__footer {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 6px;
        min-height: 38px;
    }

    .product-card__cart {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 12px;
    }

    .product-card__footer .price {
        min-width: 0;
        max-width: 100%;
    }

    .price--card {
        width: 100%;
    }

    .price__old-row {
        min-height: 16px;
        gap: 6px;
    }

    .price del {
        font-size: 10px;
        line-height: 16px;
    }

    .price strong {
        font-size: 12px;
        line-height: 20px;
    }

    .price span {
        font-size: 9px;
        line-height: 16px;
    }
}

/* Strict visual QA refinements based on Figma MCP screenshots and tokens. */
:root {
    --ava-shadow: 0 18px 42px rgba(20, 27, 52, .06);
    --ava-card-shadow: 0 10px 28px rgba(20, 27, 52, .045);
}

body {
    letter-spacing: 0;
}

.site-header__inner {
    padding-block: 20px;
}

.brand-logo {
    font-size: 14px;
    line-height: 28px;
}

.site-nav {
    gap: 0;
}

.btn-ava,
.icon-control {
    line-height: 28px;
}

.page-hero,
.section-band {
    padding-block: 64px;
}

.hero-main {
    min-height: 470px;
    padding: 70px 72px;
}

.hero-copy {
    max-width: 520px;
}

.promo-card {
    min-height: 223px;
}

.festival-band {
    margin-block-start: 0;
    min-height: 690px;
    padding-block: 54px 64px;
    background:
        linear-gradient(rgba(95,168,171,.96), rgba(95,168,171,.96)),
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.28), transparent 32%),
        var(--ava-secondary-900);
}

.products-row {
    gap: 24px;
}

.products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.product-card {
    box-shadow: var(--ava-card-shadow);
}

.products-row .product-card {
    flex-basis: 282px;
    min-width: 282px;
    min-height: 449px;
}

.product-card__image {
    height: 211px;
}

.product-card__body {
    padding-block-end: 18px;
}

.product-card h3 {
    min-height: 54px;
}

.product-card__footer {
    min-height: 56px;
}

.product-card__cart {
    width: 86px;
    flex-basis: 86px;
    height: 48px;
    border-radius: 14px;
}

.category-strip {
    gap: 24px;
}

.category-card {
    min-height: 160px;
}

.category-card span {
    position: relative;
    z-index: 1;
}

.filter-panel,
.content-panel,
.spec-card,
.faq-card,
.stat-card,
.value-card,
.footer-panel {
    box-shadow: var(--ava-card-shadow);
}

.faq-card {
    min-height: 80px;
    padding: 0;
    overflow: hidden;
}

.faq-trigger {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    background: #fff;
    padding: 0 24px;
    color: var(--ava-neutral-700);
    text-align: start;
}

.faq-trigger__icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    color: var(--ava-secondary-900);
}

.faq-trigger strong {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 32px;
    font-weight: 800;
}

.faq-trigger__index {
    width: 30px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    border-radius: 999px;
    color: var(--ava-primary-1000);
    background: var(--ava-neutral-0);
    font-size: 12px;
    line-height: 20px;
    font-weight: 900;
}

.faq-card p,
.faq-inline-answer {
    margin: 0;
    padding: 0 24px 20px;
    color: var(--ava-neutral-500);
    font-size: 13px;
    line-height: 26px;
}

.gallery-main {
    height: 470px;
}

.product-summary {
    min-height: 470px;
    padding: 32px;
}

.about-stats {
    margin-block: 40px 0;
}

.map-card {
    min-height: 400px;
}

.footer-panel {
    min-height: 451px;
    padding: 46px;
}

@media (max-width: 1199px) {
    .ava-container {
        width: min(calc(100% - 48px), var(--ava-container));
    }

    .site-nav,
    .site-header__actions .btn-ava--light,
    .site-header__actions .icon-control {
        display: none !important;
    }

    .js-mobile-menu {
        display: inline-flex !important;
    }
}

@media (max-width: 1023px) {
    .ava-container {
        width: min(calc(100% - 40px), var(--ava-container));
    }
}

@media (max-width: 991px) {
    .festival-band {
        min-height: 0;
        padding-block: 32px 40px;
    }

    .hero-main {
        min-height: 246px;
        padding: 32px 24px;
    }

    .promo-card {
        min-height: 120px;
    }

    .products-row .product-card,
    .products-grid .product-card {
        flex-basis: 180px;
        min-width: 180px;
        min-height: 0;
    }

    .product-card__image {
        height: 138px;
    }

    .product-card__cart {
        width: 44px;
        flex-basis: 44px;
        height: 40px;
    }

    .gallery-thumbs button {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        border-radius: 14px;
    }

    .product-summary .d-flex {
        min-width: 0;
    }

    .plp-content .products-grid .product-card {
        min-width: 0;
        flex-basis: auto;
    }
}

/* Final Home-only Figma alignment */
.home-mobile-story {
    display: none;
}

@media (min-width: 1200px) {
    .page-home .home-hero-section {
        height: 536px;
        padding-block: 32px;
    }

    .page-home .hero-grid {
        grid-template-columns: 792px 384px;
        gap: 24px;
        min-height: 472px;
    }

    .page-home .hero-main {
        min-height: 472px;
        padding: 72px;
        border-radius: 40px;
    }

    .page-home .hero-copy {
        max-width: 419px;
    }

    .page-home .hero-copy h1 {
        font-size: 44px;
        line-height: 72px;
        letter-spacing: -1.35px;
    }

    .page-home .promo-card {
        min-height: 224px;
        border-radius: 40px;
    }

    .page-home .promo-card h2 {
        font-size: 36px;
        line-height: 56px;
    }

    .page-home .promo-card .ava-icon {
        position: absolute;
        inset-block-start: 30px;
        inset-inline-end: 32px;
        color: var(--ava-primary-1000);
    }

    .page-home .home-festival {
        height: 701px;
        min-height: 701px;
        padding-block: 72px 48px;
        overflow: hidden;
    }

    .page-home .home-festival:before {
        inset-block-start: 204px;
        inset-inline: 60px;
        height: 324px;
        border-radius: 40px;
    }

    .page-home .home-festival .section-title-row {
        min-height: 92px;
        margin-block-end: 40px;
    }

    .page-home .product-card {
        flex: 0 0 282px;
        width: 282px;
        height: 449px;
        min-height: 449px;
    }

    .page-home .products-row,
    .page-home .home-products-section .products-grid {
        width: 1506px;
        margin-inline-start: -153px;
    }

    .page-home .product-card__body {
        gap: 6px;
        padding-block: 16px 0;
    }

    .page-home .product-card h3 {
        min-height: 32px;
        line-height: 32px;
    }

    .page-home .product-card__meta {
        min-height: 32px;
    }

    .page-home .product-card__price-panel {
        min-height: 120px;
        margin-block-start: 10px;
    }

    .page-home .product-card__footer {
        min-height: 52px;
    }

    .page-home .home-products-section {
        padding-block: 56px 0;
        overflow: hidden;
    }

    .page-home .home-products-section > .ava-container {
        position: relative;
    }

    .page-home .home-tabs {
        position: absolute;
        inset-block-start: 0;
        inset-inline-end: 0;
        z-index: 2;
        display: flex;
        width: 398px;
        height: 56px;
        align-items: center;
        gap: 0;
        margin: 0;
        padding-inline: 10px;
        justify-content: flex-start;
        border: 1px solid var(--ava-neutral-200);
        border-radius: 999px;
        background: #fff;
    }

    .page-home .home-tabs .btn-ava {
        position: relative;
        min-height: 54px;
        flex: 1;
        padding-inline: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: var(--ava-neutral-600);
        font-size: 13px;
        line-height: 24px;
        font-weight: 800;
    }

    .page-home .home-tabs .btn-ava[aria-selected="true"] {
        color: var(--ava-primary-1000);
    }

    .page-home .home-tabs .btn-ava[aria-selected="true"]:after {
        content: "";
        width: 6px;
        height: 6px;
        margin-inline-start: 8px;
        display: inline-block;
        border-radius: 50%;
        background: var(--ava-secondary-900);
        vertical-align: middle;
    }

    .page-home .home-products-section > .ava-container > .section-title-row,
    .page-home .home-injection-section .section-title-row {
        min-height: 72px;
        margin-block-end: 24px;
    }

    .page-home .home-products-section .products-grid {
        display: flex;
        grid-template-columns: none;
        gap: 24px;
        overflow: hidden;
        direction: ltr;
        min-height: 449px;
    }

    .page-home .home-category-strip {
        min-height: 256px;
        margin-block-start: 20px;
        padding-block: 32px;
    }

    .page-home .category-card {
        position: relative;
        min-height: 192px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        flex-direction: column;
        gap: 4px;
        padding: 72px 32px 34px;
        border-radius: 24px;
        overflow: hidden;
        font-size: 32px;
        line-height: 48px;
        text-align: start;
        background:
            linear-gradient(90deg, rgba(32, 29, 111, .88), rgba(32, 29, 111, .62)),
            url("../images/promo-medical.jpg") center / cover;
    }

    .page-home .category-card--teal {
        background:
            linear-gradient(90deg, rgba(53, 184, 187, .88), rgba(53, 184, 187, .66)),
            url("../images/promo-medical.jpg") center / cover;
    }

    .page-home .category-card .ava-icon {
        position: absolute;
        inset-block-start: 38px;
        inset-inline-end: 38px;
        z-index: 1;
        color: #fff;
    }

    .page-home .category-card small {
        position: relative;
        z-index: 1;
        color: rgba(255, 255, 255, .64);
        font-size: 16px;
        line-height: 32px;
        font-weight: 500;
    }

    .page-home .home-injection-section {
        height: 625px;
        min-height: 625px;
        margin-block-start: 0;
        padding-block: 48px 40px;
        overflow: hidden;
    }

    .page-home .home-faq-section {
        height: 584px;
        min-height: 584px;
        padding-block: 123px 136px;
        background: linear-gradient(180deg, #fff 0%, var(--ava-neutral-0) 100%);
        overflow: visible;
    }

    .page-home .home-faq-section .page-heading h2 {
        font-size: 32px;
        line-height: 52px;
    }

    .page-home .home-faq-section .page-heading {
        margin-block-end: 48px !important;
    }

    .page-home .home-why-section {
        min-height: 258px;
        height: 338px;
        padding-block: 0 40px;
        background: var(--ava-neutral-0);
    }

    .page-home .home-why-panel {
        position: relative;
        box-sizing: border-box;
        height: 298px;
        min-height: 298px;
        border-radius: 48px;
        padding: 56px 48px !important;
        background:
            linear-gradient(90deg, rgba(224, 235, 245, .98), rgba(217, 228, 240, .92)),
            url("../images/promo-medical.jpg") center / cover;
        box-shadow: none;
        overflow: hidden;
    }

    .page-home .home-why-panel__copy {
        width: 372px;
        margin-inline-start: auto;
        text-align: end;
    }

    .page-home .home-why-panel__copy h2 {
        margin: 0 0 16px;
        color: var(--ava-primary-1000);
        font-size: 32px;
        line-height: 52px;
        font-weight: 950;
    }

    .page-home .home-why-panel__copy p {
        margin: 0 0 18px;
        color: var(--ava-neutral-600);
        font-size: 14px;
        line-height: 30px;
    }

}

@media (max-width: 991px) {
    .page-home .home-festival,
    .page-home .home-products-section,
    .page-home .home-faq-section,
    .page-home .home-why-section {
        display: none;
    }

    .page-home .home-mobile-story {
        display: block;
        padding-block: 24px 0;
    }

    .page-home .home-hero-section {
        padding-block: 16px 20px;
    }

    .page-home .hero-grid {
        gap: 12px;
        min-height: 0;
    }

    .page-home .hero-main {
        min-height: 246px;
        padding: 32px 24px;
        border-radius: 24px;
    }

    .page-home .hero-copy h1 {
        font-size: 28px;
        line-height: 48px;
        letter-spacing: 0;
    }

    .page-home .hero-copy p:first-child,
    .page-home .hero-copy p:last-child {
        font-size: 13px;
        line-height: 24px;
    }

    .page-home .promo-card {
        min-height: 104px;
        padding: 22px 24px;
        border-radius: 24px;
    }

    .page-home .promo-card h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .home-mobile-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-block-end: 32px;
    }

    .home-mobile-stats article,
    .home-mobile-values article,
    .home-mobile-about {
        border: 1px solid var(--ava-neutral-200);
        border-radius: 24px;
        background: #fff;
        box-shadow: var(--ava-card-shadow);
    }

    .home-mobile-stats article {
        min-height: 96px;
        display: grid;
        place-items: center;
        align-content: center;
        padding: 12px 8px;
        text-align: center;
    }

    .home-mobile-stats strong {
        color: var(--ava-primary-1000);
        font-size: 22px;
        line-height: 36px;
        font-weight: 950;
    }

    .home-mobile-stats span {
        color: var(--ava-neutral-500);
        font-size: 11px;
        line-height: 22px;
    }

    .home-mobile-about {
        padding: 24px;
        margin-block-end: 24px;
    }

    .section-kicker {
        margin: 0 0 8px;
        color: var(--ava-secondary-900);
        font-size: 13px;
        line-height: 24px;
        font-weight: 850;
    }

    .home-mobile-about h2 {
        margin: 0 0 12px;
        color: var(--ava-neutral-900);
        font-size: 26px;
        line-height: 44px;
        font-weight: 950;
    }

    .home-mobile-about p:last-child,
    .home-mobile-values p {
        margin: 0;
        color: var(--ava-neutral-600);
        font-size: 15px;
        line-height: 30px;
    }

    .home-mobile-media {
        min-height: 568px;
        margin-block: 0 24px;
        border-radius: 40px;
        background:
            linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.24)),
            url("../images/contact-medical.jpg") center / cover no-repeat,
            var(--ava-neutral-100);
    }

    .home-mobile-values {
        display: grid;
        gap: 16px;
        margin-block-end: 24px;
    }

    .home-mobile-values article {
        min-height: 142px;
        padding: 22px;
    }

    .home-mobile-values h3 {
        margin: 14px 0 8px;
        color: var(--ava-neutral-900);
        font-size: 20px;
        line-height: 34px;
        font-weight: 950;
    }

    .home-mobile-contact {
        margin-block: 0 32px;
    }

    .home-mobile-contact .contact-cta {
        min-height: 510px;
        border-radius: 0;
        margin-inline: -16px;
    }
}
