/* =============================================================================
 * EFOR HALI YIKAMA — Kurumsal Tema
 * Bordo + Su Mavisi + Krem · Dalga desenli · Asimetrik layout
 * ========================================================================== */

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

:root{
  /* Logo bordosu — ana marka */
  --efh-orange:       #7B1E2E;
  --efh-orange-2:     #5A0F1A;
  --efh-orange-3:     #9B2D3E;
  --efh-orange-bg:    #FFF8E7;
  --efh-orange-soft:  #FDE8EC;
  --efh-yellow:       #FFD700;

  /* Logo su mavisi — ikincil vurgu */
  --efh-blue:         #1BA3E8;
  --efh-blue-2:       #00C8FF;
  --efh-blue-dark:    #5A0F1A;

  --efh-navy:         var(--efh-orange-2);
  --efh-navy-2:       var(--efh-orange);
  --efh-navy-3:       var(--efh-blue);

  --efh-ink:          #2A1218;
  --efh-ink-2:        #4A3540;
  --efh-muted:        #6E5A65;
  --efh-white:        #ffffff;
  --efh-surface:      #FFF8E7;
  --efh-surface-2:    #F5EDE0;
  --efh-line:         #E8D5C8;
  --efh-wa:           #25D366;
  --efh-radius:       8px;
  --efh-radius-sm:    6px;
  --efh-radius-pill:  999px;
  --efh-shadow:       0 4px 24px rgba(90,15,26,.08);
  --efh-shadow-lg:    0 16px 48px rgba(27,163,232,.15);
  --efh-font:         "Outfit",system-ui,-apple-system,sans-serif;
  --efh-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(--efh-font);font-size:16px;line-height:1.65;
  color:var(--efh-ink-2);background:var(--efh-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}
.efh-map iframe,.efh-contact-mapband__map iframe{height:100%;min-height:clamp(280px,45vh,520px)}
h1,h2,h3,h4,p,li,a,address,dt,dd,summary{overflow-wrap:break-word;word-wrap:break-word}
a{color:var(--efh-blue);text-decoration:none;transition:color .2s}
a:hover{color:var(--efh-orange)}
h1,h2,h3,h4{font-family:var(--efh-font);font-weight:800;color:var(--efh-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}
.efh-skip{position:absolute;left:-9999px}
.efh-skip:focus{position:fixed;left:1rem;top:1rem;z-index:9999;padding:.6rem 1rem;background:var(--efh-navy);color:#fff;border-radius:8px}
.efh-container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(.85rem,4vw,1.25rem);min-width:0}
.efh-container--narrow{max-width:820px}
#main,.efh-main{min-width:0;overflow-x:clip}
.efh-italic{font-style:normal;color:var(--efh-orange);font-weight:700}
.efh-grad-text{background:linear-gradient(135deg,var(--efh-blue),var(--efh-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.efh-reveal{opacity:1;transform:none;transition:opacity .6s var(--efh-ease),transform .6s var(--efh-ease)}
html.js .efh-reveal:not(.is-in){opacity:0;transform:translateY(18px)}
.efh-reveal.is-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  html.js .efh-reveal:not(.is-in){opacity:1;transform:none}
  .efh-reveal{transition:none}
}
:focus-visible{outline:2px solid var(--efh-orange);outline-offset:3px}
::selection{background:var(--efh-orange);color:#fff}

/* ── HEADER — koyu bordo, su mavisi alt çizgi ─────────────────────────── */
.efh-header{
  position:sticky;top:0;z-index:100;background:var(--efh-orange-2);
  box-shadow:0 4px 24px rgba(90,15,26,.25);
  border-bottom:4px solid var(--efh-blue);
}
.efh-header__top{
  background:rgba(0,0,0,.2);
  color:rgba(255,248,231,.9);font-size:.78rem;padding:.45rem 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.efh-header__top .efh-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.4rem}
.efh-header__top a{color:var(--efh-yellow);font-weight:600}
.efh-header__top a:hover{color:var(--efh-blue-2)}
.efh-header__top span+span::before{content:"|";margin:0 .6rem;opacity:.35}

.efh-header__main .efh-container{
  display:flex;align-items:center;gap:1rem;flex-wrap:nowrap;
  min-height:76px;padding-top:.45rem;padding-bottom:.45rem;min-width:0;
}
.efh-logo{
  display:inline-flex;align-items:center;justify-content:flex-start;
  height:56px;width:auto;max-width:min(150px,38vw);
  flex-shrink:0;padding:0;margin-right:.25rem;
}
.efh-logo__img{
  height:100%;width:auto;max-width:100%;
  object-fit:contain;display:block;flex-shrink:0;
}
.efh-nav__brand{
  display:inline-flex;align-items:center;justify-content:flex-start;
  height:56px;flex:1;min-width:0;max-width:min(170px,55vw);
}
.efh-nav__brand .efh-logo__img{
  height:100%;width:auto;max-width:100%;
}
.efh-logo__img--footer{
  height:50px;width:auto;max-width:130px;
  object-fit:contain;background:transparent;
  padding:0;border-radius:0;box-shadow:none;
}
.efh-footer__logo{
  display:inline-flex;align-items:center;height:58px;
}

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

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

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

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

/* ── BUTTONS ────────────────────────────────────────────────────────────── */
.efh-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  padding:.85rem 1.45rem;font-family:var(--efh-font);font-weight:700;font-size:.9rem;
  border-radius:var(--efh-radius-pill);border:2px solid transparent;
  cursor:pointer;transition:transform .15s,box-shadow .2s,background .2s;
}
.efh-btn:hover{text-decoration:none;transform:translateY(-2px)}
.efh-btn--primary{background:linear-gradient(135deg,var(--efh-blue),var(--efh-blue-2));color:#fff;border-color:var(--efh-blue);box-shadow:0 6px 22px rgba(27,163,232,.35)}
.efh-btn--primary:hover{background:linear-gradient(135deg,var(--efh-blue-2),var(--efh-blue));color:#fff}
.efh-btn--accent{background:var(--efh-wa);color:#fff;border-color:var(--efh-wa)}
.efh-btn--outline{background:transparent;color:var(--efh-blue);border-color:var(--efh-blue)}
.efh-btn--outline:hover{background:var(--efh-blue);color:#fff}
.efh-btn--outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.efh-btn--outline-light:hover{background:#fff;color:var(--efh-orange)}
.efh-btn--ghost{background:var(--efh-surface);color:var(--efh-blue);border-color:var(--efh-line)}
.efh-btn--ghost:hover{background:var(--efh-orange-bg);border-color:var(--efh-orange);color:var(--efh-orange)}
.efh-btn--text{background:transparent;border:0;padding:.5rem 0;border-radius:0;color:var(--efh-orange);font-weight:700;border-bottom:2px solid var(--efh-orange)}
.efh-btn--lg{padding:1rem 1.75rem;font-size:.95rem}
.efh-btn--wa{background:var(--efh-wa);color:#fff}
.efh-btn--brand{background:linear-gradient(135deg,var(--efh-orange),var(--efh-orange-3));color:#fff;border-color:var(--efh-orange);box-shadow:0 6px 22px rgba(123,30,46,.3)}
.efh-btn--brand:hover{background:linear-gradient(135deg,var(--efh-orange-3),var(--efh-orange));color:#fff}
.efh-btn--xl{padding:1.05rem 1.65rem;font-size:1rem}

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

/* ── HERO — bordo zemin, dalga deseni, krem metin ─────────────────────── */
.efh-hero{
  background:linear-gradient(145deg,var(--efh-orange-2) 0%,var(--efh-orange) 40%,#8B2438 100%);
  color:#FFF8E7;padding:clamp(3rem,7vw,5.5rem) 0 clamp(2.5rem,5vw,4rem);
  position:relative;overflow:hidden;
}
.efh-hero::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(ellipse 80% 50% at 0% 100%,rgba(27,163,232,.25) 0%,transparent 60%),
    radial-gradient(ellipse 60% 40% at 100% 0%,rgba(255,215,0,.12) 0%,transparent 50%);
  pointer-events:none;
}
.efh-hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:80px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath fill='%23FFF8E7' d='M0,40 C300,80 600,0 900,40 C1050,60 1150,20 1200,40 L1200,80 L0,80 Z'/%3E%3C/svg%3E") center bottom/100% 100% no-repeat;
  pointer-events:none;
}
.efh-hero__inner{
  position:relative;z-index:1;display:block;max-width:920px;width:100%;
  background:transparent;
  border:none;border-radius:0;
  padding:0;
  backdrop-filter:none;
  box-shadow:none;
}
.efh-hero .efh-kicker{
  background:rgba(27,163,232,.25);color:var(--efh-blue-2);
  border:1px solid rgba(27,163,232,.4);
  margin-bottom:1.25rem;
}
.efh-hero__title{
  color:#fff;margin-bottom:1rem;
  text-shadow:0 1px 3px rgba(0,0,0,.2);
}
.efh-hero__title em{
  font-style:normal;color:var(--efh-blue-2);
  text-shadow:none;
}
.efh-hero__lede{
  font-size:1.08rem;color:#fff;line-height:1.75;margin-bottom:1rem;
}
.efh-hero__lede strong{color:#fff;font-weight:800}
.efh-hero__seo{
  font-size:.92rem;color:rgba(255,255,255,.92);line-height:1.75;margin-bottom:1.5rem;
  background:rgba(0,0,0,.2);padding:1rem 1.2rem;border-radius:var(--efh-radius-sm);
  border-left:4px solid var(--efh-orange);
}
.efh-hero__seo strong{color:var(--efh-yellow);font-weight:700}
.efh-hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}
.efh-hero .efh-btn--ghost,
.efh-hero .efh-btn--hero-phone,
.efh-archive-hero .efh-btn--ghost,
.efh-archive-hero .efh-btn--hero-phone{
  background:#fff!important;color:var(--efh-blue-dark)!important;
  border:2px solid #fff!important;font-weight:800;
}
.efh-hero .efh-btn--ghost:hover,
.efh-hero .efh-btn--hero-phone:hover,
.efh-archive-hero .efh-btn--ghost:hover,
.efh-archive-hero .efh-btn--hero-phone:hover{
  background:var(--efh-orange-soft)!important;color:var(--efh-orange-2)!important;
  border-color:var(--efh-orange)!important;
}
.efh-hero__chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}
.efh-hero__chips a{
  display:inline-block;padding:.45rem 1rem;background:rgba(255,248,231,.12);
  border:1px solid rgba(255,248,231,.25);border-radius:var(--efh-radius-pill);
  color:#FFF8E7;font-size:.78rem;font-weight:700;
  box-shadow:none;
}
.efh-hero__chips a:hover{background:var(--efh-blue);border-color:var(--efh-blue);color:#fff}
.efh-hero__visual{display:none}

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

/* ── USP / PROMISES ───────────────────────────────────────────────────── */
.efh-usp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.efh-usp-card{
  background:var(--efh-white);border:1px solid var(--efh-line);
  border-radius:var(--efh-radius);padding:1.75rem 1.5rem;
  box-shadow:var(--efh-shadow);transition:transform .25s,box-shadow .25s,border-color .25s;
  min-width:0;
}
.efh-usp-card:hover{transform:translateY(-5px);box-shadow:var(--efh-shadow-lg);border-color:var(--efh-orange);background:var(--efh-orange-soft)}
.efh-usp-card__icon{
  width:56px;height:56px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--efh-orange),var(--efh-orange-3));border-radius:var(--efh-radius-sm);
  font-size:1.6rem;margin-bottom:1rem;
}
.efh-usp-card h3{margin-bottom:.5rem}
.efh-usp-card p{color:var(--efh-muted);font-size:.92rem;margin:0;line-height:1.65}

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

/* ── SERVICES — ikon kartları, fotoğraf yok ───────────────────────────── */
.efh-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.efh-service-card{
  display:flex;flex-direction:column;background:var(--efh-white);
  border:1px solid var(--efh-line);border-radius:var(--efh-radius);
  padding:1.75rem 1.5rem;box-shadow:var(--efh-shadow);
  color:inherit;transition:transform .25s,box-shadow .25s,border-color .25s;
  min-width:0;
}
.efh-service-card:hover{
  transform:translateY(-6px);box-shadow:0 12px 36px rgba(255,107,24,.2);
  border-color:var(--efh-orange);background:var(--efh-orange-soft);color:inherit;text-decoration:none;
}
.efh-service-card__icon{
  width:64px;height:64px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,var(--efh-orange),var(--efh-orange-3));
  border:none;border-radius:var(--efh-radius);
  font-size:2rem;margin-bottom:1rem;
}
.efh-service-card__num{color:var(--efh-orange);font-weight:800;font-size:.75rem;margin-bottom:.35rem}
.efh-service-card h3{margin-bottom:.6rem;font-size:1.12rem;line-height:1.35}
.efh-service-card p{color:var(--efh-ink-2);font-size:.92rem;flex:1;margin:0 0 1.1rem;line-height:1.7}
.efh-service-card__link{font-weight:700;font-size:.85rem;color:var(--efh-orange)}
.efh-service-card__link::after{content:" →"}
.efh-service-card__media,.efh-service-card--media .efh-service-card__media{display:none!important}

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

/* ── EV YAŞAMI — ikon kartları ────────────────────────────────────────── */
.efh-life-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.efh-life-card{
  background:var(--efh-white);border:1px solid var(--efh-line);
  border-radius:var(--efh-radius);padding:1.75rem;box-shadow:var(--efh-shadow);
}
.efh-life-card__visual{display:none}
.efh-life-card__icon{font-size:2.2rem;margin-bottom:.85rem}
.efh-life-card h3{margin-bottom:.5rem}
.efh-life-card p{color:var(--efh-muted);font-size:.9rem;margin:0}

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

/* ── PROCESS — yatay adım kartları ────────────────────────────────────── */
.efh-process{
  display:grid;grid-template-columns:repeat(var(--efh-process-cols,5),minmax(0,1fr));gap:1rem;
  counter-reset:step;
}
.efh-process__step{
  background:var(--efh-white);border:1px solid var(--efh-line);
  border-radius:var(--efh-radius);padding:1.5rem 1.15rem;text-align:left;
  box-shadow:var(--efh-shadow);position:relative;min-height:170px;
  display:flex;flex-direction:column;min-width:0;
}
.efh-process__step::before{
  content:"";position:absolute;top:0;left:0;right:0;
  height:4px;background:linear-gradient(90deg,var(--efh-orange),var(--efh-yellow));
  border-radius:var(--efh-radius) var(--efh-radius) 0 0;
}
.efh-process__icon{font-size:1.65rem;margin-bottom:.45rem;line-height:1}
.efh-process__num{
  color:var(--efh-orange);font-weight:800;font-size:.72rem;margin-bottom:.35rem;
  letter-spacing:.06em;
}
.efh-process__step h3{font-size:1rem;margin-bottom:.4rem;line-height:1.3}
.efh-process__step p{font-size:.86rem;color:var(--efh-ink-2);margin:0;line-height:1.6;flex:1}

/* ── AREAS — pill bulutu ────────────────────────────────────────────────── */
.efh-areas{
  display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;
}
.efh-areas a{
  display:inline-block;padding:.55rem 1.15rem;
  background:var(--efh-white);border:1px solid var(--efh-line);
  border-radius:var(--efh-radius-pill);font-size:.85rem;font-weight:600;
  color:var(--efh-ink);transition:all .2s;
}
.efh-areas a:hover{background:var(--efh-orange);border-color:var(--efh-orange);color:#fff}

/* ── TESTIMONIALS ─────────────────────────────────────────────────────── */
.efh-testimonial-feature{
  background:linear-gradient(135deg,var(--efh-orange-2),var(--efh-orange));
  color:#FFF8E7;border-radius:var(--efh-radius);
  padding:2.5rem;margin-bottom:1.5rem;text-align:center;
  box-shadow:0 8px 32px rgba(90,15,26,.2);
  border-left:5px solid var(--efh-blue);
}
.efh-testimonial-feature__quote{font-size:1.15rem;font-weight:500;line-height:1.7;margin:0 0 1rem;font-style:italic}
.efh-testimonial-feature__author{color:rgba(255,255,255,.75);font-size:.88rem}
.efh-testimonials-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.efh-testimonial-mini{
  background:var(--efh-white);border:1px solid var(--efh-line);
  border-radius:var(--efh-radius);padding:1.35rem;box-shadow:var(--efh-shadow);
}
.efh-testimonial-mini__stars{color:var(--efh-orange);font-size:.85rem;margin-bottom:.5rem}
.efh-testimonial-mini__text{font-size:.88rem;color:var(--efh-ink-2);margin:0 0 .75rem;line-height:1.6}
.efh-testimonial-mini__author{font-size:.78rem;color:var(--efh-muted)}

/* ── FAQ PAGE ───────────────────────────────────────────────────────────── */
.efh-faq-hero{
  padding:clamp(2rem,5vw,3.25rem) 0;
  background:linear-gradient(135deg,var(--efh-surface) 0%,#fff 50%,var(--efh-orange-soft) 100%);
  border-bottom:1px solid var(--efh-line);
}
.efh-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;
}
.efh-faq-hero h1{
  font-size:clamp(1.85rem,4.5vw,2.65rem);line-height:1.15;margin:.5rem 0 .85rem;
  color:var(--efh-ink);max-width:20ch;
}
.efh-faq-hero__lede{font-size:1.02rem;color:var(--efh-ink-2);max-width:52ch;margin:0;line-height:1.7}
.efh-faq-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.efh-faq-stat{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;
  padding:1rem .75rem;background:var(--efh-white);border:1px solid var(--efh-line);
  border-radius:var(--efh-radius);box-shadow:var(--efh-shadow);text-align:center;
}
.efh-faq-stat--accent{background:linear-gradient(145deg,var(--efh-orange-2),var(--efh-orange));border:none;color:#fff}
.efh-faq-stat--accent .efh-faq-stat__lbl{color:rgba(255,255,255,.8)}
.efh-faq-stat__num{font-size:1.55rem;font-weight:800;line-height:1;color:inherit}
.efh-faq-stat__lbl{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--efh-muted)}

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

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

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

.efh-faq-cta{
  background:linear-gradient(135deg,var(--efh-orange-2) 0%,var(--efh-orange) 55%,var(--efh-blue) 100%);
  padding:clamp(2.5rem,5vw,4rem) 0;margin-bottom:clamp(2rem,4vw,3rem);
}
.efh-faq-cta__inner{text-align:center;color:#fff}
.efh-faq-cta__inner .efh-kicker{background:rgba(255,255,255,.15)!important;color:var(--efh-yellow)!important}
.efh-faq-cta__inner h2{font-size:clamp(1.5rem,4vw,2rem);color:#fff;margin:0 0 .75rem}
.efh-faq-cta__inner h2 em{font-style:normal;color:var(--efh-yellow)}
.efh-faq-cta__inner p{color:rgba(255,255,255,.88);max-width:52ch;margin:0 auto 1.5rem;line-height:1.7}
.efh-faq-cta__buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}

/* Genel FAQ (hizmet sayfaları vb.) */
.efh-faq details{
  background:var(--efh-white);border:1px solid var(--efh-line);
  border-radius:var(--efh-radius-sm);overflow:hidden;
}
.efh-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;
}
.efh-faq details[open]{border-color:var(--efh-orange)}
.efh-faq details p{
  padding:0 1.25rem 1.15rem;color:var(--efh-ink-2);font-size:.92rem;line-height:1.7;
}

/* ── CTA ────────────────────────────────────────────────────────────────── */
.efh-cta{
  background:linear-gradient(135deg,var(--efh-orange-2) 0%,var(--efh-orange) 60%,var(--efh-blue) 100%);
  border-radius:var(--efh-radius);
  width:calc(100% - 2 * clamp(.85rem,4vw,1.25rem));
  max-width:1170px;margin:0 auto clamp(3rem,6vw,5rem);
  padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,4vw,2rem);text-align:center;color:#FFF8E7;
  box-shadow:0 12px 40px rgba(90,15,26,.25);
}
.efh-cta h2{color:#fff;margin-bottom:.75rem}
.efh-cta p{color:rgba(255,255,255,.8);max-width:52ch;margin:0 auto 1.5rem}
.efh-cta__buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}

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

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

.efh-area-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.efh-area-card{
  display:flex;flex-direction:column;background:var(--efh-white);
  border:1px solid var(--efh-line);border-radius:var(--efh-radius);
  padding:1.5rem;box-shadow:var(--efh-shadow);color:inherit;
  transition:transform .25s,border-color .25s,box-shadow .25s;
  min-width:0;
}
.efh-area-card:hover{
  transform:translateY(-4px);border-color:var(--efh-orange);
  box-shadow:var(--efh-shadow-lg);text-decoration:none;color:inherit;
}
.efh-area-card__tag{
  font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;
  color:var(--efh-orange);background:var(--efh-orange-bg);
  display:inline-block;padding:.3rem .75rem;border-radius:var(--efh-radius-pill);
  margin-bottom:.75rem;width:fit-content;
}
.efh-area-card h3{font-size:1.08rem;margin-bottom:.6rem;color:var(--efh-ink);line-height:1.4}
.efh-area-card p{color:var(--efh-ink-2);font-size:.92rem;flex:1;margin:0 0 1.1rem;line-height:1.7}
.efh-area-card__link{font-weight:700;font-size:.85rem;color:var(--efh-orange)}
.efh-area-card__link::after{content:" →"}

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

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

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

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

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

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
.efh-footer{background:linear-gradient(180deg,var(--efh-blue-dark),#081E3D);color:rgba(255,255,255,.85);padding:3.5rem 0 0;border-top:5px solid var(--efh-orange)}
.efh-footer__grid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:2rem;padding-bottom:2.5rem}
.efh-footer h3{color:var(--efh-yellow);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}
.efh-footer p,.efh-footer address{font-size:.88rem;line-height:1.7;font-style:normal}
.efh-footer a{color:rgba(255,255,255,.9)}
.efh-footer a:hover{color:var(--efh-orange)}
.efh-footer__menu{list-style:none;margin:0;padding:0}
.efh-footer__menu li{margin-bottom:.4rem}
.efh-footer__menu a{font-size:.88rem}
.efh-footer__phone{display:block;font-weight:700;font-size:1rem;margin-top:.35rem}
.efh-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){
  .efh-footer__bottom{flex-direction:column;align-items:flex-start}
}
.efh-social{display:flex;gap:.5rem;margin-top:1rem}
.efh-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 ───────────────────── */
.efh-sticky-cta{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:80;
  background:var(--efh-white);border-top:1px solid var(--efh-line);
  padding:.6rem .85rem calc(.6rem + env(safe-area-inset-bottom,0px));
  box-shadow:0 -6px 24px rgba(12,45,94,.12);
}
.efh-sticky-cta__inner{display:flex;gap:.55rem;max-width:100%}
.efh-sticky-cta__btn{
  flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  padding:.82rem .65rem;border-radius:var(--efh-radius-sm);
  font-weight:700;font-size:.88rem;text-decoration:none;color:#fff;min-width:0;
  transition:opacity .15s,transform .15s;
}
.efh-sticky-cta__btn:hover{color:#fff;text-decoration:none;opacity:.92;transform:translateY(-1px)}
.efh-sticky-cta__btn svg{flex-shrink:0;width:18px;height:18px}
.efh-sticky-cta__btn--call{background:var(--efh-blue)}
.efh-sticky-cta__btn--wa{background:var(--efh-wa)}

/* ── CONTACT PAGE ───────────────────────────────────────────────────────── */
.efh-contact-hero{
  padding:clamp(2rem,5vw,3.25rem) 0;
  background:linear-gradient(135deg,var(--efh-surface) 0%,#fff 55%,var(--efh-orange-soft) 100%);
  border-bottom:1px solid var(--efh-line);
}
.efh-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;
}
.efh-contact-hero h1{
  font-size:clamp(1.85rem,4.5vw,2.65rem);line-height:1.15;margin:.5rem 0 .85rem;
  color:var(--efh-ink);max-width:18ch;
}
.efh-contact-hero__lede{font-size:1.02rem;color:var(--efh-ink-2);max-width:52ch;margin:0;line-height:1.7}
.efh-contact-hero__cta{display:flex;flex-direction:column;gap:.75rem}
.efh-contact-pill{
  display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;
  background:var(--efh-white);border:1px solid var(--efh-line);border-radius:var(--efh-radius);
  box-shadow:var(--efh-shadow);text-decoration:none;color:var(--efh-ink);
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.efh-contact-pill:hover{
  transform:translateY(-2px);box-shadow:var(--efh-shadow-lg);
  border-color:var(--efh-blue);text-decoration:none;color:var(--efh-ink);
}
.efh-contact-pill--wa:hover{border-color:var(--efh-wa)}
.efh-contact-pill__icon{
  width:44px;height:44px;display:flex;align-items:center;justify-content:center;
  border-radius:var(--efh-radius-sm);flex:none;
}
.efh-contact-pill--wa .efh-contact-pill__icon{background:#e8faf0;color:var(--efh-wa)}
.efh-contact-pill--phone .efh-contact-pill__icon{background:var(--efh-orange-soft);color:var(--efh-orange)}
.efh-contact-pill__text{display:flex;flex-direction:column;gap:.1rem;min-width:0}
.efh-contact-pill__text strong{font-size:1.05rem;font-weight:800}
.efh-contact-pill__text small{font-size:.78rem;color:var(--efh-muted);font-weight:600}

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

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

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

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

/* ── SÜREÇ PAGE ─────────────────────────────────────────────────────────── */
.efh-surec-hero{
  padding:clamp(2rem,5vw,3.25rem) 0;
  background:linear-gradient(135deg,var(--efh-surface) 0%,#fff 55%,var(--efh-orange-soft) 100%);
  border-bottom:1px solid var(--efh-line);
}
.efh-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;
}
.efh-surec-hero h1{
  font-size:clamp(1.85rem,4.5vw,2.65rem);line-height:1.15;margin:.5rem 0 .85rem;
  color:var(--efh-ink);max-width:18ch;
}
.efh-surec-hero__lede{font-size:1.02rem;color:var(--efh-ink-2);max-width:52ch;margin:0;line-height:1.7}
.efh-surec-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.efh-surec-stat{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;
  padding:1rem .65rem;background:var(--efh-white);border:1px solid var(--efh-line);
  border-radius:var(--efh-radius);box-shadow:var(--efh-shadow);text-align:center;
}
.efh-surec-stat--accent{background:linear-gradient(145deg,var(--efh-orange-2),var(--efh-orange));border:none;color:#fff}
.efh-surec-stat--accent .efh-surec-stat__lbl{color:rgba(255,255,255,.8)}
.efh-surec-stat__num{font-size:clamp(1.2rem,3vw,1.55rem);font-weight:800;line-height:1.1;color:inherit}
.efh-surec-stat__lbl{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--efh-muted)}

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

.efh-surec-body{padding:clamp(2rem,4vw,3.5rem) 0}
.efh-surec-flow{display:grid;gap:1.25rem;max-width:820px;margin:0 auto}
.efh-surec-step{
  display:grid;grid-template-columns:56px minmax(0,1fr);gap:1.25rem;align-items:stretch;
  scroll-margin-top:5.5rem;
}
.efh-surec-step__track{display:flex;flex-direction:column;align-items:center}
.efh-surec-step__circle{
  width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex:none;
  background:linear-gradient(145deg,var(--efh-orange),var(--efh-orange-3));
  color:#fff;font-size:.82rem;font-weight:800;border-radius:50%;
  box-shadow:0 4px 14px rgba(123,30,46,.25);
}
.efh-surec-step--alt .efh-surec-step__circle{
  background:linear-gradient(145deg,var(--efh-blue),var(--efh-blue-2));
  box-shadow:0 4px 14px rgba(27,163,232,.25);
}
.efh-surec-step__line{flex:1;width:2px;min-height:1.25rem;margin:.35rem 0;
  background:linear-gradient(180deg,var(--efh-orange-soft),var(--efh-line));
}
.efh-surec-step__card{
  background:var(--efh-white);border:1px solid var(--efh-line);border-radius:var(--efh-radius);
  padding:clamp(1.25rem,3vw,1.65rem);box-shadow:var(--efh-shadow);
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.efh-surec-step:hover .efh-surec-step__card{
  transform:translateY(-2px);box-shadow:var(--efh-shadow-lg);border-color:var(--efh-orange-soft);
}
.efh-surec-step__top{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.85rem}
.efh-surec-step__icon{
  width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex:none;
  background:var(--efh-orange-bg);border:1px solid var(--efh-orange-soft);
  border-radius:var(--efh-radius-sm);font-size:1.35rem;
}
.efh-surec-step--alt .efh-surec-step__icon{background:#e8f6fd;border-color:#b8e4f8}
.efh-surec-step__kicker{
  font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;
  color:var(--efh-muted);margin:0 0 .25rem;
}
.efh-surec-step__title{font-size:1.2rem;margin:0;color:var(--efh-ink);line-height:1.3}
.efh-surec-step__desc{margin:0 0 .85rem;font-size:.95rem;line-height:1.75;color:var(--efh-ink-2)}
.efh-surec-step__note{
  display:flex;align-items:flex-start;gap:.5rem;margin:0;padding:.75rem .9rem;
  background:var(--efh-surface);border-radius:var(--efh-radius-sm);
  font-size:.84rem;line-height:1.6;color:var(--efh-muted);
}
.efh-surec-step__note span{flex:none}

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

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

.efh-surec-cta{
  background:linear-gradient(135deg,var(--efh-orange-2) 0%,var(--efh-orange) 55%,var(--efh-blue) 100%);
  padding:clamp(2.5rem,5vw,4rem) 0;margin-bottom:clamp(2rem,4vw,3rem);
}
.efh-surec-cta__inner{text-align:center;color:#fff}
.efh-surec-cta__inner .efh-kicker{background:rgba(255,255,255,.15)!important;color:var(--efh-yellow)!important}
.efh-surec-cta__inner h2{font-size:clamp(1.5rem,4vw,2rem);color:#fff;margin:0 0 .75rem}
.efh-surec-cta__inner h2 em{font-style:normal;color:var(--efh-yellow)}
.efh-surec-cta__inner p{color:rgba(255,255,255,.88);max-width:52ch;margin:0 auto 1.5rem;line-height:1.7}
.efh-surec-cta__buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}

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

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

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

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

/* Hizmet / hakkımızda hero — koyu mavi, okunaklı, emoji */
.efh-hero--service,
.efh-hero--about{
  background:linear-gradient(160deg,var(--efh-blue-dark) 0%,var(--efh-blue) 55%,#154278 100%);
  color:#fff;padding:clamp(2.5rem,5vw,4rem) 0 clamp(2rem,4vw,3rem);
}
.efh-hero--service::before,
.efh-hero--about::before{
  background:radial-gradient(ellipse 55% 70% at 100% 20%,rgba(255,107,24,.18) 0%,transparent 60%);
}
.efh-hero--service .efh-hero__inner,
.efh-hero--about .efh-hero__inner,
.efh-hero__inner--service{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.7fr);gap:2rem;align-items:center;
  max-width:100%;min-width:0;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);border-radius:var(--efh-radius);
  padding:clamp(1.75rem,4vw,2.5rem);backdrop-filter:blur(6px);
  box-shadow:0 20px 50px rgba(0,0,0,.18);
}
.efh-hero__media{display:flex;align-items:center;justify-content:center}
.efh-hero__emoji{
  width:min(220px,42vw);aspect-ratio:1;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.06));
  border:2px solid rgba(255,255,255,.25);
  box-shadow:0 12px 40px rgba(0,0,0,.2);
  font-size:clamp(3.5rem,10vw,5.5rem);
}
.efh-hero__placeholder{
  width:min(220px,42vw);aspect-ratio:1;border-radius:var(--efh-radius);
  background:rgba(255,255,255,.08);border:2px dashed rgba(255,255,255,.25);
}
.efh-hero__badges{
  list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;
}
.efh-hero__badges li{
  padding:.4rem .85rem;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);border-radius:var(--efh-radius-pill);
  font-size:.76rem;font-weight:700;color:#fff;
}
.efh-hero--service .efh-hero__title,
.efh-hero--about .efh-hero__title{color:#fff}
.efh-hero--service .efh-hero__title .efh-grad-text,
.efh-hero--about .efh-hero__title .efh-grad-text{-webkit-text-fill-color:#FFD080}
.efh-hero--service .efh-hero__lede,
.efh-hero--about .efh-hero__lede{color:rgba(255,255,255,.92)}
.efh-hero--service .efh-hero__lede strong,
.efh-hero--about .efh-hero__lede strong{color:#fff;font-weight:800}
.efh-hero--service .efh-crumbs a,
.efh-hero--about .efh-crumbs a{color:rgba(255,255,255,.85)}
.efh-hero--service .efh-crumbs li,
.efh-hero--service .efh-crumbs span,
.efh-hero--about .efh-crumbs li,
.efh-hero--about .efh-crumbs span{color:rgba(255,255,255,.55)}
.efh-hero--service .efh-kicker,
.efh-hero--about .efh-kicker{background:var(--efh-orange)!important;color:#fff!important}

.efh-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;
}
.efh-svc-info-strip__item,
.efh-svc-info-strip > div{
  text-align:center;padding:1rem .75rem;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);
  border-radius:var(--efh-radius-sm);
}
.efh-svc-info-strip dt{
  font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;
  color:var(--efh-yellow);margin:0;
}
.efh-svc-info-strip dd{margin:.25rem 0 0;font-weight:700;font-size:.92rem;color:#fff;word-break:break-word}

.efh-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:2.5rem;align-items:center}
.efh-split__visual{
  min-height:280px;border-radius:var(--efh-radius);
  background:linear-gradient(135deg,var(--efh-orange),var(--efh-blue));
  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
}
.efh-split__visual::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 30% 30%,rgba(245,184,0,.3),transparent 55%);
}
.efh-split__badge{
  position:relative;z-index:1;text-align:center;padding:2rem;
  background:rgba(255,255,255,.95);border-radius:var(--efh-radius);
  box-shadow:var(--efh-shadow-lg);max-width:220px;
}
.efh-split__badge span:first-child{font-size:3rem;display:block;margin-bottom:.5rem}
.efh-split__badge span:last-child{font-weight:800;color:var(--efh-blue);font-size:.95rem;line-height:1.35}
.efh-split__decor{display:none}
.efh-feature-list{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;gap:.55rem}
.efh-feature-list li{
  display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;
  background:var(--efh-orange-bg);border-radius:var(--efh-radius-sm);font-weight:600;font-size:.9rem;
}
.efh-feature-list li span{color:var(--efh-orange);font-weight:800}

/* Hakkımızda — sayılar & değerler */
.efh-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}
.efh-stat-card{
  background:var(--efh-white);border:1px solid var(--efh-line);border-radius:var(--efh-radius);
  padding:1.5rem 1.25rem;text-align:center;box-shadow:var(--efh-shadow);min-width:0;
}
.efh-stat-card__num{
  font-size:clamp(1.65rem,4vw,2.35rem);font-weight:800;color:var(--efh-orange);
  line-height:1.1;margin-bottom:.45rem;word-break:break-word;
}
.efh-stat-card__lbl{font-size:.95rem;font-weight:700;color:var(--efh-ink);margin-bottom:.35rem}
.efh-stat-card__sub{font-size:.82rem;color:var(--efh-muted);line-height:1.55}
.efh-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}
.efh-value-card{
  background:var(--efh-white);border:1px solid var(--efh-line);border-radius:var(--efh-radius);
  padding:1.5rem 1.25rem;box-shadow:var(--efh-shadow);min-width:0;
}
.efh-value-card__icon{font-size:1.75rem;margin-bottom:.65rem;line-height:1}
.efh-value-card h3{font-size:1.05rem;margin-bottom:.45rem}
.efh-value-card p{margin:0;font-size:.9rem;color:var(--efh-muted);line-height:1.65}
.efh-split--reverse .efh-split__media{order:2}
.efh-split--reverse .efh-split__copy{order:1}

@media(max-width:1024px){
  .efh-header__nav-wrap{display:none!important}
  .efh-header__nav-wrap .efh-submenu{display:none!important}
  .efh-nav-toggle{display:inline-flex;flex-shrink:0}
  .efh-header__main .efh-container{min-height:auto;padding-top:.65rem;padding-bottom:.65rem}
  .efh-logo{height:58px;max-width:min(155px,50vw);flex:1;min-width:0}
  .efh-header__actions{flex-shrink:0}
  .efh-hero--service .efh-hero__inner,
  .efh-hero--about .efh-hero__inner,
  .efh-hero__inner--service{grid-template-columns:1fr}
  .efh-hero__media{order:-1}
  .efh-svc-info-strip{grid-template-columns:repeat(3,1fr)}
  .efh-split{grid-template-columns:1fr}
  .efh-split--reverse .efh-split__media,
  .efh-split--reverse .efh-split__copy{order:unset}
  .efh-services,.efh-usp-grid,.efh-promises,.efh-life-grid,.efh-area-grid,.efh-area-services{grid-template-columns:repeat(2,1fr)}
  .efh-stats-grid,.efh-values{grid-template-columns:repeat(2,minmax(0,1fr))}
  .efh-process{grid-template-columns:repeat(3,1fr)}
  .efh-testimonials-row{grid-template-columns:repeat(2,1fr)}
  .efh-footer__grid{grid-template-columns:repeat(2,1fr)}
  .efh-stats-band__grid{grid-template-columns:repeat(2,1fr)}
  .efh-stats-band__item:nth-child(2){border-right:0}
  .efh-facility-grid{grid-template-columns:1fr;gap:1.5rem}
  .efh-cbento--primary,.efh-cbento--wa,.efh-cbento--addr,.efh-cbento--misc{grid-column:span 12}
  .efh-contact-hero__grid,.efh-faq-hero__grid,.efh-surec-hero__grid{grid-template-columns:1fr}
  .efh-contact-hero h1,.efh-faq-hero h1,.efh-surec-hero h1{max-width:none}
  .efh-contact-mapband{grid-template-columns:1fr}
  .efh-contact-mapband__map{min-height:320px}
  .efh-faq-layout{grid-template-columns:1fr}
  .efh-faq-aside{position:static;order:-1}
}
@media(max-width:768px){
  .efh-header__cta{display:none}
  .efh-logo{height:52px;max-width:min(145px,52vw)}
  .efh-header__top{font-size:.72rem;padding:.4rem 0}
  .efh-header__top .efh-container{flex-direction:column;align-items:flex-start;gap:.3rem}
  .efh-header__top span+span::before{content:none;margin:0}
  .efh-hero::after{display:none}
  .efh-hero__chips{gap:.4rem}
  .efh-hero__chips a{font-size:.72rem;padding:.4rem .75rem;max-width:100%}
  .efh-hero--service .efh-hero__inner,
  .efh-hero--about .efh-hero__inner,
  .efh-hero__inner--service{padding:1.35rem 1.15rem}
  .efh-hero__emoji{width:min(160px,38vw);font-size:clamp(2.75rem,8vw,4rem)}
  .efh-archive-hero h1,.efh-hero__title{font-size:clamp(1.65rem,6.5vw,2.4rem);overflow-wrap:break-word;max-width:none}
  .efh-archive-hero__lede{max-width:none}
  .efh-section__head--split{flex-direction:column;align-items:flex-start}
  .efh-section__head--split .efh-section__lede{max-width:none}
  .efh-section__lede{max-width:none;padding:.75rem .85rem}
  .efh-services,.efh-usp-grid,.efh-promises,.efh-life-grid,.efh-testimonials-row,.efh-area-grid,.efh-area-services,.efh-stats-grid,.efh-values{grid-template-columns:1fr}
  .efh-process{display:grid;grid-template-columns:1fr;overflow:visible;gap:.85rem}
  .efh-process__step{min-height:auto}
  .efh-timeline__item{grid-template-columns:1fr;gap:.35rem;padding:1.35rem 0}
  .efh-hours li{flex-direction:column;align-items:flex-start;gap:.1rem}
  .efh-svc-info-strip{grid-template-columns:repeat(2,1fr)}
  .efh-footer__grid{grid-template-columns:1fr}
  .efh-faq-block__head{flex-wrap:wrap}
  .efh-faq-block__count{margin-left:0}
  .efh-faq__answer{padding-left:1.15rem}
  .efh-faq__item summary{align-items:flex-start}
  .efh-faq__item summary::after{margin-top:.1rem}
  .efh-contact-trust__grid,.efh-surec-trust__grid,.efh-surec-info__grid{grid-template-columns:1fr;gap:1rem}
  .efh-surec-rail__list{overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:.5rem;padding-bottom:.25rem;scrollbar-width:none}
  .efh-surec-rail__list::-webkit-scrollbar{display:none}
  .efh-surec-rail__list li{flex:none}
  .efh-surec-rail__list li::after{display:none}
  .efh-surec-step__top{flex-wrap:wrap}
  .efh-feature-list,.efh-facility__features{grid-template-columns:1fr}
  .efh-sticky-cta{display:block}
  body{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}
  body.efh-nav-open .efh-sticky-cta{display:none}
  body.efh-nav-open{padding-bottom:0}
  .efh-cta,.efh-faq-cta,.efh-surec-cta{margin-bottom:3rem}
  .efh-stats-band__grid{grid-template-columns:repeat(2,1fr)}
  .efh-stats-band__item{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
  .efh-hero__cta,.efh-contact-hero__cta,.efh-archive-hero .efh-hero__cta{flex-direction:column;width:100%}
  .efh-hero__cta .efh-btn,.efh-contact-hero__cta .efh-contact-pill,.efh-archive-hero .efh-hero__cta .efh-btn{width:100%;justify-content:center}
  .efh-faq-aside__actions .efh-btn{width:100%}
  .efh-cta__buttons,.efh-faq-cta__buttons,.efh-surec-cta__buttons{flex-direction:column;width:100%;align-items:stretch}
  .efh-cta__buttons .efh-btn,.efh-faq-cta__buttons .efh-btn,.efh-surec-cta__buttons .efh-btn{width:100%}
  .efh-area-service{min-height:auto}
  .efh-testimonial-feature{padding:1.75rem 1.25rem}
  .efh-testimonial-feature__quote{font-size:1.02rem}
}
@media(max-width:520px){
  .efh-logo{height:48px;max-width:min(135px,54vw)}
  .efh-btn-call__top,.efh-btn-wa__top{display:none}
  .efh-btn-call,.efh-btn-wa{padding:.5rem .75rem;font-size:.72rem}
  .efh-container{padding:0 .85rem}
  .efh-akar{padding:1.5rem 1.15rem}
  .efh-prose,.efh-container.efh-prose,.efh-section--soft .efh-prose,
  .efh-section .efh-container--narrow > .efh-prose{padding:1.35rem 1.1rem}
  .efh-cbento__phones{grid-template-columns:1fr}
  .efh-cbento__phone-num{font-size:1.05rem}
  .efh-contact-hero__stats,.efh-faq-hero__stats,.efh-surec-hero__stats{grid-template-columns:1fr}
  .efh-surec-step{grid-template-columns:40px minmax(0,1fr);gap:.75rem}
  .efh-surec-step__circle{width:36px;height:36px;font-size:.68rem}
  .efh-surec-step__card{padding:1.15rem}
  .efh-faq-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.35rem}
  .efh-faq-nav::-webkit-scrollbar{display:none}
  .efh-faq-nav__pill{flex:none;white-space:nowrap}
  .efh-svc-info-strip{grid-template-columns:1fr}
  .efh-stats-band__grid{grid-template-columns:1fr}
  .efh-stats-band__item{border-right:0}
  .efh-cta,.efh-faq-cta,.efh-surec-cta{margin-bottom:2.5rem;padding:2rem 1.15rem}
  .efh-btn--lg,.efh-btn--xl{padding:.9rem 1.25rem;font-size:.88rem}
  .efh-hero__cta,.efh-contact-hero__cta{gap:.65rem}
  .efh-contact-mapband__panel{padding:1.35rem}
  .efh-contact-mapband__btn{width:100%;justify-content:center}
  .efh-faq-aside__card,.efh-cbento{padding:1.15rem}
  .efh-stat-card__num{font-size:1.55rem}
  .efh-split__visual{min-height:180px}
  .efh-split__badge span:first-child{font-size:2.25rem}
  .efh-areas a{font-size:.78rem;padding:.45rem .75rem}
}

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