/* =============================================================================
 * ERGÜN HALI YIKAMA — Modern Tema
 * Logo mavisi + sarı + turuncu · Açık zemin · Split hero · Kart tabanlı layout
 * ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

:root{
  /* Logo ERGÜN mavisi */
  --ehy-blue:         #38B6FF;
  --ehy-blue-2:       #1A9AE8;
  --ehy-blue-dark:    #0D3B66;

  /* Logo halı sarısı */
  --ehy-yellow:       #FFD400;
  --ehy-yellow-soft:  #FFF8D6;

  /* Logo işçi turuncusu */
  --ehy-orange:       #F05A28;
  --ehy-orange-2:     #D94818;
  --ehy-orange-3:     #FF7A4D;
  --ehy-orange-bg:    #FFF4EE;
  --ehy-orange-soft:  #FFE8DC;

  --ehy-navy:         #0D3B66;
  --ehy-navy-2:       #154A7A;
  --ehy-navy-3:       var(--ehy-blue);

  --ehy-ink:          #1A2332;
  --ehy-ink-2:        #3D4F63;
  --ehy-muted:        #6B7C8F;
  --ehy-white:        #ffffff;
  --ehy-surface:      #F4F9FF;
  --ehy-surface-2:    #EAF3FC;
  --ehy-line:         #D8E6F2;
  --ehy-wa:           #25D366;
  --ehy-radius:       16px;
  --ehy-radius-sm:    10px;
  --ehy-radius-pill:  999px;
  --ehy-shadow:       0 8px 30px rgba(13,59,102,.08);
  --ehy-shadow-lg:    0 20px 50px rgba(56,182,255,.18);
  --ehy-font:         "Nunito",system-ui,-apple-system,sans-serif;
  --ehy-ease:         cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip;width:100%}
body{
  margin:0;font-family:var(--ehy-font);font-size:16px;line-height:1.65;
  color:var(--ehy-ink-2);background:var(--ehy-white);
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;width:100%;min-width:0;
}
img,svg,video{max-width:100%;height:auto;display:block}
iframe{display:block;max-width:100%;border:0}
h1,h2,h3,h4,p,li,a,address,dt,dd,summary{overflow-wrap:break-word;word-wrap:break-word}
a{color:var(--ehy-blue);text-decoration:none;transition:color .2s}
a:hover{color:var(--ehy-orange)}
h1,h2,h3,h4{font-family:var(--ehy-font);font-weight:800;color:var(--ehy-ink);line-height:1.2;margin:0 0 .5em;letter-spacing:-.02em}
h1{font-size:clamp(2rem,5vw,3.2rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.35rem)}
h3{font-size:1.15rem;font-weight:700}
p{margin:0 0 1em}
.ehy-skip{position:absolute;left:-9999px}
.ehy-skip:focus{position:fixed;left:1rem;top:1rem;z-index:9999;padding:.6rem 1rem;background:var(--ehy-navy);color:#fff;border-radius:8px}
.ehy-container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1.15rem,5vw,2rem);min-width:0}
.ehy-container--narrow{max-width:820px}
#main,.ehy-main{min-width:0;overflow-x:clip}
.ehy-italic{font-style:normal;color:var(--ehy-orange);font-weight:700}
.ehy-accent,.ehy-grad-text{
  color:var(--ehy-orange);font-weight:800;
  background:none;-webkit-text-fill-color:currentColor;background-clip:border-box;
}
.ehy-reveal{opacity:1;transform:none}
html.js .ehy-reveal:not(.is-in){opacity:1;transform:none}
:focus-visible{outline:2px solid var(--ehy-blue);outline-offset:3px}
::selection{background:var(--ehy-blue);color:#fff}

/* ── HEADER — açık zemin, mavi vurgu ──────────────────────────────────── */
.ehy-header{
  position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  box-shadow:0 1px 0 var(--ehy-line),0 8px 24px rgba(13,59,102,.06);
  border-bottom:3px solid var(--ehy-yellow);
}
.ehy-header__top{
  background:linear-gradient(90deg,var(--ehy-blue-dark),var(--ehy-navy-2));
  color:rgba(255,255,255,.92);font-size:.78rem;padding:.45rem 0;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ehy-header__top .ehy-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.4rem}
.ehy-header__top a{color:var(--ehy-yellow);font-weight:700}
.ehy-header__top a:hover{color:#fff}
.ehy-header__top span+span::before{content:"|";margin:0 .6rem;opacity:.35}

.ehy-header__main .ehy-container{
  display:flex;align-items:center;gap:1rem;flex-wrap:nowrap;
  min-height:84px;padding-top:.35rem;padding-bottom:.35rem;min-width:0;
}
.ehy-logo{
  display:inline-flex;align-items:center;justify-content:flex-start;
  height:84px;width:auto;max-width:min(320px,55vw);
  flex-shrink:0;padding:0;margin-right:.35rem;
  background:transparent;border-radius:0;
}
.ehy-logo__img{
  height:100%;width:auto;max-width:100%;
  object-fit:contain;display:block;flex-shrink:0;
  background:transparent;
}
.ehy-nav__brand{
  display:inline-flex;align-items:center;justify-content:flex-start;
  height:72px;flex:1;min-width:0;max-width:min(280px,68vw);
  background:transparent;border-radius:0;padding:0;
}
.ehy-nav__brand .ehy-logo__img{
  height:100%;width:auto;max-width:100%;
}
.ehy-logo__img--footer{
  height:62px;width:auto;max-width:230px;
  object-fit:contain;background:transparent;
  padding:0;border-radius:0;
  box-shadow:none;
}
.ehy-footer__logo{
  display:inline-flex;align-items:center;height:68px;
  background:transparent;border-radius:0;padding:0;
}

.ehy-header__nav-wrap{flex:1;display:flex;justify-content:center}
.ehy-nav{width:100%}
.ehy-nav__head,.ehy-nav__foot{display:none}
.ehy-menu{
  list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;
  align-items:center;justify-content:center;gap:.15rem;
}
.ehy-menu>li>a{
  display:inline-flex;align-items:center;padding:.65rem .85rem;
  font-size:.82rem;font-weight:700;color:var(--ehy-ink-2);
  border-radius:var(--ehy-radius-sm);transition:background .2s,color .2s;
}
.ehy-menu>li>a:hover,.ehy-menu>li.is-current>a,.ehy-menu>li>a[aria-current="page"]{
  background:var(--ehy-surface);color:var(--ehy-blue);
}
.ehy-menu__chev{margin-left:.2rem;opacity:.5}
.ehy-submenu{
  position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);
  min-width:480px;background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius);box-shadow:var(--ehy-shadow-lg);
  padding:1.25rem;display:grid;grid-template-columns:180px 1fr;gap:1.25rem;
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s;
  z-index:50;
}
.ehy-menu__has-sub{position:relative}
.ehy-menu__sub-toggle{display:none}
.ehy-menu__has-sub:hover>.ehy-submenu,.ehy-menu__has-sub:focus-within>.ehy-submenu{
  opacity:1;visibility:visible;pointer-events:auto;
}
.ehy-submenu__intro small{display:block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--ehy-orange);margin-bottom:.35rem}
.ehy-submenu__intro p{font-size:.95rem;font-weight:600;color:var(--ehy-ink);margin:0 0 .75rem}
.ehy-submenu__all{font-size:.78rem;font-weight:700;color:var(--ehy-orange)}
.ehy-submenu__list{list-style:none;margin:0;padding:0}
.ehy-submenu__list--cols{display:grid;grid-template-columns:1fr 1fr;gap:0 .5rem}
.ehy-submenu__list a{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;border-radius:8px;font-size:.88rem}
.ehy-submenu__list a:hover{background:var(--ehy-surface)}
.ehy-submenu__num{color:var(--ehy-orange);font-weight:800;font-size:.8rem}

