/* İstanbul Evimde Sağlık — main.css (deferred, below-the-fold)
   ONOXSOFT 2026 */

/* ====== Mega Menu ====== */
.iesh-mega{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);width:min(920px,calc(100vw - 48px));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s var(--t),transform .3s var(--t),visibility 0s linear .3s;z-index:120;background:#fff;border:1px solid var(--c-line);border-radius:22px;box-shadow:0 30px 60px -20px rgba(15,23,42,.25),0 10px 24px -10px rgba(15,23,42,.12);overflow:hidden}
.iesh-mega::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%) rotate(45deg);width:16px;height:16px;background:#fff;border-left:1px solid var(--c-line);border-top:1px solid var(--c-line);border-radius:3px 0 0 0}
.iesh-has-mega:hover .iesh-mega,.iesh-has-mega:focus-within .iesh-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);transition-delay:0s}
/* Invisible bridge so dropdown doesn't close */
.iesh-has-mega::after{content:"";position:absolute;top:100%;left:0;right:0;height:16px}

.iesh-mega__inner{display:grid;gap:0;padding:0}
.iesh-mega__inner--services{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr)}
.iesh-mega__inner--regions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}

.iesh-mega__list{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;padding:1.25rem}
.iesh-mega__item{display:flex;gap:.85rem;padding:.75rem;border-radius:12px;color:var(--c-ink);text-decoration:none;transition:background var(--t),transform var(--t)}
.iesh-mega__item:hover{background:var(--c-mint-50);color:var(--c-ink);transform:translateX(2px)}
.iesh-mega__icon{flex-shrink:0;width:42px;height:42px;border-radius:10px;background:var(--c-mint-100);color:var(--c-primary-d);display:flex;align-items:center;justify-content:center;transition:background var(--t),color var(--t)}
.iesh-mega__item:hover .iesh-mega__icon{background:var(--c-primary);color:#fff}
.iesh-mega__icon svg{width:22px;height:22px}
.iesh-mega__text{display:flex;flex-direction:column;gap:.2rem;line-height:1.3;min-width:0}
.iesh-mega__text strong{font-size:.95rem;font-weight:700;color:var(--c-ink)}
.iesh-mega__text small{font-size:.8rem;color:var(--c-ink-soft);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.iesh-mega__col{padding:1.25rem 1rem;border-right:1px solid var(--c-line)}
.iesh-mega__col:last-of-type{border-right:none}
.iesh-mega__col-title{display:flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--c-primary-d);margin:0 0 .85rem}
.iesh-mega__col-title svg{width:14px;height:14px;color:var(--c-accent)}
.iesh-mega__region-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.2rem}
.iesh-mega__region-list a{display:block;padding:.45rem .65rem;border-radius:8px;font-size:.88rem;font-weight:600;color:var(--c-ink);transition:background var(--t),color var(--t),padding var(--t)}
.iesh-mega__region-list a:hover{background:var(--c-coral-50);color:var(--c-accent);padding-left:.85rem}

