@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Thin.woff") format("woff"); font-style: normal; font-weight: 100; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-UltraLight.woff") format("woff"); font-style: normal; font-weight: 200; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Light.woff") format("woff"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Regular.woff") format("woff"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Medium.woff") format("woff"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-DemiBold.woff") format("woff"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Bold.woff") format("woff"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-ExtraBold.woff") format("woff"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Black.woff") format("woff"); font-style: normal; font-weight: 900; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-ExtraBlack.woff") format("woff"); font-style: normal; font-weight: 950; font-display: swap; }
@font-face { font-family: "IRANYekanX"; src: url("../fonts/IRANYekanX-Heavy.woff") format("woff"); font-style: normal; font-weight: 1000; font-display: swap; }

.estehkam-home {
    --eh-primary: #242f9b;
    --eh-primary-dark: #171f63;
    --eh-primary-light: #2c3aad;
    --eh-accent: #f0bb40;
    --eh-accent-dark: #f43904;
    --eh-red: #f43904;
    --eh-ink: #1c1c25;
    --eh-muted: #717171;
    --eh-line: #e9ebef;
    --eh-surface: #f7f8fa;
    background: var(--eh-surface);
    color: var(--eh-ink);
    font-family: "IRANYekanX", Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

.estehkam-home *, .estehkam-home *::before, .estehkam-home *::after { box-sizing: border-box; font-family: "IRANYekanX", Tahoma, sans-serif; }
.estehkam-home :where(a) { color: inherit; text-decoration: none; }
.estehkam-home button, .estehkam-home input { font: inherit; }
.estehkam-home img { display: block; max-width: 100%; }
.eh-container { width: min(1400px, calc(100% - 54px)); margin-inline: auto; }

.eh-topbar { background: #2c3aad; color: #fff; font-size: 12px; }
.eh-topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.eh-topbar__links { display: flex; align-items: center; gap: 14px; color: #d8e1f5; }
.eh-topbar__links span { width: 1px; height: 14px; background: rgba(255,255,255,.2); }

.eh-header { position: relative; z-index: 10; background: #fff; box-shadow: 0 1px 0 var(--eh-line); }
.eh-header__main { min-height: 72px; display: grid; grid-template-columns: 170px minmax(320px, 1fr) 220px; align-items: center; gap: 24px; }
.eh-logo img { width: 160px; height: 64px; object-fit: contain; }
.eh-search { width: 100%; max-width: 714px; height: 50px; display: flex; align-items: center; justify-self: end; gap: 10px; padding: 4px 5px 4px 18px; border: 0; border-radius: 15px; background: #ebeef3; transition: .2s ease; }
.eh-search:focus-within { background: #fff; box-shadow: 0 0 0 2px var(--eh-primary); }
.eh-search svg { width: 21px; fill: none; stroke: var(--eh-muted); stroke-width: 1.8; stroke-linecap: round; }
.eh-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--eh-ink); font-size: 14px; }
.eh-search button { border: 0; border-radius: 11px; padding: 10px 22px; background: var(--eh-primary); color: #fff; cursor: pointer; }
.eh-search__scope { display: flex; align-items: center; gap: 6px; flex-shrink: 0; padding-inline-start: 14px; color: var(--eh-ink); font-size: 13px; font-weight: 600; white-space: nowrap; }
.eh-search__scope svg { width: 15px; fill: none; stroke: var(--eh-muted); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.eh-search__divider { width: 1px; height: 22px; flex-shrink: 0; background: var(--eh-line); }
.eh-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.eh-header__actions > a { position: relative; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.eh-header__actions svg { width: 22px; fill: none; stroke: var(--eh-primary); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.eh-cart { padding: 8px 18px; border-radius: 21px; background: var(--eh-primary); color: #fff !important; }
.eh-cart svg { stroke: #fff; }
.eh-cart b { position: absolute; top: -8px; right: 8px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--eh-accent-dark); color: #fff; font-size: 10px; }
.eh-nav { border-top: 1px solid var(--eh-line); }
.eh-nav__inner { min-height: 49px; display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; }
.eh-nav__inner > a { position: relative; display: flex; align-items: center; gap: 6px; padding: 8px 14px; color: var(--eh-muted); transition: color .2s ease; }
.eh-nav__inner > a:hover, .eh-nav__inner > a.is-active { color: var(--eh-primary); }
.eh-nav__inner > a.is-active::after { content: ""; position: absolute; right: 14px; bottom: -1px; width: calc(100% - 28px); height: 3px; border-radius: 3px 3px 0 0; background: var(--eh-accent-dark); }
.eh-nav__all { color: var(--eh-ink) !important; font-weight: 700; }
.eh-nav__all svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.eh-nav__catalog { margin-right: auto; padding: 7px 18px; border-radius: 20px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.06); color: var(--eh-ink) !important; font-weight: 700; }
.eh-nav__phone { margin-right: auto; display: flex; align-items: center; gap: 8px; padding: 8px 0; color: var(--eh-muted) !important; font-size: 14px; font-weight: 500; }
.eh-nav__phone svg { width: 18px; fill: none; stroke: var(--eh-primary); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.eh-hero { padding: 20px 0 28px; background: var(--eh-surface); }
.eh-hero__grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr); gap: 34px; }
.eh-hero__main { position: relative; min-height: 300px; display: grid; grid-template-columns: 56% 44%; overflow: hidden; border-radius: 20px; background: #152269 url("../images/estehkam/sanabuy-hero-v2.jpg") center / cover no-repeat; color: #fff; isolation: isolate; }
.eh-hero__main::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, transparent 35%, rgba(10,20,68,.1) 55%, rgba(10,20,68,.28) 100%); }
.eh-hero__content { position: relative; z-index: 1; padding: 34px 38px; align-self: center; }
.eh-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--eh-accent); font-size: 12px; font-weight: 800; letter-spacing: -.2px; }
.eh-eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 3px; background: currentColor; }
.eh-hero h1 { max-width: 560px; margin: 8px 0 10px; font-size: clamp(27px, 2.8vw, 40px); font-weight: 900; line-height: 1.45; letter-spacing: -1px; }
.eh-hero__content > p { max-width: 480px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.9; }
.eh-hero__buttons { display: flex; gap: 8px; margin-top: 20px; }
.eh-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; padding: 8px 26px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.eh-button:hover { transform: translateY(-2px); }
.eh-button--light { background: #fff; color: var(--eh-primary) !important; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.eh-button--ghost { border: 1px solid rgba(255,255,255,.35); color: #fff !important; }
.eh-button--primary { background: var(--eh-accent-dark); color: #fff !important; box-shadow: 0 10px 24px rgba(240,61,11,.3); }
.eh-hero__visual { position: relative; min-height: 300px; }
.eh-hero__visual > .eh-hero__plate,
.eh-hero__visual > .eh-hero__product { display: none; }
.eh-hero__plate { position: absolute; width: 300px; height: 300px; top: 50%; right: 42%; transform: translate(50%, -50%); border-radius: 50%; background: radial-gradient(circle, #fff 0%, #f2f4f8 62%, rgba(242,244,248,0) 78%); }
.eh-hero__product { position: absolute; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(0,0,0,.35)); }
.eh-hero__product--one { width: 175px; height: 235px; left: 6px; bottom: 6px; transform: rotate(-5deg); }
.eh-hero__product--two { width: 145px; height: 205px; right: 8px; bottom: 4px; transform: rotate(8deg); }
.eh-hero__side { min-height: 300px; display: flex; flex-direction: column; padding: 15px 25px; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(27,42,114,.05); }
.eh-hero__side-head { display: flex; align-items: center; justify-content: space-between; }
.eh-hero__side-head > div { display: flex; align-items: center; gap: 6px; color: var(--eh-ink); font-size: 15px; font-weight: 700; }
.eh-hero__side-head svg { width: 18px; fill: none; stroke: var(--eh-accent-dark); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.eh-hero__side-head a { padding: 4px 12px; border-radius: 20px; background: var(--eh-accent-dark); color: #fff !important; font-size: 10px; font-weight: 700; }
.eh-hero__side-product { position: relative; display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 14px; border-radius: 15px; background: var(--eh-surface); overflow: hidden; }
.eh-hero__side-product::after { content: ""; position: absolute; top: 14px; bottom: 14px; right: 0; width: 4px; border-radius: 4px 0 0 4px; background: var(--eh-accent-dark); }
.eh-hero__side-product img { width: 80px; height: 80px; flex-shrink: 0; object-fit: contain; background: #fff; border-radius: 12px; }
.eh-hero__side-product div { min-width: 0; }
.eh-hero__side-product strong { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; line-height: 1.7; }
.eh-hero__side-product span { color: var(--eh-primary); font-size: 12px; font-weight: 700; }
.eh-hero__side-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.eh-hero__side-list a { display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 0; }
.eh-hero__side-list span { display: grid; width: 100%; aspect-ratio: 1; place-items: center; border-radius: 12px; background: var(--eh-surface); overflow: hidden; }
.eh-hero__side-list img { width: 74%; height: 74%; object-fit: contain; }
.eh-hero__side-list small { overflow: hidden; color: var(--eh-muted); font-size: 9px; text-align: center; text-overflow: ellipsis; white-space: nowrap; width: 100%; }

.eh-section { padding: 42px 0; }
.eh-section__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.eh-section__heading > div:first-child > span { color: var(--eh-accent-dark); font-size: 11px; font-weight: 800; }
.eh-section__heading h2 { margin: 2px 0 0; color: var(--eh-ink); font-size: clamp(20px, 2vw, 27px); font-weight: 900; line-height: 1.5; letter-spacing: -.5px; }
.eh-section__heading > a { color: var(--eh-primary); font-size: 12px; font-weight: 700; }
.eh-section__heading > a b { display: inline-block; margin-right: 5px; transition: transform .2s ease; }
.eh-section__heading > a:hover b { transform: translateX(-4px); }

.eh-categories { margin: 4px auto 22px; padding: 0; background: transparent; }
.eh-categories > .eh-container { padding: 20px; border-radius: 20px; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.025); }
.eh-categories .eh-section__heading { align-items: center; margin-bottom: 12px; }
.eh-categories .eh-section__heading > div:first-child > span { display: none; }
.eh-categories .eh-section__heading h2 { margin: 0; font-size: 16px; letter-spacing: 0; }
.eh-category-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.eh-category-track::-webkit-scrollbar { display: none; }
.eh-category-actions { display: flex; align-items: center; gap: 12px; }
.eh-category-actions > a { color: var(--eh-primary); font-size: 12px; font-weight: 700; }
.eh-category-actions > a b { display: inline-block; margin-right: 5px; }
.eh-category-nav { display: flex; gap: 6px; }
.eh-category-nav button { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #e2e5ed; border-radius: 10px; background: #fff; color: var(--eh-primary); cursor: pointer; transition: .2s ease; }
.eh-category-nav button:hover { border-color: var(--eh-primary); background: var(--eh-primary); color: #fff; }
.eh-category-nav svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.eh-category-card { display: flex; min-height: 145px; flex-direction: column; align-items: center; min-width: 0; padding: 12px; border: 1px solid #f4f5f7; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(27,42,114,.035); text-align: center; scroll-snap-align: start; transition: transform .25s ease, box-shadow .25s ease; }
.eh-category-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(27,42,114,.08); }
.eh-category-card__icon { display: grid; width: 100%; height: 96px; place-items: center; margin-bottom: 5px; }
.eh-category-card__icon svg { width: 52%; max-height: 58px; fill: none; stroke: var(--eh-primary); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.eh-category-card strong { width: 100%; overflow: hidden; color: var(--eh-ink); font-size: 12px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }

.eh-products { background: var(--eh-surface); }
.eh-carousel-panel { display: flex; gap: 15px; padding: 15px; border-radius: 20px; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.03); }
.eh-carousel-panel--plain { padding: 0; background: transparent; box-shadow: none; }
.eh-carousel-track { flex: 1; min-width: 0; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(180px, 1fr); gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.eh-carousel-track::-webkit-scrollbar { display: none; }
.eh-product-card { position: relative; min-width: 0; overflow: hidden; border: 0; border-radius: 15px; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.03); scroll-snap-align: start; transition: transform .25s ease, box-shadow .25s ease; }
.eh-product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(18,39,59,.1); }
.eh-product-card__image { position: relative; display: grid; height: 165px; place-items: center; padding: 16px; background: #fff; }
.eh-product-card__image > img { width: 82%; height: 82%; object-fit: contain; border-radius: 15px; transition: transform .25s ease; }
.eh-product-card:hover .eh-product-card__image > img { transform: scale(1.045); }
.eh-product-card__badge { position: absolute; top: 12px; right: 12px; z-index: 1; border-radius: 12px 12px 12px 4px; padding: 3px 9px; background: var(--eh-red); color: #fff; font-size: 10px; font-weight: 700; box-shadow: 0 5px 10px rgba(244,57,4,.3); }
.eh-product-card__wish { position: absolute; top: 10px; left: 10px; z-index: 1; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--eh-line); border-radius: 50%; background: #fff; }
.eh-product-card__wish svg { width: 15px; fill: none; stroke: #81909d; stroke-width: 1.7; }
.eh-product-card__body { padding: 12px 16px 16px; }
.eh-product-card__body > small { display: flex; align-items: center; gap: 4px; color: var(--eh-accent); font-size: 12px; font-weight: 700; }
.eh-product-card__body > small::before { content: "★"; }
.eh-product-card h3 { min-height: 40px; margin: 6px 0 8px; font-size: 12px; font-weight: 400; line-height: 1.7; }
.eh-product-card__meta { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px dashed var(--eh-line); font-size: 9px; }
.eh-product-card__meta span:first-child { display: flex; align-items: center; gap: 5px; color: #218656; }
.eh-product-card__meta i { width: 6px; height: 6px; border-radius: 50%; background: #23ad6b; }
.eh-product-card__meta span:last-child { color: var(--eh-accent-dark); font-size: 8px; letter-spacing: 1px; }
.eh-product-card__footer { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; }
.eh-product-card__footer strong { color: var(--eh-ink); font-size: 13px; font-weight: 700; }
.eh-product-card__footer a { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; background: var(--eh-primary); color: #fff; }
.eh-product-card__footer svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transform: scaleX(-1); }

.eh-carousel-promo { position: relative; display: flex; flex-direction: column; align-items: center; width: 230px; flex-shrink: 0; padding: 20px; border-radius: 15px; background: #e8ecf0; text-align: center; overflow: hidden; }
.eh-carousel-promo img { width: 100%; margin-bottom: 16px; border-radius: 12px; }
.eh-carousel-promo > span { display: block; margin-bottom: 12px; color: var(--eh-ink); font-size: 13px; font-weight: 700; }
.eh-carousel-promo h3 { margin: 0 0 6px; font-size: 15px; font-weight: 700; line-height: 1.6; }
.eh-carousel-promo p { color: var(--eh-muted); font-size: 12px; }
.eh-carousel-promo a { display: block; width: 100%; margin-top: auto; margin-bottom: 12px; padding: 9px; border-radius: 10px; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.08); color: var(--eh-ink) !important; font-size: 13px; font-weight: 400; text-align: center; }
.eh-carousel-nav { position: relative; display: flex; align-items: center; gap: 10px; padding: 6px 10px; border-radius: 10px; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.06); }
.eh-carousel-nav button { display: grid; width: 22px; height: 22px; place-items: center; border: 0; background: transparent; color: var(--eh-ink); cursor: pointer; }
.eh-carousel-nav span { color: var(--eh-line); }
.eh-carousel-nav svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.eh-carousel-promo--dark { background: linear-gradient(150deg, #171f63, #242f9b); color: #fff; }
.eh-carousel-promo--dark > span { color: var(--eh-accent); }
.eh-carousel-promo--dark p { color: rgba(255,255,255,.75); }

.eh-banner { padding: 42px 0 0; }
.eh-banner__inner { min-height: 220px; display: grid; grid-template-columns: 58% 42%; overflow: hidden; border-radius: 16px; color: #fff; }
.eh-banner__content { align-self: center; padding: 32px 36px; }
.eh-banner__content--primary { background: linear-gradient(115deg, #0f1a52, #1b2a7c); }
.eh-banner__content--secondary { background: var(--eh-red); }
.eh-banner__content > span { color: var(--eh-accent); font-size: 11px; font-weight: 800; }
.eh-banner h2 { max-width: 320px; margin: 6px 0 10px; font-size: 21px; font-weight: 900; line-height: 1.5; }
.eh-banner p { max-width: 280px; margin-bottom: 18px; color: rgba(255,255,255,.85); font-size: 12px; }

.eh-application-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.eh-application-grid > a { position: relative; min-height: 190px; overflow: hidden; padding: 24px; border: 1px solid var(--eh-line); border-radius: 15px; background: #fff; transition: color .25s ease, background .25s ease, transform .25s ease; }
.eh-application-grid > a:hover { transform: translateY(-5px); background: var(--eh-primary); color: #fff; }
.eh-application-grid > a > span { position: absolute; top: 18px; left: 20px; color: #dbe1e6; font-size: 26px; font-weight: 900; }
.eh-application-grid svg { width: 44px; margin: 15px 0 18px; fill: none; stroke: var(--eh-accent-dark); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.eh-application-grid h3 { margin-bottom: 7px; color: var(--eh-primary); font-size: 18px; font-weight: 900; }
.eh-application-grid > a:hover h3 { color: #fff; }
.eh-application-grid p { color: var(--eh-muted); font-size: 12px; line-height: 1.9; }
.eh-application-grid > a:hover p { color: #c8d8e5; }

.eh-about { padding: 58px 0; background: #fff; }
.eh-about__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.eh-about__visual { position: relative; min-height: 340px; }
.eh-about__image { position: absolute; inset: 0 35px 0 0; overflow: hidden; border-radius: 22px; background: #fff; box-shadow: 0 22px 60px rgba(11,20,60,.12); }
.eh-about__image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(27,42,114,.08), transparent); }
.eh-about__image img { width: 100%; height: 100%; padding: 30px; object-fit: contain; }
.eh-about__stat { position: absolute; right: 0; bottom: 34px; display: flex; width: 150px; height: 150px; flex-direction: column; align-items: center; justify-content: center; border: 8px solid #f7f8fa; border-radius: 18px; background: var(--eh-accent); color: var(--eh-primary-dark); }
.eh-about__stat strong { font-size: 36px; font-weight: 900; line-height: 1; }
.eh-about__stat span { margin-top: 7px; font-size: 11px; font-weight: 700; }
.eh-about__content h2 { margin: 8px 0 16px; color: var(--eh-primary-dark); font-size: 32px; font-weight: 900; line-height: 1.55; }
.eh-about__content > p { color: var(--eh-muted); line-height: 2.1; }
.eh-about__content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 24px 0; padding: 0; list-style: none; }
.eh-about__content li { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.eh-about__content li b { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #e7f4ed; color: #168454; }

.eh-trust-strip { padding: 26px 0; border-top: 1px solid #e8ebf2; border-bottom: 1px solid #e8ebf2; background: #f7f8fc; }
.eh-trust-strip .eh-container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #e3e6ef; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(18, 31, 87, .06); }
.eh-trust-strip .eh-container > div { display: flex; min-height: 92px; align-items: center; justify-content: center; gap: 13px; padding: 18px; border-left: 1px solid #e7e9f0; color: var(--eh-primary-dark); text-align: center; }
.eh-trust-strip .eh-container > div:last-child { border-left: 0; }
.eh-trust-strip svg { width: 32px; min-width: 32px; fill: none; stroke: var(--eh-accent-dark); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.eh-trust-strip strong { font-size: 13px; font-weight: 850; line-height: 1.8; }

.eh-brands { padding: 8px 0 42px; }
.eh-brand-row { display: flex; flex-wrap: wrap; gap: 12px; }
.eh-brand-row a { display: inline-flex; align-items: center; justify-content: center; padding: 12px 26px; border-radius: 30px; background: var(--eh-primary); color: #fff; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.eh-brand-row a:hover { transform: translateY(-3px); background: var(--eh-primary-dark); }

.eh-insight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.eh-insight-grid article { overflow: hidden; border: 1px solid var(--eh-line); border-radius: 17px; background: #fff; padding-bottom: 18px; }
.eh-insight-grid article > div { position: relative; height: 170px; overflow: hidden; background: var(--eh-surface); }
.eh-insight-grid img { width: 100%; height: 100%; padding: 14px; object-fit: contain; transition: transform .3s ease; }
.eh-insight-grid article:hover img { transform: scale(1.05); }
.eh-insight-grid article > div span { position: absolute; right: 13px; bottom: 13px; border-radius: 20px; padding: 4px 12px; background: var(--eh-primary); color: #fff; font-size: 10px; }
.eh-insight-grid article > p, .eh-insight-grid article > h3, .eh-insight-grid article > a { margin-inline: 18px; }
.eh-insight-grid article > p { margin-top: 14px; color: var(--eh-muted); font-size: 10px; }
.eh-insight-grid article > h3 { min-height: 54px; margin-top: 4px; color: var(--eh-primary-dark); font-size: 13px; font-weight: 900; line-height: 1.8; }
.eh-insight-grid article > a { display: inline-block; margin-top: 10px; color: var(--eh-accent-dark); font-size: 11px; font-weight: 800; }

.eh-footer { background: var(--eh-surface); color: var(--eh-ink); }
.eh-footer__hours { padding: 30px 0; }
.eh-footer__hours .eh-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.eh-footer__hours-right { display: flex; align-items: center; gap: 18px; }
.eh-footer__hours img { width: 110px; height: auto; }
.eh-footer__hours-right span:first-of-type { width: 1px; height: 22px; background: var(--eh-line); }
.eh-footer__hours-time { color: var(--eh-muted); font-size: 13px; }
.eh-footer__hours-phone { display: flex; align-items: center; gap: 8px; color: var(--eh-muted); font-size: 15px; }
.eh-footer__hours-phone svg { width: 20px; fill: none; stroke: var(--eh-primary); stroke-width: 1.7; }

.eh-footer__body { padding-top: 5px; }
.eh-footer__row { display: grid; grid-template-columns: 2.4fr .3fr 1fr 1fr; gap: 24px; padding: 35px 0; }
.eh-footer__info h3 { margin: 0 0 14px; color: var(--eh-ink); font-size: 21px; font-weight: 700; }
.eh-footer__info p { max-width: 620px; color: var(--eh-muted); font-size: 14px; line-height: 2.1; }
.eh-footer__menu h3 { margin: 0 0 12px; color: var(--eh-ink); font-size: 16px; font-weight: 700; }
.eh-footer__menu { display: flex; flex-direction: column; gap: 9px; }
.eh-footer__menu a { color: var(--eh-muted); font-size: 14px; }
.eh-footer__menu a:hover { color: var(--eh-accent-dark); }

.eh-footer__meta-row { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 24px; padding-bottom: 30px; }
.eh-footer__meta { display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; list-style: none; }
.eh-footer__meta li { color: var(--eh-muted); font-size: 14px; }
.eh-footer__badges { display: flex; justify-content: flex-end; gap: 10px; }
.eh-footer__badges span { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 13px; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.05); color: var(--eh-line); font-size: 9px; }

.eh-footer__actions-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 35px; }
.eh-footer__quicklinks { display: flex; flex-wrap: wrap; gap: 10px; }
.eh-footer__quicklinks a { padding: 10px 22px; border-radius: 20px; background: #fff; color: var(--eh-ink); font-size: 14px; font-weight: 700; }
.eh-footer__newsletter { display: flex; }
.eh-footer__newsletter input { min-width: 0; width: 220px; border: 0; outline: 0; border-radius: 20px; padding: 14px 16px; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.05); }
.eh-footer__newsletter button { border: 0; border-radius: 12px; margin: 5px 5px 5px -14px; padding: 9px 16px; background: var(--eh-primary); color: #fff; cursor: pointer; }

.eh-footer__bottom { border-top: 1px solid var(--eh-line); color: #919191; font-size: 12px; }
.eh-footer__bottom .eh-container { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.eh-footer__socials { display: flex; gap: 8px; }
.eh-footer__socials a { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: #fff; color: var(--eh-primary); font-size: 11px; }

.eh-mobile-tabbar { position: fixed; z-index: 40; inset-inline: 0; bottom: 0; display: none; border-top: 1px solid var(--eh-line); background: #fff; padding-bottom: env(safe-area-inset-bottom, 0); }
.eh-mobile-tabbar ul { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 8px 4px; list-style: none; }
.eh-mobile-tabbar a { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 4px; color: var(--eh-muted); font-size: 10px; font-weight: 600; }
.eh-mobile-tabbar a.is-active { color: var(--eh-primary); }
.eh-mobile-tabbar a.is-active span { background: var(--eh-primary); }
.eh-mobile-tabbar span { display: grid; width: 100%; height: 26px; place-items: center; border-radius: 13px; background: transparent; }
.eh-mobile-tabbar svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.eh-mobile-tabbar a.is-active svg { stroke: #fff; }

.eh-support-fab { position: fixed; z-index: 40; left: 20px; bottom: 20px; display: grid; width: 56px; height: 56px; place-items: center; border: 0; border-radius: 50%; background: var(--eh-primary); color: #fff; box-shadow: 0 10px 24px rgba(36,47,155,.35); cursor: pointer; }
.eh-support-fab svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1100px) {
    .eh-header__main { grid-template-columns: 150px 1fr 190px; gap: 18px; }
    .eh-nav__inner { gap: 4px; }
    .eh-category-track { grid-auto-columns: minmax(150px, 1fr); }
    .eh-carousel-track { grid-auto-columns: minmax(160px, 1fr); }
    .eh-hero__grid { grid-template-columns: minmax(0, 1fr) 230px; gap: 16px; }
    .eh-hero__main { grid-template-columns: 60% 40%; }
    .eh-hero__content { padding: 42px 30px; }
    .eh-hero__product--one { left: -20px; }
    .eh-hero__product--two { right: -30px; }
    .eh-insight-grid { grid-template-columns: repeat(2, 1fr); }
    .eh-footer__row { grid-template-columns: 2fr 1fr 1fr; }
    .eh-footer__row > :nth-child(2) { display: none; }
}

@media (max-width: 900px) {
    .eh-topbar__inner { min-height: 32px; }
    .eh-header__main { min-height: 75px; grid-template-columns: 140px minmax(0, 1fr) 200px; gap: 16px; padding-block: 10px; }
    .eh-search { max-width: 265px; }
    .eh-nav__inner { min-height: 52px; flex-wrap: nowrap; gap: 2px; overflow-x: auto; padding-block: 4px; scrollbar-width: none; }
    .eh-nav__inner::-webkit-scrollbar { display: none; }
    .eh-nav__inner > a { flex: 0 0 auto; padding: 7px 9px; font-size: 12.5px; white-space: nowrap; }
    .eh-nav__phone { display: none !important; }
    .eh-hero__grid { grid-template-columns: minmax(0, 1fr) 220px; }
    .eh-hero__side { padding: 16px; }
    .eh-carousel-panel { flex-direction: column; }
    .eh-carousel-promo { width: 100%; flex-direction: row; align-items: center; flex-wrap: wrap; text-align: right; }
    .eh-carousel-promo img { display: none; }
    .eh-carousel-promo a { margin-top: 0; width: auto; }
    .eh-application-grid { grid-template-columns: repeat(2, 1fr); }
    .eh-about__grid { gap: 40px; }
    .eh-trust-strip .eh-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .eh-trust-strip .eh-container > div:nth-child(2) { border-left: 0; }
    .eh-trust-strip .eh-container > div:nth-child(-n+2) { border-bottom: 1px solid #e7e9f0; }
    .eh-footer__meta-row { grid-template-columns: 1fr; }
    .eh-footer__badges { justify-content: flex-start; }
}

@media (max-width: 700px) {
    .estehkam-home { padding-bottom: 66px; }
    .eh-container { width: min(100% - 28px, 1180px); }
    .eh-topbar__inner { justify-content: center; text-align: center; }
    .eh-topbar__links { display: none; }
    .eh-header__main { min-height: 122px; grid-template-columns: 100px minmax(0, 1fr) auto; gap: 10px; padding-block: 10px; }
    .eh-header__actions { display: flex; grid-column: 3; grid-row: 1; gap: 8px; }
    .eh-logo { justify-self: start; }
    .eh-search { width: 100%; max-width: none; }
    .eh-search button { display: none; }
    .eh-nav { display: block; padding-bottom: 9px; border-top: 0; }
    .eh-nav__inner { width: min(100% - 28px, 1400px); min-height: 42px; overflow: visible; padding: 0; }
    .eh-nav__inner > a { display: none; }
    .eh-nav__inner > .eh-nav__all { display: flex; width: 100%; min-height: 42px; align-items: center; justify-content: center; border: 1px solid #dde2f4; border-radius: 13px; background: #f0f2ff; color: var(--eh-primary) !important; font-size: 12px; font-weight: 800; }
    .eh-nav__inner > .eh-nav__all svg { width: 18px; }
    .eh-hero { padding-top: 18px; }
    .eh-hero__grid { grid-template-columns: 1fr; }
    .eh-hero__side { min-height: auto; }
    .eh-hero__main { min-height: 440px; grid-template-columns: 1fr; grid-template-rows: auto 185px; background-image: url("../images/estehkam/sanabuy-hero-mobile-v2.jpg"); background-position: center; }
    .eh-hero__content { min-width: 0; overflow: hidden; padding: 28px 24px 8px; text-align: center; }
    .eh-hero__content > p { width: 100%; max-width: 310px; overflow-wrap: anywhere; font-size: 13px; line-height: 1.9; margin-inline: auto; white-space: normal; }
    .eh-eyebrow { justify-content: center; }
    .eh-hero__buttons { justify-content: center; }
    .eh-hero__visual { min-height: 190px; }
    .eh-hero__plate { width: 230px; height: 230px; }
    .eh-hero__product--one { width: 155px; height: 205px; left: 22%; bottom: -2px; }
    .eh-hero__product--two { width: 125px; height: 180px; right: 22%; bottom: -2px; }
    .eh-section { padding: 42px 0; }
    .eh-section__heading { align-items: flex-start; flex-direction: column; }
    .eh-categories .eh-section__heading { width: 100%; align-items: center; flex-direction: row; }
    .eh-category-actions { margin-right: auto; gap: 8px; }
    .eh-category-actions > a { display: none; }
    .eh-category-nav button { width: 36px; height: 36px; border-radius: 11px; box-shadow: 0 5px 14px rgba(30,42,110,.08); }
    .eh-category-track { grid-auto-columns: minmax(29%, 1fr); }
    .eh-category-card__icon svg { width: 50%; }
    .eh-carousel-track { grid-auto-columns: minmax(150px, 1fr); }
    .eh-product-card__image { height: 150px; }
    .eh-product-card__image > img { height: 118px; }
    .eh-banner { padding-top: 50px; }
    .eh-banner__inner { grid-template-columns: 1fr; }
    .eh-banner__content { padding: 30px 25px; text-align: center; }
    .eh-banner__content h2, .eh-banner__content p { margin-inline: auto; }
    .eh-application-grid { grid-template-columns: 1fr; }
    .eh-application-grid > a { min-height: 210px; }
    .eh-about__grid { grid-template-columns: 1fr; }
    .eh-about__visual { min-height: 340px; }
    .eh-about__content { text-align: center; }
    .eh-about__content ul { grid-template-columns: 1fr; text-align: right; }
    .eh-brand-row { justify-content: center; }
    .eh-insight-grid { grid-template-columns: 1fr; }
    .eh-footer__hours .eh-container { flex-direction: column; text-align: center; }
    .eh-footer__row { grid-template-columns: 1fr; text-align: center; }
    .eh-footer__row > :nth-child(2) { display: none; }
    .eh-footer__info p { margin-inline: auto; }
    .eh-footer__meta-row { grid-template-columns: 1fr; text-align: center; }
    .eh-footer__meta { align-items: center; }
    .eh-footer__badges { justify-content: center; }
    .eh-footer__actions-row { flex-direction: column; }
    .eh-footer__quicklinks { justify-content: center; }
    .eh-footer__newsletter { width: 100%; }
    .eh-footer__newsletter input { flex: 1; }
    .eh-footer__bottom .eh-container { padding-block: 14px; flex-direction: column; justify-content: center; }
    .eh-mobile-tabbar { display: block; }
    .eh-support-fab { left: 16px; bottom: 82px; width: 48px; height: 48px; }
    .eh-cart svg { display: none; }
    .eh-cart::before { width: 19px; height: 15px; margin-top: 4px; border: 2px solid #fff; border-radius: 3px; box-sizing: border-box; content: ""; }
    .eh-cart::after { position: absolute; top: 9px; left: 50%; width: 9px; height: 7px; border: 2px solid #fff; border-bottom: 0; border-radius: 7px 7px 0 0; content: ""; transform: translateX(-50%); }
    .eh-cart b { top: -5px; right: auto; left: -3px; width: 19px; height: 19px; border: 2px solid #fff; font-size: 9px; line-height: 1; }
    .eh-carousel-promo { align-items: stretch; padding: 18px; }
    .eh-carousel-promo > span,
    .eh-carousel-promo h3,
    .eh-carousel-promo p { width: 100%; }
    .eh-carousel-promo > span { margin-bottom: 7px; }
    .eh-carousel-promo h3 { margin-bottom: 4px; }
    .eh-carousel-promo p { margin: 0; }
    .eh-carousel-promo a { order: 4; display: grid; min-height: 44px; flex: 1 1 160px; place-items: center; margin: 14px 0 0; border: 1px solid var(--eh-primary); border-radius: 12px; background: var(--eh-primary); box-shadow: none; color: #fff !important; font-size: 12px; font-weight: 800; }
    .eh-carousel-nav { order: 5; min-height: 44px; flex: 0 0 96px; justify-content: space-between; gap: 3px; margin: 14px 8px 0 0; padding: 3px; border: 1px solid #e2e5ed; border-radius: 12px; box-shadow: none; }
    .eh-carousel-nav span { display: none; }
    .eh-carousel-nav button { width: 36px; height: 36px; border-radius: 9px; color: var(--eh-primary); }
    .eh-carousel-nav button:active { background: #edf0ff; }
}

@media (max-width: 430px) {
    .eh-categories > .eh-container { padding: 16px 12px; }
    .eh-category-track { grid-auto-columns: minmax(42%, 1fr); }
    .eh-carousel-track { grid-auto-columns: minmax(46%, 1fr); }
    .eh-product-card__body { padding: 11px; }
    .eh-product-card h3 { font-size: 10px; }
    .eh-hero__side-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .eh-hero__buttons { flex-direction: column; }
    .eh-hero__product--one { left: 14%; }
    .eh-hero__product--two { right: 12%; }
    .eh-trust-strip .eh-container { grid-template-columns: 1fr; }
    .eh-trust-strip .eh-container > div { min-height: 76px; justify-content: flex-start; border-left: 0; border-bottom: 1px solid #e7e9f0; padding-inline: 24px; text-align: right; }
    .eh-trust-strip .eh-container > div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .estehkam-home *, .estehkam-home *::before, .estehkam-home *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Keep shared header controls consistent on the home page. */
.eh-cart { min-height: 46px; padding: 10px 19px; border-radius: 23px; background: linear-gradient(135deg, #2d3cb8, var(--eh-primary)); font-weight: 800; box-shadow: 0 8px 18px rgba(36,47,155,.18); }
.eh-cart svg { display: block; width: 25px; height: 25px; stroke: #fff; }
.eh-search__scope { font-weight: 700; cursor: pointer; list-style: none; }
.eh-nav__all { display: flex; align-items: center; white-space: nowrap; cursor: pointer; list-style: none; }

@media (max-width: 700px) {
    .eh-cart { width: 48px; height: 48px; min-height: 48px; justify-content: center; padding: 0; border-radius: 15px; }
    .eh-cart::before, .eh-cart::after { display: none; }
    .eh-cart svg { display: block; width: 25px; height: 25px; }
}