.ehy-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}
.ehy-header__cta{display:flex;gap:.45rem}
.ehy-btn-call,.ehy-btn-wa{
  display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;
  border-radius:var(--ehy-radius-pill);font-size:.78rem;font-weight:700;
  white-space:nowrap;transition:transform .15s,box-shadow .2s;
}
.ehy-btn-call{background:var(--ehy-orange);color:#fff;border:2px solid var(--ehy-orange)}
.ehy-btn-call:hover{background:var(--ehy-orange-2);color:#fff;transform:translateY(-1px)}
.ehy-btn-wa{background:var(--ehy-wa);color:#fff;border:2px solid var(--ehy-wa)}
.ehy-btn-wa:hover{background:#1ebe5d;color:#fff}
.ehy-btn-call__top,.ehy-btn-wa__top{display:block;font-size:.58rem;opacity:.85;text-transform:uppercase;letter-spacing:.06em}
.ehy-btn-call__num,.ehy-btn-wa__num{display:block;font-size:.88rem}

.ehy-nav-toggle{
  display:none;align-items:center;gap:.4rem;padding:.5rem .75rem;
  background:var(--ehy-surface);border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  cursor:pointer;font-weight:700;font-size:.75rem;color:var(--ehy-ink);
}
.ehy-nav-toggle__bars{display:flex;flex-direction:column;gap:4px;width:18px}
.ehy-nav-toggle__bars span{display:block;height:2px;background:currentColor;border-radius:2px}
.ehy-nav-backdrop{position:fixed;inset:0;background:rgba(26,74,140,.28);z-index:90;opacity:0;visibility:hidden;transition:opacity .25s}
.ehy-nav-backdrop.is-open{opacity:1;visibility:visible}

/* Eski nav-row gizle — tek satır header */
.ehy-header__nav-row{display:none}
.ehy-header__inner{display:none}

/* ── BUTTONS ────────────────────────────────────────────────────────────── */
.ehy-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  padding:.8rem 1.35rem;font-family:var(--ehy-font);font-weight:700;font-size:.9rem;
  border-radius:var(--ehy-radius-sm);border:2px solid transparent;
  cursor:pointer;transition:background .2s,border-color .2s,color .2s;
}
.ehy-btn:hover{text-decoration:none}
.ehy-btn--primary{background:var(--ehy-blue);color:#fff;border-color:var(--ehy-blue)}
.ehy-btn--primary:hover{background:var(--ehy-blue-dark);border-color:var(--ehy-blue-dark);color:#fff}
.ehy-btn--accent{background:var(--ehy-wa);color:#fff;border-color:var(--ehy-wa)}
.ehy-btn--outline{background:transparent;color:var(--ehy-blue);border-color:var(--ehy-blue)}
.ehy-btn--outline:hover{background:var(--ehy-blue);color:#fff}
.ehy-btn--outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.ehy-btn--outline-light:hover{background:#fff;color:var(--ehy-orange)}
.ehy-btn--ghost{background:var(--ehy-surface);color:var(--ehy-blue);border-color:var(--ehy-line)}
.ehy-btn--ghost:hover{background:var(--ehy-orange-bg);border-color:var(--ehy-orange);color:var(--ehy-orange)}
.ehy-btn--text{background:transparent;border:0;padding:.5rem 0;border-radius:0;color:var(--ehy-orange);font-weight:700;border-bottom:2px solid var(--ehy-orange)}
.ehy-btn--lg{padding:1rem 1.75rem;font-size:.95rem}
.ehy-btn--wa{background:var(--ehy-wa);color:#fff}
.ehy-btn--brand{background:var(--ehy-blue);color:#fff;border-color:var(--ehy-blue)}
.ehy-btn--brand:hover{background:var(--ehy-blue-dark);border-color:var(--ehy-blue-dark);color:#fff}
.ehy-btn--xl{padding:1rem 1.5rem;font-size:.98rem}

/* ── KICKER / SECTION ───────────────────────────────────────────────────── */
.ehy-kicker,.ehy-section__kicker,.ehy-hero__kicker{
  display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;
  color:var(--ehy-muted);background:none;padding:0 0 0 .6rem;margin:0 0 .85rem;
  border-left:3px solid var(--ehy-orange);border-radius:0;
}
.ehy-section{padding:clamp(3rem,6vw,5rem) 0}
.ehy-section--cream,.ehy-section--soft{background:var(--ehy-surface)}
.ehy-section--navy{background:var(--ehy-navy);color:rgba(255,255,255,.9)}
.ehy-section--navy h2,.ehy-section--navy h3{color:#fff}
.ehy-section--compact{padding:2rem 0 .5rem}
.ehy-section__head{margin-bottom:2.5rem;min-width:0}
.ehy-section__head--center{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}
.ehy-section__head--split{
  display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem;
}
.ehy-section__head--split .ehy-section__title{margin:0}
.ehy-section__head--split .ehy-section__lede{max-width:38ch;margin:0}
.ehy-section__title{margin-bottom:.75rem}
.ehy-section__lede{
  color:var(--ehy-ink-2);font-size:1.02rem;line-height:1.75;max-width:68ch;
  padding:0;background:none;border:0;border-radius:0;
}

/* ── HERO — sade iki sütun ─────────────────────────────────────────────── */
.ehy-hero{
  background:var(--ehy-surface);
  color:var(--ehy-ink);
  padding:0;
  position:relative;overflow:hidden;
  border-bottom:1px solid var(--ehy-line);
}
/* Ana sayfa hero — sağ/sol nefes alanı */
.ehy-hero:not(.ehy-hero--service):not(.ehy-hero--about){
  padding-left:clamp(1.25rem, 5.5vw, 3rem);
  padding-right:clamp(1.25rem, 5.5vw, 3rem);
  background:var(--ehy-white);
  border-bottom:none;
}
.ehy-hero:not(.ehy-hero--service):not(.ehy-hero--about) .ehy-container.ehy-hero__inner{
  background:var(--ehy-surface);
  border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius);
  padding:clamp(2rem, 5vw, 3.25rem) clamp(1.5rem, 4vw, 2.5rem);
  margin:clamp(.85rem, 2.5vw, 1.5rem) auto;
  max-width:1180px;
}
.ehy-hero::before,.ehy-hero::after{display:none}
.ehy-hero__inner{
  position:relative;z-index:1;display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  gap:clamp(1.5rem,4vw,2.5rem);align-items:stretch;
  max-width:100%;width:100%;
  padding:clamp(2.25rem,5vw,3.5rem) 0;
}
.ehy-hero__content{min-width:0;padding-right:0}
.ehy-hero .ehy-kicker{
  background:none;border:none;padding-left:.6rem;margin-bottom:1rem;
}
.ehy-hero__title{
  color:var(--ehy-ink);margin-bottom:1rem;
}
.ehy-hero__title em{
  font-style:normal;color:var(--ehy-orange);
}
.ehy-hero__lede{
  font-size:1.08rem;color:var(--ehy-ink-2);line-height:1.75;margin-bottom:1rem;
}
.ehy-hero__lede strong{color:var(--ehy-blue-dark);font-weight:800}
.ehy-hero__seo{
  font-size:.92rem;color:var(--ehy-muted);line-height:1.75;margin-bottom:1.5rem;
  background:var(--ehy-surface);padding:1rem 1.2rem;border-radius:var(--ehy-radius-sm);
  border-left:4px solid var(--ehy-orange);
}
.ehy-hero__seo strong{color:var(--ehy-blue-dark);font-weight:700}
.ehy-hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}
.ehy-hero .ehy-btn--ghost,
.ehy-hero .ehy-btn--hero-phone,
.ehy-archive-hero .ehy-btn--ghost,
.ehy-archive-hero .ehy-btn--hero-phone{
  background:var(--ehy-white)!important;color:var(--ehy-blue-dark)!important;
  border:2px solid var(--ehy-line)!important;font-weight:800;
}
.ehy-hero .ehy-btn--ghost:hover,
.ehy-hero .ehy-btn--hero-phone:hover,
.ehy-archive-hero .ehy-btn--ghost:hover,
.ehy-archive-hero .ehy-btn--hero-phone:hover{
  background:var(--ehy-surface)!important;color:var(--ehy-orange)!important;
  border-color:var(--ehy-orange)!important;
}
.ehy-hero__chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}
.ehy-hero__chips a{
  display:inline-block;padding:.4rem .75rem;background:var(--ehy-white);
  border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  color:var(--ehy-ink-2);font-size:.78rem;font-weight:600;
}
.ehy-hero__chips a:hover{background:var(--ehy-surface);border-color:var(--ehy-blue);color:var(--ehy-blue-dark)}
.ehy-hero__visual{
  display:flex;align-items:stretch;justify-content:stretch;padding:0;
}
.ehy-hero__stats-card{
  background:var(--ehy-white);border-radius:var(--ehy-radius-sm);
  padding:1.35rem 1.25rem;
  border:1px solid var(--ehy-line);
  width:100%;max-width:none;margin:0;
  display:flex;flex-direction:column;
}
.ehy-hero__stats-card::before{
  content:"Kısa özet";display:block;font-size:.68rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.07em;color:var(--ehy-muted);
  margin-bottom:.85rem;padding-bottom:.65rem;border-bottom:1px solid var(--ehy-line);
}
.ehy-hero__stats-card ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;flex:1}
.ehy-hero__stats-card li{
  display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:.75rem;
  padding:.55rem 0;border-bottom:1px solid var(--ehy-surface-2);
  background:none;border-radius:0;border-left:0;
}
.ehy-hero__stats-card li:last-child{border-bottom:0;padding-bottom:0}
.ehy-hero__stats-card span{font-size:.82rem;font-weight:600;color:var(--ehy-ink-2);text-transform:none;letter-spacing:0}
.ehy-hero__stats-card strong{font-size:1rem;color:var(--ehy-blue-dark);font-weight:800;text-align:right}

/* Bilgi şeridi */
.ehy-slogan-band{
  background:var(--ehy-white);
  padding:.7rem 0;text-align:center;
  border-bottom:1px solid var(--ehy-line);
}
.ehy-slogan-band p{
  margin:0;font-size:.88rem;font-weight:600;color:var(--ehy-ink-2);font-style:normal;
}
.ehy-slogan-band strong{color:var(--ehy-blue-dark);font-weight:800}

/* Stats band */
.ehy-stats-band{
  background:var(--ehy-blue-dark);
  margin-top:0;position:relative;z-index:2;border-bottom:none;
}
.ehy-stats-band .ehy-container{padding-top:0;padding-bottom:0}
.ehy-stats-band__grid{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
}
.ehy-stats-band__item{
  text-align:center;padding:1.5rem 1rem;
  border-right:1px solid var(--ehy-line);
}
.ehy-stats-band__item:last-child{border-right:0}
.ehy-stats-band__num{
  display:block;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;color:var(--ehy-yellow);line-height:1;
}
.ehy-stats-band__lbl{
  display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.1em;color:rgba(255,255,255,.75);margin-top:.35rem;
}

/* ── USP / PROMISES ───────────────────────────────────────────────────── */
.ehy-usp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.ehy-usp-card{
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);padding:1.35rem 1.25rem;
  min-width:0;
}
.ehy-usp-card__icon{display:none}
.ehy-usp-card__num{
  font-size:.72rem;font-weight:800;color:var(--ehy-orange);margin:0 0 .65rem;
  letter-spacing:.06em;
}
.ehy-usp-card h3{margin-bottom:.45rem;font-size:1.05rem}
.ehy-usp-card p{color:var(--ehy-muted);font-size:.92rem;margin:0;line-height:1.65}

.ehy-promises{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.ehy-promise{
  background:var(--ehy-white);border:1px solid var(--ehy-line);border-radius:var(--ehy-radius);
  padding:1.75rem;box-shadow:var(--ehy-shadow);
}
.ehy-promise__num{color:var(--ehy-orange);font-weight:800;font-size:.85rem;margin-bottom:.5rem}
.ehy-promise h3{margin-bottom:.5rem}
.ehy-promise p{color:var(--ehy-muted);font-size:.92rem;margin:0}

/* ── SERVICES — ikon kartları, fotoğraf yok ───────────────────────────── */
.ehy-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.ehy-service-card{
  display:flex;flex-direction:column;background:var(--ehy-white);
  border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  padding:1.35rem 1.25rem;
  color:inherit;transition:border-color .2s,background .2s;
  min-width:0;
}
.ehy-service-card:hover{
  border-color:var(--ehy-blue);background:var(--ehy-surface);
  color:inherit;text-decoration:none;
}
.ehy-service-card__icon{display:none}
.ehy-service-card__num{
  color:var(--ehy-muted);font-weight:700;font-size:.7rem;margin-bottom:.5rem;
  letter-spacing:.05em;
}
.ehy-service-card h3{margin-bottom:.6rem;font-size:1.12rem;line-height:1.35}
.ehy-service-card p{color:var(--ehy-ink-2);font-size:.92rem;flex:1;margin:0 0 1.1rem;line-height:1.7}
.ehy-service-card__link{font-weight:700;font-size:.85rem;color:var(--ehy-orange)}
.ehy-service-card__link::after{content:" →"}
.ehy-service-card__media,.ehy-service-card--media .ehy-service-card__media{display:none!important}

/* ── AKAR — metin odaklı, görsel yok ──────────────────────────────────── */
.ehy-akar{
  display:grid;grid-template-columns:1fr;gap:0;
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-left:4px solid var(--ehy-orange);border-radius:var(--ehy-radius-sm);
  padding:2rem 1.75rem;
}
.ehy-akar__visual{display:none}
.ehy-akar__title{margin-bottom:1rem}
.ehy-akar__lead{font-size:1.05rem;margin-bottom:1rem}
.ehy-akar__points{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.65rem}
.ehy-akar__points li{
  padding:.75rem 1rem;background:var(--ehy-surface);border-radius:var(--ehy-radius-sm);
  font-size:.92rem;border-left:3px solid var(--ehy-orange);
}
.ehy-akar__note{color:var(--ehy-muted);font-size:.92rem;margin-bottom:1.25rem}

/* ── EV YAŞAMI — ikon kartları ────────────────────────────────────────── */
.ehy-life-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.ehy-life-card{
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);padding:1.35rem 1.25rem;
  border-top:3px solid var(--ehy-blue);
}
.ehy-life-card__visual{display:none}
.ehy-life-card__icon{display:none}
.ehy-life-card h3{margin-bottom:.45rem;font-size:1.05rem}
.ehy-life-card p{color:var(--ehy-muted);font-size:.9rem;margin:0;line-height:1.65}

/* ── FACILITY — özellik kutuları ──────────────────────────────────────── */
.ehy-facility-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.ehy-facility__features{display:grid;grid-template-columns:1fr;gap:0;margin-top:1.25rem;max-width:520px}
.ehy-facility__feat-icon{display:none}
.ehy-facility__feat{
  display:flex;align-items:flex-start;gap:0;padding:.85rem 0;
  background:none;border:none;border-radius:0;
  border-bottom:1px solid var(--ehy-line);
}
.ehy-facility__feat:last-child{border-bottom:0}
.ehy-facility__feat strong{display:block;font-size:.92rem;margin-bottom:.15rem}
.ehy-facility__feat span{font-size:.8rem;color:var(--ehy-muted)}
.ehy-editorial{display:grid;grid-template-columns:1fr;gap:0}
.ehy-editorial__visual{display:none}
.ehy-feature-list{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}
.ehy-feature-list li{
  padding:.65rem 1rem;background:var(--ehy-orange-bg);border-radius:var(--ehy-radius-sm);
  font-size:.88rem;font-weight:600;color:var(--ehy-ink);
}

/* ── PROCESS — yatay adım kartları ────────────────────────────────────── */
.ehy-process{
  display:grid;grid-template-columns:repeat(var(--ehy-process-cols,5),minmax(0,1fr));gap:.85rem;
  counter-reset:step;
}
.ehy-process__step{
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);padding:1.15rem 1rem;text-align:left;
  position:relative;min-height:auto;display:flex;flex-direction:column;min-width:0;
}
.ehy-process__step::before{display:none}
.ehy-process__icon{display:none}
.ehy-process__num{
  color:var(--ehy-orange);font-weight:800;font-size:.72rem;margin-bottom:.35rem;
  letter-spacing:.06em;
}
.ehy-process__step h3{font-size:1rem;margin-bottom:.4rem;line-height:1.3}
.ehy-process__step p{font-size:.86rem;color:var(--ehy-ink-2);margin:0;line-height:1.6;flex:1}

/* ── AREAS — pill bulutu ────────────────────────────────────────────────── */
.ehy-areas{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-start}
.ehy-areas a{
  display:inline-block;padding:.45rem .85rem;
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);font-size:.84rem;font-weight:600;
  color:var(--ehy-ink-2);transition:background .2s,border-color .2s,color .2s;
}
.ehy-areas a:hover{background:var(--ehy-surface);border-color:var(--ehy-blue);color:var(--ehy-blue-dark)}

/* Müşteri yorumu */
.ehy-quote{
  margin:0;padding:1.5rem 1.35rem 1.35rem;
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-left:4px solid var(--ehy-orange);border-radius:var(--ehy-radius-sm);
}
.ehy-quote p{
  margin:0 0 .85rem;font-size:1.02rem;line-height:1.75;color:var(--ehy-ink-2);
}
.ehy-quote footer{font-size:.88rem;color:var(--ehy-muted);font-weight:600}
.ehy-testimonial-feature,.ehy-testimonials-row{display:none}

/* ── FAQ PAGE ───────────────────────────────────────────────────────────── */
.ehy-faq-hero{
  padding:clamp(2rem,5vw,3rem) 0;
  background:var(--ehy-surface);
  border-bottom:1px solid var(--ehy-line);
}
.ehy-faq-hero__grid{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr);
  gap:clamp(1.5rem,4vw,2.5rem);align-items:end;margin-top:1rem;
}
.ehy-faq-hero h1{
  font-size:clamp(1.85rem,4.5vw,2.65rem);line-height:1.15;margin:.5rem 0 .85rem;
  color:var(--ehy-ink);max-width:20ch;
}
.ehy-faq-hero__lede{font-size:1.02rem;color:var(--ehy-ink-2);max-width:52ch;margin:0;line-height:1.7}
.ehy-faq-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.ehy-faq-stat{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;
  padding:1rem .75rem;background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius);box-shadow:var(--ehy-shadow);text-align:center;
}
.ehy-faq-stat--accent{background:var(--ehy-orange);border:none;color:#fff}
.ehy-faq-stat--accent .ehy-faq-stat__lbl{color:rgba(255,255,255,.8)}
.ehy-faq-stat__num{font-size:1.55rem;font-weight:800;line-height:1;color:inherit}
.ehy-faq-stat__lbl{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ehy-muted)}

.ehy-faq-body{padding:clamp(2rem,4vw,3rem) 0}
.ehy-faq-nav{
  display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.75rem;
  padding-bottom:1.25rem;border-bottom:1px solid var(--ehy-line);
}
.ehy-faq-nav__pill{
  display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1rem;
  background:var(--ehy-white);border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-pill);
  font-size:.82rem;font-weight:700;color:var(--ehy-ink-2);text-decoration:none;
  transition:background .2s,border-color .2s,color .2s,transform .15s;
}
.ehy-faq-nav__pill:hover{
  background:var(--ehy-surface);border-color:var(--ehy-blue);color:var(--ehy-blue-dark);
  text-decoration:none;
}
.ehy-faq-layout{
  display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:1.75rem;align-items:start;
}
.ehy-faq-aside{position:sticky;top:1.25rem}
.ehy-faq-aside__card{
  padding:1.35rem;background:var(--ehy-blue-dark);
  border-radius:var(--ehy-radius-sm);color:#fff;
}
.ehy-faq-aside__card .ehy-kicker{color:rgba(255,255,255,.7)!important;border-left-color:var(--ehy-yellow)!important}
.ehy-faq-aside__card h2{font-size:1.2rem;margin:0 0 .5rem;color:#fff}
.ehy-faq-aside__card p{font-size:.88rem;line-height:1.65;color:rgba(255,255,255,.9);margin:0 0 1rem}
.ehy-faq-aside__actions{display:flex;flex-direction:column;gap:.55rem}
.ehy-faq-aside__actions .ehy-btn{width:100%;justify-content:center}
.ehy-faq-aside__actions .ehy-btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.ehy-faq-aside__actions .ehy-btn--outline:hover{background:#fff;color:var(--ehy-orange)}

.ehy-faq-main{display:grid;gap:1.5rem}
.ehy-faq-block{
  background:var(--ehy-white);border:1px solid var(--ehy-line);border-radius:var(--ehy-radius);
  padding:clamp(1.25rem,3vw,1.75rem);box-shadow:var(--ehy-shadow);scroll-margin-top:5.5rem;
}
.ehy-faq-block--alt{background:var(--ehy-surface)}
.ehy-faq-block__head{
  display:flex;align-items:center;gap:1rem;margin-bottom:1.15rem;padding-bottom:1rem;
  border-bottom:1px solid var(--ehy-surface-2);
}
.ehy-faq-block__icon{
  width:48px;height:48px;display:flex;align-items:center;justify-content:center;
  background:var(--ehy-orange-bg);border:1px solid var(--ehy-orange-soft);
  border-radius:var(--ehy-radius-sm);font-size:1.35rem;flex:none;
}
.ehy-faq-block__kicker{
  font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;
  color:var(--ehy-muted);margin:0 0 .2rem;
}
.ehy-faq-block__title{font-size:1.2rem;margin:0;color:var(--ehy-ink)}
.ehy-faq-block__count{
  margin-left:auto;font-size:.72rem;font-weight:800;padding:.35rem .7rem;
  background:var(--ehy-surface);border-radius:var(--ehy-radius-pill);color:var(--ehy-muted);flex:none;
}
.ehy-faq-empty{color:var(--ehy-muted);text-align:center;padding:2rem}
.ehy-faq-prose{margin-top:2rem}

.ehy-faq{display:grid;gap:.55rem}
.ehy-faq__item{
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);overflow:hidden;transition:border-color .2s,box-shadow .2s;
}
.ehy-faq-block--alt .ehy-faq__item{background:#fff}
.ehy-faq__item[open]{
  border-color:var(--ehy-orange);box-shadow:0 4px 16px rgba(123,30,46,.08);
}
.ehy-faq__item summary{
  word-break:break-word;padding:1rem 1.15rem;font-weight:700;cursor:pointer;list-style:none;
  display:flex;align-items:center;gap:.85rem;min-width:0;line-height:1.45;
}
.ehy-faq__item summary::-webkit-details-marker{display:none}
.ehy-faq__num{
  width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex:none;
  background:var(--ehy-surface);border-radius:var(--ehy-radius-sm);
  font-size:.72rem;font-weight:800;color:var(--ehy-orange);
}
.ehy-faq__item[open] .ehy-faq__num{background:var(--ehy-orange);color:#fff}
.ehy-faq__q{flex:1;min-width:0}
.ehy-faq__item summary::after{
  content:"+";flex:none;width:28px;height:28px;display:flex;align-items:center;justify-content:center;
  background:var(--ehy-surface);border-radius:50%;font-size:1.1rem;font-weight:700;color:var(--ehy-muted);
  transition:transform .2s,background .2s,color .2s;
}
.ehy-faq__item[open] summary::after{
  content:"−";background:var(--ehy-orange);color:#fff;transform:rotate(180deg);
}
.ehy-faq__answer{
  padding:0 1.15rem 1.15rem 3.35rem;color:var(--ehy-ink-2);font-size:.92rem;line-height:1.75;
}
.ehy-faq__answer p{margin:0 0 .65rem}
.ehy-faq__answer p:last-child{margin-bottom:0}

.ehy-faq-cta{
  background:var(--ehy-surface);padding:clamp(2rem,4vw,3rem) 0;
  margin-bottom:clamp(2rem,4vw,3rem);border-top:1px solid var(--ehy-line);
}
.ehy-faq-cta__inner{text-align:left;color:var(--ehy-ink);max-width:720px;margin:0 auto}
.ehy-faq-cta__inner .ehy-kicker{color:var(--ehy-muted)}
.ehy-faq-cta__inner h2{font-size:clamp(1.35rem,3vw,1.75rem);color:var(--ehy-ink);margin:0 0 .65rem}
.ehy-faq-cta__inner h2 em{font-style:normal;color:var(--ehy-orange);font-weight:800}
.ehy-faq-cta__inner p{color:var(--ehy-ink-2);max-width:none;margin:0 0 1.15rem;line-height:1.7}
.ehy-faq-cta__buttons{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-start}

/* Genel FAQ (hizmet sayfaları vb.) */
.ehy-faq details{
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);overflow:hidden;
}
.ehy-faq details summary{
  word-break:break-word;padding:1rem 1.25rem;font-weight:700;cursor:pointer;list-style:none;
  display:flex;align-items:flex-start;gap:.75rem;min-width:0;line-height:1.45;
}
.ehy-faq details[open]{border-color:var(--ehy-orange)}
.ehy-faq details p{
  padding:0 1.25rem 1.15rem;color:var(--ehy-ink-2);font-size:.92rem;line-height:1.7;
}

/* ── CTA — iletişim kartı ─────────────────────────────────────────────── */
section.ehy-cta{
  padding:clamp(2.5rem,5vw,3.75rem) 0;
  margin:0 0 clamp(3rem,6vw,5rem);
  background:var(--ehy-surface);
}
.ehy-section > .ehy-container > .ehy-cta{
  margin:0;padding:0;background:transparent;
}
.ehy-cta__card{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-left:5px solid var(--ehy-orange);border-radius:var(--ehy-radius);
  box-shadow:var(--ehy-shadow);overflow:hidden;
}
.ehy-cta__body{
  padding:clamp(1.65rem,3.5vw,2.35rem) clamp(1.35rem,3.5vw,2.15rem);
  min-width:0;
}
.ehy-cta__label{
  margin:0 0 .7rem;font-size:.7rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.09em;color:var(--ehy-muted);
}
.ehy-cta__body h2{
  margin:0 0 .75rem;font-size:clamp(1.4rem,3vw,1.95rem);line-height:1.25;
  color:var(--ehy-ink);max-width:none;
}
.ehy-cta__mark{color:var(--ehy-orange);font-weight:800}
.ehy-cta__text{
  margin:0;color:var(--ehy-ink-2);font-size:clamp(.98rem,2vw,1.05rem);
  line-height:1.7;max-width:46ch;
}
.ehy-cta__aside{
  display:flex;flex-direction:column;justify-content:center;gap:.85rem;
  padding:clamp(1.35rem,3vw,1.85rem);
  background:var(--ehy-surface);border-left:1px solid var(--ehy-line);
}
.ehy-cta__call{
  display:block;padding:1rem 1.1rem;background:var(--ehy-white);
  border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  text-align:center;transition:border-color .2s,box-shadow .2s;
}
.ehy-cta__call:hover{
  border-color:var(--ehy-blue);box-shadow:0 6px 18px rgba(56,182,255,.12);
  text-decoration:none;
}
.ehy-cta__call-label{
  display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.06em;color:var(--ehy-muted);margin-bottom:.3rem;
}
.ehy-cta__call-num{
  display:block;font-size:clamp(1.2rem,2.8vw,1.5rem);font-weight:900;
  color:var(--ehy-blue-dark);letter-spacing:.01em;line-height:1.2;
}
.ehy-cta__aside .ehy-btn{
  width:100%;border-radius:var(--ehy-radius-sm);padding:1rem 1.25rem;
}

/* ── INTRO PROSE ────────────────────────────────────────────────────────── */
.ehy-intro-prose{max-width:820px;margin:0 auto}
.ehy-intro-prose p{color:var(--ehy-muted);line-height:1.8;font-size:1.02rem}

/* ── ARCHIVE / LİSTE SAYFALARI ─────────────────────────────────────────── */
.ehy-archive-hero{
  background:var(--ehy-blue-dark);
  color:#fff;padding:clamp(2rem,4vw,3rem) 0;
  overflow:hidden;border-bottom:4px solid var(--ehy-orange);
}
.ehy-archive-hero .ehy-container{min-width:0}
.ehy-archive-hero .ehy-kicker{background:none;color:rgba(255,255,255,.75);border-left-color:var(--ehy-yellow);padding-left:.6rem}
.ehy-archive-hero .ehy-crumbs{margin-bottom:1rem}
.ehy-archive-hero .ehy-crumbs a{color:rgba(255,255,255,.85)}
.ehy-archive-hero .ehy-crumbs li,.ehy-archive-hero .ehy-crumbs span{color:rgba(255,255,255,.55)}
.ehy-archive-hero h1{color:#fff;margin:0 0 .75rem}
.ehy-archive-hero__lede{color:rgba(255,255,255,.92);font-size:1.05rem;max-width:62ch;margin:0;line-height:1.75}

.ehy-area-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.ehy-area-card{
  display:flex;flex-direction:column;background:var(--ehy-white);
  border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  padding:1.35rem;color:inherit;transition:border-color .2s,background .2s;
  min-width:0;
}
.ehy-area-card:hover{
  border-color:var(--ehy-blue);background:var(--ehy-surface);
  text-decoration:none;color:inherit;
}
.ehy-area-card__tag{
  font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;
  color:var(--ehy-muted);background:none;
  display:block;padding:0;margin-bottom:.5rem;width:auto;
}
.ehy-area-card h3{font-size:1.08rem;margin-bottom:.6rem;color:var(--ehy-ink);line-height:1.4}
.ehy-area-card p{color:var(--ehy-ink-2);font-size:.92rem;flex:1;margin:0 0 1.1rem;line-height:1.7}
.ehy-area-card__link{font-weight:700;font-size:.85rem;color:var(--ehy-orange)}
.ehy-area-card__link::after{content:" →"}

.ehy-area-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.ehy-area-service{
  display:flex;flex-direction:column;justify-content:space-between;
  min-height:170px;padding:1.25rem;background:var(--ehy-white);
  border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  color:var(--ehy-ink);text-decoration:none;
  transition:border-color .2s,background .2s;
}
.ehy-area-service:hover{
  border-color:var(--ehy-blue);background:var(--ehy-surface);
  text-decoration:none;color:var(--ehy-ink);
}
.ehy-area-service__icon{display:none}
.ehy-area-service__num{color:var(--ehy-orange);font-weight:800;font-size:.72rem;margin:0}
.ehy-area-service__sub{font-size:.7rem;color:var(--ehy-muted);margin:.15rem 0 .4rem}
.ehy-area-service__title{font-size:.98rem;font-weight:700;margin:0;line-height:1.35}
.ehy-area-service__title em{font-style:normal;color:var(--ehy-orange)}
.ehy-area-service__cta{font-weight:700;font-size:.8rem;color:var(--ehy-orange);margin-top:.85rem}
.ehy-area-service__cta::after{content:" →"}

.ehy-local-nap{
  max-width:820px;margin:0 auto 1.25rem;padding:1.25rem 1.5rem;
  background:linear-gradient(135deg,var(--ehy-brand),var(--ehy-brand-2));
  border-radius:var(--ehy-radius);color:#fff;
}
.ehy-local-nap__title{font-size:1.15rem;margin:.35rem 0 .75rem;font-weight:700}
.ehy-local-nap__body{font-style:normal;line-height:1.7;font-size:.95rem}
.ehy-local-nap__body a{color:#FFD080;text-decoration:underline}

.ehy-prose,
.ehy-container.ehy-prose,
.entry-content{max-width:820px;width:100%;min-width:0;line-height:1.8;color:var(--ehy-ink-2)}
.ehy-section--soft .ehy-prose,
.ehy-section--soft .ehy-container.ehy-prose,
.ehy-section--soft .ehy-container--narrow .ehy-prose,
.ehy-section .ehy-container--narrow > .ehy-prose,
.ehy-section .ehy-container.ehy-prose{
  background:var(--ehy-white);
  border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius);
  padding:clamp(1.75rem,4vw,2.75rem);
  box-shadow:var(--ehy-shadow);
}
.ehy-prose h2,
.ehy-container.ehy-prose h2,
.entry-content h2{
  font-size:1.35rem;margin:2.25rem 0 .75rem;padding-bottom:.55rem;
  color:var(--ehy-ink);border-bottom:2px solid var(--ehy-surface-2);
}
.ehy-prose h2:first-child,
.ehy-container.ehy-prose h2:first-child,
.entry-content h2:first-child{margin-top:0}
.ehy-prose h3,
.ehy-container.ehy-prose h3,
.entry-content h3{font-size:1.08rem;margin:1.5rem 0 .5rem;color:var(--ehy-ink)}
.ehy-prose p,
.ehy-container.ehy-prose p,
.entry-content p{margin-bottom:1.1em;font-size:1.02rem}
.ehy-prose ul,.ehy-prose ol,
.ehy-container.ehy-prose ul,.ehy-container.ehy-prose ol,
.entry-content ul,.entry-content ol{margin:0 0 1.35em;padding:0 0 0 1.35em}
.ehy-prose li,
.ehy-container.ehy-prose li,
.entry-content li{margin-bottom:.45em;padding-left:.15rem}
.ehy-prose li::marker,
.entry-content li::marker{color:var(--ehy-orange);font-weight:700}
.ehy-prose strong,
.entry-content strong{color:var(--ehy-ink);font-weight:700}
.ehy-prose a,
.entry-content a{color:var(--ehy-orange);font-weight:600;text-decoration:underline;text-decoration-color:rgba(255,107,24,.35);text-underline-offset:3px}
.ehy-prose a:hover,
.entry-content a:hover{text-decoration-color:var(--ehy-orange)}
.ehy-prose blockquote,
.entry-content blockquote{
  margin:1.75rem 0;padding:1.15rem 1.35rem;
  background:var(--ehy-surface);border-left:4px solid var(--ehy-blue);
  border-radius:var(--ehy-radius-sm);font-size:1.05rem;font-style:italic;
  color:var(--ehy-ink);line-height:1.7;
}
.ehy-prose__lead{
  font-size:1.15rem;font-weight:600;color:var(--ehy-ink);line-height:1.75;
  margin:0 0 1.75rem;padding:1rem 1.25rem;
  background:var(--ehy-orange-bg);border-left:4px solid var(--ehy-orange);
  border-radius:var(--ehy-radius-sm);
}

.ehy-areas__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.55rem}
.ehy-areas__list a,.ehy-areas__list li span{
  display:inline-block;padding:.5rem 1.1rem;background:var(--ehy-white);
  border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-pill);
  font-size:.84rem;font-weight:600;color:var(--ehy-ink);
  box-shadow:var(--ehy-shadow);transition:all .2s;
}
.ehy-areas__list a:hover{background:var(--ehy-orange);border-color:var(--ehy-orange);color:#fff;text-decoration:none}

.ehy-callout{
  margin-top:2rem;padding:1.25rem 1.5rem;background:var(--ehy-orange-bg);
  border-left:4px solid var(--ehy-orange);border-radius:var(--ehy-radius-sm);
  font-size:.95rem;line-height:1.7;color:var(--ehy-ink-2);
}
.ehy-callout strong{color:var(--ehy-ink)}

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
.ehy-footer{background:linear-gradient(180deg,var(--ehy-blue-dark),#081E3D);color:rgba(255,255,255,.85);padding:3.5rem 0 0;border-top:5px solid var(--ehy-orange)}
.ehy-footer__grid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:2rem;padding-bottom:2.5rem}
.ehy-footer h3{color:var(--ehy-yellow);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}
.ehy-footer p,.ehy-footer address{font-size:.88rem;line-height:1.7;font-style:normal}
.ehy-footer a{color:rgba(255,255,255,.9)}
.ehy-footer a:hover{color:var(--ehy-orange)}
.ehy-footer__menu{list-style:none;margin:0;padding:0}
.ehy-footer__menu li{margin-bottom:.4rem}
.ehy-footer__menu a{font-size:.88rem}
.ehy-footer__phone{display:block;font-weight:700;font-size:1rem;margin-top:.35rem}
.ehy-footer__bottom{
  border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;
  font-size:.78rem;color:rgba(255,255,255,.55);
}
@media(max-width:520px){
  .ehy-footer__bottom{flex-direction:column;align-items:flex-start}
}
.ehy-social{display:flex;gap:.5rem;margin-top:1rem}
.ehy-social a{
  width:36px;height:36px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.1);border-radius:50%;font-size:.72rem;font-weight:800;
}

/* ── STICKY MOBILE CTA — sadece mobilde, altta sabit ───────────────────── */
.ehy-sticky-cta{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:80;
  background:var(--ehy-white);border-top:1px solid var(--ehy-line);
  padding:.6rem .85rem calc(.6rem + env(safe-area-inset-bottom,0px));
  box-shadow:0 -6px 24px rgba(12,45,94,.12);
}
.ehy-sticky-cta__inner{display:flex;gap:.55rem;max-width:100%}
.ehy-sticky-cta__btn{
  flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  padding:.82rem .65rem;border-radius:var(--ehy-radius-sm);
  font-weight:700;font-size:.88rem;text-decoration:none;color:#fff;min-width:0;
  transition:opacity .15s,transform .15s;
}
.ehy-sticky-cta__btn:hover{color:#fff;text-decoration:none;opacity:.92;transform:translateY(-1px)}
.ehy-sticky-cta__btn svg{flex-shrink:0;width:18px;height:18px}
.ehy-sticky-cta__btn--call{background:var(--ehy-blue)}
.ehy-sticky-cta__btn--wa{background:var(--ehy-wa)}

/* ── CONTACT PAGE ───────────────────────────────────────────────────────── */
.ehy-contact-hero{
  padding:clamp(2rem,5vw,3rem) 0;
  background:var(--ehy-surface);
  border-bottom:1px solid var(--ehy-line);
}
.ehy-contact-hero__grid{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
  gap:clamp(1.5rem,4vw,2.5rem);align-items:end;margin-top:1rem;
}
.ehy-contact-hero h1{
  font-size:clamp(1.85rem,4.5vw,2.65rem);line-height:1.15;margin:.5rem 0 .85rem;
  color:var(--ehy-ink);max-width:none;
}
.ehy-contact-hero__lede{font-size:1.02rem;color:var(--ehy-ink-2);max-width:52ch;margin:0;line-height:1.7}
.ehy-contact-hero__cta{display:flex;flex-direction:column;gap:.75rem}
.ehy-contact-pill{
  display:flex;align-items:center;gap:1rem;padding:1rem 1.15rem;
  background:var(--ehy-white);border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  text-decoration:none;color:var(--ehy-ink);
  transition:border-color .2s,background .2s;
}
.ehy-contact-pill:hover{
  border-color:var(--ehy-blue);background:var(--ehy-surface);
  text-decoration:none;color:var(--ehy-ink);
}
.ehy-contact-pill--wa:hover{border-color:var(--ehy-wa)}
.ehy-contact-pill__icon{
  width:44px;height:44px;display:flex;align-items:center;justify-content:center;
  border-radius:var(--ehy-radius-sm);flex:none;
}
.ehy-contact-pill--wa .ehy-contact-pill__icon{background:#e8faf0;color:var(--ehy-wa)}
.ehy-contact-pill--phone .ehy-contact-pill__icon{background:var(--ehy-orange-soft);color:var(--ehy-orange)}
.ehy-contact-pill__text{display:flex;flex-direction:column;gap:.1rem;min-width:0}
.ehy-contact-pill__text strong{font-size:1.05rem;font-weight:800}
.ehy-contact-pill__text small{font-size:.78rem;color:var(--ehy-muted);font-weight:600}

.ehy-contact-bento{
  display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.15rem;
}
.ehy-cbento{
  background:var(--ehy-white);border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  padding:clamp(1.35rem,3vw,1.85rem);
}
.ehy-cbento:hover{border-color:var(--ehy-blue)}
.ehy-cbento--primary{
  grid-column:span 7;background:var(--ehy-white);color:var(--ehy-ink);
  border-left:4px solid var(--ehy-orange);
}
.ehy-cbento--wa{
  grid-column:span 5;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.65rem;
  background:var(--ehy-white);border-color:var(--ehy-line);
}
.ehy-cbento__badge{
  display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.06em;padding:0;color:var(--ehy-muted);background:none;margin-bottom:.5rem;
}
.ehy-cbento--primary h2,.ehy-cbento--wa h2{font-size:1.25rem;margin:0 0 .35rem;color:var(--ehy-ink)}
.ehy-cbento--addr{grid-column:span 6}
.ehy-cbento--misc{grid-column:span 6;display:flex;flex-direction:column;gap:1.15rem}
.ehy-cbento__head{margin-bottom:1.25rem}
.ehy-cbento--addr h2,.ehy-cbento--misc h3{font-size:1.05rem;margin:0 0 .35rem;color:var(--ehy-ink)}
.ehy-cbento__phones{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem;margin-bottom:1.25rem}
.ehy-cbento__hours ul{list-style:none;margin:0;padding:0}
.ehy-cbento__phone{
  display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;
  background:var(--ehy-surface);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);text-decoration:none;color:var(--ehy-ink);
}
.ehy-cbento__phone:hover{background:var(--ehy-white);border-color:var(--ehy-blue);color:var(--ehy-ink);text-decoration:none}
.ehy-cbento__phone-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ehy-muted)}
.ehy-cbento__phone-num{font-size:1.15rem;font-weight:800;color:var(--ehy-blue-dark)}
.ehy-cbento__hours{padding-top:1rem;border-top:1px solid var(--ehy-line)}
.ehy-cbento__hours-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ehy-muted);margin:0 0 .5rem}
.ehy-cbento__hours li{display:flex;justify-content:space-between;gap:1rem;font-size:.88rem;padding:.3rem 0;color:var(--ehy-ink-2)}
.ehy-cbento__hours li span{color:var(--ehy-muted);font-weight:600}
.ehy-cbento__hours li strong{font-weight:700;color:var(--ehy-ink)}
.ehy-cbento--wa p{margin:0;font-size:.92rem;color:var(--ehy-ink-2);line-height:1.65;max-width:32ch}
.ehy-cbento__wa-icon{color:var(--ehy-wa);opacity:.85}
.ehy-cbento--addr address{font-style:normal;font-size:.95rem;line-height:1.7;color:var(--ehy-ink-2);margin:0 0 .5rem}
.ehy-cbento__hint{font-size:.82rem;color:var(--ehy-muted);margin:.35rem 0 0;line-height:1.55}
.ehy-cbento__link{font-weight:700;color:var(--ehy-blue);text-decoration:none;font-size:.95rem}
.ehy-cbento__link:hover{color:var(--ehy-orange);text-decoration:none}
.ehy-cbento__icon-row{color:var(--ehy-orange);margin-bottom:.65rem}
.ehy-cbento__row{display:flex;gap:.85rem;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid var(--ehy-surface-2)}
.ehy-cbento__row:last-child{border-bottom:none;padding-bottom:0}
.ehy-cbento__row-icon{
  width:40px;height:40px;display:flex;align-items:center;justify-content:center;
  background:var(--ehy-surface);border-radius:var(--ehy-radius-sm);color:var(--ehy-orange);flex:none;
}
.ehy-cbento__row--stat{align-items:center}
.ehy-cbento__stat-num{
  font-size:2rem;font-weight:800;color:var(--ehy-orange);line-height:1;flex:none;
  min-width:64px;text-align:center;
}
.ehy-contact-prose{margin-top:1.5rem}

.ehy-contact-mapband{
  display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);
  min-height:clamp(360px,50vh,520px);background:var(--ehy-surface-2);
}
.ehy-contact-mapband__panel{
  padding:clamp(1.75rem,4vw,2.5rem);
  background:linear-gradient(160deg,var(--ehy-orange-2) 0%,var(--ehy-orange) 100%);
  color:#fff;display:flex;flex-direction:column;justify-content:center;gap:.65rem;
}
.ehy-contact-mapband__panel .ehy-kicker{background:rgba(255,255,255,.15)!important;color:var(--ehy-yellow)!important}
.ehy-contact-mapband__panel h2{font-size:1.5rem;margin:0;color:#fff}
.ehy-contact-mapband__panel address{font-style:normal;font-size:.92rem;line-height:1.7;color:rgba(255,255,255,.9);margin:0}
.ehy-contact-mapband__tags{
  list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem;
}
.ehy-contact-mapband__tags li{
  font-size:.72rem;font-weight:700;padding:.35rem .7rem;border-radius:var(--ehy-radius-pill);
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.9);
}
.ehy-contact-mapband__btn{
  display:inline-flex;align-items:center;gap:.55rem;margin-top:.75rem;align-self:flex-start;
  padding:.8rem 1.35rem;background:#fff;color:var(--ehy-orange);
  border:2px solid #fff;border-radius:var(--ehy-radius-pill);
  font-family:var(--ehy-font);font-weight:700;font-size:.88rem;line-height:1;
  text-decoration:none;box-shadow:0 6px 20px rgba(0,0,0,.18);
  transition:transform .15s,background .2s,color .2s,box-shadow .2s;
}
.ehy-contact-mapband__btn:hover{
  background:var(--ehy-yellow);color:var(--ehy-orange-2);border-color:var(--ehy-yellow);
  transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.22);text-decoration:none;
}
.ehy-contact-mapband__btn svg{flex:none}
.ehy-contact-mapband__btn-arrow{opacity:.75;transition:transform .2s}
.ehy-contact-mapband__btn:hover .ehy-contact-mapband__btn-arrow{transform:translateX(3px);opacity:1}
.ehy-contact-mapband__map{position:relative;min-height:clamp(280px,50vh,520px)}
.ehy-contact-mapband__map .ehy-map{
  position:absolute;inset:0;height:100%;min-height:inherit;
}
.ehy-contact-mapband__map .ehy-map iframe{
  width:100%;height:100%;min-height:clamp(280px,50vh,520px);
  border:0;display:block;
}