.iesh-mega__cta{background:linear-gradient(135deg,var(--c-primary) 0%,#0891B2 100%);color:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:.55rem;justify-content:center;position:relative;overflow:hidden}
.iesh-mega__cta::before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.08);right:-50px;bottom:-80px}
.iesh-mega__cta>*{position:relative;z-index:1}
.iesh-mega__cta .iesh-mega__eyebrow{display:inline-block;background:rgba(255,255,255,.2);color:#fff;padding:.3rem .7rem;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;align-self:flex-start}
.iesh-mega__cta h4{color:#fff;font-size:1.1rem;margin:0;line-height:1.3;letter-spacing:-.01em}
.iesh-mega__cta p{color:rgba(255,255,255,.92);font-size:.88rem;margin:0 0 .3rem;line-height:1.5}
.iesh-mega__cta .iesh-btn{align-self:flex-start;background:#fff;color:var(--c-accent-d);box-shadow:0 6px 14px -6px rgba(0,0,0,.3)}
.iesh-mega__cta .iesh-btn:hover{background:var(--c-coral-50);color:var(--c-accent-d)}
.iesh-mega__cta .iesh-btn svg{color:var(--c-accent)}
.iesh-mega__more{color:rgba(255,255,255,.95);font-size:.85rem;font-weight:700;text-decoration:underline;text-decoration-color:rgba(255,255,255,.4);text-underline-offset:3px;align-self:flex-start}
.iesh-mega__more:hover{color:#fff;text-decoration-color:#fff}

@media (max-width:1000px){
  .iesh-mega{display:none!important}
}

.iesh-section{padding:clamp(3rem,6vw,5.5rem) 0;position:relative}
.iesh-section--alt{background:var(--c-bg-alt)}
.iesh-section--mint{background:linear-gradient(180deg,var(--c-mint-50) 0%,var(--c-bg) 100%)}
.iesh-section__head{text-align:center;max-width:760px;margin:0 auto clamp(2rem,3.5vw,3rem)}
.iesh-eyebrow{display:inline-block;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--c-eyebrow);background:var(--c-mint-100);padding:.45rem 1rem;border-radius:999px;margin-bottom:1rem}
.iesh-h1{font-size:clamp(2rem,4.6vw,3.4rem);letter-spacing:-.025em;margin:0 0 .8rem}
.iesh-h2{font-size:clamp(1.6rem,3.2vw,2.4rem);letter-spacing:-.02em;margin:0 0 .6rem}
.iesh-h3{font-size:clamp(1.15rem,1.8vw,1.4rem);margin:0 0 .4rem}
.iesh-section__intro{color:var(--c-ink-soft);font-size:clamp(1rem,1.2vw,1.1rem);max-width:600px;margin:0 auto}

/* ====== Trust bar ====== */
.iesh-trust{margin-top:-2rem;position:relative;z-index:5}
.iesh-trust__inner{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.1rem 1.25rem;display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;border:1px solid var(--c-line)}
@media (max-width:1100px){.iesh-trust__inner{grid-template-columns:repeat(3,1fr)}}
@media (max-width:680px){.iesh-trust__inner{grid-template-columns:repeat(2,1fr)}}
@media (max-width:420px){.iesh-trust__inner{grid-template-columns:1fr}}
.iesh-trust__item{display:flex;gap:.85rem;align-items:flex-start;padding:.5rem}
.iesh-trust__icon{width:42px;height:42px;border-radius:12px;background:var(--c-mint-50);display:flex;align-items:center;justify-content:center;color:var(--c-primary);flex-shrink:0}
.iesh-trust__icon svg{width:22px;height:22px}
.iesh-trust__title{font-size:.95rem;font-weight:700;line-height:1.2;margin:0 0 .2rem;color:var(--c-ink)}
.iesh-trust__text{font-size:.84rem;color:var(--c-ink-soft);margin:0}

/* ====== Intro / Anlatım ====== */
.iesh-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}
.iesh-intro__text p{font-size:1.05rem;color:var(--c-ink-soft)}
.iesh-intro__list{list-style:none;padding:0;margin:1.5rem 0;display:grid;gap:.8rem}
.iesh-intro__list li{display:flex;gap:.7rem;align-items:flex-start;font-weight:500}
.iesh-intro__list li::before{content:"✓";flex-shrink:0;width:24px;height:24px;background:var(--c-mint-50);color:var(--c-primary-d);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}
.iesh-intro__card{background:linear-gradient(135deg,var(--c-primary) 0%,#0891B2 100%);color:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}
.iesh-intro__card::after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.08);right:-50px;bottom:-50px}
.iesh-intro__card h3{color:#fff;font-size:1.4rem}
.iesh-intro__card p{color:rgba(255,255,255,.9);margin-bottom:1.2rem}
.iesh-intro__card .iesh-btn{background:#fff;color:var(--c-primary-d)}
.iesh-intro__card .iesh-btn:hover{background:var(--c-mint-50)}
@media (max-width:780px){.iesh-intro__grid{grid-template-columns:1fr}}

/* ====== Cards (services / regions / posts) ====== */
.iesh-cards{display:grid;gap:clamp(1rem,2vw,1.5rem)}
.iesh-cards--3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.iesh-cards--4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.iesh-cards--auto{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}

.iesh-card{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .35s var(--t),box-shadow .35s var(--t),border-color .35s var(--t);position:relative;box-shadow:var(--shadow-sm)}
.iesh-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px -20px rgba(15,118,110,.32),0 12px 24px -10px rgba(15,23,42,.12);border-color:var(--c-primary)}
.iesh-card__media{aspect-ratio:16/10;background:linear-gradient(135deg,var(--c-mint-50),var(--c-coral-50));position:relative;overflow:hidden;display:block;text-decoration:none}
.iesh-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(15,23,42,.35) 100%);opacity:.6;transition:opacity .35s}
.iesh-card:hover .iesh-card__media::after{opacity:.85}
.iesh-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1);display:block}
.iesh-card:hover .iesh-card__img{transform:scale(1.08)}
.iesh-card__badge{position:absolute;top:14px;right:14px;width:42px;height:42px;border-radius:12px;background:#fff;color:var(--c-primary);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px -4px rgba(15,23,42,.2);z-index:2;transition:transform .35s,background .35s,color .35s}
.iesh-card:hover .iesh-card__badge{transform:scale(1.1) rotate(-6deg);background:var(--c-primary);color:#fff}
.iesh-card__badge svg{width:22px;height:22px}
.iesh-card__pin{position:absolute;bottom:14px;left:14px;display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.95);color:var(--c-ink);font-weight:700;font-size:.92rem;padding:.35rem .75rem;border-radius:999px;backdrop-filter:saturate(180%) blur(10px);z-index:2;box-shadow:0 4px 12px -4px rgba(15,23,42,.2)}
.iesh-card__pin svg{width:14px;height:14px;color:var(--c-accent)}
.iesh-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--c-primary)}
.iesh-card__placeholder svg{width:64px;height:64px;opacity:.6}
.iesh-card__body{padding:1.35rem 1.35rem 1.35rem;display:flex;flex-direction:column;flex:1;gap:.5rem}
.iesh-card__icon{width:46px;height:46px;border-radius:12px;background:var(--c-mint-50);color:var(--c-primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:.5rem}
.iesh-card__icon svg{width:24px;height:24px}
.iesh-card__title{font-size:1.12rem;font-weight:700;color:var(--c-ink);margin:0 0 .25rem;line-height:1.3;letter-spacing:-.01em}
.iesh-card__title a{color:inherit}
.iesh-card__title a:hover{color:var(--c-primary-d)}
.iesh-card__excerpt{font-size:.92rem;color:var(--c-ink-soft);margin:0;flex:1;line-height:1.55}
.iesh-card__foot{display:flex;justify-content:space-between;align-items:center;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--c-line);gap:.5rem}
.iesh-card__more{font-size:.88rem;font-weight:700;color:var(--c-primary-d);display:inline-flex;align-items:center;gap:.35rem}
.iesh-card__more::after{content:"→";transition:transform var(--t)}
.iesh-card:hover .iesh-card__more::after{transform:translateX(5px)}
.iesh-card__call{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--c-coral-50);color:var(--c-accent);transition:background .25s,color .25s,transform .25s}
.iesh-card__call:hover{background:var(--c-accent);color:#fff;transform:rotate(8deg) scale(1.08)}
.iesh-card__call svg{width:16px;height:16px}

/* Region card variant */
.iesh-card--region:hover{border-color:var(--c-accent)}
.iesh-card--region:hover .iesh-card__badge{background:var(--c-accent)}

/* Scroll reveal */
[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .55s ease-out,transform .55s cubic-bezier(.2,.8,.2,1)}
[data-reveal].is-revealed{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}

/* Spotlight */
.iesh-spotlight{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}
.iesh-spotlight__item{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:380px;color:#fff;display:flex;align-items:flex-end;padding:1.75rem;background-color:#0B1220;background-size:cover;background-position:center;transition:transform .4s var(--t),box-shadow .4s var(--t);box-shadow:0 12px 30px -16px rgba(15,23,42,.25);isolation:isolate}
.iesh-spotlight__item::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,18,32,.15) 0%,rgba(11,18,32,.55) 55%,rgba(11,18,32,.95) 100%);transition:opacity .4s;z-index:1}
.iesh-spotlight__item::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(14,154,130,.25) 0%,transparent 50%,rgba(229,75,75,.15) 100%);opacity:.85;transition:opacity .4s;z-index:1}
.iesh-spotlight__item:hover{transform:translateY(-8px);box-shadow:0 30px 60px -20px rgba(14,154,130,.45)}
.iesh-spotlight__item:hover::before{background:linear-gradient(180deg,rgba(11,18,32,.25) 0%,rgba(11,18,32,.7) 55%,rgba(11,18,32,.97) 100%)}
.iesh-spotlight__inner{position:relative;z-index:2}
.iesh-spotlight h3{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.iesh-spotlight__text{color:rgba(255,255,255,.95);text-shadow:0 1px 4px rgba(0,0,0,.5)}
.iesh-spotlight__link{color:#fff;font-weight:800;text-shadow:0 1px 4px rgba(0,0,0,.4)}
.iesh-spotlight__inner{position:relative;z-index:1}
.iesh-spotlight__icon{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.18);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}
.iesh-spotlight__icon svg{width:26px;height:26px}
.iesh-spotlight h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}
.iesh-spotlight__text{color:rgba(255,255,255,.9);font-size:.95rem;margin-bottom:.85rem}
.iesh-spotlight__link{color:#fff;font-weight:700;display:inline-flex;align-items:center;gap:.4rem}
.iesh-spotlight__link::after{content:"→"}
@media (max-width:780px){.iesh-spotlight{grid-template-columns:1fr}}

/* ====== Process timeline ====== */
.iesh-process{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem;position:relative}
.iesh-process__step{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:1.5rem;position:relative;text-align:center;transition:transform var(--t),border-color var(--t)}
.iesh-process__step:hover{transform:translateY(-4px);border-color:var(--c-primary)}
.iesh-process__num{position:absolute;top:-18px;left:50%;transform:translateX(-50%);width:36px;height:36px;border-radius:50%;background:var(--c-primary);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}
.iesh-process__icon{width:60px;height:60px;border-radius:14px;background:var(--c-mint-50);color:var(--c-primary);display:flex;align-items:center;justify-content:center;margin:.5rem auto 1rem}
.iesh-process__icon svg{width:30px;height:30px}
.iesh-process__title{font-size:1.05rem;font-weight:700;margin:0 0 .4rem}
.iesh-process__text{font-size:.88rem;color:var(--c-ink-soft);margin:0}
@media (max-width:780px){.iesh-process{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.iesh-process{grid-template-columns:1fr}}

/* ====== Why Us ====== */
.iesh-why{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem}
.iesh-why__item{background:#fff;border-radius:var(--radius);padding:1.5rem;border:1px solid var(--c-line);transition:transform var(--t),box-shadow var(--t)}
.iesh-why__item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.iesh-why__icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,var(--c-mint-50),var(--c-coral-50));color:var(--c-primary-d);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.iesh-why__icon svg{width:28px;height:28px}
.iesh-why__title{font-size:1.05rem;font-weight:700;margin:0 0 .4rem}
.iesh-why__text{font-size:.92rem;color:var(--c-ink-soft);margin:0}

/* ====== Reviews ====== */
.iesh-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:2rem}
.iesh-review{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;position:relative}
.iesh-review::before{content:"\201C";position:absolute;top:.5rem;right:1rem;font-size:4rem;color:var(--c-mint-50);line-height:1;font-family:Georgia,serif}
.iesh-review__stars{color:var(--c-warn);letter-spacing:1px;font-size:1.1rem}
.iesh-review__text{font-size:.95rem;color:var(--c-ink-soft);font-style:italic;flex:1;margin:0}
.iesh-review__author{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--c-line)}
.iesh-review__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--c-primary),var(--c-accent));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}
.iesh-review__name{font-weight:700;font-size:.92rem;margin:0}
.iesh-review__loc{font-size:.8rem;color:var(--c-ink-soft);margin:0}