.ehy-contact-trust{padding:clamp(2rem,4vw,3rem) 0;background:var(--ehy-white);border-top:1px solid var(--ehy-line)}
.ehy-contact-trust__grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;text-align:center;
}
.ehy-contact-trust__icon{font-size:1.75rem;display:block;margin-bottom:.5rem}
.ehy-contact-trust__grid h3{font-size:1rem;margin:0 0 .35rem;color:var(--ehy-ink)}
.ehy-contact-trust__grid p{margin:0;font-size:.88rem;color:var(--ehy-muted);line-height:1.55}

.ehy-map{border-radius:0;overflow:hidden;border:none;position:relative}
.ehy-map iframe{width:100%;min-height:clamp(280px,50vh,520px);height:clamp(280px,50vh,520px);display:block}
.ehy-map__caption{
  margin:0;padding:.85rem 1.25rem;text-align:center;
  background:var(--ehy-surface);border-top:1px solid var(--ehy-line);
  font-size:.84rem;
}
.ehy-map__caption a{font-weight:700;color:var(--ehy-orange)}
.ehy-map__caption a:hover{color:var(--ehy-blue)}
.ehy-btn--sm{padding:.55rem 1.1rem;font-size:.82rem}
.ehy-hours{
  list-style:none;margin:.65rem 0 0;padding:.65rem 0 0;
  border-top:1px solid var(--ehy-surface-2);
}
.ehy-hours li{
  display:flex;justify-content:space-between;gap:.75rem;
  font-size:.82rem;color:var(--ehy-ink-2);padding:.25rem 0;
}
.ehy-hours li span{color:var(--ehy-muted);font-weight:600;flex:none}
.ehy-hours--bold li strong{color:var(--ehy-ink);font-weight:700}

/* ── SÜREÇ PAGE ─────────────────────────────────────────────────────────── */
.ehy-surec-hero{
  padding:clamp(2rem,5vw,3rem) 0;
  background:var(--ehy-surface);
  border-bottom:1px solid var(--ehy-line);
}
.ehy-surec-hero__grid{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr);
  gap:clamp(1.5rem,4vw,2.5rem);align-items:end;margin-top:1rem;
}
.ehy-surec-hero h1{
  font-size:clamp(1.85rem,4.5vw,2.65rem);line-height:1.15;margin:.5rem 0 .85rem;
  color:var(--ehy-ink);max-width:18ch;
}
.ehy-surec-hero__lede{font-size:1.02rem;color:var(--ehy-ink-2);max-width:52ch;margin:0;line-height:1.7}
.ehy-surec-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.ehy-surec-stat{
  display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.15rem;
  padding:.85rem 1rem;background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);text-align:left;
}
.ehy-surec-stat--accent{background:var(--ehy-orange);border:none;color:#fff}
.ehy-surec-stat--accent .ehy-surec-stat__lbl{color:rgba(255,255,255,.8)}
.ehy-surec-stat__num{font-size:clamp(1.2rem,3vw,1.55rem);font-weight:800;line-height:1.1;color:inherit}
.ehy-surec-stat__lbl{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ehy-muted)}