/* ====== FAQ ====== */
.iesh-faq{max-width:820px;margin:2rem auto 0;display:grid;gap:.5rem}
.iesh-faq details{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius);overflow:hidden;transition:border-color var(--t),box-shadow var(--t)}
.iesh-faq details[open]{border-color:var(--c-primary);box-shadow:var(--shadow-md)}
.iesh-faq summary{cursor:pointer;padding:1.1rem 3rem 1.1rem 1.25rem;font-weight:700;font-size:1.02rem;list-style:none;position:relative;color:var(--c-ink)}
.iesh-faq summary::-webkit-details-marker{display:none}
.iesh-faq summary::after{content:"+";position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--c-mint-50);color:var(--c-primary-d);border-radius:50%;font-weight:600;font-size:1.3rem;transition:transform var(--t),background var(--t)}
.iesh-faq details[open] summary::after{transform:translateY(-50%) rotate(45deg);background:var(--c-primary);color:#fff}
.iesh-faq__answer{padding:0 1.25rem 1.25rem;color:var(--c-ink-soft);font-size:.96rem;line-height:1.7}

/* ====== Blog strip ====== */
.iesh-blog-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:2rem}

/* ====== Final CTA ====== */
.iesh-final-cta{background:linear-gradient(120deg,var(--c-primary) 0%,#0891b2 50%,var(--c-primary-d) 100%);color:#fff;text-align:center;padding:clamp(3rem,5vw,5rem) 0;position:relative;overflow:hidden}
.iesh-final-cta::before,.iesh-final-cta::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.06)}
.iesh-final-cta::before{width:300px;height:300px;left:-100px;top:-100px}
.iesh-final-cta::after{width:400px;height:400px;right:-150px;bottom:-200px}
.iesh-final-cta__inner{position:relative;z-index:1;max-width:780px;margin:0 auto}
.iesh-final-cta h2{color:#fff;font-size:clamp(1.7rem,3.5vw,2.8rem);margin-bottom:1rem;letter-spacing:-.02em}
.iesh-final-cta p{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:2rem}
.iesh-final-cta__btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.iesh-final-cta .iesh-btn--primary{background:#fff;color:var(--c-primary-d)}
.iesh-final-cta .iesh-btn--primary:hover{background:var(--c-bg)}
.iesh-final-cta .iesh-btn--ghost{color:#fff;border-color:rgba(255,255,255,.5)}
.iesh-final-cta .iesh-btn--ghost:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#fff}

/* ====== Footer ====== */
.iesh-footer{background:#0B1220;color:#94a3b8;padding:clamp(3rem,5vw,4.5rem) 0 1rem;margin-top:0}
.iesh-final-cta + .iesh-footer{margin-top:0}
.iesh-final-cta{margin-bottom:0}
.iesh-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #1e293b}
.iesh-footer__col h3{color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}
.iesh-footer__col ul{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}
.iesh-footer__col a{color:#94a3b8;font-size:.93rem;transition:color var(--t),padding-left var(--t)}
.iesh-footer__col a:hover{color:var(--c-primary);padding-left:4px}
.iesh-footer__logo img{filter:brightness(0) invert(1);margin-bottom:1rem}
.iesh-footer__about{font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}
.iesh-footer__contact{display:grid;gap:.5rem;margin-bottom:1rem}
.iesh-footer__contact a,.iesh-footer__contact span{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#cbd5e1}
.iesh-footer__contact svg{width:16px;height:16px;color:var(--c-primary)}
.iesh-footer__social{display:flex;gap:.5rem}
.iesh-footer__social a{width:36px;height:36px;border-radius:10px;background:#1e293b;color:#cbd5e1;display:flex;align-items:center;justify-content:center;padding:0}
.iesh-footer__social a:hover{background:var(--c-primary);color:#fff;padding:0}
.iesh-footer__social svg{width:16px;height:16px}
.iesh-footer__cta{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}
.iesh-footer__cta .iesh-btn{justify-content:center;font-weight:800;letter-spacing:.01em}
.iesh-footer__cta .iesh-btn--accent{color:#fff;background:#E54B4B;text-shadow:0 1px 2px rgba(0,0,0,.25);border:1.5px solid rgba(255,255,255,.15)}
.iesh-footer__cta .iesh-btn--accent:hover{background:#C53636;color:#fff}
.iesh-footer__cta .iesh-btn--ghost{color:#fff;background:transparent;border:1.5px solid rgba(255,255,255,.35)}
.iesh-footer__cta .iesh-btn--ghost:hover{background:rgba(255,255,255,.08);border-color:#fff;color:#fff}
.iesh-footer__cta .iesh-btn svg{color:currentColor}
.iesh-footer__bottom{padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem}
.iesh-footer__bottom p{margin:0}
.iesh-footer__credit{display:flex;align-items:center;gap:.5rem}
.iesh-footer__credit img{vertical-align:middle}
@media (max-width:780px){.iesh-footer__grid{grid-template-columns:1fr 1fr}.iesh-footer__col:first-child{grid-column:1/-1}}
@media (max-width:480px){.iesh-footer__grid{grid-template-columns:1fr}}

/* ====== Sticky call (mobile) ====== */
.iesh-sticky-call{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--c-line);box-shadow:0 -10px 30px -10px rgba(15,23,42,.15);z-index:70;padding:.6rem;gap:.5rem;justify-content:space-around}
.iesh-sticky-call a{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.85rem;border-radius:12px;font-weight:700;color:#fff;font-size:.95rem}
.iesh-sticky-call .iesh-stk-call{background:var(--c-accent)}
.iesh-sticky-call .iesh-stk-wa{background:#22C55E}
.iesh-sticky-call svg{width:20px;height:20px}
@media (max-width:780px){.iesh-sticky-call{display:flex}body{padding-bottom:72px}}

/* ====== Breadcrumbs ====== */
.iesh-crumbs{margin:1rem 0 1.5rem;font-size:.85rem;color:var(--c-ink-soft)}
.iesh-crumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}
.iesh-crumbs li{display:inline-flex;align-items:center;gap:.4rem}
.iesh-crumbs li:not(:last-child)::after{content:"›";color:var(--c-line);margin-left:.4rem}
.iesh-crumbs a{color:var(--c-ink-soft)}
.iesh-crumbs a:hover{color:var(--c-primary-d)}
.iesh-crumbs [aria-current=page]{color:var(--c-primary-d);font-weight:600}

/* ====== Page head ====== */
.iesh-page-head{padding:clamp(2rem,4vw,3rem) 0 1rem;text-align:center}
.iesh-page-hero{background:linear-gradient(135deg,var(--c-mint-50) 0%,var(--c-bg) 60%,var(--c-coral-50) 100%);padding:clamp(2.5rem,5vw,4rem) 0 clamp(2.5rem,5vw,4rem);text-align:center;position:relative;overflow:hidden}
.iesh-page-hero h1{font-size:clamp(1.9rem,4vw,3rem);letter-spacing:-.02em;margin-bottom:.5rem}
.iesh-page-hero p{color:var(--c-ink-soft);max-width:680px;margin:0 auto;font-size:1.05rem}

/* ====== Single (service / region / blog) ====== */
.iesh-single{padding:2rem 0 4rem}
.iesh-single__grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(1.5rem,3vw,3rem);align-items:start}
.iesh-single__article{min-width:0}
.iesh-single__title{font-size:clamp(1.8rem,3.6vw,2.6rem);letter-spacing:-.02em;margin-bottom:1rem}
.iesh-single__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}
.iesh-single__meta-item{display:inline-flex;align-items:center;gap:.4rem;background:var(--c-mint-50);color:var(--c-primary-d);padding:.4rem .85rem;border-radius:999px;font-weight:600;font-size:.85rem}
.iesh-single__meta-item svg{width:14px;height:14px}
.iesh-single__featured{margin:0 0 2rem;border-radius:var(--radius-lg);overflow:hidden}
.iesh-single__featured img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.iesh-single__content{font-size:1.04rem;color:var(--c-ink);line-height:1.8}
.iesh-single__content h2{font-size:clamp(1.4rem,2.4vw,1.85rem);margin:2rem 0 1rem;letter-spacing:-.015em}
.iesh-single__content h3{font-size:clamp(1.15rem,1.8vw,1.4rem);margin:1.5rem 0 .8rem}
.iesh-single__content p{color:var(--c-ink-soft);margin-bottom:1.2rem}
.iesh-single__content ul,.iesh-single__content ol{padding-left:1.4rem;color:var(--c-ink-soft);margin-bottom:1.2rem}
.iesh-single__content li{margin-bottom:.5rem}
.iesh-single__content a{color:var(--c-primary-d);font-weight:600;border-bottom:1px solid var(--c-mint-50)}
.iesh-single__content blockquote{border-left:4px solid var(--c-primary);background:var(--c-mint-50);padding:1.25rem 1.5rem;margin:1.5rem 0;border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--c-ink)}

.iesh-single__aside{position:sticky;top:96px}
.iesh-aside-card{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);margin-bottom:1rem}
.iesh-aside-card h3{font-size:1.1rem;margin-bottom:.75rem}
.iesh-aside-card .iesh-btn{width:100%;justify-content:center;margin-bottom:.5rem}
.iesh-aside-card .iesh-btn:last-child{margin-bottom:0}
.iesh-aside-card__list{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}
.iesh-aside-card__list a{display:block;padding:.55rem .8rem;border-radius:8px;font-size:.9rem;color:var(--c-ink);font-weight:500}
.iesh-aside-card__list a:hover{background:var(--c-mint-50);color:var(--c-primary-d)}

@media (max-width:980px){.iesh-single__grid{grid-template-columns:1fr}.iesh-single__aside{position:static}}

/* ====== About / Page ====== */
.iesh-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:2rem 0}
.iesh-stat{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:1.5rem;text-align:center}
.iesh-stat__num{font-size:clamp(2rem,3.2vw,2.8rem);font-weight:800;color:var(--c-primary-d);letter-spacing:-.02em;line-height:1;margin-bottom:.4rem;background:linear-gradient(120deg,var(--c-primary),var(--c-accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.iesh-stat__label{font-size:.92rem;color:var(--c-ink-soft);font-weight:600}

.iesh-mvm{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin:2rem 0}
.iesh-mvm__card{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:1.75rem;position:relative;overflow:hidden}
.iesh-mvm__card::before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:var(--c-primary)}
.iesh-mvm__card--vision::before{background:var(--c-accent)}
.iesh-mvm__icon{width:54px;height:54px;border-radius:14px;background:var(--c-mint-50);color:var(--c-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.iesh-mvm__icon svg{width:28px;height:28px}
.iesh-mvm__card--vision .iesh-mvm__icon{background:var(--c-coral-50);color:var(--c-accent)}
@media (max-width:680px){.iesh-mvm{grid-template-columns:1fr}}

/* ====== Contact form ====== */
.iesh-contact{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(1.5rem,3vw,3rem);margin-top:2rem;align-items:start}
.iesh-form{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2rem);box-shadow:var(--shadow-sm)}
.iesh-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.iesh-form__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}
.iesh-form__row .iesh-form__field{margin-bottom:0}
.iesh-form label{font-weight:600;font-size:.9rem;color:var(--c-ink)}
.iesh-form input,.iesh-form select,.iesh-form textarea{font:inherit;border:1.5px solid var(--c-line);border-radius:10px;padding:.75rem .9rem;background:#fff;color:var(--c-ink);transition:border-color var(--t),box-shadow var(--t)}
.iesh-form input:focus,.iesh-form select:focus,.iesh-form textarea:focus{outline:none;border-color:var(--c-primary);box-shadow:0 0 0 4px rgba(15,182,154,.18)}
.iesh-form textarea{min-height:140px;resize:vertical}
.iesh-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.iesh-form .iesh-btn{width:100%;justify-content:center;font-size:1.05rem;padding:1rem}
.iesh-form__msg{padding:1rem;border-radius:10px;margin-bottom:1rem;font-weight:600}
.iesh-form__msg--ok{background:#DCFCE7;color:#065F46;border:1px solid #86EFAC}
.iesh-form__msg--err{background:#FEE2E2;color:#991B1B;border:1px solid #FCA5A5}
.iesh-info-card{background:linear-gradient(135deg,var(--c-primary) 0%,#0891b2 100%);color:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}
.iesh-info-card h2{color:#fff;font-size:1.5rem}
.iesh-info-card ul{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:1rem}
.iesh-info-card li{display:flex;gap:.85rem;align-items:flex-start}
.iesh-info-card li svg{width:22px;height:22px;flex-shrink:0;opacity:.9}
.iesh-info-card a{color:#fff;font-weight:700}
.iesh-info-card small{display:block;font-size:.85rem;opacity:.85;font-weight:400}
.iesh-map{margin-top:1rem;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.2)}
.iesh-map iframe{width:100%;height:240px;border:0;display:block}
@media (max-width:780px){.iesh-contact{grid-template-columns:1fr}.iesh-form__row{grid-template-columns:1fr}}

/* ====== Pagination ====== */
.iesh-pagination{display:flex;justify-content:center;margin-top:2rem}
.iesh-pagination .nav-links,.iesh-pagination .page-numbers{display:inline-flex;gap:.4rem;flex-wrap:wrap}
.iesh-pagination a,.iesh-pagination span{padding:.55rem .9rem;border-radius:10px;background:#fff;border:1px solid var(--c-line);color:var(--c-ink);font-weight:600;text-decoration:none}
.iesh-pagination a:hover{border-color:var(--c-primary);color:var(--c-primary-d)}
.iesh-pagination .current{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}

/* ====== 404 ====== */
.iesh-404{text-align:center;padding:clamp(3rem,6vw,5rem) 0}
.iesh-404__num{font-size:clamp(5rem,12vw,9rem);font-weight:800;background:linear-gradient(120deg,var(--c-primary),var(--c-accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:1rem;letter-spacing:-.05em}
.iesh-404__title{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:.5rem}
.iesh-404__text{color:var(--c-ink-soft);max-width:520px;margin:0 auto 2rem}
.iesh-404__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;max-width:780px;margin:0 auto}
.iesh-404__list a{padding:.85rem 1rem;background:#fff;border:1px solid var(--c-line);border-radius:12px;color:var(--c-ink);font-weight:600;transition:border-color var(--t),color var(--t)}
.iesh-404__list a:hover{border-color:var(--c-primary);color:var(--c-primary-d)}

/* ====== Sort/filter bar (category) ====== */
.iesh-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;background:#fff;border:1px solid var(--c-line);border-radius:12px}
.iesh-toolbar__count{color:var(--c-ink-soft);font-size:.9rem}
.iesh-toolbar__sort{display:flex;gap:.4rem;align-items:center;font-size:.9rem}
.iesh-toolbar__sort a{padding:.45rem .85rem;border-radius:8px;color:var(--c-ink-soft);font-weight:600}
.iesh-toolbar__sort a.active,.iesh-toolbar__sort a:hover{background:var(--c-mint-50);color:var(--c-primary-d)}

/* ====== Utility ====== */
.iesh-mt-0{margin-top:0!important}
.iesh-text-center{text-align:center}

/* ====== Focus ====== */
:focus-visible{outline:3px solid var(--c-primary);outline-offset:3px;border-radius:6px}