.ehy-surec-rail{
  padding:1rem 0;background:var(--ehy-white);border-bottom:1px solid var(--ehy-line);
  position:sticky;top:0;z-index:20;box-shadow:0 4px 16px rgba(90,15,26,.04);
}
.ehy-surec-rail__list{
  list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:space-between;gap:.35rem;
}
.ehy-surec-rail__list li{flex:1;display:flex;justify-content:center;position:relative}
.ehy-surec-rail__list li:not(:last-child)::after{
  content:"";position:absolute;top:50%;left:calc(50% + 18px);right:calc(-50% + 18px);height:1px;
  background:var(--ehy-line);transform:translateY(-50%);
}
.ehy-surec-rail__dot{
  display:flex;align-items:center;justify-content:center;width:36px;height:36px;
  background:var(--ehy-surface);border:2px solid var(--ehy-line);border-radius:50%;
  font-size:.72rem;font-weight:800;color:var(--ehy-orange);text-decoration:none;
  transition:background .2s,border-color .2s,transform .15s,color .2s;
}
.ehy-surec-rail__dot:hover{
  background:var(--ehy-orange);border-color:var(--ehy-orange);color:#fff;
  transform:scale(1.08);text-decoration:none;
}

.ehy-surec-body{padding:clamp(2rem,4vw,3.5rem) 0}
.ehy-surec-flow{display:grid;gap:1.25rem;max-width:820px;margin:0 auto}
.ehy-surec-step{
  display:grid;grid-template-columns:56px minmax(0,1fr);gap:1.25rem;align-items:stretch;
  scroll-margin-top:5.5rem;
}
.ehy-surec-step__track{display:flex;flex-direction:column;align-items:center}
.ehy-surec-step__circle{
  width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex:none;
  background:var(--ehy-orange);color:#fff;font-size:.82rem;font-weight:800;border-radius:50%;
}
.ehy-surec-step--alt .ehy-surec-step__circle{background:var(--ehy-blue)}
.ehy-surec-step__line{flex:1;width:1px;min-height:1.25rem;margin:.35rem 0;background:var(--ehy-line)}
.ehy-surec-step__card{
  background:var(--ehy-white);border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
  padding:clamp(1.15rem,3vw,1.45rem);
}
.ehy-surec-step:hover .ehy-surec-step__card{border-color:var(--ehy-blue)}
.ehy-surec-step__icon{display:none}
.ehy-surec-step__kicker{
  font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;
  color:var(--ehy-muted);margin:0 0 .25rem;
}
.ehy-surec-step__title{font-size:1.2rem;margin:0;color:var(--ehy-ink);line-height:1.3}
.ehy-surec-step__desc{margin:0 0 .85rem;font-size:.95rem;line-height:1.75;color:var(--ehy-ink-2)}
.ehy-surec-step__note{
  display:flex;align-items:flex-start;gap:.5rem;margin:0;padding:.75rem .9rem;
  background:var(--ehy-surface);border-radius:var(--ehy-radius-sm);
  font-size:.84rem;line-height:1.6;color:var(--ehy-muted);
}
.ehy-surec-step__note span{flex:none}

.ehy-surec-trust{padding:clamp(1.75rem,3vw,2.5rem) 0;background:var(--ehy-surface);border-block:1px solid var(--ehy-line)}
.ehy-surec-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;text-align:center}
.ehy-surec-trust__icon{font-size:1.65rem;display:block;margin-bottom:.45rem}
.ehy-surec-trust__grid h3{font-size:1rem;margin:0 0 .35rem;color:var(--ehy-ink)}
.ehy-surec-trust__grid p{margin:0;font-size:.88rem;color:var(--ehy-muted);line-height:1.55}

.ehy-surec-info{padding:clamp(2rem,4vw,3rem) 0}
.ehy-surec-info__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;margin-top:1.5rem}
.ehy-surec-info__card{
  background:var(--ehy-white);border:1px solid var(--ehy-line);border-radius:var(--ehy-radius);
  padding:1.35rem 1.25rem;box-shadow:var(--ehy-shadow);
}
.ehy-surec-info__icon{font-size:1.5rem;display:block;margin-bottom:.55rem}
.ehy-surec-info__card h3{font-size:1rem;margin:0 0 .5rem;color:var(--ehy-ink)}
.ehy-surec-info__card p{margin:0;font-size:.9rem;line-height:1.7;color:var(--ehy-ink-2)}
.ehy-surec-prose{margin-top:2rem}

.ehy-surec-cta{
  background:var(--ehy-surface);padding:clamp(2rem,4vw,3rem) 0;
  margin-bottom:clamp(2rem,4vw,3rem);border-top:1px solid var(--ehy-line);
}
.ehy-surec-cta__inner{text-align:left;color:var(--ehy-ink);max-width:720px;margin:0 auto}
.ehy-surec-cta__inner .ehy-kicker{color:var(--ehy-muted)!important;background:none!important}
.ehy-surec-cta__inner h2{font-size:clamp(1.35rem,3vw,1.75rem);color:var(--ehy-ink);margin:0 0 .65rem}
.ehy-surec-cta__inner h2 em{font-style:normal;color:var(--ehy-orange);font-weight:800}
.ehy-surec-cta__inner p{color:var(--ehy-ink-2);max-width:none;margin:0 0 1.15rem;line-height:1.7}
.ehy-surec-cta__buttons{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-start}

/* Eski timeline (geriye dönük) */
.ehy-timeline{display:grid;gap:0;border-top:1px solid var(--ehy-line)}
.ehy-timeline__item{
  display:grid;grid-template-columns:minmax(88px,auto) 1fr;gap:1rem 1.25rem;
  padding:1.65rem 0;border-bottom:1px solid var(--ehy-line);align-items:start;
}
.ehy-timeline__num{
  font-size:.72rem;font-weight:800;color:var(--ehy-orange);
  letter-spacing:.06em;white-space:nowrap;padding-top:.2rem;
}
.ehy-timeline__body{min-width:0}
.ehy-timeline__body h2{font-size:clamp(1.15rem,3.2vw,1.55rem);margin:0 0 .6rem;line-height:1.3}
.ehy-timeline__body p{margin:0 0 .65rem;line-height:1.75;color:var(--ehy-ink-2);font-size:.98rem}
.ehy-timeline__note{font-size:.88rem;color:var(--ehy-muted);margin:0;line-height:1.6}

.ehy-page-cta{text-align:center}
.ehy-page-cta .ehy-kicker{justify-content:center}
.ehy-page-cta p{color:var(--ehy-muted);max-width:52ch;margin:0 auto 1.5rem;line-height:1.7}

/* ── BREADCRUMBS / PAGE HERO ────────────────────────────────────────────── */
.ehy-crumbs ol{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.35rem;font-size:.82rem;color:var(--ehy-muted)}
.ehy-crumbs li+li::before{content:"›";margin-right:.35rem;color:var(--ehy-orange)}
.ehy-page-hero{padding:2.5rem 0 1.5rem;background:var(--ehy-surface)}

/* ── SINGLE SERVICE / AREA ──────────────────────────────────────────────── */
.ehy-svc-body{max-width:780px}
.ehy-svc-body h2{margin-top:2rem}
.ehy-area-hero{text-align:center;padding:3rem 0;background:var(--ehy-surface)}

/* Hizmet hero — sade zemin */
.ehy-hero--service{
  background:var(--ehy-surface);color:var(--ehy-ink);
  padding:0;
  border-bottom:1px solid var(--ehy-line);
  overflow-x:clip;
}
.ehy-hero--service::before{display:none}
.ehy-hero--service .ehy-hero__inner,
.ehy-hero__inner--service{
  display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start;
  max-width:100%;min-width:0;background:none;
  border:none;border-radius:0;
  padding:clamp(1.75rem,4vw,2.5rem) 0;
  box-shadow:none;backdrop-filter:none;
}

/* Hakkımızda hero — ana sayfa ile aynı nefes alanı + kart */
.ehy-hero--about{
  background:var(--ehy-white);color:var(--ehy-ink);
  padding-left:clamp(1.15rem,5vw,2.75rem);
  padding-right:clamp(1.15rem,5vw,2.75rem);
  border-bottom:none;
  overflow-x:clip;
}
.ehy-hero--about::before{display:none}
.ehy-hero--about .ehy-container.ehy-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(220px,.88fr);
  gap:clamp(1.35rem,3.5vw,2.25rem);
  align-items:stretch;
  max-width:1180px;width:100%;
  margin:clamp(.85rem,2.5vw,1.5rem) auto;
  background:var(--ehy-surface);
  border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius);
  padding:clamp(2rem,5vw,3.25rem) clamp(1.35rem,3.5vw,2.25rem);
  box-shadow:none;backdrop-filter:none;
}
.ehy-hero--about .ehy-hero__visual{display:flex;align-items:stretch}
.ehy-hero__copy{min-width:0}
.ehy-hero__media{display:none!important}
.ehy-hero__emoji{display:none!important}
.ehy-hero__placeholder{
  width:min(220px,42vw);aspect-ratio:1;border-radius:var(--ehy-radius);
  background:rgba(255,255,255,.08);border:2px dashed rgba(255,255,255,.25);
}
.ehy-hero__badges{
  list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;
}
.ehy-hero__badges li{
  padding:.4rem .85rem;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);border-radius:var(--ehy-radius-pill);
  font-size:.76rem;font-weight:700;color:#fff;
}
.ehy-hero--service .ehy-hero__title,
.ehy-hero--about .ehy-hero__title{color:var(--ehy-ink)}
.ehy-hero--service .ehy-hero__title .ehy-grad-text,
.ehy-hero--about .ehy-hero__title .ehy-grad-text{color:var(--ehy-orange)}
.ehy-hero--service .ehy-hero__lede,
.ehy-hero--about .ehy-hero__lede{color:var(--ehy-ink-2)}
.ehy-hero--service .ehy-hero__lede strong,
.ehy-hero--about .ehy-hero__lede strong{color:var(--ehy-blue-dark);font-weight:800}
.ehy-hero--service .ehy-crumbs a,
.ehy-hero--about .ehy-crumbs a{color:var(--ehy-blue)}
.ehy-hero--service .ehy-crumbs li,
.ehy-hero--service .ehy-crumbs span,
.ehy-hero--about .ehy-crumbs li,
.ehy-hero--about .ehy-crumbs span{color:var(--ehy-muted)}
.ehy-hero--service .ehy-kicker,
.ehy-hero--about .ehy-kicker,
.ehy-hero--about .ehy-hero__kicker{color:var(--ehy-muted)!important;border-left-color:var(--ehy-orange)!important}

.ehy-svc-info-strip{
  position:relative;z-index:1;
  display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;
  margin-top:1.5rem;list-style:none;padding:0;
}
.ehy-svc-info-strip__item,
.ehy-svc-info-strip > div{
  text-align:left;padding:.85rem 1rem;
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);
}
.ehy-svc-info-strip dt{
  font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;
  color:var(--ehy-muted);margin:0;
}
.ehy-svc-info-strip dd{margin:.2rem 0 0;font-weight:700;font-size:.9rem;color:var(--ehy-ink);word-break:break-word}

.ehy-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:2.5rem;align-items:center;min-width:0}
.ehy-split--reverse{direction:rtl}
.ehy-split--reverse > *{direction:ltr}
.ehy-split__media,.ehy-split__copy{min-width:0}
.ehy-split__visual{
  min-height:min(320px,52vw);border-radius:var(--ehy-radius);
  background:linear-gradient(160deg,var(--ehy-surface) 0%,var(--ehy-white) 55%,var(--ehy-surface) 100%);
  border:1px solid var(--ehy-line);
  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
  width:100%;max-width:100%;
}
.ehy-split__visual::before{display:none}
.ehy-split__visual::after{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;
  background:var(--ehy-orange);border-radius:var(--ehy-radius) 0 0 var(--ehy-radius);
}
.ehy-split__visual--alt{
  background:linear-gradient(160deg,var(--ehy-white) 0%,var(--ehy-surface) 100%);
}
.ehy-split__badge{
  position:relative;z-index:1;text-align:left;padding:1.5rem 1.35rem;
  background:var(--ehy-white);border-radius:var(--ehy-radius-sm);
  border:1px solid var(--ehy-line);box-shadow:var(--ehy-shadow);
  max-width:min(260px,78%);margin:1rem;
}
.ehy-split__badge span:first-child{display:none}
.ehy-split__badge span:last-child{
  font-weight:800;color:var(--ehy-blue-dark);font-size:1rem;line-height:1.45;
}
.ehy-split__decor{display:none}
.ehy-feature-list{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;gap:.55rem}
.ehy-feature-list li{
  display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;
  background:var(--ehy-orange-bg);border-radius:var(--ehy-radius-sm);font-weight:600;font-size:.9rem;
}
.ehy-feature-list li span{color:var(--ehy-orange);font-weight:800}

/* Hakkımızda — sayılar & değerler */
.ehy-stats-band--contained{
  background:transparent;margin:0;padding:0;
  border-bottom:none;
}
.ehy-stats-band--contained .ehy-container{
  background:var(--ehy-blue-dark);border-radius:var(--ehy-radius);
  overflow:hidden;border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--ehy-shadow-lg);
}
.ehy-stats-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;
}
.ehy-stat-card{
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);padding:1.25rem 1.15rem;min-width:0;
  transition:border-color .2s,box-shadow .2s;
}
.ehy-stat-card:hover{
  border-color:var(--ehy-blue);box-shadow:var(--ehy-shadow);
}
.ehy-stat-card__num{
  font-size:clamp(1.35rem,3vw,1.75rem);font-weight:900;color:var(--ehy-blue-dark);
  line-height:1.1;margin-bottom:.35rem;font-variant-numeric:tabular-nums;
}
.ehy-stat-card__lbl{font-size:.88rem;font-weight:700;color:var(--ehy-ink);margin-bottom:.25rem}
.ehy-stat-card__sub{font-size:.8rem;color:var(--ehy-muted);line-height:1.5}
.ehy-values{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;
}
.ehy-value-card{
  background:var(--ehy-white);border:1px solid var(--ehy-line);
  border-radius:var(--ehy-radius-sm);padding:1.25rem;min-width:0;
}
.ehy-value-card__icon{display:none}
.ehy-value-card h3{margin-bottom:.45rem;font-size:1.05rem}
.ehy-value-card p{margin:0;font-size:.92rem;color:var(--ehy-muted);line-height:1.65}

@media(max-width:1024px){
  .ehy-header__nav-wrap{display:none!important}
  .ehy-header__nav-wrap .ehy-submenu{display:none!important}
  .ehy-nav-toggle{display:inline-flex;flex-shrink:0}
  .ehy-header__main .ehy-container{min-height:80px;padding-top:.35rem;padding-bottom:.35rem}
  .ehy-logo{height:78px;max-width:min(290px,62vw);flex:1 1 auto;min-width:0}
  .ehy-header__actions{flex-shrink:0}
  .ehy-hero:not(.ehy-hero--service):not(.ehy-hero--about){
    padding-left:clamp(1rem, 4vw, 1.75rem);
    padding-right:clamp(1rem, 4vw, 1.75rem);
  }
  .ehy-hero:not(.ehy-hero--service):not(.ehy-hero--about) .ehy-container.ehy-hero__inner{
    margin-top:.75rem;margin-bottom:.75rem;
    padding:1.75rem 1.25rem;
    grid-template-columns:1fr;
    gap:1.25rem;
  }
  .ehy-hero--service{padding:0}
  .ehy-hero--about{
    padding-left:clamp(.85rem,4vw,1.5rem);
    padding-right:clamp(.85rem,4vw,1.5rem);
  }
  .ehy-hero__content{order:1}
  .ehy-hero__visual{order:2;padding:0;margin:0}
  .ehy-hero::before,.ehy-hero::after{display:none}
  .ehy-hero__stats-card{max-width:100%;padding:1.15rem 1rem}
  .ehy-hero__content{padding-right:0}
  .ehy-hero--service .ehy-hero__inner,
  .ehy-hero__inner--service{
    grid-template-columns:1fr;
    padding:1.5rem 0 1.75rem;
  }
  .ehy-hero--about .ehy-container.ehy-hero__inner{
    grid-template-columns:1fr;
    margin-top:.75rem;margin-bottom:.75rem;
    padding:1.75rem 1.15rem;
  }
  .ehy-hero--about .ehy-hero__media,
  .ehy-hero--service .ehy-hero__media{display:none!important}
  .ehy-split{grid-template-columns:1fr;gap:1.5rem}
  .ehy-split--reverse{direction:ltr}
  .ehy-svc-info-strip{grid-template-columns:repeat(3,1fr)}
  .ehy-stats-grid{grid-template-columns:repeat(2,1fr)}
  .ehy-values{grid-template-columns:1fr}
  .ehy-services,.ehy-usp-grid,.ehy-promises,.ehy-life-grid,.ehy-area-grid,.ehy-area-services{grid-template-columns:repeat(2,1fr)}
  .ehy-process{grid-template-columns:repeat(3,1fr)}
  .ehy-testimonials-row{grid-template-columns:repeat(2,1fr)}
  .ehy-footer__grid{grid-template-columns:repeat(2,1fr)}
  .ehy-stats-band__grid{grid-template-columns:repeat(2,1fr)}
  .ehy-stats-band__item:nth-child(2){border-right:0}
}
@media(max-width:768px){
  .ehy-header__cta{display:none}
  .ehy-logo{height:72px;max-width:min(270px,68vw)}
  .ehy-header__top{font-size:.72rem;padding:.4rem 0}
  .ehy-header__top .ehy-container{flex-direction:column;align-items:flex-start;gap:.3rem}
  .ehy-header__top span+span::before{content:none;margin:0}
  /* Mobil ana sayfa hero */
  .ehy-hero:not(.ehy-hero--service):not(.ehy-hero--about){
    padding-left:clamp(1rem,4vw,1.35rem);padding-right:clamp(1rem,4vw,1.35rem);
  }
  .ehy-hero:not(.ehy-hero--service):not(.ehy-hero--about) .ehy-container.ehy-hero__inner{
    margin-top:.75rem;margin-bottom:.75rem;
    padding:1.5rem 1.15rem;border-radius:var(--ehy-radius-sm);
    gap:1rem;
  }
  .ehy-hero--service{background:var(--ehy-surface);padding:0}
  .ehy-hero--about{
    background:var(--ehy-white);
    padding-left:.85rem;padding-right:.85rem;
  }
  .ehy-hero--about .ehy-container.ehy-hero__inner{
    margin-top:.65rem;margin-bottom:.65rem;
    padding:1.35rem 1rem;border-radius:var(--ehy-radius-sm);
  }
  .ehy-hero__title{font-size:clamp(1.55rem,6.2vw,2.15rem);line-height:1.22;margin-bottom:.75rem}
  .ehy-hero .ehy-kicker{font-size:.62rem;margin-bottom:.85rem}
  .ehy-hero__lede{font-size:.96rem;line-height:1.65;margin-bottom:.75rem}
  .ehy-hero__seo{display:none}
  .ehy-hero__cta{margin-bottom:.85rem;gap:.55rem}
  .ehy-hero__stats-card{
    background:var(--ehy-white);
    border:1px solid var(--ehy-line);
    box-shadow:var(--ehy-shadow);
    padding:1rem .85rem;
  }
  .ehy-hero__stats-card ul{grid-template-columns:1fr 1fr;gap:.5rem}
  .ehy-hero__stats-card li{
    flex-direction:column;align-items:flex-start;justify-content:flex-start;
    gap:.1rem;padding:.6rem .7rem;
  }
  .ehy-hero__stats-card strong{font-size:1.1rem;line-height:1}
  .ehy-hero__stats-card span{font-size:.62rem;line-height:1.3}
  .ehy-hero__chips{margin-top:.25rem;gap:.35rem}
  .ehy-hero__chips a{font-size:.68rem;padding:.38rem .65rem}
  .ehy-slogan-band p{font-size:.92rem;line-height:1.45}
  .ehy-archive-hero h1,.ehy-hero__title{overflow-wrap:break-word}
  .ehy-archive-hero__lede{max-width:none}
  .ehy-section__head--split{flex-direction:column;align-items:flex-start}
  .ehy-section__head--split .ehy-section__lede{max-width:none}
  .ehy-section__lede{max-width:none;padding:.75rem .85rem}
  .ehy-services,.ehy-usp-grid,.ehy-promises,.ehy-life-grid,.ehy-testimonials-row,.ehy-area-grid,.ehy-area-services{grid-template-columns:1fr}
  .ehy-process{display:grid;grid-template-columns:1fr;overflow:visible;gap:.85rem}
  .ehy-process__step{min-height:auto}
  .ehy-timeline__item{grid-template-columns:1fr;gap:.35rem;padding:1.35rem 0}
  .ehy-hours li{flex-direction:column;align-items:flex-start;gap:.1rem}
  .ehy-svc-info-strip{grid-template-columns:repeat(2,1fr)}
  .ehy-footer__grid{grid-template-columns:1fr}
  .ehy-contact-hero__grid{grid-template-columns:1fr}
  .ehy-contact-hero h1{max-width:none}
  .ehy-faq-hero__grid{grid-template-columns:1fr}
  .ehy-faq-hero h1{max-width:none}
  .ehy-surec-hero__grid{grid-template-columns:1fr}
  .ehy-surec-hero h1{max-width:none}
  .ehy-surec-trust__grid,.ehy-surec-info__grid{grid-template-columns:1fr}
  .ehy-surec-rail__list{overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:.5rem;padding-bottom:.25rem}
  .ehy-surec-rail__list li{flex:none}
  .ehy-surec-rail__list li::after{display:none}
  .ehy-faq-layout{grid-template-columns:1fr}
  .ehy-faq-aside{position:static;order:-1}
  .ehy-faq-block__head{flex-wrap:wrap}
  .ehy-faq-block__count{margin-left:0}
  .ehy-faq__answer{padding-left:1.15rem}
  .ehy-cbento--primary,.ehy-cbento--wa,.ehy-cbento--addr,.ehy-cbento--misc{grid-column:span 12}
  .ehy-contact-mapband{grid-template-columns:1fr}
  .ehy-contact-mapband__map{min-height:min(72vw,420px)}
  .ehy-contact-mapband__map .ehy-map iframe{min-height:min(72vw,420px);height:min(72vw,420px)}
  .ehy-contact-trust__grid{grid-template-columns:1fr;gap:1rem}
  .ehy-feature-list,.ehy-facility__features{grid-template-columns:1fr}
  .ehy-sticky-cta{display:block}
  body{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}
  body.ehy-nav-open .ehy-sticky-cta{display:none}
  body.ehy-nav-open{padding-bottom:0}
  .ehy-cta__card{grid-template-columns:1fr}
  .ehy-cta__aside{border-left:0;border-top:1px solid var(--ehy-line)}
  .ehy-cta__text{max-width:none}
  .ehy-stats-band__grid{grid-template-columns:repeat(2,1fr)}
  .ehy-stats-band__item{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
}
@media(max-width:520px){
  .ehy-logo{height:66px;max-width:min(250px,72vw)}
  .ehy-btn-call__top,.ehy-btn-wa__top{display:none}
  .ehy-container{padding:0 .85rem}
  .ehy-akar{padding:1.5rem 1.15rem}
  .ehy-prose,.ehy-container.ehy-prose,.ehy-section--soft .ehy-prose,
  .ehy-section .ehy-container--narrow > .ehy-prose{padding:1.35rem 1.1rem}
  .ehy-cbento__phones{grid-template-columns:1fr}
  .ehy-faq-hero__stats,.ehy-surec-hero__stats{grid-template-columns:1fr}
  .ehy-surec-step{grid-template-columns:44px minmax(0,1fr);gap:.85rem}
  .ehy-surec-step__circle{width:40px;height:40px;font-size:.72rem}
  .ehy-faq-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .ehy-faq-nav__pill{flex:none}
  .ehy-svc-info-strip{grid-template-columns:1fr}
  .ehy-stats-band__grid{grid-template-columns:1fr}
  .ehy-stats-band__item{border-right:0}
  .ehy-stats-grid{grid-template-columns:1fr}
  .ehy-split__visual{min-height:180px}
  .ehy-split__badge{padding:1.25rem;max-width:100%}
  .ehy-split__badge span:first-child{display:none}
  section.ehy-cta{margin-bottom:2.75rem;padding:2rem 0}
  .ehy-cta__body{padding:1.5rem 1.15rem 1.25rem}
  .ehy-cta__aside{padding:1.15rem 1.15rem 1.35rem}
  .ehy-hero__cta,.ehy-contact-hero__cta{gap:.65rem}
  .ehy-hero__cta .ehy-btn{width:100%}
}

/* Mobile nav drawer */
@keyframes ehy-nav-slide-in{
  from{transform:translate3d(100%,0,0)}
  to{transform:translate3d(0,0,0)}
}
@media(max-width:1024px){
  body.ehy-nav-open{overflow:hidden;touch-action:none}
  body.ehy-nav-open .ehy-header{z-index:90}
  .ehy-nav-backdrop.is-open{z-index:105}
  .ehy-nav--mobile,
  .ehy-nav--mobile[hidden]{
    display:none!important;visibility:hidden;pointer-events:none;
  }
  .ehy-nav--mobile.is-open{
    position:fixed;inset:0 0 0 auto;width:min(340px,92vw);height:100dvh;max-height:100dvh;
    background:#fff;
    z-index:110;padding:0;
    overflow:hidden;box-shadow:-8px 0 32px rgba(12,45,94,.12);
    display:flex!important;flex-direction:column;
    border-left:4px solid var(--ehy-orange);
    visibility:visible;pointer-events:auto;
    transform:translate3d(0,0,0);
    animation:ehy-nav-slide-in .28s var(--ehy-ease) both;
  }
  .ehy-nav__head{
    display:flex;justify-content:space-between;align-items:center;gap:.75rem;
    padding:1rem 1.15rem .85rem;
    background:var(--ehy-surface);
    border-bottom:1px solid var(--ehy-line);flex-shrink:0;
    position:sticky;top:0;z-index:2;
  }
  .ehy-nav__brand{height:62px;width:min(230px,72vw)}
  .ehy-nav__brand .ehy-logo__img{height:100%;max-width:100%}
  .ehy-nav-close{
    width:40px;height:40px;border:1px solid var(--ehy-line);
    background:#fff;border-radius:50%;cursor:pointer;color:var(--ehy-blue);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;
    box-shadow:var(--ehy-shadow);
  }
  .ehy-nav--mobile .ehy-menu{
    flex:1;flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:.4rem;
    margin:0;padding:.35rem 1rem 1.25rem;overflow-x:hidden;overflow-y:auto;
    min-width:0;min-height:0;width:100%;scrollbar-gutter:stable;
    -webkit-overflow-scrolling:touch;overscroll-behavior:contain;
  }
  .ehy-nav--mobile .ehy-menu>li{
    position:relative;width:100%;min-width:0;flex:0 0 auto;border-bottom:0;
    background:#fff;border:1px solid var(--ehy-line);
    border-radius:var(--ehy-radius-sm);
    box-shadow:0 2px 8px rgba(12,45,94,.04);
  }
  .ehy-nav--mobile .ehy-menu>li>a{
    display:flex;align-items:center;padding:.82rem 2.75rem .82rem .9rem;
    font-size:.92rem;font-weight:600;border-radius:var(--ehy-radius-sm);
    background:transparent;color:var(--ehy-blue);
  }
  .ehy-nav--mobile .ehy-menu>li>a:hover{color:var(--ehy-orange)}
  .ehy-nav--mobile .ehy-menu>li.is-current>a,
  .ehy-nav--mobile .ehy-menu>li>a[aria-current="page"]{
    color:var(--ehy-orange);background:var(--ehy-orange-bg);
    border-left:3px solid var(--ehy-orange);padding-left:.75rem;
  }
  .ehy-nav--mobile .ehy-menu__chev{display:none}
  .ehy-menu__sub-toggle{
    position:absolute;right:.55rem;top:.62rem;
    width:34px;height:34px;display:flex;align-items:center;justify-content:center;
    border:1px solid var(--ehy-line);background:#fff;border-radius:8px;
    cursor:pointer;color:var(--ehy-blue);transition:transform .2s,background .2s,border-color .2s;
  }
  .ehy-menu__has-sub.is-open > .ehy-menu__sub-toggle{
    transform:rotate(180deg);background:var(--ehy-orange-bg);
    border-color:var(--ehy-orange-soft);color:var(--ehy-orange);
  }
  .ehy-nav--mobile .ehy-menu__has-sub:not(.is-open):hover>.ehy-submenu,
  .ehy-nav--mobile .ehy-menu__has-sub:not(.is-open):focus-within>.ehy-submenu{
    display:none!important;
  }
  .ehy-nav--mobile .ehy-submenu{
    position:static;inset:auto;transform:none;left:auto;min-width:0;width:100%;
    opacity:1;visibility:visible;pointer-events:auto;
    display:none!important;flex-direction:column;gap:.3rem;
    padding:.35rem .65rem .75rem;margin:0;border:0;box-shadow:none;
    background:var(--ehy-surface);border-top:1px solid var(--ehy-line);
    border-radius:0 0 var(--ehy-radius-sm) var(--ehy-radius-sm);
    overflow:hidden;
  }
  .ehy-nav--mobile .ehy-menu__has-sub:not(.is-open) > .ehy-submenu,
  .ehy-nav--mobile .ehy-menu__has-sub:not(.is-open) > .ehy-submenu.ehy-submenu--wide{
    display:none!important;max-height:0!important;overflow:hidden!important;
    padding-top:0!important;padding-bottom:0!important;margin:0!important;
    border-width:0!important;pointer-events:none!important;
  }
  .ehy-nav--mobile .ehy-menu__has-sub.is-open{
    border-color:var(--ehy-orange-soft);
    box-shadow:0 4px 14px rgba(12,45,94,.08);
  }
  .ehy-nav--mobile .ehy-menu__has-sub.is-open > .ehy-submenu{display:flex!important}
  .ehy-nav--mobile .ehy-menu__has-sub.is-open > .ehy-submenu__list{
    flex:1;min-height:0;max-height:min(52vh,280px);
    overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;
    scrollbar-gutter:stable;
  }
  .ehy-nav--mobile .ehy-submenu__intro{
    padding:.65rem .75rem;background:#fff;
    border:1px solid var(--ehy-line);border-radius:var(--ehy-radius-sm);
    margin-bottom:.25rem;
  }
  .ehy-nav--mobile .ehy-submenu__intro p{
    font-size:.82rem;margin:0 0 .4rem;line-height:1.55;color:var(--ehy-ink-2);
  }
  .ehy-nav--mobile .ehy-submenu__all{font-size:.78rem}
  .ehy-nav--mobile .ehy-submenu__list a{
    padding:.5rem .6rem;font-size:.86rem;border-radius:8px;color:var(--ehy-blue);
    min-width:0;
  }
  .ehy-nav--mobile .ehy-submenu__title{
    flex:1;min-width:0;overflow-wrap:break-word;
  }
  .ehy-nav--mobile .ehy-submenu__list a:hover{
    background:var(--ehy-orange-bg);color:var(--ehy-orange);
  }
  .ehy-nav--mobile .ehy-submenu__num{min-width:1.5rem;color:var(--ehy-orange)}
  .ehy-nav--mobile .ehy-submenu__list--cols{
    min-width:0;width:100%;grid-template-columns:none;
  }
  .ehy-nav--mobile .ehy-menu__has-sub.is-open > .ehy-submenu,
  .ehy-nav--mobile .ehy-menu__has-sub.is-open > .ehy-submenu.ehy-submenu--wide{
    display:flex!important;max-height:none;overflow:visible;pointer-events:auto;
  }
  .ehy-nav--mobile .ehy-nav__foot{display:none}
}
@media(min-width:1025px){
  .ehy-nav--mobile{display:none!important}
}
@media(min-width:769px){
  .ehy-sticky-cta{display:none!important}
}
